Get a list of the schedule setting's target ids.
The ID of the Schedule setting for which to retrieve the target settings.
Success
Unauthorized
Conflict
GET /api/VDI/HostPool/Schedule/{id}/Target HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 2
{}[
1
]Add a Schedule target setting.
The ID of the Schedule setting to modify.
The target RD Session Host server or server group Ids depending on the TargetType parameter.
Created
Unauthorized
Conflict
POST /api/VDI/HostPool/Schedule/{id}/Target HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 14
{
"targetID": 1
}No content
Remove a Schedule target setting.
The ID of the Schedule setting to modify.
The target RD Session Host server or server group Ids depending on the TargetType parameter.
No Content
Unauthorized
Not Found
DELETE /api/VDI/HostPool/Schedule/{id}/Target HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 14
{
"targetID": 1
}No content