POST /api/monitoring_results
Import monitoring result

パラメーター

パラメーター名 記述
location_id
任意

要求に現在のロケーションコンテキストを設定します

Validations:

  • Must be a Integer

organization_id
任意

要求に現在の組織コンテキストを設定します

Validations:

  • Must be a Integer

host
必須

FQDN of the host that the results are for

Validations:

  • Must be a String

service
必須

Name of the service the results belong to

Validations:

  • Must be a String

timestamp
任意

Timestamp of the results

Validations:

  • Must be a String

acknowledged
任意

Is the result acknowledged?

Validations:

  • Must be one of: true, false.

downtime
任意

Is the result in downtime?

Validations:

  • Must be one of: true, false.

result
任意

State of the monitoring result (0 -> ok, 1 -> warning, 2 -> critical, 3 -> unknown)

Validations:

  • Must be one of: 0, 1, 2, 3.