@Path(value="portChainSfMap")
public class PortChainSfMapWebResource
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 |
|---|
PortChainSfMapWebResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getPortChainSfMap(String id)
Get service function details of a specified port chain id.
|
public 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="{chainId}")
@Produces(value="application/json")
@Consumes(value="application/json")
public javax.ws.rs.core.Response getPortChainSfMap(@PathParam(value="chainId")
String id)
id - port chain idCopyright © 2016. All rights reserved.