http.entry.request

Element details

type: meya.http.entry.request
class: HttpRequestEntry
path: /meya/http/entry/request.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
parent_entry_refnullEntryRef
trace_id"-"str
sensitivetruebool
internalfalsebool
request_idstr
allow_redirectsnullbool
app_idnullstr
content_typenullstr
cookies{}
dict
datanulldict
directionDirection
headers{}
dict
integration_idnullstr
integration_namenullstr
methodstr
params{}
dict
textnullstr
timeoutnullReal
urlstr
errornullstr

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"
    }
}