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 <ipaddress/domain>:<port> with the relevant values in the URL. IP Address, Domain, and Port address should be of the system where Adeptia Suite is hosted. |
Method Type | GET |
User ID & Password | Administrator or Group Administrator User ID & Password for Base 64 enconding |
Header | Authorization |
Authorization Type | Basic |
Section | REST URL |
---|---|
License Status | https://<ipaddress/domain>:<port>/adeptia/rest/diagnostics?component=license |
Cluster Status | https://<ipaddress/domain>:<port>/adeptia/rest/diagnostics?component=cluster |
Scheduler Status | https://<ipaddress/domain>:<port>/adeptia/rest/diagnostics?component=scheduler |
Database Status | https://<ipaddress/domain>:<port>/adeptia/rest/diagnostics?component=backend-database |
Log Database | https://<ipaddress/domain>:<port>/adeptia/rest/diagnostics?component=log-database |
Process Execution | https://<ipaddress/domain>:<port>/adeptia/rest/diagnostics?component=process-execution |
Archive Log Database | https://<ipaddress/domain>:<port>/adeptia/rest/diagnostics?component=archive-log-database |
System Information | https://<ipaddress/domain>:<port>/adeptia/rest/diagnostics?component=system-info&nodeName=<nodename> |
Kernel Information | https://<ipaddress/domain>:<port>/adeptia/rest/diagnostics?component=kernel&nodeName=<nodename> |
WebRunner Information | https://<ipaddress/domain>:<port>/adeptia/rest/diagnostics?component=webRunner&nodeName=<nodename> |