GET /api/reports
200
{
"total": 1,
"subtotal": 1,
"page": 1,
"per_page": 20,
"search": "",
"sort": {
"by": null,
"order": null
},
"results": [
{
"metrics": {
"time": {
"schedule": 0.00083,
"service": 0.149739,
"mailalias": 0.000283,
"cron": 0.000419,
"config_retrieval": 16.3637869358063,
"package": 0.003989,
"filebucket": 0.000171,
"file": 0.007025,
"exec": 0.000299
},
"resources": {
"total": 33
},
"changes": {},
"events": {
"total": 0
}
},
"created_at": "2019-02-20 13:21:29 UTC",
"updated_at": "2019-02-20 13:21:29 UTC",
"id": 14,
"host_id": 17,
"host_name": "host531",
"reported_at": "2019-02-20 13:21:29 UTC",
"status": {
"applied": 0,
"restarted": 0,
"failed": 0,
"failed_restarts": 0,
"skipped": 0,
"pending": 0
}
}
]
}
| Param name | Description |
|---|---|
|
location_id optional |
Scope by locations Validations:
|
|
organization_id optional |
Scope by organizations Validations:
|
|
search optional |
filter results Validations:
|
|
order optional |
Sort field and order, eg. ‘id DESC’ Validations:
|
|
page optional |
paginate results Validations:
|
|
per_page optional |
number of entries per request Validations:
|