...
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 User ID & password.Password for Base 64 enconding |
Header | Authorization |
Authorization Type | BasicBase 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> |