Notifications

Notifications
Notifications

The Notifications structure contains info/warning/error messages that can be reported be the appliance task.

JSON Example
{
    "info": [
        {
            "id": "string",
            "time": "string",
            "message": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "localized": "string"
            },
            "resolution": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "localized": "string"
            }
        }
    ],
    "warnings": [
        {
            "id": "string",
            "time": "string",
            "message": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "localized": "string"
            },
            "resolution": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "localized": "string"
            }
        }
    ],
    "errors": [
        {
            "id": "string",
            "time": "string",
            "message": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "localized": "string"
            },
            "resolution": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "localized": "string"
            }
        }
    ]
}
info
Optional

Info notification messages reported. Only set if an info was reported by the appliance task.

warnings
Optional

Warning notification messages reported. Only set if an warning was reported by the appliance task.

errors
Optional

Error notification messages reported. Only set if an error was reported by the appliance task.