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
Responses
200
OK
Operation doesn't return any data structure
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