Skip to content

Commit

Permalink
CLC-580: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
echistyakov committed Sep 2, 2015
1 parent 1cf56d5 commit e1f2058
Showing 1 changed file with 19 additions and 22 deletions.
41 changes: 19 additions & 22 deletions api/source/job_control/aggregate_statistics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ grouped by week or month and filtered by a time range.
| end_date | `Description` | .. raw:: html |
| | | |
| | | Will calculate statistics for jobs returned</br> |
| | | before the specified date. When unspecified,</br> |
| | | before the given date. When unspecified,</br> |
| | | the current time is used as the end date. |
| | | |
| +------------------+----------------------------------------------------+
Expand All @@ -94,9 +94,6 @@ grouped by week or month and filtered by a time range.
| | `Example` | ``end_date=2014-08-27T13:40:53`` |
+-------------------------+------------------+----------------------------------------------------+

- When no range is specified, the response will contain statistics for


**Responses**

+-----------+------------------------------------------------------------------------------------------+
Expand Down Expand Up @@ -151,34 +148,34 @@ grouped by week or month and filtered by a time range.
{
"data": [
{
"billable_minutes": 10.0,
"start_date": "2015-03-26T11:36:09.237373",
"end_date": "2015-03-31T23:59:59.999999"
"billable_minutes": 10.0,
"start_date": "2015-03-26T11:36:09.237373",
"end_date": "2015-03-31T23:59:59.999999"
},
{
"billable_minutes": 1.0,
"start_date": "2015-04-01T00:00:00",
"end_date": "2015-04-30T23:59:59.999999"
"billable_minutes": 1.0,
"start_date": "2015-04-01T00:00:00",
"end_date": "2015-04-30T23:59:59.999999"
},
{
"billable_minutes": 3.0,
"start_date": "2015-05-01T00:00:00",
"end_date": "2015-05-31T23:59:59.999999"
"billable_minutes": 3.0,
"start_date": "2015-05-01T00:00:00",
"end_date": "2015-05-31T23:59:59.999999"
},
{
"billable_minutes": 0,
"start_date": "2015-06-01T00:00:00",
"end_date": "2015-06-30T23:59:59.999999"
"billable_minutes": 0,
"start_date": "2015-06-01T00:00:00",
"end_date": "2015-06-30T23:59:59.999999"
},
{
"billable_minutes": 1.0,
"start_date": "2015-07-01T00:00:00",
"end_date": "2015-07-31T23:59:59.999999"
"billable_minutes": 1.0,
"start_date": "2015-07-01T00:00:00",
"end_date": "2015-07-31T23:59:59.999999"
},
{
"billable_minutes": 0,
"start_date": "2015-08-01T00:00:00",
"end_date": "2015-08-25T11:35:46.993607"
"billable_minutes": 0,
"start_date": "2015-08-01T00:00:00",
"end_date": "2015-08-25T11:35:46.993607"
}
],
"start_date": "2015-03-26T11:36:09.237373",
Expand Down

0 comments on commit e1f2058

Please sign in to comment.