Get Tenant Log Bundle Page
Use this endpoint to get agent logbundles
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER
Request
URI
GET
https://{api_host}/provider/agentlogbundles
COPY
Responses
200
OK
Returns PagedModelTenantLogBundleDTO 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",
"user": {
"id": 0,
"firstName": "string",
"lastName": "string",
"contactNumber": "string",
"email": "string",
"password": "string",
"tenantId": "string",
"companyName": "string",
"type": "string",
"roles": [
"string"
],
"forcePasswordChange": false,
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
},
"tenantId": "string",
"environmentId": "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
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