You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 8
Next »
You can also use APIs to view the status without visiting the System Console screen on Adeptia Suite UI. You can use any SOAP client to process your request. Use the following options to view the status through an API:
Component | Input Parameter |
---|
REST URL | Refer to the URLs given in the below table for various sections of System Console. Replace <localhost>:<port> with the relevant values in the URL. |
Method Type | GET |
Header | Authentication |
Authentication Type | 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> |