[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
PatchPoolReq
Properties
array of
ApplicationItem
applicationsToRemove
Optional
List of applications to be removed from the pool
string
displayName
Optional
Pool’s display name
boolean
enableSSO
Optional
Enable SSO on this pool.
array of
string
templatesToRemove
Optional
List of templates to be removed from the pool
integer as int32
transientLoadThresholdSecs
Optional
Time spacing (in seconds) between consecutive session placement on a MULTI-SESSIONtemplate VM. This property will be used to load balance session slots among theMULTI-SESSION template VMs. This value should be between 0 to 300
JSON Example
{
"displayName": "NewPool",
"templatesToAdd": [
{
"dataCenterId": "datacenter-1",
"edgeDeploymentId": "string",
"id": "template-3",
"location": "string",
"name": "string",
"orgId": "string",
"powerPolicy": {
"base": "TOTAL",
"enabled": false,
"min": 2,
"minUnit": "PERCENTAGE",
"occupancyPresetMode": "BALANCED",
"powerOffProtectTimeMins": 30,
"powerSchedules": [
{
"allDay": false,
"endTime": "17:00",
"min": 5,
"name": "VmwareWeekdaySchedule",
"occursOn": 31,
"startTime": "08:00",
"timeZone": "Asia/Tokyo"
}
]
},
"templateType": "DEDICATED"
}
],
"templatesToRemove": [
"template-1",
"template-2"
],
"transientLoadThresholdSecs": 10
}