Element details
type: meya.http.entry.request
class: HttpRequestEntry
path: /meya/http/entry/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 | ||
| allow_redirects | ○ | ○ | null | bool | |
| app_id | ○ | ○ | null | str | |
| content_type | ○ | ○ | null | str | |
| cookies | ○ | ○ | {} | dict | |
| data | ○ | ○ | null | dict | |
| direction | ◉ | ○ | Direction | ||
| headers | ○ | ○ | {} | dict | |
| integration_id | ○ | ○ | null | str | |
| integration_name | ○ | ○ | null | str | |
| method | ◉ | ○ | str | ||
| params | ○ | ○ | {} | dict | |
| text | ○ | ○ | null | str | |
| timeout | ○ | ○ | null | Real | |
| url | ◉ | ○ | str | ||
| error | ○ | ○ | null | str | |
Usage reference
Data
{
"type": "meya.http.entry.request",
"data": {
"parent_entry_ref": {
"ledger": "STRING",
"id": "STRING",
"data": {
"STRING": "STRING"
}
},
"trace_id": "STRING",
"sensitive": false,
"internal": false,
"request_id": "STRING",
"allow_redirects": false,
"app_id": "STRING",
"content_type": "STRING",
"cookies": {
"STRING": "STRING"
},
"data": {
"STRING": "ANY"
},
"direction": "rx|tx",
"headers": {
"STRING": "STRING"
},
"integration_id": "STRING",
"integration_name": "STRING",
"method": "STRING",
"params": {
"STRING": "STRING"
},
"text": "STRING",
"timeout": 123,
"url": "STRING",
"error": "STRING"
}
}