-
Notifications
You must be signed in to change notification settings - Fork 2
Initflow
okinawaopenlabs edited this page Jul 29, 2015
·
3 revisions
フロー初期設定
#####URI
http://<OF-Patch Manager IP address>:<port>/ofpm/logical_topology/initFlow
#####Method
Method name | Description |
---|---|
POST | フロー初期設定 |
#####Request parameters(POST)
Parameter Name | Value | Description |
---|---|---|
datapathid | swのdatapath_id(16桁)を指定 |
#####Request sample(POST)
http://127.0.0.1:18080/ofpm/logical_topology/initFlow
{
'datapathId': '5e3e089e0161649a'
}
#####Response(POST)
Parameter name | Value | Description |
---|---|---|
status | HTTPステータスコード | |
message | HTTPメッセージ | エラーメッセージが格納される。 |
#####Response sample(POST)
{
status:200
}