Get Activate Entity Audit
Select
SaaS
Customer Managed
Retrieve the audit details for activate entities like clients, data sources, requests. Available entity types: 3 - Client 132 - Data source 9515 - Request
Path Parameters
- entityType int32 required
Possible values:
>= 1
Type of the entity
- entityId int32 required
Possible values:
>= 1
Unique id for the entity
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
auditDetails object[]
List of audit information for an entity
severity AuditLevelPossible values: [
LOW
,MEDIUM
,HIGH
,CRITICAL
]Defines the serverity of the audit entry
time int32Unix epoch time representation of audit entry
user stringName of the user
operation stringOperation performed
messages string[]All the audit messages for this entry
{
"auditDetails": [
{
"severity": "LOW",
"time": 0,
"user": "string",
"operation": "string",
"messages": [
"string"
]
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...