Get Page 6
Use this endpoint to get all logs available for the database
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER
Request
URI
GET
https://{api_host}/databases/{dbUuid}/logs
COPY
Path Parameters
string
dbUuid
Required
ID of the database
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
PageDbLogMetadata
of type(s)
application/vnd.vmware.dms-v1+json
{
"totalPages": 0,
"totalElements": 0,
"first": false,
"sort": {
"sorted": false,
"unsorted": false,
"empty": false
},
"size": 0,
"content": [
{
"id": "string",
"logName": "string",
"s3FilePath": "string",
"logExtractionTime": "string"
}
],
"number": 0,
"numberOfElements": 0,
"pageable": {
"page": 0,
"size": 0,
"sort": [
"string"
]
},
"last": false,
"empty": false
}
integer As int32
As int32
totalPages
Optional
totalPages
integer As int64
As int64
totalElements
Optional
totalElements
boolean
first
Optional
first
integer As int32
As int32
size
Optional
size
integer As int32
As int32
number
Optional
number
integer As int32
As int32
numberOfElements
Optional
numberOfElements
boolean
last
Optional
last
boolean
empty
Optional
empty
400
Bad Request
Operation doesn't return any data structure
On This Page
Database Logs Operations
GET
Dashboard
DELETE
Delete Log Files
GET
Get Log Download Url
GET
Get Page 6