Find rest messages that use a specific credential alias
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2022 09:05 AM
Hey all, I am not sure if this is the correct spot for this question but I am trying to find a way to look up all of the REST messages that use a specific Credential Alias. I know that there will be several Flow actions that would have these Aliases, along with a few Outbound REST messages that are kicked off from various business rules. Is there a way to find out where these are being used? Thanks!
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2022 09:13 AM
You can report on sys_hub_step_instance table to find which credential alias used with REST steps on your instance.
You can filter out data in this table with Label column value of REST step.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2022 12:38 PM
Sachin,
This certainly got me closer. When I pull up the table and filter out the REST options, I can see both the Action and the ClientID. Two follow up questions:
- Is there a way to see the Credential Alias in this table view? I see that I can click on the ClientID and it is listed there, Though I will need a way to find all of the actions associated with a specific Credential Alias.
- Is there maybe a work around that involves the ClientID? Where are these generated and what do they actually associate with? The specific REST step within the Action?