JSON 파일 형식

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • JSON 파일에는 직접 또는 검사 또는 모니터 속성에 래핑된 모니터 객체 배열이 포함되어야 합니다.

    직접 배열

    [
      {
        "name": "API Health Check",
        "method": "GET",
        "cmdb_ci": "sys_id_of_http_endpoint",
        "interval": 5,
        "locations": ["location_sys_id_1"],
        "enabled": true,
        "parent_service_sys_id": "service_sys_id",
        "support_group_sys_id": "group_sys_id"
      }
    ]

    객체에 래핑됨

    {
      "checks": [
        {
          "name": "API Health Check",
          "method": "GET",
          "cmdb_ci": "sys_id_of_http_endpoint",
          ...
        }
      ]
    }