Documentation:List Alarm/Alarms State History

Offset in query should be a timestamp instead of an integer

Change-Id: Ibdd9c07d149108328176c491062c7ba3480b7e46
This commit is contained in:
Kaiyan Sheng 2016-02-22 14:20:46 -07:00
parent 875109813b
commit 152972249c
1 changed files with 2 additions and 2 deletions

View File

@ -2436,7 +2436,7 @@ None.
* dimensions (string, optional) - Dimensions of metrics to filter by specified as a comma separated array of (key, value) pairs as `key1:value1,key1:value1, ...`
* start_time (string, optional) - The start time in ISO 8601 combined date and time format in UTC.
* end_time (string, optional) - The end time in ISO 8601 combined date and time format in UTC.
* offset (integer, optional)
* offset (timestamp, optional) - The offset in ISO 8601 combined date and time format in UTC.
* limit (integer, optional)
#### Request Body
@ -2895,7 +2895,7 @@ List the alarm state history for the specified alarm.
* alarm_id (string, required)
#### Query Parameters
* offset (integer, optional)
* offset (timestamp, optional) - The offset in ISO 8601 combined date and time format in UTC.
* limit (integer, optional)
#### Request Body