Heat Maps
Heat Maps are used to help the user to visualize the coverage, link speed and channels of placed devices on the floor plan. The user can select a different view of the floor plan to visualize the device placements, AP Coverage, AP Link Speed and AP Channel Coverage of the floor plan. Heats Maps are available on the Mojo Aware UI.
JSON Table
Attribute | Data Type | Description | Default/Sample value |
---|---|---|---|
status | String | SUCCESSFUL | |
result | |||
result/coordinates | |||
result/coordinates/xCordinate | int | 178.39943719515176 | |
result/coordinates/yCordinate | int | 112.86338054325071 | |
result/coordinates/value | int | -117.72610480298734 | |
cellSize | |||
cellSize/xCordinate | int | 3.448450739100096 | |
cellSize/yCordinate | int | 3.448450739100096 | |
expiryTime | int | It is the timestamp when the result will be deleted. It is 0 when status is not “SUCCESSFUL” |
1519819136965 |
Copy Sample JSON
Sample JSON
{ "status": "SUCCESSFUL", "result": [{ "coordinates": { "xCordinate": 178.39943719515176, "yCordinate": 112.86338054325071 }, "value": -117.72610480298734 }, { "coordinates": { "xCordinate": 84.48704310795236, "yCordinate": 12.069577586850336 }, "value": -179.36733909152497 }, { "coordinates": { "xCordinate": 32.76028202145091, "yCordinate": 25.86338054325072 }, "value": -180.0178049202931 }, . . . . . . . . . { "coordinates": { "xCordinate": 84.48704310795236, "yCordinate": 99.06957758685033 }, "value": -47.93432041330284 }, { "coordinates": { "xCordinate": 240.47155049895375, "yCordinate": 130.1056342387512 }, "value": -167.00356291731092 }, ], "cellSize": { "xCordinate": 3.448450739100096, "yCordinate": 3.448450739100096 }, "expiryTime": 1519819136965 }
API Calls
/v5/layouts/heatmaps/requests/{requestid}
/v5/layouts/heatmaps/requests
/v5/layouts/heatmaps/requests/{request_id}