CCDLocations
Get
Retrieves FSLogix Office Container CCDLocation List of a session server with the specified ID.
GET/api/VDI/HostPool/{id}/FSLogix/OfficeContainer/CCDLocations
Path parameters
id*integer (int32)
The ID of a session server for which to retrieve the FSLogix Office Container settings.
Response
Success
Body
itemsstring
Request
Response
Add
Add a folder to the CCDLocation List of the FSLogix Office Container settings.
POST/api/VDI/HostPool/{id}/FSLogix/OfficeContainer/CCDLocations
Path parameters
id*integer (int32)
The ID of a session server for which to modify the FSLogix Office Container settings.
Body
CCDLocation configuration.
ccdLocation*nullable string
Specifies the 'CCDLocation' path to add to the CCDLocation List.
Response
Created
Request
Response
Remove
Remove a folder from the CCDLocation List of the FSLogix Office Container settings.
DELETE/api/VDI/HostPool/{id}/FSLogix/OfficeContainer/CCDLocations
Path parameters
id*integer (int32)
The ID of a session server for which to modify the FSLogix Office Container settings.
Body
CCDLocation configuration.
ccdLocation*nullable string
Specifies the 'CCDLocation' path to remove from the CCDLocation List.
Response
No Content
Request
Response
Was this helpful?