Phm_HardwareSupportManagers_CreateSpec
The HardwareSupportManagers.CreateSpec structure provides a new hardware support manager registration data for creating a registration entry, see HardwareSupportManagers.create.
{
"key": "string",
"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
}
]
}
Globally unique key identifier of the HSM registered with PHM When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.phm.HardwareSupportManager. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.phm.HardwareSupportManager.
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.