ExtremeLocation Device Placement API (1.0.0)

Download OpenAPI specification:Download

ExtremeLocation Device Placement API allows you to programmatically onboard devices by uploading a CSV file containing a list of device MAC addresses.

Device Placement API

Upload list of MAC addresses

In order to place access point into site, user needs to provide either list of MAC address in file or save a range of MAC addresses. In case of this URL call user creates a CSV file with list of MAC address and uploads to the server which is termed as Manual Access Point Placement.
The required params are as follows.
siteId : Site Identifier.(for i.e SITE_95586ee328fe46dda6e2db17cb8af9c7).
filename : Sample.csv (click here for i.e ) Download Sample CSV file

Request Body schema: multipart/form-data

List of siteId

Array
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

Responses

200

File uploaded successfully

400

Bad Request

404

Error uploading the file

post /v1/devices/upload
https://manage.extremelocation.com/eloc-api/placement/v1/devices/upload

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "lastModified": "2019-08-16T14:21:09Z",
  • "date": "2019-08-16T14:21:09Z",
  • "headers":
    {
    },
  • "entity": { },
  • "mediaType":
    {
    },
  • "allowedMethods":
    [
    ],
  • "entityTag":
    {
    },
  • "links":
    [
    ],
  • "metadata":
    {
    },
  • "stringHeaders":
    {
    },
  • "cookies":
    {
    },
  • "status": 0,
  • "statusInfo":
    {
    },
  • "length": 0,
  • "language":
    {
    },
  • "location": "http://example.com"
}