![[V9.1.0 Jul 2018]](ng910.gif)
Checking that IBM z/OS Connect EE is correctly set up
How you check that IBM® z/OS® Connect EE is correctly set up.
Before you begin
Ensure that you have carried out the procedure detailed in Enabling IBM z/OS Connect EE and the MQ Service Provider
About this task
IBM z/OS Connect EE provides a RESTful API that can be used to query the services that are installed and perform administrative actions such as stopping and starting them.
Procedure
Results
This results in the following JSON response, indicating that z/OS Connect is running, but has not got any services
installed. Note, that if an existing IBM z/OS Connect EE
server was used, which had services installed, then those services would be
displayed.
________________________________________
{
"zosConnectServices":[ ]
}
________________________________________