v5.0_System

GET system/status

Resource Information

Requires Authentication?

Yes

Response Formats

json

HTTP Methods

GET

Returns the status of system configuration.

Resource URL

https://{{ip_address}}:{{port}}/api/{{version}}/system/status

Example Request

GET 

  1. https://192.168.0.22/api/5.0/system/status

{ "data": [ { "uuid": "378b0ce7-85be-476d-b7b9-ba0d1a3b02e6", "timestamp": "2023-07-27T11:50:31.805Z", "status": "N/A", "local": false, "version": "N/A", "applications": [ { "type": "PostgreSQL", "status": "N/A" }, { "type": "External Redis", "status": "N/A" }, { "type": "Internal Redis", "status": "N/A" }, { "type": "Redundancy", "status": "N/A" }, { "type": "Elasticsearch", "status": "N/A" } ] }, { "uuid": "a09f51ba-e9d4-4fea-b411-bd5e20e7177e", "timestamp": "2023-07-27T11:50:31.805Z", "status": "Up", "local": true, "version": "1.1.0nab-23.04.10.01", "applications": [ { "type": "PostgreSQL", "status": "Up", "version": "14.1 (Debian 14.1-1.pgdg110+1)" }, { "type": "Internal Redis", "status": "Up", "version": "6.2.6" }, { "type": "External Redis", "status": "Up", "version": "6.2.6" }, { "type": "Redundancy", "status": "N/A" }, { "type": "Elasticsearch", "status": "Down", "version": null } ] } ], "metadata": { "item_count": 2, "total_items": 2, "total_pages": 1, "current_page": 1 } }