WindowsService

List

get

Retrieve Default Windows Service Custom

Query parameters
siteIDinteger · int32Optional

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

Responses
chevron-right
200

Success

application/json; api-version=1.0
get
/api/VDIDefaultSettings/Optimization/WindowsService

Add

post

Adds a default Windows Service Custom to optimization.

Query parameters
siteIDinteger · int32Optional

The Site ID of the Optimization settings to retrieve 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/VDIDefaultSettings/Optimization/WindowsService

No content

Delete

delete

Removes Default Windows Service Custom From Optimization.

Query parameters
siteIDinteger · int32Optional

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

Body
serviceNamestring · max: 255 · nullableOptional

Windows Service Name

Responses
delete
/api/VDIDefaultSettings/Optimization/WindowsService

No content

Was this helpful?