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 JWT
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 post
No 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 JWT
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 JWT
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 JWT
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 JWT
Accept: */*
No content
100
false
false
false
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}/timepoints HTTP/1.1
Host: localhost:16009
Authorization: Bearer JWT
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 JWT
Accept: */*
{
"Operation": "text",
"Details": "text",
"Code": 1
}
10.2.2.2,10.3.4.3
List 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 HTTP/1.1
Host: localhost:16009
Authorization: Bearer JWT
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)
false
Maximum number of entries to return (if absent, no limit is assumed)
112233445566, 11223344*, *5566
The 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 HTTP/1.1
Host: localhost:16009
Authorization: Bearer JWT
Accept: */*
No content
112233aabbcc
Pagination 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:d
return extended information
false
No content
The requested does not have sufficient rights to perform the operation.
The specified resource was not found.
GET /api/v1/wifiClientHistory/{client} HTTP/1.1
Host: localhost:16009
Authorization: Bearer JWT
Accept: */*
No content
112233aabbcc
The venue to for the search.
Maximum number of entries to return (if absent, no limit is assumed)
112233445566, 11223344*, *5566
The 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} HTTP/1.1
Host: localhost:16009
Authorization: Bearer JWT
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 HTTP/1.1
Host: localhost:16009
Authorization: Bearer JWT
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 JWT
Content-Type: application/json
Accept: */*
Content-Length: 70
{
"command": "setloglevel",
"subsystems": [
{
"tag": "text",
"value": "text"
}
]
}
{
"taglist": [
{
"tag": "text",
"value": "text"
}
]
}
Last updated