vRealize Suite Lifecycle Manager 8.4.1 PSPAK 1.
Workaround:
To workaround this issue, follow the below options:
Option 1
Apply vRealize Suite Lifecycle Manager 8.4.1 PSPAK 1.
Option 2
Leverage public API -
Vertical Scale Up request V2 to trigger Scale UP request for VMware Identity Manager using vRealize Suite Lifecycle Manager.
Sample payload for VMware Identity Manager:
{
"environmentId": "globalenvironment",
"product": {
"id": "vidm",
"nodes": [{
"type": "vidm-primary",
"properties": {
"ip": "string",
"requiredCapacity": "100",
"requiredCpuCount": "10",
"requiredMemory": "16",
"sizingGroup": "large",
"diskType": "system",
"extendedStorage": "string"
}
},
{
"type": "vidm-secondary",
"properties": {
"ip": "string",
"requiredCapacity": "100",
"requiredCpuCount": "10",
"requiredMemory": "16",
"sizingGroup": "large",
"diskType": "system",
"extendedStorage": "string"
}
},
{
"type": "vidm-secondary",
"properties": {
"ip": "string",
"requiredCapacity": "100",
"requiredCpuCount": "10",
"requiredMemory": "16",
"sizingGroup": "large",
"diskType": "system",
"extendedStorage": "string"
}
}],
"properties": {
}
},
"preValidate": false
}