Commit Graph

20 Commits

Author SHA1 Message Date
Norm Traxler
caaa8fb4e3 [WIFI-2670] Client Session API support OUI attribute and count query 2021-06-15 14:15:52 -04:00
Kareem Dabbour
52ed5f6344 WIFI-2543 Added delete methods and API endpoints for bulk deletion of client and client sessions 2021-06-07 21:42:15 -04:00
Akshay Jagadish
18eeaffa13 Update SDK master to use image tag 1.2.0-SNAPSHOT 2021-05-26 17:59:41 -04:00
Norm Traxler
dca76d8a6e [WIFI-2068] Change client session TTL to 24 hours 2021-04-26 12:00:28 -04:00
Akshay Jagadish
782d221a70 WIFI-2026 Changed pom versions from 0.0.1-SNAPSHOT to 1.1.0-SNAPSHOT 2021-04-16 15:28:34 -04:00
ralphlee3
4c0d39860b [WIFI-1681] Adding macSubstring filter to client API forCustomer (#81)
* [WIFI-1681] Adding macSubstring filter to client API forCustomer

* [WIFI-1681] Client forCustomer to use client session API only when equipmentIds is present
2021-03-02 13:28:20 -05:00
ralphlee3
b10b511c64 [WIFI-1358] Adding macSubstring to client session API forCustomer (#56)
* [WIFI-1358] Initial commit

* [WIFI-1358] Fixing cassandra indexing and added unit tests

* [WIFI-1358] Updated openapi yaml

* [WIFI-1358] Adding customerId filter to macSubstring query to Cassandra

* [WIFI-1358] Adding macAddressString column to postgresql table if not exists

* [WIFI-1358] Updating client session remote unit tests

* [WIFI-1358] Reorder client postgresql sql table initialization lines
2021-03-01 15:22:16 -05:00
Dmitry Toptygin
804a3435c0 WIFI-1624 - in pom.xml files replace ${tip-wlan-cloud.release.version} with 0.0.1-SNAPSHOT to make sure that mvn release:update-versions command works 2021-02-20 10:24:20 -05:00
ralphlee3
42f595b1eb WIFI-1228 get clients by macAddress (#49)
* [WIFI-1228] Adding API for searching clients by macSubstring

* [WIFI-1228] Clarify naming in Cassandra ClientDAO

* [WIFI-1228] Fixing comments

* [WIFI-1228] Fixing null and empty substring inputs, adding unit tests

* [WIFI-1228] Fixing CQL statement

* [WIFI-1228] Adding index if not exists

* [WIFI-1228] Using rs.one to compile paginated client MACs
2021-01-04 10:34:18 -05:00
Mike Hansen
6f1b1ec320 WIFI-1241: When AP opensync connection is disconnected, need to terminate active client sessions -- update openapi files 2020-12-22 18:34:35 -05:00
Mike Hansen
5ff4126595 WIFI-1061: Add new SecureMode to SsidConfiguration in wlan-cloud-services
WIFI-1152: Update Profile and Portal Opensync APIs with new WPA3 types
2020-12-04 15:15:17 -05:00
Dmitry Toptygin
3cc48cd225 added an API to retrieve a list of blocked clients for the customer; send a command to OSGW when clients become blocked/unblocked 2020-07-22 18:30:50 -04:00
Dmitry Toptygin
0309d0c7bb changing attribute names in the data model: blacklist -> blocklist, whitelist -> allowlist 2020-07-20 16:59:31 -04:00
picuron
04925c9ff4 Updated all internal documentation to reflect ... (#16)
... changes made since initial documentation

Co-authored-by: Dmitry Toptygin <62253810+dmitry-toptygin-connectus-ai@users.noreply.github.com>
2020-06-29 14:59:06 -04:00
Dmitry Toptygin
6d96b1b817 added location filter to the getClientSessionsForCustomer API, added locationId to ClientSession 2020-06-11 11:44:40 -04:00
picuron
08dae3899e Client service openapi (#8)
* API Documentation for customer-service

-All methods in customer-service class covered

* Switch to branch

* Client service openapi

-Completed and tested
2020-06-04 10:41:21 -04:00
Dmitry Toptygin
29e4824d09 allow to pass null for initial pagination context and use the default one in that case 2020-06-02 12:49:26 -04:00
Dmitry Toptygin
3639167089 corrected date pattern in logback.xml files 2020-05-28 09:47:26 -04:00
Dmitry Toptygin
57915add36 implemented service for managing wireless clients and their sessions 2020-05-21 12:12:09 -04:00
Dmitry Toptygin
754d49d77d added cloud services for managing Equipment routing records, manufacturer OUI records, firmware image records, and client sessions. Configured all services in processes for prov, ssc, all-in-one. 2020-04-26 18:09:40 -04:00