startSiteApAutoPlacement

POST https://{{host}}/api/v1/sites/:site_id/maps/:map_id/auto_placement

This API is called to trigger a map for auto placement. For auto placement feature to work, RTT-FTM data need to be collected from the APs on the map. This scan is disruptive and therefore the user must be notified of service disrution during the functioning of auto placement Repeated POST to this endpoint while a map is still running will be rejected.

force_collection is set to false by default. If force_collection is set to false, the API attempts to start localization with existing data. If force_collection is set to true, maintenance the API attempts to start orchestration.

List of devices to provide suggestions for is an optional parameter that can be given to this API. This will provide autoplacement suggestions only for the devices specified. If no list of devices is provided, all APs asociated with that map are considered by default

Request Body

{"macs"=>["<list of device macs>", "..."], "force_collection"=>true}

RESPONSES

status: OK