Phm_HardwareSupportManagers_Info
The HardwareSupportManagers.Info structure contains an existing hardware support manager registration data, see HardwareSupportManagers.get.
{
"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
}
]
}
The full URL path for all HSM endpoints. (e.g. https://{hsm_api_host}/vsphere-proactive-hw-mgmt)
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.
The default configuration on a list of supported HardwareSupportManagers.HealthUpdateInfo and their enablements.