Loading edge_cloud_management_api/controllers/app_controllers.py +5 −5 Original line number Diff line number Diff line Loading @@ -456,7 +456,7 @@ def create_app_instance(): print(f"Response Body: {json.dumps(onboard_app_body, indent=2)}") print("============================================\n") if onboard_app_status != 200: if onboard_app_status not in (200, 202, 409): return jsonify({ "error": "Application onboarding failed", "fm_response": onboard_app_body Loading Loading
edge_cloud_management_api/controllers/app_controllers.py +5 −5 Original line number Diff line number Diff line Loading @@ -456,7 +456,7 @@ def create_app_instance(): print(f"Response Body: {json.dumps(onboard_app_body, indent=2)}") print("============================================\n") if onboard_app_status != 200: if onboard_app_status not in (200, 202, 409): return jsonify({ "error": "Application onboarding failed", "fm_response": onboard_app_body Loading