WindowsService

List

get

Retrieve Windows Service Custom

Path parameters
idinteger · int32Required

The ID of the optimization setting to retrieve the windows service custom list.

Responses
get
/api/RDS/Host/{id}/Optimization/WindowsService

Add

post

Adds a Windows Service Custom to optimization.

Path parameters
idinteger · int32Required

The ID of the Optimization settings to add the windows services custom.

Body
aliasesstring · max: 255 · nullableOptional

Windows Services Alias

displayNamestring · max: 255 · nullableOptional

Windows Services Diplay Name

serviceNamestring · max: 255 · nullableOptional

Windows Service Name

Responses
post
/api/RDS/Host/{id}/Optimization/WindowsService

No content

Delete

delete

Removes Windows Service Custom From Optimization.

Path parameters
idinteger · int32Required

The ID of the optimization setting to remove the windows Service custom.

Body
serviceNamestring · max: 255 · nullableOptional

Windows Service Name

Responses
delete
/api/RDS/Host/{id}/Optimization/WindowsService

No content

Was this helpful?