CCDLocations

Get

get

Retrieves FSLogix Office Container CCDLocation List of a session server with the specified ID.

Path parameters
idinteger · int32Required

The ID of a session server for which to retrieve the FSLogix Office Container settings.

Responses
get
/api/RDS/HostPool/{id}/FSLogix/OfficeContainer/CCDLocations

Add

post

Add a folder to the CCDLocation List of the FSLogix Office Container settings.

Path parameters
idinteger · int32Required

The ID of a session server for which to modify the FSLogix Office Container settings.

Body

Add a new CCDLocation to the FSLogix CCDLocation list

ccdLocationstring · min: 1 · max: 255 · nullableRequired

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

Responses
post
/api/RDS/HostPool/{id}/FSLogix/OfficeContainer/CCDLocations

No content

Remove

delete

Remove a folder from the CCDLocation List of the FSLogix Office Container settings.

Path parameters
idinteger · int32Required

The ID of a session server for which to modify the FSLogix Office Container settings.

Body

Remove a CCDLocation from the FSLogix CCDLocation list

ccdLocationstring · min: 1 · max: 255 · nullableRequired

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

Responses
chevron-right
204

No Content

No content

delete
/api/RDS/HostPool/{id}/FSLogix/OfficeContainer/CCDLocations

No content

Was this helpful?