POST /api/config_reports
{
"config_report": {}
}
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:
|
|
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:
|