GET /api/omaha_reports
List all omaha reports

Parameter

Parametername Beschreibung
search
optional

Ergebnisse filtern

Validations:

  • Must be a String

order
optional

Ergebnisse sortieren

Validations:

  • Must be a String

page
optional

Ergebnisse nummerieren

Validations:

  • Must be a String

per_page
optional

Anzahl der Einträge pro Anfrage

Validations:

  • Must be a String


GET /api/omaha_reports/:id
Show a omaha report

Parameter

Parametername Beschreibung
id
verpflichtend

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


POST /api/omaha_reports
Create a omaha report

Parameter

Parametername Beschreibung
report
verpflichtend

Validations:

  • Must be a Hash

report[host]
verpflichtend

Hostname oder Zertifikatsname

Validations:

  • Must be a String

report[status]
verpflichtend

Omaha status, can be one of unknown, complete, downloading, downloaded, installed, instance_hold, and error

Validations:

  • Must be a String

report[omaha_version]
verpflichtend

Omaha OS version

Validations:

  • Must be a String


DELETE /api/omaha_reports/:id
Delete a omaha report

Parameter

Parametername Beschreibung
id
verpflichtend

Validations:

  • Must be a String


GET /api/hosts/:host_id/omaha_reports/last
Letzten Bericht für einen Host anzeigen

Parameter

Parametername Beschreibung
id
verpflichtend

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.