[{"label":"Latest (v1.1)","version":"latest"}]
vmc

MaintenanceWindowEntry

Properties

boolean
in_maintenance_mode Optional

true if the SDDC is currently undergoing maintenance


boolean
in_maintenance_window Optional

true if the SDDC is in the defined Mainentance Window


string as uuid
reservation_id Optional

ID for reservation


reservation_schedule Optional

string as uuid
sddc_id Optional

SDDC ID for this reservation

JSON Example

{
	"in_maintenance_mode": false,
	"in_maintenance_window": false,
	"reservation_id": "string",
	"reservation_schedule": {
		"day_of_week": "SUNDAY",
		"duration_min": 0,
		"hour_of_day": 0,
		"reservations": [
			{
				"create_time": "string",
				"duration": 0,
				"metadata": {
					"key": "string"
				},
				"rid": "string",
				"start_time": "2018-05-01'T'05:00:00'Z'"
			}
		],
		"reservations_mw": [
			{
				"create_time": "string",
				"metadata": {
					"key": "string"
				},
				"rid": "string",
				"week_of": "string"
			}
		],
		"version": 0
	},
	"sddc_id": "string"
}
[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Returned By

List Reservations

Feedback

Was this page helpful?