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
string
creationTimestamp
Optional
The creation timestamp of the notification
string
expirationTimestamp
Optional
The expiration timestamp of the notification
array of
NotifiableResource
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