type: meya.csp.event.monitor
class: MonitorEvent
path: /meya/csp/event/monitor/monitor.py
signature: -
Fields
field | signature | required | type | default | description |
---|---|---|---|---|---|
parent_entry_ref | ○ | ○ | EntryRef | null | |
trace_id | ○ | ○ | str | "-" | |
sensitive | ○ | ○ | bool | false | |
user_id | ○ | ◉ | str | ||
thread_id | ○ | ◉ | str | ||
integration_id | ○ | ◉ | str | ||
context | ○ | ○ | dict | {} | |
data | ○ | ○ | dict | ||
csp_integration_id | ○ | ◉ | str | ||
note | ○ | ○ | str |
Examples
Data
{
"type": "meya.csp.event.monitor",
"data": {
"parent_entry_ref": {
"ledger": "STRING",
"id": "STRING",
"data": {
"STRING": "STRING"
}
},
"trace_id": "STRING",
"sensitive": false,
"user_id": "STRING",
"thread_id": "STRING",
"integration_id": "STRING",
"context": {
"STRING": "ANY"
},
"data": {
"STRING": "ANY"
},
"csp_integration_id": "STRING",
"note": "STRING"
}
}