Transactions
Transactions provides traceability for downstream provider calls.
accessIdaccessId (string)
Access identifier used for the provider call.
requestrequest (string)
Raw request payload captured for auditing.
responseresponse (string)
Raw response payload captured for auditing.
idid (string)
Identifier of the transaction within the aggregator.
durationinteger<int32>
Duration in milliseconds for the provider call.
httpUrlhttpUrl (string)
Target URL of the provider call.
httpStatusCodeinteger<int32>
HTTP status code returned by the provider.
httpResponseHeaders object
HTTP headers returned by the provider.
property name*value (string)
Transactions
{
"accessId": "string",
"request": "string",
"response": "string",
"id": "string",
"duration": 0,
"httpUrl": "string",
"httpStatusCode": 0,
"httpResponseHeaders": {}
}