Skip to content
okinawaopenlabs edited this page Jul 22, 2015 · 3 revisions

ポートの生成


#####URI

http://<OF-Patch Manager IP address>:<port>/ofpm/device_mng/port/{deviceName}


#####Method

Method name Description
POST デバイスの生成

#####Request parameters(GET)

Parameter Name Value Description
portName ポート名を指定
portNumber ポート番号を指定
band 帯域幅情報を指定
・10Gbps
・1GBps

・Spine-Leaf間は10Gbpsを指定
・Leaf-他機器間は1Gbpsを指定

#####Request sample(POST) http://127.0.0.1:18080/ofpm/device_mng/port/NETGEAR_GS116_HUB01

{			
   'portName':'Port1',			
   'portNumber':1			
   'band':'10Gbps'			
}			

#####Response(POST)

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

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

Clone this wiki locally