Solved
How can I use the Inlet ID for debugging purposes for streaming/edge ingestion done via postman APIs?
How can I use the Inlet ID for debugging purposes for streaming/edge ingestion done via postman APIs?
How can I use the Inlet ID for debugging purposes for streaming/edge ingestion done via postman APIs?
@pradeep-jaiswal Not sure it is what you need, but I believe you can check the enabled dataflows and some run details using the following if that helps:
curl --location 'https://platform.adobe.io/data/foundation/flowservice/flows?inletId={INLET_ID}&status=enabled' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer REDACTED' \
--header 'x-api-key: acp_ui_platform' \
--header 'x-gw-ims-org-id: xxxxxxxx@AdobeOrg' \
--header 'x-sandbox-name: xxx' \
--header 'Content-Type: application/json'Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.