Platform O&M/Backup Management/Backup Service (Plus)/Backup Service Operations
PUTBackup Service OperationsSince 3.4.0SynchronousAuth Required
UpdateSchedulerJobGroup
UpdateSchedulerJobGroup
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredThe UUID of the job group.
Body Fields
updateschedulerjobgroupObjectRequiredupdateschedulerjobgroup request body object.
nameStringOptional. The name of the job group.
descriptionStringOptional. The detailed description of the job group
stateStringOptional. The state of the job group.
parametersMapOptional The parameters of the job group.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
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 '{"updateschedulerjobgroup":{"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.
