Italiano
cURL
curl --request GET \ --url https://app.aegister.com/api/v1/log-analysis \ --header 'X-Aegister-Token: <api-key>'
{ "error": 0, "messages": [], "total": 20, "data": [ { "id": 11, "state": "pending", "report": { "FirewallHealthReport": { "Description": "<string>", "HealthScore": 80, "RejectedConnectionsCount": 10 } }, "created_at": "2023-11-07T05:31:56Z", "file": { "name": "<string>", "path": "<string>", "size": 123, "type": "<string>", "stored": "<string>" } } ] }
Retrieves all log-analysis
Max number of reponse items.
Offset response items.
Order results by item field
The response is of type object.
object