CCDLocations
Get
Retrieve FSLogix Profile Container CCDLocation List of a Site Defaults object.
GET/api/VDIDefaultSettings/FSLogix/ProfileContainer/CCDLocations
Query parameters
Response
Success
Body
itemsstring
Request
Response
Add
Add a CCDLocation to the CCDLocation List of the FSLogix Profile Container settings.
POST/api/VDIDefaultSettings/FSLogix/ProfileContainer/CCDLocations
Query parameters
Body
CCDLocation configuration.
ccdLocation*nullable string
Specifies the 'CCDLocation' path to add to the CCDLocation List.
Response
Created
Request
Response
Delete
Remove a CCDLocation from the CCDLocation List of the FSLogix Profile Container settings.
DELETE/api/VDIDefaultSettings/FSLogix/ProfileContainer/CCDLocations
Query parameters
Body
CCDLocation configuration.
ccdLocation*nullable string
Specifies the 'CCDLocation' path to remove from the CCDLocation List.
Response
No Content
Request
Response
Was this helpful?