importInstallerMap
POST https://{{host}}/api/v1/installer/orgs/:org_id/sites/:site_name/maps/import
Import data from files is a multipart POST which has an file, an optional json, and an optional csv, to create floorplan, assign & place ap if name or mac matches
Body Parameters
| Parameter | Type | Description |
|---|---|---|
| vendor_name | string | Required (ekahau, ibwave) |
| importallfloorplan | boolean | optional (default: false) |
| import_height | boolean | optional (default: true) |
| import_orientation | boolean | optional (default: true) |
Request Body
[{"name"=>"file", "value"=>nil, "datatype"=>"null"}, {"name"=>"csv", "value"=>nil, "datatype"=>"null"}, {"name"=>"json", "value"=>"{\n \"vendor_name\": \"ekahau\",\n \"import_all_floorplans\": true, \n \"import_height\": true, \n \"import_orientation\": false \n}", "datatype"=>"string"}]