importSiteMap
POST https://{{host}}/api/v1/sites/:site_id/maps/import
Import Micello Info #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: vendorname|string|the vendor ‘micello’ accountkey|string|the account key that has access to the map mapid|string|micello map id defaultlevel_id|int|micello floor/level id
#### Device Import CSV File Format
Vendor AP name,Mist AP Mac
US Office AP-2 - 5c:5b:35:00:00:02,5c5b35000002
Request Body
[{"name"=>"json", "value"=>"{\n \"vendor_name\": \"ekahau\",\n \"import_all_floorplans\": true // optional\n \"import_height\": true, // optional\n \"import_orientation\": false // optional\n}", "datatype"=>"string"}, {"name"=>"file", "value"=>nil, "datatype"=>"null"}, {"name"=>"csv", "value"=>nil, "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
X-CSRFToken | string |