Retrieve Windows Scheduled Task
The ID of the optimization setting to retrieve the windows scheduled task.
Success
Unauthorized
Not Found
Adds a Windows Scheduled task to optimization.
The ID of the Optimization settings to retrieve the windows scheduled task.
Scheduled Task Name
Scheduled Task Location
Created
Unauthorized
Not Found
Conflict
No content
Removes Windows Scheduled Task From Optimization.
The ID of the optimization setting to remove the windows scheduled task.
Scheduled Task
Scheduled Task Location
No Content
Unauthorized
Not Found
No content
GET /api/RDS/Template/{id}/Optimization/WindowsScheduledTask HTTP/1.1
Host:
Accept: */*
[
{
"task": "text",
"location": "text",
"type": [
"0 = Folder",
"1 = Task"
]
}
]POST /api/RDS/Template/{id}/Optimization/WindowsScheduledTask HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 33
{
"task": "text",
"location": "text"
}DELETE /api/RDS/Template/{id}/Optimization/WindowsScheduledTask HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 33
{
"task": "text",
"location": "text"
}