---
sourceDocument: Gestion des opérations IT Australie
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/fr-FR/it-operations-management

 Release :

    - australia

ft:locale :

    - fr-FR

ft:publication_title :

    - Gestion des opérations IT Australie

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# Format de fichier JSON

# Format de fichier JSON {#ariaid-title1}

* Rversion finale: Australia
* 
* Mis à jour 12 mars 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute de lecture

Le fichier JSON doit contenir un tableau d'objets de surveillance, soit directement, soit enveloppés dans une propriété `de vérifications` ou `de surveillances` .

## Tableau direct {#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"
      }
    ]

## Enveloppé dans un objet {#json-file-format__section_lwq_bpb_k3c}

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


