You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 7
Next »
You can also use APIs to bring status without visiting the system console on Adeptia Suite UI. You can use any REST client to process your request. Use following options to call the status through an API:
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 |
Header | Authorization |
AuthorizationType | Basic |
User ID & Password | Use Administrator or Group Administrator user ID & password to generate authentication. |
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> |