How can I use the Inlet ID for debugging purposes for streaming/edge ingestion done via postman APIs?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@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'
@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'
This api only takes flow_id as paramtere.
https://platform.adobe.io/data/foundation/flowservice/flows?
I dont find a valid API request/response here for the inletID
https://developer.adobe.com/experience-platform-apis/references/flow-service/#operation/createFlow
Views
Replies
Total Likes
I believe the inletID is at Account level, it is not needed this if you want to create a dataflow:
Views
Likes
Replies
Views
Likes
Replies