GET /api/reports
List all reports.

Params

Param Name Description
search
Optional

Ergebnisse filtern


Value:

Must be String

order
Optional

Ergebnisse sortieren


Value:

Must be String

page
Optional

Ergebnisse nummerieren


Value:

Must be String

per_page
Optional

Anzahl der Einträge pro Anfrage


Value:

Must be String


GET /api/reports/:id
Show a report.

Params

Param Name Description
id
Required

Value:

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


DELETE /api/reports/:id
Delete a report.

Params

Param Name Description
id
Required

Value:

Must be String


GET /api/hosts/:host_id/reports/last
Show the last report for a given host.

Params

Param Name Description
id
Required

Value:

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