- Created by Akash Kumar Jaiswal , last modified by Ashhad Alam on Mar 31, 2023
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 5 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 To use access token, provide the token value in Cookie key. |
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>/diagnostics?component=ac-aiMap |
Response | { |
API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-aPI-publisher-gateway |
Response | { |
API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-archival-and-cleanup |
Response | { |
API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-autoscaler |
Response | { |
API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-event |
Response | { |
API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-license |
Response | { |
API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-listener |
Response | { |
API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-portal |
Response | { |
API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-rEST-aPI-publisher |
Response | { |
API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-runtime |
Response | { |
API | https://<ipaddress/domain>:<port>/diagnostics/deploymentinfo |
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 } ] } |
API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-sOAP-aPI-publisher |
Response | { |
API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-webapp-gateway |
Response | { |
API | https://<ipaddress/domain>:<port>/diagnostics?component=ac-webrunner |
Response | { |
API | https://<ipaddress/domain>:<port>/diagnostics?component=archive-log-database |
Response | { "archive-log-database": [8]-0: |
API | https://<ipaddress/domain>:<port>/diagnostics?component=backend-database |
Response | { "backend-database": [2]-0: |
API | https://<ipaddress/domain>:<port>/diagnostics?component=log-database |
Response | { "log-database": |
API | https://<ipaddress/domain>:<port>/diagnostics?component=all |
Response | { |
- No labels