Request
Represents a 'Request' within the system. Usually, but not always, represents an HTTP request, but may also represent a Scheduled Task (cron job) or other special event types.
The internal ID of the resource or object.
In general, the id
field is the primary key of the object and cannot
be changed or updated.
64BBA147B9AC41D9978062300826C89F
The URI associated with this resource. This is usually a relative URL that can be used to access the resource. Typically it incorporates the Unique ID of the resource.
/api/v1/objects/64BBA147B9AC41D9978062300826C89F
The name of the internal database table associated with this resource.
users
The user-visible label of the database table associated with this object.
codes_pay_types
The IP address of the client that initiated the request.
10.0.0.31
The number of database queries executed during the request.
5
The number of database records read during the request.
143
The total time in milliseconds spent executing database queries.
114
The list of event IDs associated with the request.
[97029,97030]
Indicates if an error occurred during the request.
The number of heartbeat messages received during the request.
1
The list of times that heartbeat messages were received.
The IP address of the host that processed the request.
10.0.0.21
The name of the host that processed the request.
example.apps.journyx.com
The unique identifier of the request (same as id
).
The unique identifier of the user that initiated the request, if applicable.
jdoe
Indicates if the request is an asynchronous task.
Indicates if the request has completed.
Indicates if the request is a cron action (scheduled task).
Indicates if the request is the current request being processed.
Indicates if the request was killed before completion.
Note: you can set this value to true
in a POST to the uri
of this
request to kill it, if you are an Administrator role.
The Resident Set Size (RSS) memory usage in bytes.
253190144
The Virtual Memory Size (VMS) memory usage in bytes.
1797857280
The order of this request within the current response list.
The process ID of the request.
45940
properties object
Additional properties associated with the request, if any.
The body of the request, if any. This value may be truncated.
The description of the request type, based on the request path.
Users Collection
request_form object
The form data (or query parameters) of the request, if any.
property name* string[]
The length of the request body in bytes.
The HTTP method of the request.
The path of the request URI.
The body of the response, if any. This value may be truncated.
The length of the response body in bytes.
The status code of the response, if any.
200
The total time in milliseconds spent generating the response.
123
The long-formatted end date of the request.
Monday, September 30, 2024
The short-formatted end date of the request.
09/30/2024
The long-formatted end date and time of the request.
Monday, September 30, 2024 14:25:43 CDT
The short-formatted end date and time of the request.
09/30/2024 14:25:43 CDT
The end date and time of the request in Unix epoch format.
1727724343.434125
The end date and time of the request in ISO 8601 format.
2024-09-30T14:25:43-05:00
The long-formatted start date of the request.
Monday, September 30, 2024
The short-formatted start date of the request.
09/30/2024
The long-formatted start date and time of the request.
Monday, September 30, 2024 14:25:43 CDT
The short-formatted start date and time of the request.
09/30/2024 14:25:43 CDT
The start date and time of the request in Unix epoch format.
1727724343.434125
The start date and time of the request in ISO 8601 format.
2024-09-30T14:25:43-05:00
The status of the request. Possible values are:
- OK
- Running
- Incomplete
- Error
- Stopped
OK
The long-formatted status of the request.
The request completed normally.
The numeric order of the status of the request, so that running requests are always sorted first.
100
The full name of the user that initiated the request, if applicable.
John Doe
The login name of the user that initiated the request, if applicable.
jdoe
{
"client_ip_addr": "10.0.0.31",
"db_query_count": 5,
"db_records_read": 143,
"db_time_ms": 114,
"event_ids": [
97029,
97030
],
"had_error": true,
"heartbeat_count": 1,
"heartbeat_times": [
"2024-07-29T15:51:28.071Z"
],
"host_ip_addr": "10.0.0.21",
"host_name": "example.apps.journyx.com",
"id_request": "string",
"id_user": "jdoe",
"is_async_task": true,
"is_completed": true,
"is_cron_action": true,
"is_this_request": true,
"killed": true,
"memory_rss": 253190144,
"memory_vms": 1797857280,
"order": 0,
"process_id": "45940",
"properties": {},
"request_body": "string",
"request_description": "Users Collection",
"request_form": {},
"request_length": 0,
"request_method": "string",
"request_path": "string",
"response_body": "string",
"response_length": 0,
"response_status": "200",
"response_time_ms": 123,
"end_date_long": "Monday, September 30, 2024",
"end_date_short": "09/30/2024",
"end_datetime_long": "Monday, September 30, 2024 14:25:43 CDT",
"end_datetime_short": "09/30/2024 14:25:43 CDT",
"end_epoch": 1727724343.434125,
"end_iso": "2024-09-30T14:25:43-05:00",
"start_date_long": "Monday, September 30, 2024",
"start_date_short": "09/30/2024",
"start_datetime_long": "Monday, September 30, 2024 14:25:43 CDT",
"start_datetime_short": "09/30/2024 14:25:43 CDT",
"start_epoch": 1727724343.434125,
"start_iso": "2024-09-30T14:25:43-05:00",
"status": "OK",
"status_long": "The request completed normally.",
"status_numeric_order": 100,
"user_fullname": "John Doe",
"user_login": "jdoe",
"id": "64BBA147B9AC41D9978062300826C89F",
"uri": "/api/v1/objects/64BBA147B9AC41D9978062300826C89F",
"tablename": "users",
"table_label": "codes_pay_types"
}