cancel
Showing results for 
Search instead for 
Did you mean: 

How to call the parameters already in the existing pipeline and their values in the rest get snap url

Pretty
New Contributor III

I have called the Client name parameter in the existing pipeline ,That you can see the snap shoot
snp

Currently, the main agenda is

As I call the URL in the rest get snap I receive the username and in the same way I must receive the client name in the result set of that URL.

Here is the URL
URL_snip

When we pass the Client parameter in the URL, the name of the client should be added to the JSON result set, as shown below in screenshot like User id
image

Could you please help me to find the client name of a particular user ID I have

11 REPLIES 11

Pretty
New Contributor III

Here we can see passing the parameter as a client name in child pipeline
this client name parameter I need to call in rest get url
client name

SpiroTaleski
Valued Contributor

@Pretty

If you want to use the ClientName parameter, then just add _ClientName in the REST Get call query parameters(and you will get details for that particular user):

image

Here you can find all the parameters that Monitoring API can use:

https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438155/Pipeline+Monitoring+API

Regards,
Spiro Taleski