| name | type | description | constraints | multivalued |
|---|---|---|---|---|
| backupGuid | query | no | ||
| direction | query | no | ||
| filter | query | no | ||
| from | query | long | no | |
| instanceGuid | query | no | ||
| level | query | "CRITICAL" or "INFO" or "WARNING" | yes | |
| nameLike | query | no | ||
| orderBy | query | no | ||
| page | query | no | ||
| restoreJobGuid | query | no | ||
| size | query | no | ||
| snapshotGuid | query | no | ||
| state | query | "ACKNOWLEDGED" or "NOT_ACKNOWLEDGED" or "RESOLVED" | yes | |
| to | query | long | no |
| media type | data type | description |
|---|---|---|
| application/json | array of SystemNotificationListRecord (JSON) |
GET /system-notifications
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
[ { } ]
| media type | data type |
|---|---|
| application/json | SystemNotificationRequest (JSON) |
| media type | data type | description |
|---|---|---|
| application/json | string (JSON) |
POST /system-notifications
Content-Type: application/json
Accept: application/json
{ }
HTTP/1.1 201 Created
Content-Type: application/json
...
| media type | data type |
|---|---|
| application/json | string (JSON) |
POST /system-notifications/service-exception
Content-Type: application/json
...
HTTP/1.1 201 Created
| media type | data type |
|---|---|
| application/json | SystemNotificationChangeStateRequest (JSON) |
| media type | data type | description |
|---|---|---|
| application/json | array of string (JSON) |
POST /system-notifications/state
Content-Type: application/json
Accept: application/json
{ }
HTTP/1.1 201 Created
Content-Type: application/json
...
| media type | data type |
|---|---|
| application/json | SystemNotificationChangeStateRequest (JSON) |
| media type | data type | description |
|---|---|---|
| application/json | AppUserActionStatusEntryDto (JSON) |
POST /system-notifications/state-all
Content-Type: application/json
Accept: application/json
{ }
HTTP/1.1 201 Created
Content-Type: application/json
{ }
| name | type | description |
|---|---|---|
| guid | path |
| media type | data type | description |
|---|---|---|
| application/json | SystemNotificationDetails (JSON) |
GET /system-notifications/{guid}
Content-Type: application/json
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }