@Path(value="portChainDeviceMap")
public class PortChainDeviceMapWebResource
extends org.onosproject.rest.AbstractWebResource
| Modifier and Type | Field and Description |
|---|---|
static String |
PORT_CHAIN_ID_EXIST |
static String |
PORT_CHAIN_ID_NOT_EXIST |
static String |
PORT_CHAIN_NOT_FOUND |
| Constructor and Description |
|---|
PortChainDeviceMapWebResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getPortChainDeviceMap(String id)
Get details of a specified port chain id.
|
codec, encodeArray, getService, mapper, newArray, newObjectget, ok, setServiceDirectorypublic static final String PORT_CHAIN_NOT_FOUND
public static final String PORT_CHAIN_ID_EXIST
public static final String PORT_CHAIN_ID_NOT_EXIST
@GET
@Path(value="{chain_id}")
@Produces(value="application/json")
@Consumes(value="application/json")
public javax.ws.rs.core.Response getPortChainDeviceMap(@PathParam(value="chain_id")
String id)
id - port chain id