vcenter deployment: notification

The notification structure contains fields to describe any info/warning/error messages that Tasks can raise. This structure was added in vSphere API 6.7

Representation:

{
    "id""string",
    "message"{
        "args"[
            "string",
            "string"
        ],
        "default_message""string",
        "id""string"
    },
    "resolution"{
        "args"[
            "string",
            "string"
        ],
        "default_message""string",
        "id""string"
    },
    "time""2015-01-01T22:13:05.651Z"
}

Attributes:

Name Type Description
Required
id string The notification id. This attribute was added in vSphere API 6.7

message localizable_message The notification message. This attribute was added in vSphere API 6.7

Optional
time date_time The time the notification was raised/found. This attribute was added in vSphere API 6.7

Optional. Only set if the time information is available.

resolution localizable_message The resolution message, if any. This attribute was added in vSphere API 6.7

Optional. Only set for warnings and errors.