Phm_HardwareSupportManagers_Info

Phm_HardwareSupportManagers_Info
Phm_HardwareSupportManagers_Info

The HardwareSupportManagers.Info structure contains an existing hardware support manager registration data, see HardwareSupportManagers.get.

JSON Example
{
    "base_url": "string",
    "server_certificate": "string",
    "health_update_info_default_configs": [
        {
            "health_update_info": {
                "id": "string",
                "description": "string",
                "severity": "string",
                "purpose": "string",
                "component_category": "string"
            },
            "default_enabled": false
        }
    ]
}
string
base_url
Required

The full URL path for all HSM endpoints. (e.g. https://{hsm_api_host}/vsphere-proactive-hw-mgmt)

string
server_certificate
Required

The full unabbreviated certificate used by HSM API host in PEM format. The PEM string must contain only the end-entity (leaf) certificate of the certificate chain of trust. It must NOT contain any private keys or anything else except a single x509 certificate.

health_update_info_default_configs
Required

The default configuration on a list of supported HardwareSupportManagers.HealthUpdateInfo and their enablements.