GET /api/config_reports
모든 보고서 나열

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

search
optional

필터 결과

Validations:

  • Must be a String

order
optional

Sort field and order, eg. ‘id DESC’

Validations:

  • Must be a String

page
optional

1 부터 페이지 번호

Validations:

  • Must be a number.

per_page
optional

반환할 페이지 당 결과 수

Validations:

  • Must be a number.

Search fields

Field name 유형 Possible values
applied
environment
eventful true, false
failed
failed_restarts
host
host_id
hostgroup
hostgroup_fullname
hostgroup_title
last_report
location
log
organization
origin
pending
reported
resource
restarted
skipped

GET /api/config_reports/:id
보고서 표시

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

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.


POST /api/config_reports
보고서 생성

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

config_report
required

Validations:

  • Must be a Hash

config_report[host]
required

호스트 이름 또는 인증서 이름

Validations:

  • Must be a String

config_report[reported_at]
required

보고서의 UTC 시간

Validations:

  • Must be a String

config_report[status]
required

상태 유형의 해시 합계

Validations:

  • Must be a Hash

config_report[metrics]
required

보고서 메트릭스의 해시는 {}이 될 수 있습니다

Validations:

  • Must be a Hash

config_report[logs]
optional , nil allowed

로그 해시 옵션 배열

Validations:

  • Must be an array of any type


DELETE /api/config_reports/:id
보고서 삭제

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
required

Validations:

  • Must be a String


GET /api/hosts/:host_id/config_reports/last
호스트의 마지막 보고서 표시

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

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.