Version 1.53.0 to 1.54.0
Summary of Changes
2 - New
17 - Updated
776 - Total Endpoints
522 - Total Paths
What's Updated
[ wireless ]
ssids
Update the attributes of an MR SSID
PUT /networks/{networkId}/wireless/ssids/{number}
- Optional property
radiusRadsec
Added
[ organizations ]
adaptivePolicy
List adaptive policy ACLs in a organization
GET /organizations/{organizationId}/adaptivePolicy/acls
- Optional property
log
Added
- Optional property
tcpEstablished
Added
- Response property
log
value added
- Response property
tcpEstablished
value added
Returns the adaptive policy ACL information
GET /organizations/{organizationId}/adaptivePolicy/acls/{aclId}
- Optional property
log
Added
- Optional property
tcpEstablished
Added
- Response property
log
value added
- Response property
tcpEstablished
value added
Creates new adaptive policy ACL
POST /organizations/{organizationId}/adaptivePolicy/acls
- Optional property
log
Added
- Optional property
tcpEstablished
Added
- Optional property
log
Added
- Optional property
tcpEstablished
Added
Updates an adaptive policy ACL
PUT /organizations/{organizationId}/adaptivePolicy/acls/{aclId}
- Optional property
log
Added
- Optional property
tcpEstablished
Added
- Optional property
log
Added
- Optional property
tcpEstablished
Added
What's New
[ switch ]
ports
PATH /organizations/{organizationId}/switch/ports/usage/history/byDevice/byInterval
- Path added
- New endpoint
List the historical usage and traffic data of switchports in an organization.
GET
/organizations/{organizationId}/switch/ports/usage/history/byDevice/byInterval
{ "items": [ { "name": "Example Switch", "serial": "Q555-5555-5555", "mac": "01:23:45:67:ab:cd", "network": { "name": "Example Network", "id": "L_12345" }, "model": "MS120-8", "ports": [ { "portId": "1", "intervals": [ { "startTs": "2024-02-11T00:00:00.090210Z", "endTs": "2024-02-11T00:20:00.090210Z", "data": { "usage": { "total": 40867, "upstream": 23008, "downstream": 17859 } }, "bandwidth": { "usage": { "total": 2.2, "upstream": 1.2, "downstream": 1 } }, "energy": { "usage": { "total": 2.2 } } } ] } ] } ], "meta": { "counts": { "items": { "total": 1, "remaining": 0 } } } }
[ organizations ]
devices
PATH /organizations/{organizationId}/devices/controller/migrations
- Path added
- New endpoint
Retrieve device migration statuses in an organization
GET
/organizations/{organizationId}/devices/controller/migrations
{ "items": [ { "serial": "QXYZ-DEFG-HIJK", "target": "wirelessController", "createdAt": "2020-10-21T02:00:00Z", "migratedAt": "2020-10-21T03:00:00Z" } ], "meta": { "counts": { "items": { "total": 10, "remaining": 0 } } } }
- New endpoint
Migrate devices to another controller or management mode
POST
/organizations/{organizationId}/devices/controller/migrations
[ { "serial": "QXYZ-DEFG-HIJK", "target": "wirelessController", "createdAt": "2020-10-21T02:00:00Z", "migratedAt": "2020-10-21T03:00:00Z" } ]