HealthUpdate

HealthUpdate
HealthUpdate
AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "entity": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "healthUpdateInfoId": "string",
    "id": "string",
    "status": "string",
    "remediation": "string"
}
entity
Required

The entity on which the health update occurred.

Only host is supported.

string
healthUpdateInfoId
Required

The ID of the corresponding HealthUpdateInfo.

string
id
Required

The ID of this particular HealthUpdate instance, for cross-reference with HealthUpdateProvider logs.

status
Required

The current health status.

Values are of type Status.

string
remediation
Required

A description of the physical remediation required to resolve this health update.

For example, "Replace Fan #3".