OpsNotification
OPS Notification.
{
"id": "string",
"type": "string",
"tenant": {
"name": "string",
"id": "string"
},
"properties": {
"properties": {}
},
"status": "string",
"message": "string"
}
Notification ID.
Notification type. Possible values are: alert, bill, report.
custom properties specific per type
Processing status for a OPS Notification. Present in the HTTP response only. | Possible values are: processed, not_processed, invalid. The status invalid is set when the validation of a notification is failed - for example it misses required properties. | The status not_processed is set when dependent services are busy and a notification cannot be moved for further processing. | Notifications with status not_processed are suitable to be re-sent at a later stage. | The status processed is set when a notification is completely processed and no further action is needed.
Message describing status reason to reject processing. Present only in the HTTP response and when the status is invalid.