POST /api/v2/reports
{
"report": {
"host": "report.example.com",
"logs": [
{
"log": {
"level": "err",
"messages": {
"message": "Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find node 'rhel6n01.corp.com'; cannot compile"
},
"sources": {
"source": "Puppet"
}
}
},
{
"log": {
"level": "notice",
"messages": {
"message": "Using cached catalog"
},
"sources": {
"source": "Puppet"
}
}
},
{
"log": {
"level": "err",
"messages": {
"message": "Could not retrieve catalog; skipping run"
},
"sources": {
"source": "Puppet"
}
}
}
],
"metrics": {},
"reported_at": "2010-11-19 02:39:04 UTC",
"status": {
"applied": 0,
"failed": 0,
"failed_restarts": 0,
"pending": 0,
"restarted": 0,
"skipped": 0
}
}
}
201
{
"metrics": {},
"created_at": "2025-11-11 20:10:47 UTC",
"updated_at": "2025-11-11 20:10:47 UTC",
"id": 2,
"host_id": 2,
"host_name": "report.example.com",
"reported_at": "2010-11-19 02:39:04 UTC",
"status": {
"applied": 0,
"restarted": 0,
"failed": 0,
"failed_restarts": 0,
"skipped": 0,
"pending": 0
},
"origin": "Puppet"
}
| Param name | Description |
|---|---|
|
location_id
optional |
Set the current location context for the request Validations:
|
|
organization_id
optional |
Set the current organization context for the request Validations:
|
|
config_report
required |
Validations:
|
|
config_report[host]
required |
Hostname or certname Validations:
|
|
config_report[reported_at]
required |
UTC time of report Validations:
|
|
config_report[status]
required |
Hash of status type totals Validations:
|
|
config_report[metrics]
required |
Hash of report metrics, can be just {} Validations:
|
|
config_report[logs]
optional , nil allowed |
Optional array of log hashes Validations:
|