orb.entry.ws.connected_request

Element details

type: meya.orb.entry.ws.connected_request
class: OrbWsConnectedRequestEntry
path: /meya/orb/entry/ws/connected_request.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
parent_entry_refnullEntryRef
trace_id"-"str
sensitivetruebool
internalfalsebool
request_idstr
directionDirection
context{}
dict
grid_versionstr
config{}
dict
history_events[]list
history_user_data{}
dict
user_idstr
session_tokenstr
grid_user_idstr
grid_thread_idstr
magic_link_oknullbool
magic_link_eventnulldict
heartbeat_interval_secondsnullint

Usage reference

Data

{
    "type": "meya.orb.entry.ws.connected_request", 
    "data": {
        "parent_entry_ref": {
            "ledger": "STRING", 
            "id": "STRING", 
            "data": {
                "STRING": "STRING"
            }
        }, 
        "trace_id": "STRING", 
        "sensitive": false, 
        "internal": false, 
        "request_id": "STRING", 
        "direction": "rx|tx", 
        "context": {
            "STRING": "ANY"
        }, 
        "grid_version": "STRING", 
        "config": {
            "STRING": {
                "STRING": "ANY"
            }
        }, 
        "history_events": [
            {
                "STRING": "ANY"
            }
        ], 
        "history_user_data": {
            "STRING": {
                "name": "STRING", 
                "avatar": {
                    "STRING": "ANY"
                }, 
                "type": "STRING"
            }
        }, 
        "user_id": "STRING", 
        "session_token": "STRING", 
        "grid_user_id": "STRING", 
        "grid_thread_id": "STRING", 
        "magic_link_ok": false, 
        "magic_link_event": {
            "STRING": "ANY"
        }, 
        "heartbeat_interval_seconds": 123
    }
}