Download OpenAPI specification:Download
ExtremeLocation Configuration service APIs allow you to programmatically access and manage site, floor, and device (sensor) settings.
List of Geofences.
Successfully retrieved list of geofence details
Bad Request
Geofences not found
Internal Server Error
Create Geofence for a Site
Geofence to be created
Geofence created
Bad Request
Internal Server Error
Details of Geofence.
id required | string ID of the Geofence for which the details are to be retrieved. |
Successfully retrieved the geofence details
Bad Request
Geofence not found
Internal Server Error
Update the Geofence details
id required | string ID of the Geofence for which the details are to be updated. |
Geofence to be updated
Geofence updated successfully
Bad Request
Geofence not found
Internal Server Error
Delete the Geofence
id required | string ID of the Geofence for which the details are to be deleted. |
Geofence deleted successfully
Bad Request
Geofence not found to delete
Internal Server Error
Retrieve list of floors for a specific site.
parent required | string ID of the parent i.e, Site ID. |
Floor list retrieved successfully
Page not found
Error retriving floor list
This API helps to create a floor in a Site. The floorplan image of the floor can be uploaded using this API. The details for which the floor needs to be added must be provided as part of the request.
* the required parameters are as follows.
* name : Represents the site name.
* floorName : Represents the name of the floor.
* floorImg : Represents the image of the floor.
* clientId : Represents the macId of the client.
* ceilingHeight : Represents the ceiling height of the floor.
* floorScale : Represents the scale of the floor.
ID of the client that sent the request.
contentDisposition | object (ContentDisposition) |
entity | object |
headers | object |
mediaType | object (MediaType) |
messageBodyWorkers | object (MessageBodyWorkers) |
parent | object (MultiPart) |
providers | object (Providers) |
simple | boolean Default: false |
formDataContentDisposition | object (FormDataContentDisposition) |
name | string |
value | string |
parameterizedHeaders | object |
Floor created successfully for site
Bad Request
Error creating floor
This API updates the details of the floor. The metadata like ceiling height, regions on the floor etc can be updated using this API.
the required parameters are as follows.
id : Represents the floor identifier.
nodeType : Represents the nodeType whether device,floor or site. Here it is floor.
parent : Represents the parent for the floor. Here it is site..
regions : Represents the list of regions for the floor.
id required | string ID of the floor for which the details are to be updated. |
JSON object containing all the floor information.
Floor details updated successfully
Bad Request
Error updating floor details
This API deletes the floor from a Site. The entire data related to the floor like analytics, metadata will be removed from the DB.
* The required parametrs are as follows.
* clientId : Represents the macId of the client.
id : Represents the floor identifier.
parent : Represents the parent for the floor. Here it is site..
nodeType : Represents the nodeType, whether it is device, floor or site. Here the nodeType is floor.
id required | string ID of the floor for which the details are to be deleted. |
JSON object containing all the floor information.