Services/Scheduler

Endpoints related to managing an envrionment's scheduler service.

Create Scheduler Service Job

Creates a task that will update the scheduler service's configuration.

SecuritybearerAuth and hubAuth
Request
path Parameters
environmentId
required
string

The ID of the environment where this scheduler service resides.

Request Body schema: application/json

Parameters for reconfiguring a scheduler service.

action
required
string

The name of the action to perform.

Value: "reconfigure"
required
object
Responses
202

Returns a Job Descriptor.

default

General error response from the platform

post/v1/environments/{environmentId}/services/scheduler/tasks
Request samples
application/json
{
  • "action": "reconfigure",
  • "contents": {
    }
}
Response samples
application/json
{
  • "data": {
    }
}