maintenance-schedules

maintenance-schedules
maintenance-schedules

List of maintenance schedules

JSON Example
{
    "links": [
        {
            "description": "string",
            "href": "string",
            "name": "string",
            "rel": "string"
        }
    ],
    "pageInfo": {
        "page": 0,
        "pageSize": 0,
        "sortBy": "string",
        "sortOrder": "string",
        "totalCount": 0
    },
    "schedules": [
        {
            "id": "string",
            "key": "string",
            "schedule": {
                "dayOfTheMonth": 0,
                "daysOfTheMonth": [
                    "string"
                ],
                "daysOfTheWeek": [
                    "string"
                ],
                "duration": 0,
                "expirationDate": "string",
                "expireRuns": 0,
                "hour": 0,
                "minuteOfTheHour": 0,
                "month": 0,
                "months": [
                    0
                ],
                "recurrence": 0,
                "scheduleType": "string",
                "startDate": "string",
                "timeZone": "string",
                "weeksOfTheMonth": [
                    "string"
                ]
            }
        }
    ]
}
array of link
links
Optional

Collection of links

pageInfo
Optional

Represents page information for a paged result

schedules
Optional

Collection of maintenance schedules