Get Page 4
Use this endpoint to retrieve list of system notifications
Authorized Roles : ORG_ADMIN or ORG_USER
Request
URI
GET
https://{api_host}/provider/notifications
COPY
Query Parameters
integer
page
Optional
Zero-based page index (0..N)
integer
size
Optional
The size of the page to be returned
string of
array
sort
Optional
Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Responses
200
OK
Returns
PagedModelUserDefinedSystemAlertsDto
of type(s)
application/vnd.vmware.dms-v1+json
{
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
],
"content": [
{
"id": "string",
"targetId": "string",
"targetType": "string",
"targetName": "string",
"alertDefinitionType": "string",
"status": "string",
"lastModifiedTime": "string",
"lastModifiedUserEmail": "string",
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
],
"page": {
"size": 0,
"totalElements": 0,
"totalPages": 0,
"number": 0
}
}
400
Bad Request
Operation doesn't return any data structure
System Notifications Operations
GET
Get Page 4
GET
Get System Notification
GET
Get System Target Notification Rules
PUT
Update System Notifications