outboundRequest
Tracks outbound requests made from the system, including request details.
Columns
| Name | Type | References | Description |
| elapsed | Integer | The elapsed time in milliseconds for the request or process. | |
| error | String | The error message or code associated with the request or process. | |
| host | String | The hostname of the server processing the request. | |
| key | Integer | The internal system-generated identifier for the record. | |
| port | Integer | The port number used for the connection. | |
| protocol | String | The communication protocol used, such as HTTP or HTTPS. | |
| requestcontentlength | Integer | The length, in bytes, of the request content. | |
| requestcontenttype | String | The type of content sent in the request, such as JSON or XML. | |
| requestid | String | The unique identifier for the request. | |
| responsecontentlength | Integer | The length, in bytes, of the response content. | |
| responsecontenttype | String | The type of content returned in the response, such as JSON or XML. | |
| scriptdeploymenturl | String | The URL for the script deployment associated with the request. | |
| scriptid | String | The unique identifier for the script being executed. | |
| statuscode | Integer | The HTTP status code returned with the response. | |
| time | Date | The date and time when the request was processed. |