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
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
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
No content
GET /api/RDS/Host/Schedule/{id}/Target HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 2
{}[
1
]POST /api/RDS/Host/Schedule/{id}/Target HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 14
{
"targetID": 1
}DELETE /api/RDS/Host/Schedule/{id}/Target HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 14
{
"targetID": 1
}