getSiteApAutoplacementStatus
GET https://{{host}}/api/v1/sites/:site_id/maps/:map_id/auto_placement
This API is called to view the current status of auto placement for a given map.
Response Parameters
Name | Type | Description |
---|---|---|
status | String | the status of autoplacement for a given map |
start_time | float | time when autoplacement process was last queued for this map |
est_time_left | float | (Only when inprogress) estimate of the time to completion |
end_time | float | time when autoplacement completed or was manually stopped |
Status Descriptions
Status | Description |
---|---|
pending | Autoplacement has not been requested for this map |
inprogress | Autoplacement is currently processing |
done | The autoplacement process has completed |
data_needed | Additional position data is required for autoplacement. Users should verify the requested anchor APs have a position on the map |
invalid_model | Autoplacement is not supported on the model of the APs on the map |
invalid_version | Autoplacement is not supported with the APs current firmware version |
error | There was an error in the autoplacement process |
RESPONSES
status: OK
{"status":"error","start_time":1678900062,"end_time":1678900362}