Expand my Community achievements bar.

SOLVED

How can I use the Inlet ID for debugging purposes for streaming/edge ingestion done via postman APIs?

Avatar

Level 5

How can I use the Inlet ID for debugging purposes for streaming/edge ingestion done via postman APIs?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@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'

View solution in original post

3 Replies

Avatar

Correct answer by
Employee Advisor

@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'

Avatar

Level 5

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

Avatar

Employee Advisor

I believe the inletID is at Account level, it is not needed this if you want to create a dataflow:

https://experienceleague.adobe.com/en/docs/experience-platform/sources/api-tutorials/create/streamin...