GET /api/reports
List all reports.

Params

Param Name Description
search
Optional

필터 결과

Validations:

  • Must be a String

order
Optional

결과 정렬

Validations:

  • Must be a String

page
Optional

페이지네이션 결과

Validations:

  • Must be a String

per_page
Optional

요청 당 항목 수

Validations:

  • Must be a String


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

Params

Param Name Description
id
Required

Validations:

  • 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

Validations:

  • Must be a String


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

Params

Param Name Description
id
Required

Validations:

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