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


---

# Exemple de surveillance en bloc à l'aide d'un fichier CSV

# Exemple de surveillance en bloc à l'aide d'un fichier CSV {#ariaid-title1}

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

Il s'agit d'un exemple d'utilisation d'un fichier CSV enveloppé dans un objet JSON pour créer des moniteurs en bloc à l'aide d'un terminal.

## Étape 1 : Soumettre une tâche en bloc au format CSV {#bulk-monitors-using-csv-file_0__section_vpx_2qp_m3c}

`curl -X POST << https://<instance>.service-now.com/api/sn_sow_synthetics/v1/synthetics_async_bulk_create >> \ -u << admin :mot de passe >> \ -H << Type-contenu : application/json >> \ -H << Accepter : application/json >> \ -d @monitors.json`

## Réponse {#bulk-monitors-using-csv-file_0__section_pkv_tqp_m3c}

`{ << result >> : { << job_id >> : << a1b2c3d4e5f6... << , << status >> : << en attente >>, << total_count >> : 2, << message >> : << Tâche en bloc acceptée pour traitement >> } }`

## Étape 2 : vérifier l'état de la tâche {#bulk-monitors-using-csv-file_0__section_otg_jqp_m3c}

`curl -X GET << https://<instance>.service-now.com/api/sn_sow_synthetics/v1/synthetics_async_bulk_create/{job_id} >> \ -u << admin :mot de passe >> \ -H << Accepter : application/json >>`

## Réponse {#bulk-monitors-using-csv-file_0__section_e3f_hsx_m3c}

`{ << result >> : { << job_id >> : << a1b2c3d4e5f6... >>, << status >> : << terminé >>, << total_count >> : 2, << success_count >> : 2, << error_count >> : 0, << processed_count >> : 2 } }`

