Phm_HardwareSupportManagers_ManagedHosts_UpdateSpec
The ManagedHosts.UpdateSpec structure specifies a list of managed hosts added or removed by a proactive hardware management, see ManagedHosts.update.
{
"hosts_to_add": [
"string"
],
"hosts_to_remove": [
"string"
]
}
A list of managed hosts added by an HSM. This field may be unset meaning this update does not contain any newly added managed hosts. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: HostSystem. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: HostSystem.
A list of managed hosts removed by an HSM. This field may be unset meaning this update does not contain any removed managed hosts. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: HostSystem. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: HostSystem.