Operations at servicehost/
This page describes the service operations at this endpoint.
| URI | Method | Description |
|---|---|---|
| servicehost/apiVersion | GET | Gets the current version of the REST API. |
| servicehost/config | GET | Gets current configuration of a server that listens for incoming REST calls. |
| servicehost/config | POST | Sets current configuration of a server that listens for incoming REST calls. |
| servicehost/restart | PUT | Immediately restarts a server that listens for incoming REST calls. |
| servicehost/verify | GET | Allows to verify if listening server is configured properly and able to receive incoming REST calls. |