Health_CheckInfo

Health_CheckInfo
Health_CheckInfo

Combines information about a health check and the issues that it can report. Note: This structure is restricted for VMware internal use only.

JSON Example
{
    "check": "string",
    "name": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "localized": "string"
    },
    "description": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "localized": "string"
    }
}
string
check
Required

The check ID. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.health.check. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.health.check.

name
Required

The LocalizableMessage structure represents localizable string and message template. Services include one or more localizable message templates in the errors they report so that clients can display diagnostic messages in the native language of the user. Services can include localizable strings in the data returned from operations to allow clients to display localized status information in the native language of the user.

description
Required

The LocalizableMessage structure represents localizable string and message template. Services include one or more localizable message templates in the errors they report so that clients can display diagnostic messages in the native language of the user. Services can include localizable strings in the data returned from operations to allow clients to display localized status information in the native language of the user.