Analytics Service
Return a list of boards
The requested operation failed.
The requested does not have sufficient rights to perform the operation.
The specified resource was not found.
GET /api/v1/board/{id} HTTP/1.1
Host: localhost:16009
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"allOf": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text",
"notes": [
{
"created": 1,
"createdBy": "text",
"note": "text"
}
],
"created": 1,
"modified": 1,
"tags": [
1
]
},
"venueList": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text",
"retention": 1,
"interval": 1,
"monitorSubVenues": true
}
]
}value should be 0 for a postNo content
The requested operation failed.
The requested does not have sufficient rights to perform the operation.
The specified resource was not found.
POST /api/v1/board/{id} HTTP/1.1
Host: localhost:16009
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 329
{
"allOf": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text",
"notes": [
{
"created": 1,
"createdBy": "text",
"note": "text"
}
],
"created": 1,
"modified": 1,
"tags": [
1
]
},
"venueList": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text",
"retention": 1,
"interval": 1,
"monitorSubVenues": true
}
]
}No content
The requested operation was performed.
The requested operation failed.
The requested does not have sufficient rights to perform the operation.
The specified resource was not found.
DELETE /api/v1/board/{id} HTTP/1.1
Host: localhost:16009
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"Operation": "text",
"Details": "text",
"Code": 1
}No content
The requested operation failed.
The requested does not have sufficient rights to perform the operation.
The specified resource was not found.
PUT /api/v1/board/{id} HTTP/1.1
Host: localhost:16009
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 329
{
"allOf": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text",
"notes": [
{
"created": 1,
"createdBy": "text",
"note": "text"
}
],
"created": 1,
"modified": 1,
"tags": [
1
]
},
"venueList": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text",
"retention": 1,
"interval": 1,
"monitorSubVenues": true
}
]
}No content
No content
The requested operation failed.
The requested does not have sufficient rights to perform the operation.
The specified resource was not found.
GET /api/v1/board/{id}/devices HTTP/1.1
Host: localhost:16009
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
100falsefalsefalseNo content
The requested operation failed.
The requested does not have sufficient rights to perform the operation.
The specified resource was not found.
GET /api/v1/board/{id}/timepoints HTTP/1.1
Host: localhost:16009
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
The requested operation was performed.
The requested operation failed.
The requested does not have sufficient rights to perform the operation.
The specified resource was not found.
DELETE /api/v1/board/{id}/timepoints HTTP/1.1
Host: localhost:16009
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"Operation": "text",
"Details": "text",
"Code": 1
}10.2.2.2,10.3.4.3List of country codes.
The requested operation failed.
The requested does not have sufficient rights to perform the operation.
The specified resource was not found.
GET /api/v1/iptocountry?iplist=10.2.2.2%2C10.3.4.3 HTTP/1.1
Host: localhost:16009
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"enabled": true,
"countryCodes": [
"text"
]
}Pagination start (starts at 1. If not specified, 1 is assumed)
Maximum number of entries to return (if absent, no limit is assumed)
Maximum number of entries to return (if absent, no limit is assumed)
falseMaximum number of entries to return (if absent, no limit is assumed)
112233445566, 11223344*, *5566The venue to for the search.
No content
The requested does not have sufficient rights to perform the operation.
The specified resource was not found.
GET /api/v1/wifiClientHistory?macsOnly=false&venue=123e4567-e89b-12d3-a456-426614174000 HTTP/1.1
Host: localhost:16009
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
112233aabbccPagination start (starts at 1. If not specified, 1 is assumed)
Maximum number of entries to return (if absent, no limit is assumed)
The venue to for the search.
return extended information
serialNumber:a,created:dreturn extended information
falseNo content
The requested does not have sufficient rights to perform the operation.
The specified resource was not found.
GET /api/v1/wifiClientHistory/{client}?venue=123e4567-e89b-12d3-a456-426614174000 HTTP/1.1
Host: localhost:16009
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
112233aabbccThe venue to for the search.
Maximum number of entries to return (if absent, no limit is assumed)
112233445566, 11223344*, *5566The requested operation was performed.
The requested does not have sufficient rights to perform the operation.
The specified resource was not found.
DELETE /api/v1/wifiClientHistory/{client}?venue=123e4567-e89b-12d3-a456-426614174000 HTTP/1.1
Host: localhost:16009
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"Operation": "text",
"Details": "text",
"Code": 1
}Get a value
Successful command execution
The requested operation failed.
The requested does not have sufficient rights to perform the operation.
The specified resource was not found.
GET /api/v1/system?command=info HTTP/1.1
Host: localhost:16009
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"version": "text",
"uptime": 1,
"start": 1,
"os": "text",
"processors": 1,
"hostname": "text",
"certificates": [
{
"filename": "text",
"expires": 1
}
]
}Successful command execution
The requested operation failed.
The requested does not have sufficient rights to perform the operation.
The specified resource was not found.
POST /api/v1/system HTTP/1.1
Host: localhost:16009
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 70
{
"command": "setloglevel",
"subsystems": [
{
"tag": "text",
"value": "text"
}
]
}{
"taglist": [
{
"tag": "text",
"value": "text"
}
]
}