---
sourceDocument: 호주 IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/ko-KR/it-operations-management

 Release :

    - australia

ft:locale :

    - ko-KR

ft:publication_title :

    - 호주 IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# JSON 파일 형식

# JSON 파일 형식 {#ariaid-title1}

* 릴리스 버전: Australia
* 
* 업데이트 날짜 2026년 03월 12일
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 소요 시간: 1분

JSON 파일에는 직접 또는 `검사` 또는 모니터 속성에 래핑된 모니터 객체 배열이 포함되어야 `합니다.`

## 직접 배열 {#json-file-format__section_hcl_54b_k3c}

    [
      {
        "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"
      }
    ]

## 객체에 래핑됨 {#json-file-format__section_lwq_bpb_k3c}

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


