-
Notifications
You must be signed in to change notification settings - Fork 2
Connect
okinawaopenlabs edited this page Jul 29, 2015
·
3 revisions
物理接続
#####URI
http://<OF-Patch Manager IP address>:<port>/ofpm/physical_topology/connect
#####Method
Method name | Description |
---|---|
POST | 物理リンク接続 |
#####Request parameters(POST)
Parameter Name | Value | Description |
---|---|---|
links | - | |
band | 帯域幅を指定 | |
link | - | |
deviceName | デバイス名 | |
portName | ポート名 | |
portNumber | ポート番号 |
#####Request sample(POST)
http://127.0.0.1:18080/ofpm/physical_topology/connect
{
links:[
{
band:"1024",
link:[
{
deviceName:"ooltss",
portName:"eht0"
},
{
deviceName:"C-Plane_SW01",
portName:"eth-0-23"
}
]
}
]
}
#####Response(POST)
Parameter name | Value | Description |
---|---|---|
status | HTTPステータスコード | |
message | HTTPメッセージ | エラーメッセージが格納される。 |
#####Response sample(POST)
{
status:200
}