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 19 Next »

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:

ComponentInformation Type
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 TypeGET
User ID & PasswordAdministrator or Group Administrator User ID & Password for Base 64 enconding
HeaderAuthorization
Authorization Type

Basic

 Click the relevant section to find API and expected response format.

 

 License Status

API: https://<ipaddress/domain>:<port>/adeptia/rest/diagnostics?component=license

 Cluster Status

API: https://<ipaddress/domain>:<port>/adeptia/rest/diagnostics?component=cluster

Response:

 Schedular Status

API: https://<ipaddress/domain>:<port>/adeptia/rest/diagnostics?component=scheduler

Response:

 Backednd Database Status

API: https://<ipaddress/domain>:<port>/adeptia/rest/diagnostics?component=backend-database

Response:

 Log Database Status

API: https://<ipaddress/domain>:<port>/adeptia/rest/diagnostics?component=log-database

Response:

 Process Execution Status

API: https://<ipaddress/domain>:<port>/adeptia/rest/diagnostics?component=process-execution

Response:

 Archive Log Database Status

API: https://<ipaddress/domain>:<port>/adeptia/rest/diagnostics?component=archive-log-database

Response:

 System Information

API: https://<ipaddress/domain>:<port>/adeptia/rest/diagnostics?component=system-info&nodeName=<nodename>

Response:

 Kernel Information

API: https://<ipaddress/domain>:<port>/adeptia/rest/diagnostics?component=kernel&nodeName=<nodename>

Response:

 WebRunner Information

API: https://<ipaddress/domain>:<port>/adeptia/rest/diagnostics?component=webRunner&nodeName=<nodename>

Response:

  • No labels