Create a schedule
POST {{url}}/compute-ops-mgmt/{{schedules-API-version}}/schedules
See HPE Greenlake for Compute Ops Management API
Data Properties
Request Body
{"name"=>"Schedule for Production-Group", "description"=>"Firmware update for Production-Group with baseline 2022.03.0", "associatedResourceUri"=>"/api/compute/v1/groups/4b862144-2e6b-4c8a-92c9-22504d267b5b", "purpose"=>"GROUP_FW_UPDATE", "schedule"=>{"interval"=>nil, "startAt"=>"2022-09-01T02:00:00.0000000"}, "operation"=>{"type"=>"REST", "method"=>"POST", "uri"=>"/api/compute/v1/jobs", "body"=>{"resourceUri"=>"/api/compute/v1/groups/4b862144-2e6b-4c8a-92c9-22504d267b5b", "jobTemplateUri"=>"/api/compute/v1/job-templates/91159b5e-9eeb-11ec-a9da-00155dc0a0c0", "data"=>{"devices"=>["P38471-B21+J208PP003S", "P43357-B21+K30APP003S", "P43357-B21+K30APP007E"], "parallel"=>true, "stopOnFailure"=>false, "installSWDrivers"=>true, "downgrade"=>true}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |