SystemSetupStatus
SystemSetupStatus
Represents the overall VCF setup status and component setup status to determine the setup workflow to be run.
JSON Example
{
"setupState": "string",
"orgSetupStatus": "string",
"tenantOrgRef": {
"name": "string",
"id": "string"
},
"componentSetupStatus": [
{
"componentType": "string",
"count": 0
}
]
}
string
setupState
Optional
Indicates the setup state of VCF. Possible values are:
- NO_SUPERVISOR
- NONE
- PARTIAL
- COMPLETE
string
orgSetupStatus
Optional
Indicates Organization setup status
array of
ComponentSetupStatus
componentSetupStatus
Optional
Constraints:
maxItems: 7
Indicates Provider Gateway, IP Space, Organization, Region, Supervisor, Regional Network Setting, and Content Library components and their counts.