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