Retrieve default Registry.
The Site Id of the optimization setting to retrieve the registry.
Success
Unauthorized
Not Found
Adds Registry to the default optimization.
The Site Id of the optimization to retrieve the registry.
The action type for add registry entry
Name
Value
Display Name
The hive type for add registry entry
Path
The value type for add registry entry
String Value
Created
Unauthorized
Not Found
Conflict
No content
Remove Default Registry Image Optimization Object.
The Site Id of the Optimization Settings to remove the registry object.
Registry Id
No Content
Unauthorized
Not Found
No content
GET /api/VDIDefaultSettings/Optimization/Registry HTTP/1.1
Host:
Accept: */*
[
{
"id": 1,
"action": [
"0 = Add",
"1 = Modify",
"2 = Delete"
],
"registryName": "text",
"dwordValue": 1,
"displayName": "text",
"hiveType": [
"0 = HKEY_CURRENT_CONFIG",
"1 = HKEY_USERS",
"2 = HKEY_LOCAL_MACHINE",
"3 = HKEY_CLASSES_ROOT"
],
"path": "text",
"regType": [
"0 = REG_SZ",
"1 = REG_DWORD",
"2 = REG_QWORD",
"3 = REG_MULTI_SZ",
"4 = REG_EXPAND_SZ"
],
"stringValue": "text"
}
]POST /api/VDIDefaultSettings/Optimization/Registry HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 342
{
"action": [
"0 = Add",
"1 = Modify",
"2 = Delete"
],
"registryName": "text",
"dwordValue": 1,
"displayName": "text",
"hiveType": [
"0 = HKEY_CURRENT_CONFIG",
"1 = HKEY_USERS",
"2 = HKEY_LOCAL_MACHINE",
"3 = HKEY_CLASSES_ROOT"
],
"path": "text",
"regType": [
"0 = REG_SZ",
"1 = REG_DWORD",
"2 = REG_QWORD",
"3 = REG_MULTI_SZ",
"4 = REG_EXPAND_SZ"
],
"stringValue": "text"
}DELETE /api/VDIDefaultSettings/Optimization/Registry HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 16
{
"registryId": 1
}