CCDLocations
Was this helpful?
Was this helpful?
Retrieves FSLogix Office Container CCDLocation List of a Site Defaults object.
The SiteId of a Site Defaults object for which to retrieve the FSLogix Office Container settings (optional).
GET /api/VDIDefaultSettings/FSLogix/OfficeContainer/CCDLocations HTTP/1.1
Host:
Accept: */*
[
"text"
]
Adds a CCDLocation to the CCDLocation List of the FSLogix Office Container settings.
The Site ID of an object for which to modify the FSLogix Office Container settings (optional).
Add a new CCDLocation to the FSLogix CCDLocation list
Specifies the 'CCDLocation' path to add to the CCDLocation List.
POST /api/VDIDefaultSettings/FSLogix/OfficeContainer/CCDLocations HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 22
{
"ccdLocation": "text"
}
No content
Remove a CCDLocation from the CCDLocation List of the FSLogix Office Container settings.
The Site ID of an object for which to modify the FSLogix Office Container settings (optional).
Remove a CCDLocation from the FSLogix CCDLocation list
Specifies the 'CCDLocation' path to remove from the CCDLocation List.
DELETE /api/VDIDefaultSettings/FSLogix/OfficeContainer/CCDLocations HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 22
{
"ccdLocation": "text"
}
No content