Windows Scheduled Task
Retrieve Default Windows Scheduled Task
Query parameters
siteIdinteger · int32Optional
The Site Id of the optimization setting to retrieve the windows scheduled task.
Responses
200
Success
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
/api/RDSDefaultSettings/Optimization/WindowsScheduledTaskAdds a Windows Scheduled task to default optimization.
Query parameters
siteIdinteger · int32Optional
The Site Id of the Optimization settings to retrieve the windows scheduled task.
Body
taskstring | nullableRequired
Scheduled Task Name
locationstring | nullableRequired
Scheduled Task Location
Responses
201
Created
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
409
Conflict
application/json; api-version=1.0
post
/api/RDSDefaultSettings/Optimization/WindowsScheduledTaskNo content
Removes Default Windows Scheduled Task From Optimization.
Query parameters
siteIdinteger · int32Optional
The Site Id of the optimization setting to remove the windows scheduled task.
Body
taskstring | nullableRequired
Scheduled Task
locationstring | nullableRequired
Scheduled Task Location
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
delete
/api/RDSDefaultSettings/Optimization/WindowsScheduledTaskNo content
Last updated
Was this helpful?