---
sourceDocument: Australia IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/it-operations-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# CSV file format

# CSV file format {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

CSV files must include a header row followed by data rows.

## CSV header {#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 example {#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 special formatting {#csv-file-format__section_bvv_ybc_k3c}

* **locations** : Pipe-separated sys_ids (example, `loc1_sys_id|loc2_sys_id`)
* **headers** : JSON array string (example, `[{"name":"Authorization","value":"Bearer xxx"}]`)
* **alert_tags** : JSON object string (example, `{"env":"prod","team":"api"}`)
* **body_condition** : Colon-separated type:expression (example, `jsonpath:$.status`)
* **Boolean values** : `true`, `false`, `1`, `0`, `yes`, `no`
{#csv-file-format__ul_wcz_1cc_k3c}

