Show MQConnectivity status
Purpose
Shows the status of MQ Connectivity.URI
Use the Eclipse Amlen REST API GET method with the following Eclipse Amlen service URI:
http://<admin-endpoint-IP:Port>/ima/v1/service/status/MQConnectivity
Usage NotesĀ®
- Capitalization must be used as shown.
- The status information that is returned shows whether the MQ Connectivity process is enabled or disabled, and is active or inactive.
- The status of the MQ Connectivity process is also returned as part of the data that is returned from the Eclipse Amlen REST API GET method with the following URI:
http://<admin-endpoint-IP:Port>/ima/v1/service/status
Related Commands
Example
Shows the status of MQ Connectivity:curl -X GET http://127.0.0.1:9089/ima/v1/service/status/MQConnectivity
An
example response to the GET
method:
{
"Version":"v1",
"MQConnectivity": {
"Status": "Inactive",
"Enabled": false
}
}