Create Tenant Log Bundle

Create Tenant Log Bundle

Use this endpoint to create agent logbundles
Authorized Roles : ORG_ADMIN or ORG_USER

Request
URI
POST
https://{api_host}/provider/agentlogbundles/create-agent-log-bundle
COPY
Request Body
TenantLogBundleRequest of type(s) application/json
Required
{
    "environmentId": "string",
    "tenant": false,
    "dbvms": [
        "string"
    ]
}
string As uuid As uuid
environmentId
Required

environmentId

boolean
tenant
Required

tenant

array of string
dbvms
Optional

dbvms

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure