Vcenter Phm HardwareSupportManagers SetSpec

Vcenter Phm HardwareSupportManagers SetSpec
Vcenter Phm HardwareSupportManagers SetSpec

The Vcenter Phm HardwareSupportManagers SetSpec schema provides a new hardware support manager registration data for replacing an existing registration entry, see PUT /vcenter/phm/hardware-support-managers/{key}.

This schema was added in vSphere API 8.0.3.0.

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)

This property was added in vSphere API 8.0.3.0.

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.

This property was added in vSphere API 8.0.3.0.

health_update_info_default_configs
Required

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

This property was added in vSphere API 8.0.3.0.