Target
Was this helpful?
Was this helpful?
Get a list of the schedule setting's target ids.
The ID of the Schedule setting for which to retrieve the target settings.
GET /api/RDS/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.
POST /api/RDS/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.
DELETE /api/RDS/HostPool/Schedule/{id}/Target HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 14
{
"targetID": 1
}
No content