ActivityMonitorItemResponse
HTTP status code of the response for reference purposes.
200200results object
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.
64BBA147B9AC41D9978062300826C89FThe 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/64BBA147B9AC41D9978062300826C89FThe name of the internal database table associated with this resource.
usersThe user-visible label of the database table associated with this object.
codes_pay_typesThe IP address of the client that initiated the request.
10.0.0.31The number of database queries executed during the request.
5The number of database records read during the request.
143The total time in milliseconds spent executing database queries.
114The 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.
1The list of times that heartbeat messages were received.
The IP address of the host that processed the request.
10.0.0.21The name of the host that processed the request.
example.apps.journyx.comThe unique identifier of the request (same as id).
The unique identifier of the user that initiated the request, if applicable.
jdoeIndicates 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.
253190144The Virtual Memory Size (VMS) memory usage in bytes.
1797857280The order of this request within the current response list.
The process ID of the request.
45940properties 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 Collectionrequest_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.
200The total time in milliseconds spent generating the response.
123The long-formatted end date of the request.
Monday, September 30, 2024The short-formatted end date of the request.
09/30/2024The long-formatted end date and time of the request.
Monday, September 30, 2024 14:25:43 CDTThe short-formatted end date and time of the request.
09/30/2024 14:25:43 CDTThe end date and time of the request in Unix epoch format.
1727724343.434125The end date and time of the request in ISO 8601 format.
2024-09-30T14:25:43-05:00The long-formatted start date of the request.
Monday, September 30, 2024The short-formatted start date of the request.
09/30/2024The long-formatted start date and time of the request.
Monday, September 30, 2024 14:25:43 CDTThe short-formatted start date and time of the request.
09/30/2024 14:25:43 CDTThe start date and time of the request in Unix epoch format.
1727724343.434125The start date and time of the request in ISO 8601 format.
2024-09-30T14:25:43-05:00The status of the request. Possible values are:
- OK
- Running
- Incomplete
- Error
- Stopped
OKThe 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.
100The full name of the user that initiated the request, if applicable.
John DoeThe login name of the user that initiated the request, if applicable.
jdoeIndicates whether the request was successful (normally true if it's not an error response)
trueURL of the current request / resource, for reference purposes.
https://example.apps.journyx.com/api/v1/users{
"response_code": 200,
"results": {
"id": "64BBA147B9AC41D9978062300826C89F",
"uri": "/api/v1/objects/64BBA147B9AC41D9978062300826C89F",
"tablename": "users",
"table_label": "codes_pay_types",
"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"
},
"success": true,
"uri": "https://example.apps.journyx.com/api/v1/users"
}