WindowsService
List
Retrieve Windows Service Custom
GET/api/RDS/Template/{id}/Optimization/WindowsService
Path parameters
id*integer (int32)
The ID of the optimization setting to retrieve the windows service custom list.
Response
Success
Body
typeenum
Details Type
0 = Predefined,1 = Custom
serviceNamenullable string
Windows Services Name
displayNamenullable string
Windows Services Display Name
aliasesnullable string
Windows Service Aliases
Request
Response
Add
Adds a Windows Service Custom to optimization.
POST/api/RDS/Template/{id}/Optimization/WindowsService
Path parameters
id*integer (int32)
The ID of the Optimization settings to add the windows services custom.
Body
Windows Services Settings.
aliasesnullable string
Windows Services Alias
displayNamenullable string
Windows Services Diplay Name
serviceNamenullable string
Windows Service Name
Response
Created
Request
Response
Delete
Removes Windows Service Custom From Optimization.
DELETE/api/RDS/Template/{id}/Optimization/WindowsService
Path parameters
id*integer (int32)
The ID of the optimization setting to remove the windows Service custom.
Body
Windows Service Custom Settings
serviceNamenullable string
Windows Service Name
Response
No Content
Request
Response
Was this helpful?