mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-01-29 12:31:20 +01:00
doc/app/ofctl_rest: Update the optional parameter of the message
Signed-off-by: Shinpei Muraoka <shinpei.muraoka@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
918edd4eff
commit
f351cd3977
@ -1157,10 +1157,14 @@ Get queues config
|
||||
|
||||
Usage:
|
||||
|
||||
======= ================================
|
||||
======= ==================================
|
||||
Method GET
|
||||
URI /stats/queueconfig/<dpid>/<port>
|
||||
======= ================================
|
||||
URI /stats/queueconfig/<dpid>/[<port>]
|
||||
======= ==================================
|
||||
|
||||
.. NOTE::
|
||||
|
||||
Specification of port number is optional.
|
||||
|
||||
.. CAUTION::
|
||||
|
||||
@ -1236,10 +1240,20 @@ Get queues description
|
||||
|
||||
Usage:
|
||||
|
||||
======= =========================================
|
||||
======= =============================================
|
||||
Method GET
|
||||
URI /stats/queuedesc/<dpid>/<port>/<queue_id>
|
||||
======= =========================================
|
||||
URI /stats/queuedesc/<dpid>[/<port>/[<queue_id>]]
|
||||
======= =============================================
|
||||
|
||||
.. NOTE::
|
||||
|
||||
Specification of port number and queue id are optional.
|
||||
|
||||
If you want to omitting the port number and setting the queue id,
|
||||
please specify the keyword "ALL" to the port number.
|
||||
|
||||
e.g. GET http://localhost:8080/stats/queuedesc/1/ALL/1
|
||||
|
||||
|
||||
.. CAUTION::
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user