You can also use APIs to view the status of the various sections of System Console without visiting Adeptia Suite UI.
Use any REST client with following input parameters to process your request:
Component | Input Parameter |
---|---|
REST URL | Refer to the URLs given in the table below for various sections of System Console. Replace <localhost>:<port> with the relevant values in the URL. |
Method Type | GET |
User ID & Password | Use Administrator or Group Administrator user ID & password. |
Header | Authorization |
Authorization Type | Basic Base 64 encoded value is a combination of the user id and password. Different REST clients provide different types of method to generate Base authentication key. |
Section | REST URL |
---|---|
License Status | http://<localhost>:<port>/adeptia/rest/diagnostics?component=license |
Cluster Status | http://<localhost>:<port>/adeptia/rest/diagnostics?component=cluster |
Scheduler Status | http://<localhost>:<port>/adeptia/rest/diagnostics?component=scheduler |
Database Status | http://<localhost>:<port>/adeptia/rest/diagnostics?component=backend-database |
Log Database | http://<localhost>:<port>/adeptia/rest/diagnostics?component=log-database |
Process Execution | http://<localhost>:<port>/adeptia/rest/diagnostics?component=process-execution |
Archive Log Database | http://<localhost>:<port>/adeptia/rest/diagnostics?component=archive-log-database |
System Information | http://<localhost>:<port>/adeptia/rest/diagnostics?component=system-info&nodeName=<nodename> |
Kernel Information | http://<localhost>:<port>/adeptia/rest/diagnostics?component=kernel&nodeName=<nodename> |
WebRunner Information | http://<localhost>:<port>/adeptia/rest/diagnostics?component=webRunner&nodeName=<nodename> |