SystemSetupStatus

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
If setup state is NO_SUPERVISOR, user cannot run Quick or Manual Setup and will be prompted to enable Supervisor in vCenter If setup state is NONE, both Quick and Manual Setup can be run. If setup state is PARTIAL, only Manual Setup can be run and componentSetupStatus property will indicate what components have been set up. If setup state is COMPLETE, neither Quick nor Manual Setup can be run
string
orgSetupStatus
Optional

Indicates Organization setup status

tenantOrgRef
Optional

Entity reference used to describe VCD entities

componentSetupStatus
Optional
Constraints: maxItems: 7

Indicates Provider Gateway, IP Space, Organization, Region, Supervisor, Regional Network Setting, and Content Library components and their counts.