Skip to content
okinawaopenlabs edited this page Jul 29, 2015 · 4 revisions

フロー設定


#####URI
http://<OF-Patch Manager IP address>:<port>/ofpm/logical_topology/setFlow


#####Method

Method name Description
POST フロー設定

#####Request parameters(POST)

Parameter Name Value Description
dpid SWのdatapath_id(16桁)を指定
inPort 対象ポート番号を指定
srcmac 宛先MACを指定
dstMac 送先MACを指定

#####Request sample(POST) http://127.0.0.1:18080/ofpm/logical_topology/setFlow

{			
   'dpid': '5e3e089e0161649a'			
   'inPort': 37, 			
   'srcMac': 'ca:56:5d:24:92:4e'			
   'dstMac': '33:33:00:00:00:02'			
}			

#####Response(POST)

Parameter name Value Description
status HTTPステータスコード
message HTTPメッセージ エラーメッセージが格納される。

#####Response sample(POST) {
status:200
}

Clone this wiki locally