@Path(value="services") @Produces(value="application/json") public class ServiceDeploymentHandler extends Object
| Constructor and Description |
|---|
ServiceDeploymentHandler() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getService(String service,
CriteriaRequest criteriaRequest)
Returns the requested service, including all the build stamps related to it.
|
javax.ws.rs.core.Response |
getServices(CriteriaRequest criteriaRequest)
Returns the available services.
|
@GET
@Path(value="/")
public javax.ws.rs.core.Response getServices(@BeanParam
CriteriaRequest criteriaRequest)
List of ServiceDeployment, wrapped into a Response.ServiceDeploymentService.getService(String, String, org.hawkular.apm.api.services.Criteria)@GET
@Path(value="{service}")
public javax.ws.rs.core.Response getService(@PathParam(value="service")
String service,
@BeanParam
CriteriaRequest criteriaRequest)
service - the service name. Required.ServiceDeployment for the requested serviceCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.