appliance: notifications

The notifications structure contains info/warning/error messages that can be reported be the appliance task. This structure was added in vSphere API 6.7

Representation:

{
    "errors"[
        {
            "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"
        },
        {
            "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"
        }
    ],
    "info"[
        {
            "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"
        },
        {
            "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"
        }
    ],
    "warnings"[
        {
            "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"
        },
        {
            "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
Optional
info notification[] Info notification messages reported. This attribute was added in vSphere API 6.7

Optional. Only set if an info was reported by the appliance task.

warnings notification[] Warning notification messages reported. This attribute was added in vSphere API 6.7

Optional. Only set if an warning was reported by the appliance task.

errors notification[] Error notification messages reported. This attribute was added in vSphere API 6.7

Optional. Only set if an error was reported by the appliance task.