Audit events
List audit events of a cluster.
Path Parameters
organisationSlugstring
Match
^[a-z0-9-_]+$
environmentSlugstring
Match
^[a-z0-9-_]+$
clusterstring
Query Parameters
pageableobject
Optional. When omitted: pageSize=50, pageNumber=0, sortDirection=ASC
Response Body
curl -X GET "https://api.avisi.cloud/api/v1/orgs/string/audit-events/string/string?page=0&size=1&sort=string"
{
"totalElements": 0,
"totalPages": 0,
"first": true,
"last": true,
"size": 0,
"content": [
{
"createdAt": "2019-08-24T14:15:22Z",
"type": "string",
"referencedEntityIdentity": "string",
"details": {
"property1": {
"new": null,
"old": null
},
"property2": {
"new": null,
"old": null
}
},
"customerId": 0,
"customerSlug": "string",
"actorId": 0,
"actorUsername": "string",
"environmentId": 0,
"environmentSlug": "string",
"clusterId": 0,
"clusterSlug": "string",
"clusterNodePoolId": 0,
"clusterNodePoolName": "string",
"cloudAccountName": "string"
}
],
"number": 0,
"sort": {
"empty": true,
"unsorted": true,
"sorted": true
},
"numberOfElements": 0,
"pageable": {
"offset": 0,
"sort": {
"empty": true,
"unsorted": true,
"sorted": true
},
"unpaged": true,
"pageSize": 0,
"paged": true,
"pageNumber": 0
},
"empty": true
}
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}