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
Show optional properties
{
"environmentId": "string",
"tenant": false
}
{
"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
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"environmentId:"string","tenant:"boolean"}' https://{api_host}/provider/agentlogbundles/create-agent-log-bundle
Log Bundles Operations
POST
Create Provider Log Bundle
POST
Create Tenant Log Bundle
GET
Generate Provider Pre Signed URL
GET
Get Provider Log Bundle
GET
Get Provider Log Bundle Page
DELETE
Delete Provider Log Bundle
GET
Generate Tenant Pre Signed URL
GET
Get Tenant Log Bundle
GET
Get Tenant Log Bundle Page
DELETE
Delete Tenant Log Bundle