Search Scheduled Maintenance Windows
Gets the client's scheduled maintenance windows under a specific client.
Path Parameters
- clientId
Describes the clientId of the tenant
Query Parameters
- pageNo
Current pagination number
- pageSize
No of records in each page
- isDescendingOrder
Pagination data ordering: true for descending false for ascending
- sortName
Field name on which paginated data is ordered
- Enum:
- idtsstartaltimec_namep_namesourcertypername
- queryString
Generic query string to be prepared using below query parameters See "api-overview"
- uniqueId
Schedule Maintenance window unique ID
- name
Schedule Maintenance name
- startDate
Start date of schedule maintenance. Example: 2016-08-12T10:55:27 0000
- endDate
Expiry date of schedule maintenance. Example: 2016-09-15T18:55:27 0000
- deviceUniqueId
Device ID
- deviceGroupId
Device group ID
- deviceGroupName
Device group name
- siteId
Site ID
- siteName
Site name
- startCreationDate
Filter schedule maintenance windows created within a date range. Provide from creation date. Example: 2016-07-24T06:48:40 0000
- endCreationDate
Filter schedule maintenance windows created within a date range. Provide to creation date. Example: 2016-07-26T06:48:40 0000
- startUpdationDate
Filter schedule maintenance windows updated within a date range. Provide from update date. Example: 2016-07-24T06:48:40 0000
- endUpdationDate
Filter schedule maintenance windows updated within a date range. Provide to update date. Example: 2016-07-26T06:48:40 0000
- status
Filter with scheduled maintenance window status. For example, to get all scheduled maintenance windows that are completed, provide status: Completed in the query string. Supported statuses.
- Enum:
- ActivePendingSuspendedCompleted
Responses
- results
- totalResults
- orderBy
- pageNo
- pageSize
- totalPages
- nextPage
- previousPageNo
- descendingOrder