type: meya.orb.entry.ws.connected_request
class: OrbWsConnectedRequestEntry
path: /meya/orb/entry/ws/connected_request.py
signature: -
Fields
field | signature | required | type | default | description |
---|---|---|---|---|---|
parent_entry_ref | ○ | ○ | EntryRef | null | |
trace_id | ○ | ○ | str | "-" | |
sensitive | ○ | ○ | bool | true | |
request_id | ○ | ◉ | str | ||
direction | ○ | ◉ | Direction | ||
context | ○ | ○ | dict | {} | |
grid_version | ○ | ◉ | str | ||
config | ○ | ○ | dict | {} | |
history_events | ○ | ○ | list | [] | |
history_user_data | ○ | ○ | dict | {} | |
user_id | ○ | ◉ | str | ||
session_token | ○ | ◉ | str | ||
grid_user_id | ○ | ◉ | str | ||
grid_thread_id | ○ | ◉ | str | ||
magic_link_ok | ○ | ○ | bool | null | |
magic_link_event | ○ | ○ | dict | null | |
heartbeat_interval_seconds | ○ | ○ | int | null |
Examples
Data
{
"type": "meya.orb.entry.ws.connected_request",
"data": {
"parent_entry_ref": {
"ledger": "STRING",
"id": "STRING",
"data": {
"STRING": "STRING"
}
},
"trace_id": "STRING",
"sensitive": 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
}
}