Element details
type: meya.orb.entry.ws.connected_request
class: OrbWsConnectedRequestEntry
path: /meya/orb/entry/ws/connected_request.py
signature: -
Fields
field | description | required | signature | default | type |
---|---|---|---|---|---|
parent_entry_ref | ○ | ○ | null | EntryRef | |
trace_id | ○ | ○ | "-" | str | |
sensitive | ○ | ○ | true | bool | |
internal | ○ | ○ | false | bool | |
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 | ○ | ○ | null | bool | |
magic_link_event | ○ | ○ | null | dict | |
heartbeat_interval_seconds | ○ | ○ | null | int | |
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
}
}