Ask the Edge Cloud Provider the information for a given application # noqa: E501
return (jsonify(document),200)
:param appId: A globally unique identifier associated with the application. Edge Cloud Provider generates this identifier when the application is submitted.
:type appId: dict | bytes
:param x_correlator: Correlation id for the different services
:type x_correlator: str
exceptNotFound404Exception:
return (
jsonify({"status":404,"code":"NOT_FOUND","message":"Resource does not exist"}),