Windows Component
Retrieve Default Windows Custom Component
Query parameters
siteIDinteger · int32Optional
The Site ID of the optimization setting to retrieve the windows component custom list.
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/WindowsComponentAdds a default Windows Component Custom to optimization.
Query parameters
siteIDinteger · int32Optional
The site ID of the Optimization settings to retrieve the windows component custom.
Body
aliasesstring · max: 255 · nullableOptional
Windows Components Alias
displayNamestring · max: 255 · nullableOptional
Windows Components Diplay Name
componentNamestring · max: 255 · nullableOptional
Windows Components Name
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/WindowsComponentNo content
Removes Default Windows Component Custom From Optimization.
Query parameters
siteIDinteger · int32Optional
The Site ID of the optimization setting to remove the windows component custom.
Body
componentNamestring · max: 255 · nullableOptional
Windows Component Name
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/WindowsComponentNo content
Last updated
Was this helpful?