Ask the Edge Cloud Provider the information for a given application # noqa: E501
"""Retrieve metadata information of all applications"""
try:
withMongoManager()asdb:
documents_cursor=db.find_documents("apps",{})
response_apps=list()
fordocumentindocuments_cursor:
document["appId"]=document["_id"]
deldocument["_id"]
response_apps.append(document)
:param app_id: A globally unique identifier associated with the application. Edge Cloud Provider generates this identifier when the application is submitted.
:type app_id: dict | bytes
:param x_correlator: Correlation id for the different services