APIs for System Console
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.
[+] AIMap Status
[-] Hide
| API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-aiMap |
Response | { |
[+] API Gateway Status
[-] Hide
| API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-aPI-publisher-gateway |
Response | { |
[+] Archival And Cleanup Status
[-] Hide
| API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-archival-and-cleanup |
Response | { |
[+] Autoscaler Status
[-] Hide
| API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-autoscaler |
Response | { |
[+] Event (Scheduler) Status
[-] Hide
| API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-event |
| Response | { |
[+] License Status
[-] Hide
| API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-license |
Response | { |
[+] Listener Status
[-] Hide
| API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-listener |
| Response | { |
[+] Portal Status
[-] Hide
| API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-portal |
| Response | { |
[+] REST API Status
[-] Hide
| API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-rEST-aPI-publisher |
| Response | { |
[+] Runtime (Process Execution) Status
[-] Hide
| API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-runtime |
| Response | { |
| API | https://<ipaddress/domain>:<port>/diagnostics/deploymentinfo (API to view the details of runtime deployments) |
| Response | { "name": "Deployment Information", "value": [ { "name": "ac-runtime", "runningpod": 1, "concurrency": 7, "runningpf": 3, "queuedpf": 0 }, { "name": "testdeployfm1", "runningpod": 2, "concurrency": 3, "runningpf": 0, "queuedpf": 0 } ] } |
[+] SOAP API Status
[-] Hide
| API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-sOAP-aPI-publisher |
| Response | { |
[+] Webapp Gateway Status
[-] Hide
| API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-webapp-gateway |
| Response | { |
[+] Webrunner Status
[-] Hide
| API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-webrunner |
| Response | { |
[+] Archive Log Database Status
[-] Hide
| API | https://<ipaddress/domain>:<port>/diagnostics?component=archive-log-database |
| Response | { "archive-log-database": [8]-0: |
[+] Backend Database Status
[-] Hide
| API | https://<ipaddress/domain>:<port>/diagnostics?component=backend-database |
| Response | { "backend-database": [2]-0: |
[+] Log Database Status
[-] Hide
| API | https://<ipaddress/domain>:<port>/diagnostics?component=log-database |
| Response | { "log-database": |
[+] Status of All Sections of System Console
[-] Hide
| API | https://<ipaddress/domain>:<port>/diagnostics?component=all |
| Response | { |
