InteropReportTargetDatacenterComponent

InteropReportTargetDatacenterComponent
InteropReportTargetDatacenterComponent

The specified datacenter component for the report.

JSON Example
{
    "datacenterComponentType": "string",
    "endpoint": "string",
    "versionInfo": {
        "version": "string",
        "buildNumber": "string",
        "availableNewerVersions": [
            "string"
        ]
    },
    "status": {
        "overallStatus": "string",
        "interopStatus": "string",
        "passwordStatus": "string",
        "certificateStatus": "string"
    },
    "certificate": {
        "certificate": {
            "validFrom": "string",
            "validTo": "string",
            "thumbprint": "string",
            "status": {
                "status": "string",
                "expirationDays": 0
            }
        }
    },
    "relations": [
        {
            "type": "string",
            "id": "string",
            "version": "string",
            "interopStatus": "string",
            "productId": "string"
        }
    ]
}
string
datacenterComponentType
Required

The type of the datacenter component.

Possible values are : VCENTER, NSXT, VRSLCM, VROPS, VRLI, NSXALB, SDDC, TMC, SRM, VSAN,
string As ^([a-z_A-Z0-9]([a-z_A-Z0-9\-]*[a-zA-Z0-9])?\.)*[a-z_A-Z0-9]([a-z_A-Z0-9\-]*[a-z_A-Z0-9])?$
endpoint
Required

The FQDN or IP of the datacenter component.

versionInfo
Optional

Info about the product version specified for this report.

status
Optional

Status of the product.

object
certificate
Optional

Certificates of the product

relations
Optional

Products that use the DC component.