Get Tenant Log Bundle Page

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
Query Parameters
pageable
Required

pageable

string
environmentid
Optional

environmentid


Authentication
This operation uses the following authentication methods.
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
    }
}
array of Link
links
Optional

links

content
Optional

content


400

Bad Request

Operation doesn't return any data structure