AutoUpgrade

Get

get

Retrieve the Auto-upgrade settings of a Site Defaults object.

Query parameters
siteIdinteger · int32Optional

The SiteId of a Site Defaults object for which to retrieve the Auto-upgrade settings (optional).

Responses
chevron-right
200

Success

application/json; api-version=1.0

Auto-upgrade Settings

enabledbooleanOptional

Enable auto-upgrade maintenance window

startDateTimestring · date-timeOptional

Start Date

drainModeDurationInSecsnumber · doubleOptional

Drain mode duration

forceLogoffSessionsbooleanOptional

Force logoff sessions at the end of the drain mode period

repeatstring · enumOptional

Repeat Type

Possible values:
specificDaysstring[Flag] · enumOptional

Repeat Specific Days

Possible values:
get
/api/VDIDefaultSettings/AutoUpgrade

Update

put

Update the Auto-upgrade settings of a Site Defaults object.

Query parameters
siteIdinteger · int32Optional

The SiteId of a Site Defaults object for which to modify the Auto-upgrade settings (optional).

Body
objectOptional

Modify the Auto-upgrade settings

Responses
put
/api/VDIDefaultSettings/AutoUpgrade

No content

Was this helpful?