Notification

Notification
Notification

This specification contains the parameters of a notification

JSON Example
{
    "type": "string",
    "severity": "string",
    "message": {
        "id": "string",
        "localizedMessage": "string",
        "arguments": [
            "string"
        ]
    },
    "creationTimestamp": "string",
    "expirationTimestamp": "string",
    "resources": [
        {
            "id": "string",
            "type": "string",
            "name": "string"
        }
    ],
    "domain": {
        "id": "string",
        "name": "string"
    }
}
string
type
Optional

The type of the notification

string
severity
Optional

The severity of the notification

message
Optional

This specification contains the parameters of a Message

string
creationTimestamp
Optional

The creation timestamp of the notification

string
expirationTimestamp
Optional

The expiration timestamp of the notification

resources
Optional

The list of resources on which the notification is generated on

domain
Optional

This specification contains the parameters of a domain to which the notifiable resources belong to