[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Get Maintenance Schedules
DescriptionUsing this method, you can get all maintenance schedules with or without specific parameters
Request
URLURL
https://localhost/suite-api/api/maintenanceschedules
Query Parameters
Query Parameters
array
id
Optional
Maintenance schedule identifiers
array
name
Optional
Maintenance schedule names or keys
integer
page
Optional
Page number from which data needs to be displayed (0-based)
integer
pageSize
Optional
Expected number of entries per page
array
resourceId
Optional
List of Object identifiers
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
MaintenanceSchedules
of type(s) application/json, application/xml
The Maintenance Schedules that match the criteria specified
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl https://localhost/suite-api/api/maintenanceschedules
[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations