HydraCore
API by router

Runtime audit

Ingest Runtime Audit Events

POST
/internal/v1/instances/{instance_id}/audit-events

Path Parameters

instance_idInstance Id
Formatuuid
eventsEvents
Items1 <= items <= 100

Response Body

curl -X POST "https://loading/internal/v1/instances/497f6eca-6276-4993-bfeb-53cbbbba6f08/audit-events" \  -H "Content-Type: application/json" \  -d '{    "events": [      {        "event_id": "string",        "event_ts": "2019-08-24T14:15:22Z",        "event_type": "string",        "outcome": "string",        "source": "string"      }    ]  }'
{
  "accepted": 0,
  "duplicates": 0,
  "errors": [],
  "rejected": 0
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}