Skip to main content

Status

Display the current operational status of the system.

GET https://instance.securid.com/aveksa/command.submit?cmd=status

Request

Parameters

status
formatproperties - (Default) Returns the response as key=value pairs.

json - Returns the response as JSON.

Headers

Bearer token
Acceptapplication/json
Content-Typeapplication/json

Response

Parameters

overall-statusThe overall status of the system.
jms-statusThe status of the JMS module.
email-server-statusThe status of the email server (if configured).
default-agent-statusThe status of the default agent.
database-statusThe status of the database.
local-afx-statusThe status of the local AFX server (if configured).
son-statusThe status of the System Operations Node (SON).
host-statusThe status of the host. Returns NA if not applicable.
maintenance-modeWhether the server is in maintenance mode. Values: on off
product-versionThe server build number.
dateThe date and time of the status check.
root-logger-levelThe current log level. Values: OFF FATAL ERROR WARN INFO DEBUG TRACE ALL
server-up-timeServer uptime in seconds.
no-of-unhealthy-nodesNumber of unhealthy cluster nodes.
write-applogs-to-dbWhether application logs are written to the database. Values: on off
DB-TEMP-total-spaceTotal temporary database space in MB.
DB-TEMP-used-spaceUsed temporary database space in MB.
DB-TEMP-free-spaceFree temporary database space in MB.
status_monitoring.cumulative-admin-errorTotal admin errors since the last server restart.
status_monitoring.count-of-admin-error-dailyAdmin errors in the current day.
status_monitoring.afx-statusAFX server health summary.
status_monitoring.reviews-past-dueNumber of reviews past their due date.
status_monitoring.review-end-dateNumber of reviews approaching their end date.
status_monitoring.open-crNumber of open change requests.
status_monitoring.open-watchesNumber of open watches.
status_monitoring.user-sessionNumber of active user sessions.
status_monitoring.user_countTotal number of users in the system.
status_monitoring.workflow-errorsNumber of workflow errors.
status_monitoring.collection-failureCumulative number of collection failures.
status_monitoring.collection-failure_realtimeCollection failures in the current monitoring window.
status_monitoring.current_collectionsNumber of collections currently running.
status_monitoring.collections-running-more-than-30-minsNumber of collections running longer than 30 minutes.
status_monitoring.collections-running-more-than-1-hourNumber of collections running longer than 1 hour.
status_monitoring.collectors-in-queueNumber of collectors currently in the run queue.
status_monitoring.countOfCollectorsAbove95thpercentileNumber of collectors above the 95th percentile for run time.
status_monitoring.remote_afx_down15min_countNumber of remote AFX servers that have been down for 15 minutes or more.
status_monitoring.last_successful_purgeDays since the last successful purge job.
status_monitoring.invalid_custom_objectsNumber of invalid custom objects detected.
status_monitoring.size-of-source-tableSource table size in GB.
status_monitoring.size-of-source-table-GBSource table size in GB (same value as size-of-source-table).

Examples

Request

curl -K -X GET \
"https://instance.securid.com/aveksa/command.submit?cmd=status&format=json" \
-H "Authorization: Bearer <token>"

Response

{
"data": {
"type": "status",
"overall-status": "HEALTHY",
"jms-status": "HEALTHY",
"email-server-status": "HEALTHY",
"default-agent-status": "UNHEALTHY",
"database-status": "HEALTHY",
"local-afx-status": "HEALTHY",
"son-status": "HEALTHY",
"host-status": "NA",
"maintenance-mode": "off",
"product-version": "188886",
"date": "2026-01-15 10:00:00",
"root-logger-level": "INFO",
"server-up-time": "8607",
"no-of-unhealthy-nodes": "0",
"write-applogs-to-db": "on",
"DB-TEMP-total-space": "34767",
"DB-TEMP-used-space": "5",
"DB-TEMP-free-space": "34762",
"status_monitoring.cumulative-admin-error": "0",
"status_monitoring.count-of-admin-error-daily": "0",
"status_monitoring.afx-status": "1.Green - AFX Server",
"status_monitoring.reviews-past-due": "0",
"status_monitoring.review-end-date": "0",
"status_monitoring.open-cr": "0",
"status_monitoring.open-watches": "0",
"status_monitoring.user-session": "1",
"status_monitoring.user_count": "50",
"status_monitoring.workflow-errors": "0",
"status_monitoring.collection-failure": "0",
"status_monitoring.collection-failure_realtime": "0",
"status_monitoring.current_collections": "0",
"status_monitoring.collections-running-more-than-30-mins": "0",
"status_monitoring.collections-running-more-than-1-hour": "0",
"status_monitoring.collectors-in-queue": "0",
"status_monitoring.countOfCollectorsAbove95thpercentile": "0",
"status_monitoring.remote_afx_down15min_count": "0",
"status_monitoring.last_successful_purge": "1",
"status_monitoring.invalid_custom_objects": "0",
"status_monitoring.size-of-source-table": "0.68",
"status_monitoring.size-of-source-table-GB": "0.68"
}
}

Verified with RSA Governance & Lifecycle version 8.0.0.188886 P10_HF01.