[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
PatchEntitlementReq
Properties
boolean
enableSSO
Optional
Enable SSO on this entitlement.
array of
string
groupIdsToAdd
Optional
List of user groups to be added to the entitlement
array of
string
groupIdsToRemove
Optional
List of groups to be removed from the entitlement
array of
string
templatesToRemove
Optional
List of templates to be removed from the entitlement
array of
string
userIdsToAdd
Optional
List of users to be added to the entitlement
array of
string
userIdsToRemove
Optional
List of users to be removed from the entitlement
JSON Example
{
"enableSSO": false,
"groupIdsToAdd": [
"group-id-3 | group-id-4"
],
"groupIdsToRemove": [
"group-id-1 | group-id-2"
],
"powerPolicy": {
"enabled": false,
"min": 2,
"minUnit": "PERCENTAGE",
"modelVersion": 0,
"occupancyPresetMode": "BALANCED",
"powerOffProtectTimeMins": 30,
"powerSchedules": [
{
"allDay": false,
"endTime": "17:00",
"min": 5,
"modelVersion": 0,
"name": "VmwareWeekdaySchedule",
"occursOn": 31,
"startTime": "08:00",
"timeZone": "Asia/Tokyo"
}
]
},
"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"
],
"userIdsToAdd": [
"user-id-3 | user-id-4"
],
"userIdsToRemove": [
"user-id-1 | user-id-2"
]
}