HAS - Instances
GET {{agent_url}}/api/instances/
Return the list of available HAS instance managed by the HAS Agent.
The return JSON contains the running status true/false to know if the process is started or stoped.
The API Key correspond to the token of the HAS Agent given at installation of the agent.
RESPONSES
status: OK
[{"port":5000,"pid":9308,"instanceFolder":"C:\\ProgramData\\MEGA\\Hopex Application Server\\5000","health":"http://W-OGD:5000/admin/cluster/health","running":true,"hasVersion":"1.0.6","publicAddress":"http://W-OGD:5000"}]