Download audit logs
GEThttps://edge-host-ip:5080/v1/edge-mgmt/edgehosts/current/audits/download
Download audit logs as a single compressed file
Responses
- 200
- 404
- default
OK
Response Headers
- application/x-tar
- application/json
- Schema
Schema
string
- Schema
Schema
string
Not Found
- application/x-tar
- application/json
- Schema
- Example (from schema)
Schema
messagestring
{
"message": "string"
}
- Schema
- Example (from schema)
Schema
messagestring
{
"message": "string"
}
generic error response
- application/x-tar
- application/json
- Schema
Schema
string
- Schema
Schema
string
- curl
- python
- go
- nodejs
- java
- CURL
curl -L 'https://edge-host-ip:5080/v1/edge-mgmt/edgehosts/current/audits/download' \
-H 'Accept: application/x-tar'