The end of life (EOL) date for this module is on 31 January, 2020.
REST
Quick Start
Step 1 - Get the Open Access Client
Edit config/application.conf and add the following:
geneos {
...
rest {
interface: localhost
port: 8080
}
}
Step 2 - Try it!
curl http://localhost:8080/clusterEndpoints
| Endpoint | Description |
|---|---|
| /cluster | Get the current cluster state for this node |
| /gateways | The gateway’s connection state |
| /assignments | The cluster gateway assignments |
| /settings | The configuration and settings |