appliance environment: info

The info structure contains the information about the appliance environment. This structure was added in vSphere API 6.7.

Representation:

{
    "managed_by""VMWARE",
    "provider""AWS",
    "display"{
        "database_monitoring"true,
        "sso_status"true
    },
    "deployed_by""VMWARE"
}

Attributes:

Name Type Description
Required
managed_by string Who manages this appliance. This attribute was added in vSphere API 6.7.

Defines the possible entities managing the appliance. This enumeration was added in vSphere API 6.7. Value is one of:
VMWARE: Managed by VMware. This constant was added in vSphere API 6.7.
USER: Managed by the user. This constant was added in vSphere API 6.7.

deployed_by string Who deployed this appliance. This attribute was added in vSphere API 6.7.

Defines the possible entities deploying the appliance. This enumeration was added in vSphere API 6.7. Value is one of:
VMWARE: Deployed by VMware. This constant was added in vSphere API 6.7.
USER: Deployed by the user. This constant was added in vSphere API 6.7.

provider string The cloud provider where this appliance is running. This attribute was added in vSphere API 6.7.

Defines the possible providers. Now it has only AWS, in the future we foresee soft-layer, google cloud, azure, etc. This enumeration was added in vSphere API 6.7. Value is one of:
AWS: The appliance is located in AWS-backed VMC. This constant was added in vSphere API 6.7.
UNKNOWN: The appliance location is UNKNOWN. This constant was added in vSphere API 6.7.

display display What UI should display. This attribute was added in vSphere API 6.7.

display.database_monitoring boolean Display database monitoring. This attribute was added in vSphere API 6.7.

display.sso_status boolean Display SSO status. This attribute was added in vSphere API 6.7.