All pages
Powered by GitBook
1 of 1

Loading...

VHD Locations

Get

get

Retrieves FSLogix Office Container VHDLocation List of a Site Defaults object.

Query parameters
siteIdinteger · int32Optional

The SiteId of a Site Defaults object for which to retrieve the FSLogix Office Container settings (optional).

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/AVD/DefaultSettings/SingleSession/FSLogix/OfficeContainer/VHDLocations

Add

post

Adds a VHDLocation to the VHDLocation List of the FSLogix Office Container settings.

Query parameters
siteIdinteger · int32Optional

The Site ID of an object for which to modify the FSLogix Office Container settings (optional).

Body

Add a new VHDLocation to the FSLogix VHDLocation list

vhdLocationstring | nullableRequired

Specifies the 'VHDLocation' path to add to the VHDLocation 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/AVD/DefaultSettings/SingleSession/FSLogix/OfficeContainer/VHDLocations

No content

Remove

delete

Remove a VHDLocation from the VHDLocation List of the FSLogix Office Container settings.

Query parameters
siteIdinteger · int32Optional

The Site ID of an object for which to modify the FSLogix Office Container settings (optional).

Body

Remove a VHDLocation from the FSLogix VHDLocation list

vhdLocationstring | nullableRequired

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

Responses
204

No Content

401

Unauthorized

application/json; api-version=1.0
404

Not Found

application/json; api-version=1.0
delete
/api/AVD/DefaultSettings/SingleSession/FSLogix/OfficeContainer/VHDLocations

No content

GET /api/AVD/DefaultSettings/SingleSession/FSLogix/OfficeContainer/VHDLocations HTTP/1.1
Host: 
Accept: */*
[
  "text"
]
POST /api/AVD/DefaultSettings/SingleSession/FSLogix/OfficeContainer/VHDLocations HTTP/1.1
Host: 
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 22

{
  "vhdLocation": "text"
}
DELETE /api/AVD/DefaultSettings/SingleSession/FSLogix/OfficeContainer/VHDLocations HTTP/1.1
Host: 
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 22

{
  "vhdLocation": "text"
}