API by router
Runtime audit
Ingest Runtime Audit Events
Path Parameters
instance_idInstance Id
Format
uuideventsEvents
Items
1 <= items <= 100Response 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"
}
]
}