---
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


---

# CSV 파일 형식

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

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

CSV 파일에는 헤더 행과 데이터 행이 뒤따르야 합니다.

## CSV 헤더 {#csv-file-format__section_snf_nbc_k3c}

    name,method,description,interval,cmdb_ci,enabled,should_create_alert,alert_severity,locations,headers,alert_tags,valid_http_code_type,valid_http_code,max_latency_ms,query_string,credential,body,body_condition,parent_service_sys_id,support_group_sys_id

## CSV 예 {#csv-file-format__section_i1b_4bc_k3c}

    name,method,description,interval,cmdb_ci,enabled,should_create_alert,alert_severity,locations,headers,alert_tags,valid_http_code_type,valid_http_code,max_latency_ms,query_string,credential,body,body_condition,parent_service_sys_id,support_group_sys_id
    "My Monitor","GET","Health check",1,"0bd58579ff1232109a07ffffffffff72",true,true,1,"10eb9e1cffa2f2109a07ffffffffff27","[]","{}","equals","200","5000","","","","","81d847959f030200fe2ab0aec32e7031","2156c3a80b982300cac6c08393673a7e"

## CSV 특수 서식 {#csv-file-format__section_bvv_ybc_k3c}

* **위치** : 파이프로 분리된 sys_ids(예: `loc1_sys_id|loc2_sys_id`)
* **헤더** : JSON 배열 문자열(예: `[{"name":"Authorization","value":"Bearer xxx"}]`)
* **alert_tags** : JSON 객체 문자열(예: `{"env":"prod","team":"api"}`)
* **body_condition** : 콜론으로 구분된 type:expression(예: `jsonpath:$.status`)
* **부울 값** : `예`, `아니오`, `1`, `0`, `예`, `아니요`
{#csv-file-format__ul_wcz_1cc_k3c}

