GET /api/audits
List all audits.

GET /api/hosts/:host_id/audits
List all audits for a given host.

Parámetros

Nombre del parámetro Descripción
search
opcional

filtrar resultados


Value:

Must be String

order
opcional

ordenar resultados


Value:

Must be String

page
opcional

paginar resultados


Value:

Must be String

per_page
opcional

número de entradas por petición


Value:

Must be String


GET /api/audits/:id
Mostrar un registro de auditoría

Parámetros

Nombre del parámetro Descripción
id
requerido

Value:

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