Api rest endpoint for Import Configuration in ArcGIS GeoEvent Manager

242
0
04-19-2020 02:12 PM
JérômeLAURENT
New Contributor

Hi,

I'm looking for the api rest equivalent to the web interface option "Import Configurations" for the menu "Site" in ArcGIS GeoEvent Manager => below the snapshot of the web interface.

I want to do it with the api rest : https://developers.arcgis.com/rest/enterprise-administration/server/overview.htm

Is it possible ?

My goal is to import a xml file with tags as geoEventServices, inputs, outputs, connectors, folderDataStores and geoEventDefinitions.

I searched unsuccessfully throughout the API but I could have missed something being new to the application.

Do I have to parse the xml file with python to independently create the objects ? Like :

 - POST /connectors

 - POST /datastores/folders

 - POST /input

- ...

Thanks.

0 Kudos
0 Replies