1. Create JSON files that will help in creation of new pools based on existing pools configuration. 2. Configure all the pool attributes through JSON file. 3. Validation of the attributes passed in the JSON file.
28 lines
798 B
JSON
28 lines
798 B
JSON
{
|
|
"Base": {
|
|
"Name" : "RdsJson",
|
|
"DisplayName": "TestRDSPS",
|
|
"AccessGroup": "Root",
|
|
"Description": "Testing PS"
|
|
},
|
|
"DesktopSettings": {
|
|
"enabled": true,
|
|
"deleting": false,
|
|
"connectionServerRestrictions": null,
|
|
"logoffSettings": null,
|
|
"displayProtocolSettings": null,
|
|
"flashSettings": {
|
|
"quality": "NO_CONTROL",
|
|
"throttling": "DISABLED"
|
|
},
|
|
"mirageConfigurationOverrides": null
|
|
},
|
|
"Type": "RDS",
|
|
"AutomatedDesktopSpec": null,
|
|
"ManualDesktopSpec": null,
|
|
"RdsDesktopSpec": {
|
|
"Farm": "test1"
|
|
},
|
|
"GlobalEntitlementData": null
|
|
}
|