From f351cd39779b496be60e9c3bcb8fc6355dad5e89 Mon Sep 17 00:00:00 2001 From: Shinpei Muraoka Date: Tue, 12 Apr 2016 11:33:36 +0900 Subject: doc/app/ofctl_rest: Update the optional parameter of the message Signed-off-by: Shinpei Muraoka Signed-off-by: FUJITA Tomonori --- doc/source/app/ofctl_rest.rst | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'doc/source') diff --git a/doc/source/app/ofctl_rest.rst b/doc/source/app/ofctl_rest.rst index 55b1c2e7..52016194 100644 --- a/doc/source/app/ofctl_rest.rst +++ b/doc/source/app/ofctl_rest.rst @@ -1157,10 +1157,14 @@ Get queues config Usage: - ======= ================================ + ======= ================================== Method GET - URI /stats/queueconfig// - ======= ================================ + URI /stats/queueconfig//[] + ======= ================================== + + .. NOTE:: + + Specification of port number is optional. .. CAUTION:: @@ -1236,10 +1240,20 @@ Get queues description Usage: - ======= ========================================= + ======= ============================================= Method GET - URI /stats/queuedesc/// - ======= ========================================= + URI /stats/queuedesc/[//[]] + ======= ============================================= + + .. 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:: -- cgit v1.2.3