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
This commit is contained in:
Guangyu Suo 2013-09-17 18:39:50 +08:00
parent 909dee171b
commit 27676f27d5

View File

@ -99,7 +99,7 @@ A query to return the list of resources::
curl -H 'X-Auth-Token: <inserttokenhere>' \
"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: <inserttokenhere>' \
"http://localhost:8777/v2/meters/disk.root.size"