The advanced log request data
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
JsonNullable<String> | ➖ | The request ID | adbf752f-6457-4ddd-89b3-98ae2252b83b |
method |
JsonNullable<String> | ➖ | The request method | get |
headers |
Map<String, Object> | ➖ | N/A | { "content-type": "application/json", "authorization": "Bearer token" } |
url |
JsonNullable<StepLogUrl> | ➖ | The request URL data | |
body |
JsonNullable<Object> | ➖ | N/A |