is there a way to know what environment/tenant ION data flow running in?
Kirill Kuchumov
Member Posts: 12
in ION
Hi,
I have a data flow that starts from IMS receiving a file.
Is there a way to identify what environment it is (DEV, TST, etc)?
Regards,
KK
0
Answers
-
Hi Kirill,
Can you tell me a little bit more about your integration?
When you send an IMS message do you know to which tenant you send it?
If yes, then you can use a custom header to send the Tenant name or any other information.Kind regards,
Danil.0 -
A 3rd party application sends JSONs to IMS.
Unfortunately we can't make any changes on that app side.
0 -
I put environment in ION Codes and use IONCERVICES API call to retrieve the value.
IONSERVICES/process/user/v1/codelist/Environment
But on high volume of data I get API throttling error.
Response message : Too Many Requests
Error: Quota exceeded for service
0