csp.monitor.error

Element details

type: meya.csp.event.monitor.error
class: MonitorErrorEvent
path: /meya/csp/event/monitor/error.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
parent_entry_ref○○nullEntryRef
trace_id○○"-"str
sensitive○○falsebool
internal○○falsebool
user_id◉○str
thread_id◉○str
integration_id◉○str
context○○{}dict

Usage reference

Data

{
    "type": "meya.csp.event.monitor.error", 
    "data": {
        "parent_entry_ref": {
            "ledger": "STRING", 
            "id": "STRING", 
            "data": {
                "STRING": "STRING"
            }
        }, 
        "trace_id": "STRING", 
        "sensitive": false, 
        "internal": false, 
        "user_id": "STRING", 
        "thread_id": "STRING", 
        "integration_id": "STRING", 
        "context": {
            "STRING": "ANY"
        }
    }
}