Target

Get

get

Get a list of the schedule setting's target native hosts.

Path parameters
Idinteger · int32Required

The ID of the Schedule setting for which to retrieve the target settings.

Body
objectOptional
Responses
chevron-right
200

Success

application/json; api-version=1.0
get
/api/Provider/VM/VDIHost/Schedule/{id}/Target

Add

post

Add a Schedule target setting.

Path parameters
Idinteger · int32Required

The ID of the Schedule setting to modify.

Body
poolIdinteger · int32Required

Pool Id

guidstring · nullableOptional

GUID

guestNamestring · nullableOptional

Guest Name

hostAzureIDstring · nullableOptional

Host Azure ID

Responses
post
/api/Provider/VM/VDIHost/Schedule/{id}/Target

No content

Delete

delete

Remove a Schedule target setting.

Path parameters
Idinteger · int32Required

The ID of a Schedule setting to remove.

Body
poolIdinteger · int32Required

Pool Id

guidstring · nullableOptional

GUID

guestNamestring · nullableOptional

Guest Name

hostAzureIDstring · nullableOptional

Host Azure ID

Responses
delete
/api/Provider/VM/VDIHost/Schedule/{id}/Target

No content

Was this helpful?