VHDLocations
Retrieve FSLogix Profile Container VHDLocation List of a session server with the specified ID.
The ID of a session server for which to retrieve the FSLogix Profile Container settings.
Success
Unauthorized
Not Found
GET /api/RDS/Host/{id}/FSLogix/ProfileContainer/VHDLocations HTTP/1.1
Host: 
Accept: */*
[
  "text"
]Add a folder to the VHDLocation List of the FSLogix Profile Container settings.
The ID of a session server for which to modify the FSLogix Profile Container settings.
Add a new VHDLocation to the FSLogix VHDLocation list
Specifies the 'VHDLocation' path to add to the VHDLocation List.
Created
No content
Unauthorized
Not Found
Conflict
POST /api/RDS/Host/{id}/FSLogix/ProfileContainer/VHDLocations HTTP/1.1
Host: 
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 22
{
  "vhdLocation": "text"
}No content
Remove a folder from the VHDLocation List of the FSLogix Profile Container settings.
The ID of a session server for which to modify the FSLogix Profile Container settings.
Remove a VHDLocation from the FSLogix VHDLocation list
Specifies the 'VHDLocation' path to remove from the VHDLocation List.
No Content
No content
Unauthorized
Not Found
DELETE /api/RDS/Host/{id}/FSLogix/ProfileContainer/VHDLocations HTTP/1.1
Host: 
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 22
{
  "vhdLocation": "text"
}No content
Was this helpful?