WindowsComponent

List

get

Retrieve Windows Component Custom

Path parameters
idinteger · int32Required

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

Responses
get
/api/VDI/HostPool/{id}/Optimization/WindowsComponent

Add

post

Adds a Windows Component Custom to optimization.

Path parameters
idinteger · int32Required

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

Body
aliasesstring | nullableOptional

Windows Components Alias

displayNamestring | nullableOptional

Windows Components Diplay Name

componentNamestring | nullableOptional

Windows Components Name

Responses
post
/api/VDI/HostPool/{id}/Optimization/WindowsComponent

No content

Delete

delete

Removes Windows Component Custom From Optimization.

Path parameters
idinteger · int32Required

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

Body
componentNamestring | nullableOptional

Windows Component Name

Responses
delete
/api/VDI/HostPool/{id}/Optimization/WindowsComponent

No content

Was this helpful?