- Created by Akash Kumar Jaiswal on Mar 14, 2022
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Version 1 Next »
You can use APIs to view the status of various sections of System Console without visiting Adeptia Connect.
Use any REST client with the following information as an input to process your request.
Component | Information type |
---|---|
REST URL | Refer to the URLs described later in this section 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 computer where Adeptia Connect is hosted. |
Method Type | GET |
Authorization Type | Basic |
Header | Authorization |
User ID & Password | Administrator or Group Administrator User ID and Password for Base 64 encoding. |
APIs
Click the relevant section to find API and expected response format.
API | https://<ipaddress/domain>:<port>/rest/diagnostics?component=license |
Response | { "license": { "color": "#00cc00" } { "name": "Product Version" } { "name": "Details" }} |
API | https://<ipaddress/domain>:<port>/rest/diagnostics?component=scheduler |
Response | { "scheduler": [6]-0: |
API | https:/<ipaddress/domain>:<port>/rest/diagnostics?component=backend-database |
Response | { "backend-database": [2]-0: |
API | https://<ipaddress/domain>:<port>/rest/diagnostics?component=log-database |
Response | { "log-database": |
API | https://<ipaddress/domain>:<port>/rest/diagnostics?component=process-execution |
Response | { "process-execution": [10]-0: |
API | https://<ipaddress/domain>:<port>/rest/diagnostics?component=archive-log-database |
Response | { "archive-log-database": [8]-0: |
API | https://<ipaddress/domain>:<port>/rest/diagnostics?component=all |
Response | { "license": { "color": "#00cc00" } { "name": "Product Version" } { "name": "Details" } -"backend-database": [2]-0: |
- No labels