GET /api/topology/services/status/{groupID}/{serviceID}
Description
Check to see if a service is running.
Resource URL
https://localhost:8090/api/topology/services/status/{groupID}/{serviceID}
Parameters
| groupID | mandatory | The id of the group that the service resides in. |
| serviceID | mandatory | The id of the service. |
Response Codes
| Response Code | Description |
|---|---|
| 204 | Success. The service is running. Refer to Javadoc for com.vordel.api.topology.model.Service. |
| 404 | The response contains an error indicating that the group does not exist in the topology. |
Example Request and Response
GET https://localhost:8090/api/topology/services/status/group-2/instance-1
HTTP 1.1 204 No Content