Skip to main content

Hello All,

May I know what is correct parameter to use below REST API  as I am unable to use this REST Call

 

Basically I need correct values for PARAM1 and PARAM2

 

Returns all Pipelines created by users in a group between a start and end time GET https://cloud.streamsets.com/pipelinestore/rest/v1/metrics/pipelines?startTime=<PARAM1>&endTime=<PARAM2>

Hello All,

May I know what is correct parameter to use below REST API  as I am unable to use this REST Call

 

Basically I need correct values for PARAM1 and PARAM2

 

Returns all Pipelines created by users in a group between a start and end time GET https://cloud.streamsets.com/pipelinestore/rest/v1/metrics/pipelines?startTime=<PARAM1>&endTime=<PARAM2>

@Bikram ,

@Rishi 
@Ranjith P 


Hi @yogesh0590! You need to enter the dates you want to filter between in the UNIX timestamp. For instance 1676629729 is the current timestamp (at the time of writing)


 

 

@yogesh0590 

 

I tried with below date and time , it returned me the output as given below. 

 

https://na01.hub.streamsets.com/pipelinestore/rest/v1/metrics/pipelines?orderBy=VERSION&startTime=20230217202735&endTime=20230217202749

 

 

output :

 

{
"totalCount": 0,
"offset": 0,
"len": -1,
"data": ]
}

Reply