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-09-11 14:44:19 UTC", "updated_at": "2019-09-11 14:44:19 UTC", "id": 3, "host_id": 9, "host_name": "host997", "reported_at": "2019-09-11 14:44:19 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 |
Page number, starting at 1 Validations:
|
per_page optional |
Number of results per page to return Validations:
|
GET /api/reports/11 200 { "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-09-11 14:44:19 UTC", "updated_at": "2019-09-11 14:44:19 UTC", "id": 11, "host_id": 18, "host_name": "host1006", "reported_at": "2019-09-11 14:44:19 UTC", "status": { "applied": 0, "restarted": 0, "failed": 0, "failed_restarts": 0, "skipped": 0, "pending": 0 }, "logs": [], "summary": "Success" }
Param name | Description |
---|---|
location_id optional |
Scope by locations Validations:
|
organization_id optional |
Scope by organizations Validations:
|
id required |
Validations:
|
POST /api/reports { "report": { "host": "rhel6n01.corp.com", "reported_at": "2010-11-19 02:39:04 UTC", "metrics": {}, "status": { "applied": 0, "failed": 0, "failed_restarts": 0, "pending": 0, "restarted": 0, "skipped": 0 }, "logs": [ { "log": { "sources": { "source": "Puppet" }, "messages": { "message": "Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find node 'rhel6n01.corp.com'; cannot compile" }, "level": "err" } }, { "log": { "sources": { "source": "Puppet" }, "messages": { "message": "Using cached catalog" }, "level": "notice" } }, { "log": { "sources": { "source": "Puppet" }, "messages": { "message": "Could not retrieve catalog; skipping run" }, "level": "err" } } ] } } 403 { "error": { "message": "Access denied", "details": "Missing one of the required permissions: upload_config_reports" } }
Param name | Description |
---|---|
location_id optional |
Scope by locations Validations:
|
organization_id optional |
Scope by organizations Validations:
|
report required |
Validations:
|
report[host] required |
Hostname or certname Validations:
|
report[reported_at] required |
UTC time of report Validations:
|
report[status] required |
Hash of status type totals Validations:
|
report[metrics] required |
Hash of report metrics, can be just {} Validations:
|
report[logs] optional , nil allowed |
Optional array of log hashes Validations:
|
DELETE /api/reports/18 { "report": {} } 200 { "id": 18, "host_id": 25, "reported_at": "2019-09-11T14:44:20.255Z", "created_at": "2019-09-11T14:44:20.257Z", "updated_at": "2019-09-11T14:44:20.257Z", "status": { "applied": 0, "restarted": 0, "failed": 0, "failed_restarts": 0, "skipped": 0, "pending": 0 }, "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 } }, "origin": null }
Param name | Description |
---|---|
location_id optional |
Scope by locations Validations:
|
organization_id optional |
Scope by organizations Validations:
|
id required |
Validations:
|
GET /api/hosts/host999/reports/last 200 { "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-09-11 14:44:19 UTC", "updated_at": "2019-09-11 14:44:19 UTC", "id": 5, "host_id": 11, "host_name": "host999", "reported_at": "2019-09-11 14:44:19 UTC", "status": { "applied": 0, "restarted": 0, "failed": 0, "failed_restarts": 0, "skipped": 0, "pending": 0 }, "logs": [], "summary": "Success" }
Param name | Description |
---|---|
location_id optional |
Scope by locations Validations:
|
organization_id optional |
Scope by organizations Validations:
|
id required |
Validations:
|