FolderExclusion

Get

get

Retrieve FSLogix Profile Container Folder Exclusion 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[]
get
/api/VDI/HostPool/{id}/FSLogix/ProfileContainer/FolderExclusion

Add

post

Add a folder to the Folder Exclusion 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 FSLogix Folder Exclusion

folderstring | nullableRequired

Specifies the 'Folder' path to add to the Include/Exclude Folder List.

excludeFolderCopystring[Flag] · enumOptional

Exclude Folder Copy values.

Possible values:
Responses
post
/api/VDI/HostPool/{id}/FSLogix/ProfileContainer/FolderExclusion

No content

Update

put

Modify an item in the folder exclusion 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

Change folder configuration in the FSLogix folder exclusion list

folderstring | nullableRequired

Specifies the 'Folder' path to modify within Exclude Folder List.

excludeFolderCopystring[Flag] · enumRequired

Exclude Folder Copy values.

Possible values:
Responses
put
/api/VDI/HostPool/{id}/FSLogix/ProfileContainer/FolderExclusion

No content

Delete

delete

Remove a folder from the Folder Exclusion 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 folder from the FSLogix folder inclusion list

folderstring | nullableRequired

Specifies the 'Folder' path to remove to the Include/Exclude Folder List.

Responses
delete
/api/VDI/HostPool/{id}/FSLogix/ProfileContainer/FolderExclusion

No content

Was this helpful?