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

Reference to an instance of the ManagedEntity managed object.

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 Status enumeration defines a general "health" value for a managed entity.

Possible values:

  • gray: The status is unknown.
  • green: The entity is OK.
  • yellow: The entity might have a problem.
  • red: The entity definitely has a problem.
Possible values are : gray, green, yellow, red,
string
remediation
Required

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

For example, "Replace Fan #3".