From 27676f27d5199230ae5193bc2892870c74a74cae Mon Sep 17 00:00:00 2001 From: Guangyu Suo Date: Tue, 17 Sep 2013 18:39:50 +0800 Subject: [PATCH] Fix a tiny mistake in api doc GET /v2/meters/{meter_id} will return a list of samples that limited to the specific meter. Change-Id: I753a68b99d9ac253186689c73975e450cf335f3c Fixes: Bug #1226524 --- doc/source/webapi/v2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/webapi/v2.rst b/doc/source/webapi/v2.rst index 345577479..6baa5e586 100644 --- a/doc/source/webapi/v2.rst +++ b/doc/source/webapi/v2.rst @@ -99,7 +99,7 @@ A query to return the list of resources:: curl -H 'X-Auth-Token: ' \ "http://localhost:8777/v2/resources" -A query to return the list of meters, limited to a specific meter type:: +A query to return the list of samples, limited to a specific meter type:: curl -H 'X-Auth-Token: ' \ "http://localhost:8777/v2/meters/disk.root.size"