arm_audit_get_logs
Retrieve SIEM audit logs from AutoRABIT with optional filters for event type and start time, returning CEF-formatted entries for security analysis.
Instructions
GET /logs/audit_logs. Retrieves SIEM audit logs from AutoRABIT with optional filters. Returns CEF-formatted log entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventType | No | Comma-separated event types to filter. Valid values: LOGIN, DEPLOYMENT, CIBUILD, DATALOADER, FEATUREDEPLOYMENT, DATARETRIEVALMIGRATION, FEATURECREATION, DATALOADERPRO, DATALOADERCONFIGURATION, TESTENVIRONMENTSETUP, EZCOMMIT, MERGE. If omitted, all events are returned. | |
| startTime | No | Start time in ISO 8601 format (YYYY-MM-DDThh:mm:ss). Defaults to current day if omitted. | |
| maxResults | No | Maximum number of results to return. Default is 1000. |