Phm_HardwareSupportManagers_ManagedHosts_UpdateSpec

Phm_HardwareSupportManagers_ManagedHosts_UpdateSpec
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.

JSON Example
{
    "hosts_to_add": [
        "string"
    ],
    "hosts_to_remove": [
        "string"
    ]
}
array of string
hosts_to_add
Optional

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.

array of string
hosts_to_remove
Optional

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.