Retrieve Default Windows Custom Component
The Site ID of the optimization setting to retrieve the windows component custom list.
Success
Unauthorized
Not Found
Adds a default Windows Component Custom to optimization.
The site ID of the Optimization settings to retrieve the windows component custom.
Windows Components Alias
Windows Components Diplay Name
Windows Components Name
Created
Unauthorized
Not Found
Conflict
No content
Removes Default Windows Component Custom From Optimization.
The Site ID of the optimization setting to remove the windows component custom.
Windows Component Name
No Content
Unauthorized
Not Found
No content
GET /api/RDSDefaultSettings/Optimization/WindowsComponent HTTP/1.1
Host:
Accept: */*
[
{
"type": [
"0 = Predefined",
"1 = Custom"
],
"componentName": "text",
"displayName": "text",
"aliases": "text"
}
]POST /api/RDSDefaultSettings/Optimization/WindowsComponent HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 62
{
"aliases": "text",
"displayName": "text",
"componentName": "text"
}DELETE /api/RDSDefaultSettings/Optimization/WindowsComponent HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 24
{
"componentName": "text"
}