For the complete documentation index, see llms.txt. This page is also available as Markdown.

VHDLocations

Get

get

Retrieve FSLogix Profile Container VHDLocation List of a Site Defaults object.

Query parameters
siteIdinteger · int32Optional

The SiteId of a Site Defaults object for which to retrieve the FSLogix Profile Container settings (optional).

Responses
401

Unauthorized

application/json; api-version=1.0
typestring · nullableOptional
titlestring · nullableOptional
statusinteger · int32 · nullableOptional
detailstring · nullableOptional
instancestring · nullableOptional
Other propertiesanyOptional
get/api/VDIDefaultSettings/FSLogix/ProfileContainer/VHDLocations

Add

post

Add a VHDLocation to the VHDLocation List of the FSLogix Profile Container settings.

Query parameters
siteIdinteger · int32Optional

The Site ID of an object for which to modify the FSLogix Profile Container settings (optional).

Body

Add a new VHDLocation to the FSLogix VHDLocation list

vhdLocationstring · min: 1 · max: 255 · nullableRequired

Specifies the 'VHDLocation' path to add to the VHDLocation List.

Responses
401

Unauthorized

application/json; api-version=1.0
typestring · nullableOptional
titlestring · nullableOptional
statusinteger · int32 · nullableOptional
detailstring · nullableOptional
instancestring · nullableOptional
Other propertiesanyOptional
post/api/VDIDefaultSettings/FSLogix/ProfileContainer/VHDLocations

Delete

delete

Remove a VHDLocation from the VHDLocation List of the FSLogix Profile Container settings.

Query parameters
siteIdinteger · int32Optional

The Site ID of an object for which to modify the FSLogix Profile Container settings (optional).

Body

Remove a VHDLocation from the FSLogix VHDLocation list

vhdLocationstring · min: 1 · max: 255 · nullableRequired

Specifies the 'VHDLocation' path to remove from the VHDLocation List.

Responses
401

Unauthorized

application/json; api-version=1.0
typestring · nullableOptional
titlestring · nullableOptional
statusinteger · int32 · nullableOptional
detailstring · nullableOptional
instancestring · nullableOptional
Other propertiesanyOptional
delete/api/VDIDefaultSettings/FSLogix/ProfileContainer/VHDLocations