Skip to main content

What is {pageid} in Scheduler REST API ?

  • February 2, 2022
  • 1 reply
  • 150 views

Rishi
StreamSets Employee
Forum|alt.badge.img
  • StreamSets Employee
  • 96 replies
  • All Control Hub Scheduler Rest API has parameter in common, that is pageid
Scheduler Rest API

What is {pageid} ?

pageId is specific to the metadata UI framework we use in Scheduler App. It is different for each operation.
 

pageId for Create/Edit/Pause/Resume/Kill/Delete - SchedulerJobManagePage
pageId for List operation - SchedulerJobListPage

 

How to get the list of all the scheduler task with below API ?

 

https://cloud.streamsets.com/scheduler/rest/v2/jobs/pageId=SchedulerJobListPage?orderBy=-name&offset=0&len=50

 

Did this topic help you find an answer to your question?

1 reply

Hi Rishi,

Did you got any info on this {pageId}? If yes, please let me know.

Thanks 


Reply