All pages
Powered by GitBook
1 of 1

Loading...

CCDLocations

Get

get

Retrieve FSLogix Profile 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 Profile Container settings.

Responses
200

Success

application/json; api-version=1.0
Responsestring[]
401

Unauthorized

application/json; api-version=1.0
404

Not Found

application/json; api-version=1.0
get
/api/RDS/Host/{id}/FSLogix/ProfileContainer/CCDLocations

Add

post

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

Path parameters
idinteger · int32Required

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

Body

Add a new CCDLocation to the FSLogix CCDLocation list

ccdLocationstring | nullableRequired

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

Responses
201

Created

401

Unauthorized

application/json; api-version=1.0
404

Not Found

application/json; api-version=1.0
409

Conflict

application/json; api-version=1.0
post
/api/RDS/Host/{id}/FSLogix/ProfileContainer/CCDLocations

No content

Delete

delete

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

Path parameters
idinteger · int32Required

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

Body

Remove a CCDLocation from the FSLogix CCDLocation list

ccdLocationstring | nullableRequired

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

Responses
204

No Content

401

Unauthorized

application/json; api-version=1.0
404

Not Found

application/json; api-version=1.0
delete
/api/RDS/Host/{id}/FSLogix/ProfileContainer/CCDLocations

No content

GET /api/RDS/Host/{id}/FSLogix/ProfileContainer/CCDLocations HTTP/1.1
Host: 
Accept: */*
[
  "text"
]
POST /api/RDS/Host/{id}/FSLogix/ProfileContainer/CCDLocations HTTP/1.1
Host: 
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 22

{
  "ccdLocation": "text"
}
DELETE /api/RDS/Host/{id}/FSLogix/ProfileContainer/CCDLocations HTTP/1.1
Host: 
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 22

{
  "ccdLocation": "text"
}