Skip to end of metadata
Go to start of metadata

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:

ComponentInput Parameter
REST URLRefer 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 TypeGET
HeaderAuthentication
Authentication TypeBasic
User ID & PasswordUse Administrator or Group Administrator user ID & password to generate authentication.
SectionREST URL
License Statushttp://<localhost>:<port>/adeptia/rest/diagnostics?component=license
Cluster Statushttp://<localhost>:<port>/adeptia/rest/diagnostics?component=cluster
Scheduler Statushttp://<localhost>:<port>/adeptia/rest/diagnostics?component=scheduler
Database Statushttp://<localhost>:<port>/adeptia/rest/diagnostics?component=backend-database
Log Databasehttp://<localhost>:<port>/adeptia/rest/diagnostics?component=log-database
Process Executionhttp://<localhost>:<port>/adeptia/rest/diagnostics?component=process-execution
Archive Log Databasehttp://<localhost>:<port>/adeptia/rest/diagnostics?component=archive-log-database
System Informationhttp://<localhost>:<port>/adeptia/rest/diagnostics?component=system-info&nodeName=<nodename>
Kernel Informationhttp://<localhost>:<port>/adeptia/rest/diagnostics?component=kernel&nodeName=<nodename>
WebRunner Informationhttp://<localhost>:<port>/adeptia/rest/diagnostics?component=webRunner&nodeName=<nodename>
  • No labels