A valid request URL is required to generate request examples{
"Id": "<string>",
"Method": "<string>",
"URL": "<string>",
"Time": 123,
"RemoteIP": "<string>",
"status": "<string>",
"User": "<string>",
"InstanceId": "<string>",
"Timestamp": "2023-11-07T05:31:56Z",
"Error": "<string>",
"Script": "<string>",
"Bytes": 123
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}Return a single requests
Returns a single requests object using the specified key.
A valid request URL is required to generate request examples{
"Id": "<string>",
"Method": "<string>",
"URL": "<string>",
"Time": 123,
"RemoteIP": "<string>",
"status": "<string>",
"User": "<string>",
"InstanceId": "<string>",
"Timestamp": "2023-11-07T05:31:56Z",
"Error": "<string>",
"Script": "<string>",
"Bytes": 123
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}Authorizations
Path Parameters
The key Id
Query Parameters
Select structural property
Response
requests response
The Id assigned to each request log entry for tracking and reference purposes.
The HTTP method used for the request. Available values are 'GET, POST, PUT, DELETE'.
The complete URL path, including any query parameters but excluding the base domain.
The duration, in milliseconds, that Arc took to process and respond to the request.
The IP address of the client or system that originated the request.
The HTTP status code returned by the request (such as 200 for success, 404 for not found, or 500 for server error).
The authenticated username or account that initiated the request, if authentication was used.
The machine name of the server running Arc that handled the request. Primarily used in high availability (HA) or clustered environments.
The date and time the request was received and processing began.
Any error message or exception details captured if the request failed or encountered issues.
The internal script or handler that processed the request.
The total size of the request payload in bytes, including headers and body content.