Get Provider Log Bundle Page
Use this endpoint to get provider logbundles
Authorized Roles : PROVIDER
Request
URI
GET
https://{api_host}/provider/providerlogbundles
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 PagedModelProviderLogBundleDTO 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",
"createdTime": "string",
"logBundlePath": "string",
"isLogDownloaded": false,
"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
Log Bundles Operations
POST
Create Provider Log Bundle
POST
Create Tenant Log Bundle
DELETE
Delete Provider Log Bundle
DELETE
Delete Tenant Log Bundle
GET
Generate Provider Pre Signed URL
GET
Generate Tenant Pre Signed URL
GET
Get Provider Log Bundle
GET
Get Provider Log Bundle Page
GET
Get Tenant Log Bundle
GET
Get Tenant Log Bundle Page