Manage Schedule Maintenance Window Resources

Adds and deletes client's resources to schedule maintenance window.

Adds resources to a scheduled maintenance window.

Notes

  • Resources can only be added to Active, Pending, or Suspended scheduled maintenance windows.
  • To search for scheduled maintenance windows on the basis of status, use the search schedule maintenance API.
  • Entities can be added such as resource, device group, location to a schedule maintenance window. For example, all resource types such as Server, Storage, Volumes, RedShift, RDS or Lambda services are now supported.
  • User can add up to 100 resources (device, device group, location) to a schedule maintenance window.

Path Parameters

  • smIdstringrequired

    Scheduled maintenance unique identifier

  • clientIdstringrequired

    Describes the clientId of the tenant

Request Body

application/json

  • devicesarray of strings

  • deviceGroupsarray of strings

  • locationsarray of strings

Loading Examples...

Responses

200OK

Deletes resources from a scheduled maintenance window. Resources can only be removed from Active, Pending, or Suspended scheduled maintenance windows.

Path Parameters

  • smIdstringrequired

    Scheduled maintenance unique identifier

  • clientIdstringrequired

    Describes the clientId of the tenant

Request Body

application/json

  • devicesarray of strings

  • locationsarray of strings

  • deviceGroupsarray of strings

Loading Examples...

Responses

200OK