Data Protection/Backup Management Interfaces
PUTBackup Management InterfacesSince 3.4.0SynchronousAuth Required
Update a Scheduler Job Group
Update a Scheduler Job Group
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredUUID of the scheduler job group. Uniquely identifies the resource
Body Fields
nameStringResource name
descriptionStringDetailed description of the resource
stateStringState
parametersMapScheduler job group parameters
systemTagsListSystem tag list
Responses
Endpoint
PUT/zstack/v1/scheduler/jobgroups/{uuid}/actions
/zstack/v1/scheduler/jobgroups/{uuid}/actions
Request Example
curl -X PUT 'http://{host}/zstack/v1/scheduler/jobgroups/{uuid}/actions' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"name":"<name>","description":"<description>","state":"<state>","parameters":{},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "uuid": "e344fd75079735369cbffda253cc173c", "name": "Test", "description": "create volume snapshot job", "createDate": "Nov 14, 2017 10:20:57 PM", "lastOpDate": "Nov 14, 2017 10:20:57 PM" } }Change History
This API has no change history records yet.
