
After forking from Ryu, the namespace needs to change from 'ryu' to 'os_ken' so that it won't collide with the namespace of the old library. Change-Id: I807a8785e525cc02825d15a1a01eec3d5d20cce4
102 lines
1.8 KiB
JSON
102 lines
1.8 KiB
JSON
[
|
|
{
|
|
"method": "GET",
|
|
"path": "/stats/switches"
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"path": "/stats/desc/1"
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"path": "/stats/flow/1"
|
|
},
|
|
{
|
|
"method": "POST",
|
|
"path": "/stats/flow/1"
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"path": "/stats/aggregateflow/1"
|
|
},
|
|
{
|
|
"method": "POST",
|
|
"path": "/stats/aggregateflow/1"
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"path": "/stats/port/1"
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"path": "/stats/port/1/1"
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"path": "/stats/portdesc/1"
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"path": "/stats/queue/1"
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"path": "/stats/queue/1/1"
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"path": "/stats/queue/1/1/1"
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"path": "/stats/table/1"
|
|
},
|
|
{
|
|
"method": "POST",
|
|
"path": "/stats/flowentry/add",
|
|
"body": {
|
|
"dpid": 1
|
|
}
|
|
},
|
|
{
|
|
"method": "POST",
|
|
"path": "/stats/flowentry/modify",
|
|
"body": {
|
|
"dpid": 1
|
|
}
|
|
},
|
|
{
|
|
"method": "POST",
|
|
"path": "/stats/flowentry/modify_strict",
|
|
"body": {
|
|
"dpid": 1
|
|
}
|
|
},
|
|
{
|
|
"method": "POST",
|
|
"path": "/stats/flowentry/delete",
|
|
"body": {
|
|
"dpid": 1
|
|
}
|
|
},
|
|
{
|
|
"method": "POST",
|
|
"path": "/stats/flowentry/delete_strict",
|
|
"body": {
|
|
"dpid": 1
|
|
}
|
|
},
|
|
{
|
|
"method": "DELETE",
|
|
"path": "/stats/flowentry/clear/1"
|
|
},
|
|
{
|
|
"method": "POST",
|
|
"path": "/stats/portdesc/modify",
|
|
"body": {
|
|
"dpid": 1,
|
|
"port_no": 1
|
|
}
|
|
}
|
|
]
|