I want to create a scheduler via the following API request:
Creates a new Scheduled Task: PUT {SCH_URL}/scheduler/rest/v2/jobs/{pageId}
I have 2 questions:
1) Do I use {pageId} = SchedulerJobListPage or SchedulerJobManagePage, and why?
Secondly, I’m passing a request body as per the body suggested on the RESTful API Scheduler page but I’m receiving the error:
“ERROR : READ_ONLY_ENFORCER_000 - Page ‘com.streamsets.apps.scheduler.rest.SchedulerJobManagePage’ readOnly values have been modified.
2) Is this error due to the readOnlySignature i have generated or with one of the attributes in the request body?
Question
Creating a scheduler via Control Hub API
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.