Compare commits
	
		
			4 Commits
		
	
	
		
			v3.0.0-RC2
			...
			release/v2
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 81adf1a868 | ||
|   | 1a6466454f | ||
|   | 8ca06835af | ||
|   | 8e96afaf27 | 
							
								
								
									
										178
									
								
								.clang-format
									
									
									
									
									
								
							
							
						
						| @@ -1,178 +0,0 @@ | |||||||
| --- |  | ||||||
| Language:        Cpp |  | ||||||
| # BasedOnStyle:  LLVM |  | ||||||
| AccessModifierOffset: -2 |  | ||||||
| AlignAfterOpenBracket: Align |  | ||||||
| AlignArrayOfStructures: None |  | ||||||
| AlignConsecutiveMacros: None |  | ||||||
| AlignConsecutiveAssignments: None |  | ||||||
| AlignConsecutiveBitFields: None |  | ||||||
| AlignConsecutiveDeclarations: None |  | ||||||
| AlignEscapedNewlines: Right |  | ||||||
| AlignOperands:   Align |  | ||||||
| AlignTrailingComments: true |  | ||||||
| AllowAllArgumentsOnNextLine: true |  | ||||||
| AllowAllConstructorInitializersOnNextLine: true |  | ||||||
| AllowAllParametersOfDeclarationOnNextLine: true |  | ||||||
| AllowShortEnumsOnASingleLine: true |  | ||||||
| AllowShortBlocksOnASingleLine: Never |  | ||||||
| AllowShortCaseLabelsOnASingleLine: false |  | ||||||
| AllowShortFunctionsOnASingleLine: All |  | ||||||
| AllowShortLambdasOnASingleLine: All |  | ||||||
| AllowShortIfStatementsOnASingleLine: Never |  | ||||||
| AllowShortLoopsOnASingleLine: false |  | ||||||
| AlwaysBreakAfterDefinitionReturnType: None |  | ||||||
| AlwaysBreakAfterReturnType: None |  | ||||||
| AlwaysBreakBeforeMultilineStrings: false |  | ||||||
| AlwaysBreakTemplateDeclarations: MultiLine |  | ||||||
| AttributeMacros: |  | ||||||
|   - __capability |  | ||||||
| BinPackArguments: true |  | ||||||
| BinPackParameters: true |  | ||||||
| BraceWrapping: |  | ||||||
|   AfterCaseLabel:  false |  | ||||||
|   AfterClass:      false |  | ||||||
|   AfterControlStatement: Never |  | ||||||
|   AfterEnum:       false |  | ||||||
|   AfterFunction:   false |  | ||||||
|   AfterNamespace:  false |  | ||||||
|   AfterObjCDeclaration: false |  | ||||||
|   AfterStruct:     false |  | ||||||
|   AfterUnion:      false |  | ||||||
|   AfterExternBlock: false |  | ||||||
|   BeforeCatch:     false |  | ||||||
|   BeforeElse:      false |  | ||||||
|   BeforeLambdaBody: false |  | ||||||
|   BeforeWhile:     false |  | ||||||
|   IndentBraces:    false |  | ||||||
|   SplitEmptyFunction: true |  | ||||||
|   SplitEmptyRecord: true |  | ||||||
|   SplitEmptyNamespace: true |  | ||||||
| BreakBeforeBinaryOperators: None |  | ||||||
| BreakBeforeConceptDeclarations: true |  | ||||||
| BreakBeforeBraces: Attach |  | ||||||
| BreakBeforeInheritanceComma: false |  | ||||||
| BreakInheritanceList: BeforeColon |  | ||||||
| BreakBeforeTernaryOperators: true |  | ||||||
| BreakConstructorInitializersBeforeComma: false |  | ||||||
| BreakConstructorInitializers: BeforeColon |  | ||||||
| BreakAfterJavaFieldAnnotations: false |  | ||||||
| BreakStringLiterals: true |  | ||||||
| ColumnLimit:     100 |  | ||||||
| CommentPragmas:  '^ IWYU pragma:' |  | ||||||
| CompactNamespaces: false |  | ||||||
| ConstructorInitializerAllOnOneLineOrOnePerLine: false |  | ||||||
| ConstructorInitializerIndentWidth: 4 |  | ||||||
| ContinuationIndentWidth: 4 |  | ||||||
| Cpp11BracedListStyle: true |  | ||||||
| DeriveLineEnding: true |  | ||||||
| DerivePointerAlignment: false |  | ||||||
| DisableFormat:   false |  | ||||||
| EmptyLineAfterAccessModifier: Never |  | ||||||
| EmptyLineBeforeAccessModifier: LogicalBlock |  | ||||||
| ExperimentalAutoDetectBinPacking: false |  | ||||||
| FixNamespaceComments: true |  | ||||||
| ForEachMacros: |  | ||||||
|   - foreach |  | ||||||
|   - Q_FOREACH |  | ||||||
|   - BOOST_FOREACH |  | ||||||
| IfMacros: |  | ||||||
|   - KJ_IF_MAYBE |  | ||||||
| IncludeBlocks:   Preserve |  | ||||||
| IncludeCategories: |  | ||||||
|   - Regex:           '^"(llvm|llvm-c|clang|clang-c)/' |  | ||||||
|     Priority:        2 |  | ||||||
|     SortPriority:    0 |  | ||||||
|     CaseSensitive:   false |  | ||||||
|   - Regex:           '^(<|"(gtest|gmock|isl|json)/)' |  | ||||||
|     Priority:        3 |  | ||||||
|     SortPriority:    0 |  | ||||||
|     CaseSensitive:   false |  | ||||||
|   - Regex:           '.*' |  | ||||||
|     Priority:        1 |  | ||||||
|     SortPriority:    0 |  | ||||||
|     CaseSensitive:   false |  | ||||||
| IncludeIsMainRegex: '(Test)?$' |  | ||||||
| IncludeIsMainSourceRegex: '' |  | ||||||
| IndentAccessModifiers: false |  | ||||||
| IndentCaseLabels: false |  | ||||||
| IndentCaseBlocks: false |  | ||||||
| IndentGotoLabels: true |  | ||||||
| IndentPPDirectives: None |  | ||||||
| IndentExternBlock: AfterExternBlock |  | ||||||
| IndentRequires:  false |  | ||||||
| IndentWidth:     4 |  | ||||||
| IndentWrappedFunctionNames: false |  | ||||||
| InsertTrailingCommas: None |  | ||||||
| JavaScriptQuotes: Leave |  | ||||||
| JavaScriptWrapImports: true |  | ||||||
| KeepEmptyLinesAtTheStartOfBlocks: true |  | ||||||
| LambdaBodyIndentation: Signature |  | ||||||
| MacroBlockBegin: '' |  | ||||||
| MacroBlockEnd:   '' |  | ||||||
| MaxEmptyLinesToKeep: 1 |  | ||||||
| NamespaceIndentation: All |  | ||||||
| ObjCBinPackProtocolList: Auto |  | ||||||
| ObjCBlockIndentWidth: 2 |  | ||||||
| ObjCBreakBeforeNestedBlockParam: true |  | ||||||
| ObjCSpaceAfterProperty: false |  | ||||||
| ObjCSpaceBeforeProtocolList: true |  | ||||||
| PenaltyBreakAssignment: 2 |  | ||||||
| PenaltyBreakBeforeFirstCallParameter: 19 |  | ||||||
| PenaltyBreakComment: 300 |  | ||||||
| PenaltyBreakFirstLessLess: 120 |  | ||||||
| PenaltyBreakString: 1000 |  | ||||||
| PenaltyBreakTemplateDeclaration: 10 |  | ||||||
| PenaltyExcessCharacter: 1000000 |  | ||||||
| PenaltyReturnTypeOnItsOwnLine: 60 |  | ||||||
| PenaltyIndentedWhitespace: 0 |  | ||||||
| PointerAlignment: Right |  | ||||||
| PPIndentWidth:   -1 |  | ||||||
| ReferenceAlignment: Pointer |  | ||||||
| ReflowComments:  true |  | ||||||
| ShortNamespaceLines: 1 |  | ||||||
| SortIncludes:    CaseSensitive |  | ||||||
| SortJavaStaticImport: Before |  | ||||||
| SortUsingDeclarations: true |  | ||||||
| SpaceAfterCStyleCast: false |  | ||||||
| SpaceAfterLogicalNot: false |  | ||||||
| SpaceAfterTemplateKeyword: true |  | ||||||
| SpaceBeforeAssignmentOperators: true |  | ||||||
| SpaceBeforeCaseColon: false |  | ||||||
| SpaceBeforeCpp11BracedList: false |  | ||||||
| SpaceBeforeCtorInitializerColon: true |  | ||||||
| SpaceBeforeInheritanceColon: true |  | ||||||
| SpaceBeforeParens: ControlStatements |  | ||||||
| SpaceAroundPointerQualifiers: Default |  | ||||||
| SpaceBeforeRangeBasedForLoopColon: true |  | ||||||
| SpaceInEmptyBlock: false |  | ||||||
| SpaceInEmptyParentheses: false |  | ||||||
| SpacesBeforeTrailingComments: 1 |  | ||||||
| SpacesInAngles:  Never |  | ||||||
| SpacesInConditionalStatement: false |  | ||||||
| SpacesInContainerLiterals: true |  | ||||||
| SpacesInCStyleCastParentheses: false |  | ||||||
| SpacesInLineCommentPrefix: |  | ||||||
|   Minimum:         1 |  | ||||||
|   Maximum:         -1 |  | ||||||
| SpacesInParentheses: false |  | ||||||
| SpacesInSquareBrackets: false |  | ||||||
| SpaceBeforeSquareBrackets: false |  | ||||||
| BitFieldColonSpacing: Both |  | ||||||
| Standard:        Latest |  | ||||||
| StatementAttributeLikeMacros: |  | ||||||
|   - Q_EMIT |  | ||||||
| StatementMacros: |  | ||||||
|   - Q_UNUSED |  | ||||||
|   - QT_REQUIRE_VERSION |  | ||||||
| TabWidth:        4 |  | ||||||
| UseCRLF:         false |  | ||||||
| UseTab:          Always |  | ||||||
| WhitespaceSensitiveMacros: |  | ||||||
|   - STRINGIZE |  | ||||||
|   - PP_STRINGIZE |  | ||||||
|   - BOOST_PP_STRINGIZE |  | ||||||
|   - NS_SWIFT_NAME |  | ||||||
|   - CF_SWIFT_NAME |  | ||||||
| ... |  | ||||||
|  |  | ||||||
							
								
								
									
										190
									
								
								BUILDING.md
									
									
									
									
									
								
							
							
						
						| @@ -1,190 +0,0 @@ | |||||||
| # Building from source |  | ||||||
| In order to build the OWPROV, you will need to install its dependencies, which includes the following: |  | ||||||
| - cmake |  | ||||||
| - boost |  | ||||||
| - POCO 1.10.1 or later |  | ||||||
| - a C++17 compiler |  | ||||||
| - openssl |  | ||||||
| - libpq-dev (PortgreSQL development libraries) |  | ||||||
| - mysql-client (MySQL client) |  | ||||||
| - librdkafka |  | ||||||
| - cppkafka |  | ||||||
|  |  | ||||||
| The build is done in 2 parts. The first part is to build a local copy of the framework tailored to your environment. This |  | ||||||
| framework is called [Poco](https://github.com/pocoproject/poco). The version used in this project has a couple of fixes |  | ||||||
| from the master copy needed for cmake. Please use the version of this [Poco fix](https://github.com/AriliaWireless/poco). Building |  | ||||||
| Poco may take several minutes depending on the platform you are building on. |  | ||||||
|  |  | ||||||
| ## Ubuntu |  | ||||||
| These instructions have proven to work on Ubuntu 20.4. |  | ||||||
| ```bash |  | ||||||
| sudo apt install git cmake g++ libssl-dev libmariadb-dev  |  | ||||||
| sudo apt install libpq-dev libaprutil1-dev apache2-dev libboost-all-dev |  | ||||||
| sudo apt install librdkafka-dev // default-libmysqlclient-dev |  | ||||||
| sudo apt install nlohmann-json-dev |  | ||||||
|  |  | ||||||
| cd ~ |  | ||||||
| git clone https://github.com/AriliaWireless/poco --branch poco-tip-v1 |  | ||||||
| cd poco |  | ||||||
| mkdir cmake-build |  | ||||||
| cd cmake-build |  | ||||||
| cmake .. |  | ||||||
| cmake --build . --config Release |  | ||||||
| sudo cmake --build . --target install |  | ||||||
|  |  | ||||||
| cd ~ |  | ||||||
| git clone https://github.com/AriliaWireless/cppkafka --branch tip-v1 |  | ||||||
| cd cppkafka |  | ||||||
| mkdir cmake-build |  | ||||||
| cd cmake-build |  | ||||||
| cmake .. |  | ||||||
| cmake --build . --config Release |  | ||||||
| sudo cmake --build . --target install |  | ||||||
|  |  | ||||||
| cd ~ |  | ||||||
| git clone https://github.com/AriliaWireless/valijson --branch tip-v1 |  | ||||||
| cd valijson |  | ||||||
| mkdir cmake-build |  | ||||||
| cd cmake-build |  | ||||||
| cmake .. |  | ||||||
| cmake --build . --config Release |  | ||||||
| sudo cmake --build . --target install |  | ||||||
|  |  | ||||||
| git clone https://github.com/fmtlib/fmt --branch 9.0.0 /fmtlib |  | ||||||
| cd fmtlib |  | ||||||
| mkdir cmake-build |  | ||||||
| cd cmake-build |  | ||||||
| cmake .. |  | ||||||
| make |  | ||||||
| make install |  | ||||||
|  |  | ||||||
| cd ~ |  | ||||||
| git clone https://github.com/Telecominfraproject/wlan-cloud-owprov |  | ||||||
| cd wlan-cloud-owprov |  | ||||||
| mkdir cmake-build |  | ||||||
| cd cmake-build |  | ||||||
| cmake .. |  | ||||||
| make -j 8 |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| ## Fedora |  | ||||||
| The following instructions have proven to work on Fedora 33 |  | ||||||
| ```bash |  | ||||||
| sudo yum install cmake g++ openssl-devel mysql-devel mysql apr-util-devel boost boost-devel |  | ||||||
| sudo yum install yaml-cpp-devel lua-devel  |  | ||||||
| sudo dnf install postgresql.x86_64 librdkafka-devel |  | ||||||
| sudo dnf install postgresql-devel json-devel |  | ||||||
|  |  | ||||||
| git clone https://github.com/AriliaWireless/poco --branch poco-tip-v1 |  | ||||||
| cd poco |  | ||||||
| mkdir cmake-build |  | ||||||
| cd cmake-build |  | ||||||
| cmake .. |  | ||||||
| cmake --build . --config Release |  | ||||||
| sudo cmake --build . --target install |  | ||||||
|  |  | ||||||
| git clone https://github.com/AriliaWireless/cppkafka --branch tip-v1 |  | ||||||
| cd cppkafka |  | ||||||
| mkdir cmake-build |  | ||||||
| cd cmake-build |  | ||||||
| cmake .. |  | ||||||
| cmake --build . --config Release |  | ||||||
| sudo cmake --build . --target install |  | ||||||
|  |  | ||||||
| cd ~ |  | ||||||
| git clone https://github.com/AriliaWireless/valijson --branch tip-v1 |  | ||||||
| cd valijson |  | ||||||
| mkdir cmake-build |  | ||||||
| cd cmake-build |  | ||||||
| cmake .. |  | ||||||
| cmake --build . --config Release |  | ||||||
| sudo cmake --build . --target install |  | ||||||
|  |  | ||||||
| cd ~ |  | ||||||
| git clone https://github.com/Telecominfraproject/wlan-cloud-owprov |  | ||||||
| cd wlan-cloud-owprov |  | ||||||
| mkdir cmake-build |  | ||||||
| cd cmake-build |  | ||||||
| cmake .. |  | ||||||
| make |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| ## macOS Build |  | ||||||
| The following instructions have proven to work on macOS Big Sur. You need to install [Homebrew](https://brew.sh/). You must also have installed [XCode for OS X](https://www.freecodecamp.org/news/how-to-download-and-install-xcode/). |  | ||||||
| ```bash |  | ||||||
| brew install openssl \ |  | ||||||
| 	cmake \ |  | ||||||
| 	libpq \ |  | ||||||
| 	mysql-client \ |  | ||||||
| 	apr \ |  | ||||||
| 	apr-util \ |  | ||||||
| 	boost \ |  | ||||||
| 	yaml-cpp \ |  | ||||||
| 	postgresql \ |  | ||||||
| 	librdkafka \ |  | ||||||
| 	nlohmann-json \ |  | ||||||
| 	fmt |  | ||||||
|  |  | ||||||
| git clone https://github.com/AriliaWireless/poco --branch poco-tip-v1 |  | ||||||
| pushd poco |  | ||||||
| mkdir cmake-build |  | ||||||
| push cmake-build |  | ||||||
| cmake -DOPENSSL_ROOT_DIR=</path/to/openssl> -DENABLE_NETSSL=1 -DENABLE_JWT=1 -DENABLE_CRYPTO=1 .. |  | ||||||
| cmake --build . --config Release |  | ||||||
| sudo cmake --build . --target install |  | ||||||
| popd |  | ||||||
| popd |  | ||||||
|  |  | ||||||
| git clone https://github.com/AriliaWireless/cppkafka --branch tip-v1 |  | ||||||
| pushd cppkafka |  | ||||||
| mkdir cmake-build |  | ||||||
| pushd cmake-build |  | ||||||
| cmake .. |  | ||||||
| cmake --build . --config Release |  | ||||||
| sudo cmake --build . --target install |  | ||||||
| popd |  | ||||||
| popd |  | ||||||
|  |  | ||||||
| git clone https://github.com/AriliaWireless/valijson --branch tip-v1 |  | ||||||
| cd valijson |  | ||||||
| mkdir cmake-build |  | ||||||
| cd cmake-build |  | ||||||
| cmake .. |  | ||||||
| cmake --build . --config Release |  | ||||||
| sudo cmake --build . --target install |  | ||||||
| popd |  | ||||||
| popd |  | ||||||
|  |  | ||||||
| git clone https://github.com/Telecominfraproject/wlan-cloud-owprov |  | ||||||
| pushd wlan-cloud-owprov |  | ||||||
| mkdir cmake-build |  | ||||||
| pushd cmake-build |  | ||||||
| cmake .. |  | ||||||
| make -j |  | ||||||
| popd |  | ||||||
| popd |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| ## Raspberry |  | ||||||
| The build on a rPI takes a while. You can shorten that build time and requirements by disabling all the larger database |  | ||||||
| support. You can build with only SQLite support by not installing the packages for PostgreSQL, and MySQL by |  | ||||||
| adding -DSMALL_BUILD=1 on the cmake build line. |  | ||||||
|  |  | ||||||
| ```bash |  | ||||||
| sudo apt install git cmake g++ libssl-dev libaprutil1-dev apache2-dev libboost-all-dev libyaml-cpp-dev |  | ||||||
| git clone https://github.com/stephb9959/poco |  | ||||||
| cd poco |  | ||||||
| mkdir cmake-build |  | ||||||
| cd cmake-build |  | ||||||
| cmake .. |  | ||||||
| cmake --build . --config Release |  | ||||||
| sudo cmake --build . --target install |  | ||||||
|  |  | ||||||
| cd ~ |  | ||||||
| git clone https://github.com/Telecominfraproject/wlan-cloud-owprov |  | ||||||
| cd wlan-cloud-owprov |  | ||||||
| mkdir cmake-build |  | ||||||
| cd cmake-build |  | ||||||
| cmake -DSMALL_BUILD=1 .. |  | ||||||
| make |  | ||||||
| ``` |  | ||||||
| @@ -1,5 +1,5 @@ | |||||||
| cmake_minimum_required(VERSION 3.13) | cmake_minimum_required(VERSION 3.13) | ||||||
| project(owprov VERSION 3.0.0) | project(owprov VERSION 2.8.0) | ||||||
|  |  | ||||||
| set(CMAKE_CXX_STANDARD 17) | set(CMAKE_CXX_STANDARD 17) | ||||||
|  |  | ||||||
| @@ -37,14 +37,14 @@ if(GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR}/.git") | |||||||
|     string(REGEX REPLACE "\n$" "" GIT_HASH "${GIT_HASH}") |     string(REGEX REPLACE "\n$" "" GIT_HASH "${GIT_HASH}") | ||||||
| endif() | endif() | ||||||
|  |  | ||||||
| add_definitions(-DAWS_CUSTOM_MEMORY_MANAGEMENT -DBOOST_NO_CXX98_FUNCTION_BASE=1) | add_definitions(-DAWS_CUSTOM_MEMORY_MANAGEMENT) | ||||||
|  |  | ||||||
| find_package(OpenSSL    REQUIRED) | find_package(OpenSSL    REQUIRED) | ||||||
| find_package(ZLIB       REQUIRED) | find_package(ZLIB       REQUIRED) | ||||||
| find_package(Poco       REQUIRED COMPONENTS Crypto JWT Net Util NetSSL Data DataSQLite) | find_package(Poco       REQUIRED COMPONENTS Crypto JWT Net Util NetSSL Data DataSQLite) | ||||||
| find_package(nlohmann_json  REQUIRED) | find_package(nlohmann_json  REQUIRED) | ||||||
|  | find_package(nlohmann_json_schema_validator REQUIRED) | ||||||
| find_package(fmt        REQUIRED) | find_package(fmt        REQUIRED) | ||||||
| # find_package(valijson   REQUIRED) |  | ||||||
|  |  | ||||||
| if(SMALL_BUILD) | if(SMALL_BUILD) | ||||||
|     find_package(Poco REQUIRED COMPONENTS Crypto JWT Net Util NetSSL Data DataSQLite) |     find_package(Poco REQUIRED COMPONENTS Crypto JWT Net Util NetSSL Data DataSQLite) | ||||||
| @@ -117,7 +117,6 @@ add_executable(owprov | |||||||
|         src/framework/MicroServiceExtra.h |         src/framework/MicroServiceExtra.h | ||||||
|         src/framework/ConfigurationValidator.cpp |         src/framework/ConfigurationValidator.cpp | ||||||
|         src/framework/ConfigurationValidator.h |         src/framework/ConfigurationValidator.h | ||||||
|         src/framework/default_device_types.h |  | ||||||
|         src/UI_Prov_WebSocketNotifications.h |         src/UI_Prov_WebSocketNotifications.h | ||||||
|         src/UI_Prov_WebSocketNotifications.cpp |         src/UI_Prov_WebSocketNotifications.cpp | ||||||
|         src/RESTObjects/RESTAPI_SecurityObjects.h src/RESTObjects/RESTAPI_SecurityObjects.cpp |         src/RESTObjects/RESTAPI_SecurityObjects.h src/RESTObjects/RESTAPI_SecurityObjects.cpp | ||||||
| @@ -133,7 +132,6 @@ add_executable(owprov | |||||||
|         src/Daemon.cpp src/Daemon.h |         src/Daemon.cpp src/Daemon.h | ||||||
|         src/Dashboard.h src/Dashboard.cpp |         src/Dashboard.h src/Dashboard.cpp | ||||||
|         src/StorageService.cpp src/StorageService.h |         src/StorageService.cpp src/StorageService.h | ||||||
|  |  | ||||||
|         src/storage/storage_entity.cpp src/storage/storage_entity.h |         src/storage/storage_entity.cpp src/storage/storage_entity.h | ||||||
|         src/storage/storage_policies.cpp src/storage/storage_policies.h |         src/storage/storage_policies.cpp src/storage/storage_policies.h | ||||||
|         src/storage/storage_venue.cpp src/storage/storage_venue.h |         src/storage/storage_venue.cpp src/storage/storage_venue.h | ||||||
| @@ -143,14 +141,6 @@ add_executable(owprov | |||||||
|         src/storage/storage_management_roles.cpp src/storage/storage_management_roles.h |         src/storage/storage_management_roles.cpp src/storage/storage_management_roles.h | ||||||
|         src/storage/storage_configurations.cpp src/storage/storage_configurations.h |         src/storage/storage_configurations.cpp src/storage/storage_configurations.h | ||||||
|         src/storage/storage_tags.cpp src/storage/storage_tags.h |         src/storage/storage_tags.cpp src/storage/storage_tags.h | ||||||
|         src/storage/storage_operataor.cpp src/storage/storage_operataor.h |  | ||||||
|         src/storage/storage_sub_devices.cpp src/storage/storage_sub_devices.h |  | ||||||
|         src/storage/storage_service_class.cpp src/storage/storage_service_class.h |  | ||||||
|         src/storage/storage_maps.cpp src/storage/storage_maps.h |  | ||||||
|         src/storage/storage_signup.cpp src/storage/storage_signup.h |  | ||||||
|         src/storage/storage_variables.cpp src/storage/storage_variables.h |  | ||||||
|         src/storage/storage_overrides.cpp src/storage/storage_overrides.h |  | ||||||
|  |  | ||||||
|         src/RESTAPI/RESTAPI_entity_handler.cpp src/RESTAPI/RESTAPI_entity_handler.h |         src/RESTAPI/RESTAPI_entity_handler.cpp src/RESTAPI/RESTAPI_entity_handler.h | ||||||
|         src/RESTAPI/RESTAPI_contact_handler.cpp src/RESTAPI/RESTAPI_contact_handler.h |         src/RESTAPI/RESTAPI_contact_handler.cpp src/RESTAPI/RESTAPI_contact_handler.h | ||||||
|         src/RESTAPI/RESTAPI_location_handler.cpp src/RESTAPI/RESTAPI_location_handler.h |         src/RESTAPI/RESTAPI_location_handler.cpp src/RESTAPI/RESTAPI_location_handler.h | ||||||
| @@ -170,13 +160,6 @@ add_executable(owprov | |||||||
|         src/RESTAPI/RESTAPI_iptocountry_handler.cpp src/RESTAPI/RESTAPI_iptocountry_handler.h |         src/RESTAPI/RESTAPI_iptocountry_handler.cpp src/RESTAPI/RESTAPI_iptocountry_handler.h | ||||||
|         src/RESTAPI/RESTAPI_signup_handler.h src/RESTAPI/RESTAPI_signup_handler.cpp |         src/RESTAPI/RESTAPI_signup_handler.h src/RESTAPI/RESTAPI_signup_handler.cpp | ||||||
|         src/RESTAPI/RESTAPI_asset_server.cpp src/RESTAPI/RESTAPI_asset_server.h |         src/RESTAPI/RESTAPI_asset_server.cpp src/RESTAPI/RESTAPI_asset_server.h | ||||||
|         src/RESTAPI/RESTAPI_db_helpers.h |  | ||||||
|         src/RESTAPI/RESTAPI_map_handler.cpp src/RESTAPI/RESTAPI_map_handler.h |  | ||||||
|         src/RESTAPI/RESTAPI_map_list_handler.cpp src/RESTAPI/RESTAPI_map_list_handler.h |  | ||||||
|         src/RESTAPI/RESTAPI_variables_handler.cpp src/RESTAPI/RESTAPI_variables_handler.h |  | ||||||
|         src/RESTAPI/RESTAPI_variables_list_handler.cpp src/RESTAPI/RESTAPI_variables_list_handler.h |  | ||||||
|         src/RESTAPI/RESTAPI_overrides_handler.cpp src/RESTAPI/RESTAPI_overrides_handler.h |  | ||||||
|  |  | ||||||
|         src/FindCountry.h |         src/FindCountry.h | ||||||
|         src/sdks/SDK_gw.cpp src/sdks/SDK_gw.h |         src/sdks/SDK_gw.cpp src/sdks/SDK_gw.h | ||||||
|         src/sdks/SDK_prov.cpp src/sdks/SDK_prov.h |         src/sdks/SDK_prov.cpp src/sdks/SDK_prov.h | ||||||
| @@ -186,14 +169,25 @@ add_executable(owprov | |||||||
|         src/AutoDiscovery.cpp src/AutoDiscovery.h |         src/AutoDiscovery.cpp src/AutoDiscovery.h | ||||||
|         src/ConfigSanityChecker.cpp src/ConfigSanityChecker.h |         src/ConfigSanityChecker.cpp src/ConfigSanityChecker.h | ||||||
|         src/TagServer.cpp src/TagServer.h |         src/TagServer.cpp src/TagServer.h | ||||||
|  |         src/RESTAPI/RESTAPI_db_helpers.h | ||||||
|         src/JobController.cpp src/JobController.h |         src/JobController.cpp src/JobController.h | ||||||
|         src/JobRegistrations.cpp |         src/JobRegistrations.cpp | ||||||
|  |         src/storage/storage_maps.cpp src/storage/storage_maps.h | ||||||
|  |         src/RESTAPI/RESTAPI_map_handler.cpp src/RESTAPI/RESTAPI_map_handler.h | ||||||
|  |         src/RESTAPI/RESTAPI_map_list_handler.cpp src/RESTAPI/RESTAPI_map_list_handler.h | ||||||
|  |         src/storage/storage_signup.cpp src/storage/storage_signup.h | ||||||
|         src/Signup.cpp src/Signup.h |         src/Signup.cpp src/Signup.h | ||||||
|         src/DeviceTypeCache.h |         src/DeviceTypeCache.h | ||||||
|  |         src/storage/storage_variables.cpp src/storage/storage_variables.h | ||||||
|  |         src/RESTAPI/RESTAPI_variables_handler.cpp src/RESTAPI/RESTAPI_variables_handler.h | ||||||
|  |         src/RESTAPI/RESTAPI_variables_list_handler.cpp src/RESTAPI/RESTAPI_variables_list_handler.h | ||||||
|         src/FileDownloader.cpp src/FileDownloader.h |         src/FileDownloader.cpp src/FileDownloader.h | ||||||
|         src/Tasks/VenueConfigUpdater.h |         src/Tasks/VenueConfigUpdater.h | ||||||
|         src/libs/croncpp.h |         src/libs/croncpp.h | ||||||
|         src/Kafka_ProvUpdater.cpp src/Kafka_ProvUpdater.h |         src/Kafka_ProvUpdater.cpp src/Kafka_ProvUpdater.h | ||||||
|  |         src/storage/storage_operataor.cpp src/storage/storage_operataor.h | ||||||
|  |         src/storage/storage_sub_devices.cpp src/storage/storage_sub_devices.h | ||||||
|  |         src/storage/storage_service_class.cpp src/storage/storage_service_class.h | ||||||
|         src/RESTAPI/RESTAPI_sub_devices_list_handler.cpp src/RESTAPI/RESTAPI_sub_devices_list_handler.h |         src/RESTAPI/RESTAPI_sub_devices_list_handler.cpp src/RESTAPI/RESTAPI_sub_devices_list_handler.h | ||||||
|         src/RESTAPI/RESTAPI_sub_devices_handler.cpp src/RESTAPI/RESTAPI_sub_devices_handler.h |         src/RESTAPI/RESTAPI_sub_devices_handler.cpp src/RESTAPI/RESTAPI_sub_devices_handler.h | ||||||
|         src/RESTAPI/RESTAPI_service_class_list_handler.cpp src/RESTAPI/RESTAPI_service_class_list_handler.h |         src/RESTAPI/RESTAPI_service_class_list_handler.cpp src/RESTAPI/RESTAPI_service_class_list_handler.h | ||||||
| @@ -209,37 +203,13 @@ add_executable(owprov | |||||||
|         src/ProvWebSocketClient.cpp src/ProvWebSocketClient.h |         src/ProvWebSocketClient.cpp src/ProvWebSocketClient.h | ||||||
|         src/Tasks/VenueRebooter.h src/Tasks/VenueUpgrade.h |         src/Tasks/VenueRebooter.h src/Tasks/VenueUpgrade.h | ||||||
|         src/sdks/SDK_fms.cpp src/sdks/SDK_fms.h |         src/sdks/SDK_fms.cpp src/sdks/SDK_fms.h | ||||||
|         src/RESTAPI/RESTAPI_overrides_handler.cpp src/RESTAPI/RESTAPI_overrides_handler.h |         src/storage/storage_overrides.cpp src/storage/storage_overrides.h src/RESTAPI/RESTAPI_overrides_handler.cpp src/RESTAPI/RESTAPI_overrides_handler.h) | ||||||
|         src/storage/storage_glblraccounts.cpp src/storage/storage_glblraccounts.h |  | ||||||
|         src/storage/storage_glblrcerts.cpp src/storage/storage_glblrcerts.h |  | ||||||
|         src/RESTAPI/RESTAPI_openroaming_gr_list_acct_handler.cpp src/RESTAPI/RESTAPI_openroaming_gr_list_acct_handler.h |  | ||||||
|         src/RESTAPI/RESTAPI_openroaming_gr_acct_handler.cpp src/RESTAPI/RESTAPI_openroaming_gr_acct_handler.h |  | ||||||
|         src/RESTAPI/RESTAPI_openroaming_gr_list_certificates.cpp src/RESTAPI/RESTAPI_openroaming_gr_list_certificates.h |  | ||||||
|         src/RESTAPI/RESTAPI_openroaming_gr_cert_handler.cpp src/RESTAPI/RESTAPI_openroaming_gr_cert_handler.h |  | ||||||
|         src/RESTAPI/RESTAPI_openroaming_orion_list_acct_handler.cpp src/RESTAPI/RESTAPI_openroaming_orion_list_acct_handler.h |  | ||||||
|         src/RESTAPI/RESTAPI_openroaming_orion_acct_handler.cpp src/RESTAPI/RESTAPI_openroaming_orion_acct_handler.h |  | ||||||
|         src/storage/storage_orion_accounts.cpp src/storage/storage_orion_accounts.h |  | ||||||
|         src/storage/storage_radius_endpoints.cpp |  | ||||||
|         src/storage/storage_radius_endpoints.h |  | ||||||
|         src/RESTAPI/RESTAPI_radiusendpoint_list_handler.cpp |  | ||||||
|         src/RESTAPI/RESTAPI_radiusendpoint_list_handler.h |  | ||||||
|         src/RESTAPI/RESTAPI_radius_endpoint_handler.cpp |  | ||||||
|         src/RESTAPI/RESTAPI_radius_endpoint_handler.h |  | ||||||
|         src/RadiusEndpointTypes/GlobalReach.cpp src/RadiusEndpointTypes/GlobalReach.h |  | ||||||
|         src/RadiusEndpointTypes/OrionWifi.h |  | ||||||
|         src/RadiusEndpointUpdater.cpp |  | ||||||
|         src/RadiusEndpointUpdater.h |  | ||||||
|         src/RadiusEndpointTypes/Radsec.cpp |  | ||||||
|         src/RadiusEndpointTypes/Radsec.h |  | ||||||
|         src/RadiusEndpointTypes/GenericRadius.cpp |  | ||||||
|         src/RadiusEndpointTypes/GenericRadius.h |  | ||||||
| ) |  | ||||||
|  |  | ||||||
| target_link_libraries(owprov PUBLIC | target_link_libraries(owprov PUBLIC | ||||||
|         ${Poco_LIBRARIES} |         ${Poco_LIBRARIES} | ||||||
|         ${MySQL_LIBRARIES} |         ${MySQL_LIBRARIES} | ||||||
|         ${ZLIB_LIBRARIES} |         ${ZLIB_LIBRARIES} | ||||||
|         CppKafka::cppkafka |         CppKafka::cppkafka | ||||||
|         resolv |         fmt::fmt | ||||||
|         fmt::fmt) |         nlohmann_json_schema_validator) | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										243
									
								
								CONFIGURATION.md
									
									
									
									
									
								
							
							
						
						| @@ -1,243 +0,0 @@ | |||||||
| # OWPROV Configuration |  | ||||||
| Here is the list of parameters you can configure in the `owprov.properties` file. |  | ||||||
|  |  | ||||||
| ## OWPROV Specific Parameters |  | ||||||
| ### Default firmware management rules |  | ||||||
| FMS is already integrated with OpenWifi. In order to allow it to upgrade devices automatically, you should |  | ||||||
| set the following values. |  | ||||||
| ```properties  |  | ||||||
| firmware.updater.upgrade = <true/false> |  | ||||||
| firmware.updater.releaseonly = <true/false> |  | ||||||
| ``` |  | ||||||
| #### firmware.updater.upgrade |  | ||||||
| Should FMS attempt to upgrade devices by default. |  | ||||||
|  |  | ||||||
| #### firmware.updater.releaseonly |  | ||||||
| Should only RC software be used during upgrades. |  | ||||||
|  |  | ||||||
| ### Google Map API Key |  | ||||||
| To support geocoding help, you need to configuration the following in the configuration file. Geocoding is used |  | ||||||
| when creating location and when reporting analytics. |  | ||||||
| ```properties |  | ||||||
| geocodeapi = google |  | ||||||
| google.apikey = ******************************** |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| ### IP to Country Parameters |  | ||||||
| The controller has the ability to find the location of the IP of each Access Points. This uses an external IP location service. Currently, |  | ||||||
| the controller supports 3 services. Please note that these services will require to obtain an API key or token, and these may cause you to incur |  | ||||||
| additional fees. Here is the list of the services supported: |  | ||||||
| - ip2location: ip2location.com |  | ||||||
| - ipdata: ipdata.co |  | ||||||
| - ipinfo: ipinfo.io |  | ||||||
|  |  | ||||||
| ```properties |  | ||||||
| iptocountry.default = US |  | ||||||
| iptocountry.provider = ipinfo |  | ||||||
| #iptocountry.provider = ipdata |  | ||||||
| #iptocountry.provider = ip2location |  | ||||||
| iptocountry.ipinfo.token = |  | ||||||
| iptocountry.ipdata.apikey = |  | ||||||
| iptocountry.ip2location.apikey = |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| #### iptocountry.default |  | ||||||
| This is the country code to be used if no information can be found at one of the providers or you have not configured any of the providers. |  | ||||||
|  |  | ||||||
| #### iptocountry.provider |  | ||||||
| You must select onf of the possible services and the fill the appropriate token or api key parameter. |  | ||||||
|  |  | ||||||
| ## Generic OpenWiFi SDK parameters |  | ||||||
| ### REST API External parameters |  | ||||||
| These are the parameters required for the configuration of the external facing REST API server |  | ||||||
| ```properties |  | ||||||
| openwifi.restapi.host.0.backlog = 100 |  | ||||||
| openwifi.restapi.host.0.security = relaxed |  | ||||||
| openwifi.restapi.host.0.rootca = $OWPROV_ROOT/certs/restapi-ca.pem |  | ||||||
| openwifi.restapi.host.0.address = * |  | ||||||
| openwifi.restapi.host.0.port = 16004 |  | ||||||
| openwifi.restapi.host.0.cert = $OWPROV_ROOT/certs/restapi-cert.pem |  | ||||||
| openwifi.restapi.host.0.key = $OWPROV_ROOT/certs/restapi-key.pem |  | ||||||
| openwifi.restapi.host.0.key.password = mypassword |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| #### openwifi.restapi.host.0.backlog |  | ||||||
| This is the number of concurrent REST API calls that maybe be kept in the backlog for processing. That's a good rule of thumb. Never go above 500. |  | ||||||
| #### openwifi.restapi.host.0.rootca |  | ||||||
| This is the root file of your own certificate CA in `pem` format. |  | ||||||
| #### openwifi.restapi.host.0.cert |  | ||||||
| This is your own server certificate in `pem` format.. |  | ||||||
| #### openwifi.restapi.host.0.key |  | ||||||
| This is the private key associated with your own certificate in `pem` format. |  | ||||||
| #### openwifi.restapi.host.0.address |  | ||||||
| Leve this a `*` in the case you want to bind to all interfaces on your gateway host or select the address of a single interface. |  | ||||||
| #### openwifi.restapi.host.0.port |  | ||||||
| The port on which the REST API server is listening. By default, this is 16002. |  | ||||||
| #### openwifi.restapi.host.0.security |  | ||||||
| Leave this as `relaxed` for now for devices. |  | ||||||
| #### openwifi.restapi.host.0.key.password |  | ||||||
| If you key file uses a password, please enter it here. |  | ||||||
|  |  | ||||||
| ### REST API Intra microservice parameters |  | ||||||
| The following parameters describe the configuration for the inter-microservice HTTP server. You may use the same certificate/key |  | ||||||
| you are using for your extenral server or another certificate. |  | ||||||
| ```properties |  | ||||||
| openwifi.internal.restapi.host.0.backlog = 100 |  | ||||||
| openwifi.internal.restapi.host.0.security = relaxed |  | ||||||
| openwifi.internal.restapi.host.0.rootca = $OWPROV_ROOT/certs/restapi-ca.pem |  | ||||||
| openwifi.internal.restapi.host.0.address = * |  | ||||||
| openwifi.internal.restapi.host.0.port = 17004 |  | ||||||
| openwifi.internal.restapi.host.0.cert = $OWPROV_ROOT/certs/restapi-cert.pem |  | ||||||
| openwifi.internal.restapi.host.0.key = $OWPROV_ROOT/certs/restapi-key.pem |  | ||||||
| openwifi.internal.restapi.host.0.key.password = mypassword |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| #### openwifi.internal.host.0.backlog |  | ||||||
| This is the number of concurrent REST API calls that maybe be kept in the backlog for processing. That's a good rule of thumb. Never go above 500. |  | ||||||
| #### openwifi.internal.host.0.rootca |  | ||||||
| This is the root file of your own certificate CA in `pem` format. |  | ||||||
| #### openwifi.internal.host.0.cert |  | ||||||
| This is your own server certificate in `pem` format.. |  | ||||||
| #### openwifi.internal.host.0.key |  | ||||||
| This is the private key associated with your own certificate in `pem` format. |  | ||||||
| #### openwifi.internal.host.0.address |  | ||||||
| Leve this a `*` in the case you want to bind to all interfaces on your gateway host or select the address of a single interface. |  | ||||||
| #### openwifi.internal.host.0.port |  | ||||||
| The port on which the REST API server is listening. By default, this is 17002. |  | ||||||
| #### openwifi.internal.host.0.security |  | ||||||
| Leave this as `relaxed` for now for devices. |  | ||||||
| #### openwifi.internal.host.0.key.password |  | ||||||
| If you key file uses a password, please enter it here. |  | ||||||
|  |  | ||||||
| ### Microservice information |  | ||||||
| These are different Microservie parameters. Following is a brief explanation. |  | ||||||
| ```properties |  | ||||||
| openwifi.service.key = $OWPROV_ROOT/certs/restapi-key.pem |  | ||||||
| openwifi.service.key.password = mypassword |  | ||||||
| openwifi.system.data = $OWPROV_ROOT/data |  | ||||||
| openwifi.system.uri.private = https://localhost:17004 |  | ||||||
| openwifi.system.uri.public = https://ucentral.example.com:16004 |  | ||||||
| openwifi.system.uri.ui = https://provisionins-ui.example.com |  | ||||||
| openwifi.security.restapi.disable = false |  | ||||||
| openwifi.system.commandchannel = /tmp/app.ucentralprov |  | ||||||
| openwifi.autoprovisioning = true |  | ||||||
| ``` |  | ||||||
| #### openwifi.service.key |  | ||||||
| From time to time, the microservice must encrypt information. This is the key it should use. You may use the |  | ||||||
| same keey as you RESTAPI or your server. |  | ||||||
| #### openwifi.service.key.password |  | ||||||
| The password for the `openwifi.service.key` |  | ||||||
| #### openwifi.system.data |  | ||||||
| The location of system data. This path must exist. |  | ||||||
| #### openwifi.system.uri.private |  | ||||||
| The URI to reach the controller on the internal port. |  | ||||||
| #### openwifi.system.uri.public |  | ||||||
| The URI to reach the controller from the outside world. |  | ||||||
| #### openwifi.system.uri.ui |  | ||||||
| The URI of the UI to manage this service |  | ||||||
| #### openwifi.security.restapi.disable |  | ||||||
| This allows to disable security for internal and external API calls. This should only be used if the controller |  | ||||||
| sits behind an application load balancer that will actually do TLS. Setting this to `true` disables security. |  | ||||||
| #### openwifi.system.commandchannel |  | ||||||
| The UNIX socket command channel used by this service. |  | ||||||
| #### openwifi.autoprovisioning |  | ||||||
| Allow unknown devices to be provisioned by the system. |  | ||||||
|  |  | ||||||
| ### ALB Support |  | ||||||
| In order to support an application load balancer health check verification, your need to provide the following parameters. |  | ||||||
| ```properties |  | ||||||
| alb.enable = true |  | ||||||
| alb.port = 16104 |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| ### Kafka |  | ||||||
| The controller use Kafka, like all the other microservices. You must configure the kafka section in order for the |  | ||||||
| system to work. |  | ||||||
| ```properties |  | ||||||
| openwifi.kafka.group.id = provisioning |  | ||||||
| openwifi.kafka.client.id = provisioning1 |  | ||||||
| openwifi.kafka.enable = true |  | ||||||
| openwifi.kafka.brokerlist = my_Kafka.example.com:9092 |  | ||||||
| openwifi.kafka.auto.commit = false |  | ||||||
| openwifi.kafka.queue.buffering.max.ms = 50 |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| ### openwifi.kafka.group.id |  | ||||||
| The group ID is a single word that should identify the type of service tuning. In the case `provisioning` |  | ||||||
| ### openwifi.kafka.client.id |  | ||||||
| The client ID is a single service within that group ID. Each participant must have a unique client ID. |  | ||||||
| ### openwifi.kafka.enable |  | ||||||
| Kafka should always be enabled. |  | ||||||
| ### openwifi.kafka.brokerlist |  | ||||||
| The list of servers where your Kafka server is running. Comma separated. |  | ||||||
| ### openwifi.kafka.auto.commit |  | ||||||
| Auto commit flag in Kafka. Leave as `false`. |  | ||||||
| ### openwifi.kafka.queue.buffering.max.ms |  | ||||||
| Kafka buffering. Leave as `50`. |  | ||||||
| ### Kafka security |  | ||||||
| If you intend to use SSL, you should look into Kafka Connect and specify the certificates below. |  | ||||||
| ```properties |  | ||||||
| penwifi.kafka.ssl.ca.location = |  | ||||||
| openwifi.kafka.ssl.certificate.location = |  | ||||||
| openwifi.kafka.ssl.key.location = |  | ||||||
| openwifi.kafka.ssl.key.password = |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| ### DB Type |  | ||||||
| The controller supports 3 types of Database. SQLite should only be used for sites with less than 100 APs or for testing in the lab. |  | ||||||
| In order to select which database to use, you must set the `storage.type` value to sqlite, postgresql, or mysql. |  | ||||||
|  |  | ||||||
| ```properties |  | ||||||
| storage.type = sqlite |  | ||||||
| #storage.type = postgresql |  | ||||||
| #storage.type = mysql |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| ### Storage SQLite parameters |  | ||||||
| Additional parameters to set for SQLite. The only important one is `storage.type.sqlite.db` which is the database name on disk. |  | ||||||
| ```properties |  | ||||||
| storage.type.sqlite.db = provisioning.db |  | ||||||
| storage.type.sqlite.idletime = 120 |  | ||||||
| storage.type.sqlite.maxsessions = 128 |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| ### Storage Postgres |  | ||||||
| Additional parameters to set if you select Postgres for your database. You must specify `host`, `username`, `password`, |  | ||||||
| `database`, and `port`. |  | ||||||
| ```properties |  | ||||||
| storage.type.postgresql.maxsessions = 64 |  | ||||||
| storage.type.postgresql.idletime = 60 |  | ||||||
| storage.type.postgresql.host = localhost |  | ||||||
| storage.type.postgresql.username = provisioning |  | ||||||
| storage.type.postgresql.password = provisioning |  | ||||||
| storage.type.postgresql.database = provisioning |  | ||||||
| storage.type.postgresql.port = 5432 |  | ||||||
| storage.type.postgresql.connectiontimeout = 60 |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| ### Storage MySQL/MariaDB |  | ||||||
| Additional parameters to set if you select mysql for your database. You must specify `host`, `username`, `password`, |  | ||||||
| `database`, and `port`. |  | ||||||
| ```properties |  | ||||||
| storage.type.mysql.maxsessions = 64 |  | ||||||
| storage.type.mysql.idletime = 60 |  | ||||||
| storage.type.mysql.host = localhost |  | ||||||
| storage.type.postgresql.username = provisioning |  | ||||||
| storage.type.postgresql.password = provisioning |  | ||||||
| storage.type.postgresql.database = provisioning |  | ||||||
| storage.type.mysql.port = 3306 |  | ||||||
| storage.type.mysql.connectiontimeout = 60 |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| ### Logging Parameters |  | ||||||
| The microservice provides extensive logging. If you would like to keep logging on disk, set the `logging.type = file`. If you only want |  | ||||||
| console logging, `set logging.type = console`. When selecting file, `logging.path` must exist. `logging.level` sets the |  | ||||||
| basic logging level for the entire controller. `logging.websocket` disables WebSocket logging. |  | ||||||
|  |  | ||||||
| ```properties |  | ||||||
| logging.type = file |  | ||||||
| logging.path = $OWPROV_ROOT/logs |  | ||||||
| logging.level = information |  | ||||||
| logging.asynch = true |  | ||||||
| logging.websocket = false |  | ||||||
| ``` |  | ||||||
| @@ -1,38 +0,0 @@ | |||||||
| # How to Contribute |  | ||||||
|  |  | ||||||
| We'd love to accept your patches and contributions to this project. There are |  | ||||||
| just a few small guidelines you need to follow. |  | ||||||
|  |  | ||||||
| ## Version of C++ |  | ||||||
| This project is based on the C++17 standard and compiles as-is on most platforms  |  | ||||||
| using either clang or g++. Do not use C++21 or C++23 features for now. Some core  |  | ||||||
| libraries used in this project do not support C++21 or C++23 yet. |  | ||||||
|  |  | ||||||
| ## Variable Naming |  | ||||||
| Naming of pretty much anything uses Pascal naming. Longer explicit names using casing.  |  | ||||||
| Member variable naming adds a `_` at the end of the vars. Try to |  | ||||||
| keep this standard going. Sometimes you must override a base class function and then of course |  | ||||||
| you need to follow the base class. |  | ||||||
|  |  | ||||||
| ## This is a cmake project |  | ||||||
| This is a cmake project, and you need to adhere to the cmake rules. If you need |  | ||||||
| to add a package to the CMakeList, you need to ensure that the package is available |  | ||||||
| on all required platforms and compiles. Remember that this project runs on Linux, OS X,  |  | ||||||
| and the Raspberry PI. |  | ||||||
|  |  | ||||||
| ## Licensed packages |  | ||||||
| When adding a package, you must also state the licensing for the package. MIT, BSD, Apache licenses |  | ||||||
| are acceptable. No commercial licenses are allowed.  |  | ||||||
|  |  | ||||||
| ## clang formatting |  | ||||||
| Please format your code using the included `.clang-format` file included in the project. |  | ||||||
|  |  | ||||||
| ```bash |  | ||||||
| clang-format -i --style=<project root>/.clang-format myfile.cpp |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| ## Pull Requests |  | ||||||
| All submissions, including submissions by project members, require review. We |  | ||||||
| accept GitHub pull requests. Please create a branch with the Jira name for addressing the issue you are fixing or the  |  | ||||||
| feature you are implementing. |  | ||||||
| Create a pull-request from the branch into master.  |  | ||||||
							
								
								
									
										19
									
								
								Dockerfile
									
									
									
									
									
								
							
							
						
						| @@ -1,7 +1,7 @@ | |||||||
| ARG DEBIAN_VERSION=11.5-slim | ARG DEBIAN_VERSION=11.5-slim | ||||||
| ARG POCO_VERSION=poco-tip-v2 | ARG POCO_VERSION=poco-tip-v2 | ||||||
| ARG CPPKAFKA_VERSION=tip-v1 | ARG CPPKAFKA_VERSION=tip-v1 | ||||||
| ARG VALIJASON_VERSION=tip-v1 | ARG JSON_VALIDATOR_VERSION=2.1.0 | ||||||
|  |  | ||||||
| FROM debian:$DEBIAN_VERSION AS build-base | FROM debian:$DEBIAN_VERSION AS build-base | ||||||
|  |  | ||||||
| @@ -39,19 +39,19 @@ RUN cmake .. | |||||||
| RUN cmake --build . --config Release -j8 | RUN cmake --build . --config Release -j8 | ||||||
| RUN cmake --build . --target install | RUN cmake --build . --target install | ||||||
|  |  | ||||||
| FROM build-base AS valijson-build | FROM build-base AS json-schema-validator-build | ||||||
|  |  | ||||||
| ARG VALIJASON_VERSION | ARG JSON_VALIDATOR_VERSION | ||||||
|  |  | ||||||
| ADD https://api.github.com/repos/AriliaWireless/valijson/git/refs/tags/${VALIJASON_VERSION} version.json | ADD https://api.github.com/repos/pboettch/json-schema-validator/git/refs/tags/${JSON_VALIDATOR_VERSION} version.json | ||||||
| RUN git clone https://github.com/AriliaWireless/valijson --branch ${VALIJASON_VERSION} /valijson | RUN git clone https://github.com/pboettch/json-schema-validator --branch ${JSON_VALIDATOR_VERSION} /json-schema-validator | ||||||
|  |  | ||||||
| WORKDIR /valijson | WORKDIR /json-schema-validator | ||||||
| RUN mkdir cmake-build | RUN mkdir cmake-build | ||||||
| WORKDIR cmake-build | WORKDIR cmake-build | ||||||
| RUN cmake .. | RUN cmake .. | ||||||
| RUN cmake --build . --config Release -j8 | RUN make | ||||||
| RUN cmake --build . --target install | RUN make install | ||||||
|  |  | ||||||
| FROM build-base AS owprov-build | FROM build-base AS owprov-build | ||||||
|  |  | ||||||
| @@ -64,7 +64,8 @@ COPY --from=poco-build /usr/local/include /usr/local/include | |||||||
| COPY --from=poco-build /usr/local/lib /usr/local/lib | COPY --from=poco-build /usr/local/lib /usr/local/lib | ||||||
| COPY --from=cppkafka-build /usr/local/include /usr/local/include | COPY --from=cppkafka-build /usr/local/include /usr/local/include | ||||||
| COPY --from=cppkafka-build /usr/local/lib /usr/local/lib | COPY --from=cppkafka-build /usr/local/lib /usr/local/lib | ||||||
| COPY --from=valijson-build /usr/local/include /usr/local/include | COPY --from=json-schema-validator-build /usr/local/include /usr/local/include | ||||||
|  | COPY --from=json-schema-validator-build /usr/local/lib /usr/local/lib | ||||||
|  |  | ||||||
| WORKDIR /owprov | WORKDIR /owprov | ||||||
| RUN mkdir cmake-build | RUN mkdir cmake-build | ||||||
|   | |||||||
							
								
								
									
										106
									
								
								README.md
									
									
									
									
									
								
							
							
						
						| @@ -1,23 +1,16 @@ | |||||||
| <p align="center"> | # OpenWiFi Provisioning | ||||||
|     <img src="images/project/logo.svg" width="200"/> |  | ||||||
| </p> |  | ||||||
|  |  | ||||||
| # OpenWiFi Provisioning Service (OWPROV) |  | ||||||
| ## What is it? |  | ||||||
| The OWPROV is a service for the TIP OpenWiFi CloudSDK (OWSDK). |  | ||||||
| OWPROV manages groups of access points through the use of entities and vanues. OWPROV, like all other OWSDK microservices, is |  | ||||||
| defined using an OpenAPI definition and uses the ucentral communication protocol to interact with Access Points. To use |  | ||||||
| the OWPROV, you either need to [build it](#building) or use the [Docker version](#docker). |  | ||||||
|  |  | ||||||
| ## OpenAPI | ## OpenAPI | ||||||
| You may get static page with OpenAPI docs generated from the definition on [GitHub Page](https://telecominfraproject.github.io/wlan-cloud-owprov/). | You may get static page with OpenAPI docs generated from the definition on [GitHub Page](https://telecominfraproject.github.io/wlan-cloud-owprov/). | ||||||
| Also, you may use [Swagger UI](https://petstore.swagger.io/#/) with OpenAPI definition file raw link (i.e. [latest version file](https://raw.githubusercontent.com/Telecominfraproject/wlan-cloud-owprov/main/openapi/owprov.yaml)) to get interactive docs page. |  | ||||||
|  |  | ||||||
| ## Building | Also you may use [Swagger UI](https://petstore.swagger.io/#/) with OpenAPI definition file raw link (i.e. [latest version file](https://raw.githubusercontent.com/Telecominfraproject/wlan-cloud-owprov/main/openapi/owprov.yaml)) to get interactive docs page. | ||||||
| To build the microservice from source, please follow the instructions in [here](./BUILDING.md) |  | ||||||
|  |  | ||||||
| ## Docker | ## Build from source. | ||||||
| To use the CLoudSDK deployment please follow [here](https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy) | You need: | ||||||
|  | - https://github.com/pboettch/json-schema-validator.git | ||||||
|  | - https://github.com/nlohmann/json.git | ||||||
|  |  | ||||||
|  | build and install them. | ||||||
|  |  | ||||||
| ## Root entity | ## Root entity | ||||||
| It's UUID value is 0000-0000-0000. Its parent entity must be empty. | It's UUID value is 0000-0000-0000. Its parent entity must be empty. | ||||||
| @@ -58,77 +51,24 @@ You may modify the following fields in the POST | |||||||
| - You may include an array of devices UUIDs | - You may include an array of devices UUIDs | ||||||
| - Topology and design cannot be set | - Topology and design cannot be set | ||||||
|  |  | ||||||
| #### Expected directory layout | ## Geocoding | ||||||
| From the directory where your cloned source is, you will need to create the `certs`, `logs`, and `uploads` directories. | To support geocoding help, you need to configuration the following in the configuration file. Geocoding is used | ||||||
| ```bash | when creating location and when reporting analytics. | ||||||
| mkdir certs |  | ||||||
| mkdir certs/cas |  | ||||||
| mkdir logs |  | ||||||
| mkdir uploads |  | ||||||
| ```  | ```  | ||||||
| You should now have the following: | geocodeapi = google | ||||||
| ```text | google.apikey = ********************************** | ||||||
| --+-- certs |  | ||||||
|   |   +--- cas |  | ||||||
|   +-- cmake |  | ||||||
|   +-- cmake-build |  | ||||||
|   +-- logs |  | ||||||
|   +-- src |  | ||||||
|   +-- test_scripts |  | ||||||
|   +-- openapi |  | ||||||
|   +-- uploads |  | ||||||
|   +-- owsec.properties |  | ||||||
| ``` | ``` | ||||||
|  | Currently, only google Geocoding is supported. Additional methods may be added in the future. | ||||||
|  |  | ||||||
| ### Certificate | ## Default firmware management rules | ||||||
| The OWFMS uses a certificate to provide security for the REST API Certificate to secure the Northbound API. | FMS is already integrated with OpenWifi. In order to allow it to upgrade devices automatically, you should  | ||||||
|  | set the following values. | ||||||
| #### The `certs` directory |  | ||||||
| For all deployments, you will need the following `certs` directory, populated with the proper files. |  | ||||||
|  |  | ||||||
| ```text |  | ||||||
| certs ---+--- restapi-ca.pem |  | ||||||
|          +--- restapi-cert.pem |  | ||||||
|          +--- restapi-key.pem |  | ||||||
| ```  | ```  | ||||||
|  | firmware.updater.upgrade = <true/false> | ||||||
| ## Firewall Considerations | firmware.updater.releaseonly = <true/false> | ||||||
| | Port  | Description                                    | Configurable | |  | ||||||
| |:------|:-----------------------------------------------|:------------:| |  | ||||||
| | 16004 | Default port for REST API Access to the OWPROV |     yes      | |  | ||||||
|  |  | ||||||
| ### Environment variables |  | ||||||
| The following environment variables should be set from the root directory of the service. They tell the OWGW process where to find |  | ||||||
| the configuration and the root directory. |  | ||||||
| ```bash |  | ||||||
| export OWGW_ROOT=`pwd` |  | ||||||
| export OWGW_CONFIG=`pwd` |  | ||||||
| ``` | ``` | ||||||
| You can run the shell script `set_env.sh` from the microservice root. | ### firmware.updater.upgrade | ||||||
|  | Should FMS attempt to upgrade devices by default. | ||||||
| ### OWPROV Service Configuration |  | ||||||
| The configuration is kept in a file called `owprov.properties`. To understand the content of this file, |  | ||||||
| please look [here](https://github.com/Telecominfraproject/wlan-cloud-owprov/blob/main/CONFIGURATION.md) |  | ||||||
|  |  | ||||||
| ## Kafka topics |  | ||||||
| Toe read more about Kafka, follow the [document](https://github.com/Telecominfraproject/wlan-cloud-ucentralgw/blob/main/KAFKA.md) |  | ||||||
|  |  | ||||||
| ## Contributions |  | ||||||
| We need more contributors. Should you wish to contribute, |  | ||||||
| please follow the [contributions](https://github.com/Telecominfraproject/wlan-cloud-ucentralgw/blob/master/CONTRIBUTING.md) document. |  | ||||||
|  |  | ||||||
| ## Pull Requests |  | ||||||
| Please create a branch with the Jira addressing the issue you are fixing or the feature you are implementing. |  | ||||||
| Create a pull-request from the branch into master. |  | ||||||
|  |  | ||||||
| ## Additional OWSDK Microservices |  | ||||||
| Here is a list of additional OWSDK microservices |  | ||||||
| | Name | Description | Link | OpenAPI | |  | ||||||
| | :--- | :--- | :---: | :---: | |  | ||||||
| | OWSEC | Security Service | [here](https://github.com/Telecominfraproject/wlan-cloud-ucentralsec) | [here](https://github.com/Telecominfraproject/wlan-cloud-ucentralsec/blob/main/openpapi/owsec.yaml) | |  | ||||||
| | OWGW | Controller Service | [here](https://github.com/Telecominfraproject/wlan-cloud-ucentralgw) | [here](https://github.com/Telecominfraproject/wlan-cloud-ucentralgw/blob/master/openapi/owgw.yaml) | |  | ||||||
| | OWFMS | Firmware Management Service | [here](https://github.com/Telecominfraproject/wlan-cloud-ucentralfms) | [here](https://github.com/Telecominfraproject/wlan-cloud-ucentralfms/blob/main/openapi/owfms.yaml) | |  | ||||||
| | OWPROV | Provisioning Service | [here](https://github.com/Telecominfraproject/wlan-cloud-owprov) | [here](https://github.com/Telecominfraproject/wlan-cloud-owprov/blob/main/openapi/owprov.yaml) | |  | ||||||
| | OWANALYTICS | Analytics Service | [here](https://github.com/Telecominfraproject/wlan-cloud-analytics) | [here](https://github.com/Telecominfraproject/wlan-cloud-analytics/blob/main/openapi/owanalytics.yaml) | |  | ||||||
| | OWSUB | Subscriber Service | [here](https://github.com/Telecominfraproject/wlan-cloud-userportal) | [here](https://github.com/Telecominfraproject/wlan-cloud-userportal/blob/main/openapi/userportal.yaml) | |  | ||||||
|  |  | ||||||
|  | ### firmware.updater.releaseonly | ||||||
|  | Should only RC software be used during upgrades. | ||||||
|   | |||||||
| @@ -1,84 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8"?> |  | ||||||
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |  | ||||||
| <plist version="1.0"> |  | ||||||
| <dict> |  | ||||||
| 	<key>PayloadContent</key> |  | ||||||
| 	<array> |  | ||||||
| 		<dict> |  | ||||||
| 			<key>AutoJoin</key> |  | ||||||
| 			<true/> |  | ||||||
| 			<key>CaptiveBypass</key> |  | ||||||
| 			<false/> |  | ||||||
| 			<key>DisableAssociationMACRandomization</key> |  | ||||||
| 			<false/> |  | ||||||
| 			<key>DisplayedOperatorName</key> |  | ||||||
| 			<string>OpenRo.am</string> |  | ||||||
| 			<key>DomainName</key> |  | ||||||
| 			<string>openro.am</string> |  | ||||||
| 			<key>EAPClientConfiguration</key> |  | ||||||
| 			<dict> |  | ||||||
| 				<key>AcceptEAPTypes</key> |  | ||||||
| 				<array> |  | ||||||
| 					<integer>21</integer> |  | ||||||
| 				</array> |  | ||||||
| 				<key>OuterIdentity</key> |  | ||||||
| 				<string>anonymous@openro.am</string> |  | ||||||
| 				<key>TLSMaximumVersion</key> |  | ||||||
| 				<string>1.2</string> |  | ||||||
| 				<key>TLSMinimumVersion</key> |  | ||||||
| 				<string>1.2</string> |  | ||||||
| 				<key>TTLSInnerAuthentication</key> |  | ||||||
| 				<string>MSCHAPv2</string> |  | ||||||
| 				<key>UserName</key> |  | ||||||
| 				<string>420a5371-47d4-4d1d-b234-d17be4e54bb3@openro.am</string> |  | ||||||
| 				<key>UserPassword</key> |  | ||||||
| 				<string>XaHBCFhgGxi-mCK9XXdQ8</string> |  | ||||||
| 			</dict> |  | ||||||
| 			<key>EncryptionType</key> |  | ||||||
| 			<string>WPA2</string> |  | ||||||
| 			<key>HIDDEN_NETWORK</key> |  | ||||||
| 			<false/> |  | ||||||
| 			<key>IsHotspot</key> |  | ||||||
| 			<true/> |  | ||||||
| 			<key>NAIRealmNames</key> |  | ||||||
| 			<array> |  | ||||||
| 				<string>openro.am</string> |  | ||||||
| 			</array> |  | ||||||
| 			<key>PayloadDescription</key> |  | ||||||
| 			<string>Configures Wi-Fi settings</string> |  | ||||||
| 			<key>PayloadDisplayName</key> |  | ||||||
| 			<string>Wi-Fi</string> |  | ||||||
| 			<key>PayloadIdentifier</key> |  | ||||||
| 			<string>com.apple.wifi.managed.12788EED-2E0C-4370-9411-4EEFC8D9ABB0</string> |  | ||||||
| 			<key>PayloadType</key> |  | ||||||
| 			<string>com.apple.wifi.managed</string> |  | ||||||
| 			<key>PayloadUUID</key> |  | ||||||
| 			<string>12788EED-2E0C-4370-9411-4EEFC8D9ABB0</string> |  | ||||||
| 			<key>PayloadVersion</key> |  | ||||||
| 			<integer>1</integer> |  | ||||||
| 			<key>ProxyType</key> |  | ||||||
| 			<string>None</string> |  | ||||||
| 			<key>RoamingConsortiumOIs</key> |  | ||||||
| 			<array> |  | ||||||
| 				<string>5A03BA0000</string> |  | ||||||
| 			</array> |  | ||||||
| 			<key>ServiceProviderRoamingEnabled</key> |  | ||||||
| 			<true/> |  | ||||||
| 		</dict> |  | ||||||
| 	</array> |  | ||||||
| 	<key>PayloadDisplayName</key> |  | ||||||
| 	<string>OpenRo.am Test</string> |  | ||||||
| 	<key>PayloadIdentifier</key> |  | ||||||
| 	<string>openroam.44A21054-2F3F-437F-822A-C2F6766A2A23</string> |  | ||||||
| 	<key>PayloadOrganization</key> |  | ||||||
| 	<string>OpenRo.am</string> |  | ||||||
| 	<key>PayloadRemovalDisallowed</key> |  | ||||||
| 	<false/> |  | ||||||
| 	<key>PayloadType</key> |  | ||||||
| 	<string>Configuration</string> |  | ||||||
| 	<key>PayloadUUID</key> |  | ||||||
| 	<string>1D460B0F-9311-4FD2-A75D-BADA866BC31C</string> |  | ||||||
| 	<key>PayloadVersion</key> |  | ||||||
| 	<integer>1</integer> |  | ||||||
| </dict> |  | ||||||
| </plist> |  | ||||||
| @@ -42,7 +42,6 @@ if [[ "$TEMPLATE_CONFIG" = 'true' ]]; then | |||||||
|   STORAGE_TYPE_MYSQL_PASSWORD=${STORAGE_TYPE_MYSQL_PASSWORD:-"owprov"} \ |   STORAGE_TYPE_MYSQL_PASSWORD=${STORAGE_TYPE_MYSQL_PASSWORD:-"owprov"} \ | ||||||
|   STORAGE_TYPE_MYSQL_DATABASE=${STORAGE_TYPE_MYSQL_DATABASE:-"owprov"} \ |   STORAGE_TYPE_MYSQL_DATABASE=${STORAGE_TYPE_MYSQL_DATABASE:-"owprov"} \ | ||||||
|   STORAGE_TYPE_MYSQL_PORT=${STORAGE_TYPE_MYSQL_PORT:-"3306"} \ |   STORAGE_TYPE_MYSQL_PORT=${STORAGE_TYPE_MYSQL_PORT:-"3306"} \ | ||||||
|   RRM_PROVIDERS=${RRM_PROVIDERS:-"owrrm"} \ |  | ||||||
|   envsubst < /owprov.properties.tmpl > $OWPROV_CONFIG/owprov.properties |   envsubst < /owprov.properties.tmpl > $OWPROV_CONFIG/owprov.properties | ||||||
| fi | fi | ||||||
|  |  | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ fullnameOverride: "" | |||||||
| images: | images: | ||||||
|   owprov: |   owprov: | ||||||
|     repository: tip-tip-wlan-cloud-ucentral.jfrog.io/owprov |     repository: tip-tip-wlan-cloud-ucentral.jfrog.io/owprov | ||||||
|     tag: v3.0.0-RC2 |     tag: v2.8.0 | ||||||
|     pullPolicy: Always |     pullPolicy: Always | ||||||
| #    regcred: | #    regcred: | ||||||
| #      registry: tip-tip-wlan-cloud-ucentral.jfrog.io | #      registry: tip-tip-wlan-cloud-ucentral.jfrog.io | ||||||
|   | |||||||
| Before Width: | Height: | Size: 104 KiB | 
| Before Width: | Height: | Size: 80 KiB | 
| Before Width: | Height: | Size: 80 KiB | 
| Before Width: | Height: | Size: 75 KiB | 
| Before Width: | Height: | Size: 75 KiB | 
| Before Width: | Height: | Size: 218 KiB | 
| Before Width: | Height: | Size: 158 KiB | 
| Before Width: | Height: | Size: 140 KiB | 
| Before Width: | Height: | Size: 121 KiB | 
| Before Width: | Height: | Size: 44 KiB | 
| Before Width: | Height: | Size: 192 KiB | 
| Before Width: | Height: | Size: 197 KiB | 
| Before Width: | Height: | Size: 50 KiB | 
| Before Width: | Height: | Size: 59 KiB | 
| Before Width: | Height: | Size: 59 KiB | 
| Before Width: | Height: | Size: 51 KiB | 
| Before Width: | Height: | Size: 72 KiB | 
| Before Width: | Height: | Size: 72 KiB | 
| Before Width: | Height: | Size: 34 KiB | 
| Before Width: | Height: | Size: 98 KiB | 
| Before Width: | Height: | Size: 89 KiB | 
| Before Width: | Height: | Size: 89 KiB | 
| Before Width: | Height: | Size: 204 KiB | 
| Before Width: | Height: | Size: 159 KiB | 
| Before Width: | Height: | Size: 159 KiB | 
| Before Width: | Height: | Size: 103 KiB | 
| Before Width: | Height: | Size: 103 KiB | 
| Before Width: | Height: | Size: 103 KiB | 
| Before Width: | Height: | Size: 59 KiB | 
| Before Width: | Height: | Size: 80 KiB | 
| Before Width: | Height: | Size: 80 KiB | 
| Before Width: | Height: | Size: 4.8 KiB | 
| @@ -1,165 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 24.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |  | ||||||
| 	 viewBox="0 0 141.5 185.6" style="enable-background:new 0 0 141.5 185.6;" xml:space="preserve"> |  | ||||||
| <style type="text/css"> |  | ||||||
| 	.st0{fill:#414141;} |  | ||||||
| 	.st1{fill:#FFFFFF;} |  | ||||||
| 	.st2{fill:#FED206;} |  | ||||||
| 	.st3{fill:#EB6F53;} |  | ||||||
| 	.st4{fill:#3BA9B6;} |  | ||||||
| </style> |  | ||||||
| <g> |  | ||||||
| 	<g> |  | ||||||
| 		<path class="st0" d="M120.7,183.9H21.5c-10.8,0-19.5-8.7-19.5-19.5V20.5c0-10.8,8.7-19.5,19.5-19.5h99.2 |  | ||||||
| 			c10.8,0,19.5,8.7,19.5,19.5v143.9C140.2,175.2,131.5,183.9,120.7,183.9z"/> |  | ||||||
| 		<g> |  | ||||||
| 			<g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st1" d="M46.3,166.2v-3.4h-1.2v-0.6h3.1v0.6H47v3.4H46.3z"/> |  | ||||||
| 				</g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st1" d="M49,166.2v-4h2.7v0.6h-2v1h2v0.6h-2v1.1h2v0.6H49z"/> |  | ||||||
| 				</g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st1" d="M52.6,166.2v-4h0.7v3.4h1.8v0.6H52.6z"/> |  | ||||||
| 				</g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st1" d="M55.7,166.2v-4h2.7v0.6h-2v1h2v0.6h-2v1.1h2v0.6H55.7z"/> |  | ||||||
| 				</g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st1" d="M59.1,164.2c0-1.2,0.9-2.1,2.1-2.1c0.8,0,1.3,0.4,1.6,0.9l-0.6,0.3c-0.2-0.3-0.6-0.6-1-0.6 |  | ||||||
| 						c-0.8,0-1.4,0.6-1.4,1.4c0,0.8,0.6,1.4,1.4,1.4c0.4,0,0.8-0.3,1-0.6l0.6,0.3c-0.3,0.5-0.8,0.9-1.6,0.9 |  | ||||||
| 						C60,166.3,59.1,165.5,59.1,164.2z"/> |  | ||||||
| 				</g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st1" d="M63.2,164.2c0-1.2,0.8-2.1,2-2.1c1.2,0,2,0.9,2,2.1c0,1.2-0.8,2.1-2,2.1C64,166.3,63.2,165.4,63.2,164.2z |  | ||||||
| 						 M66.5,164.2c0-0.8-0.5-1.4-1.3-1.4c-0.8,0-1.3,0.6-1.3,1.4c0,0.8,0.5,1.4,1.3,1.4C66,165.7,66.5,165,66.5,164.2z"/> |  | ||||||
| 				</g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st1" d="M71.3,166.2v-3.1l-1.2,3.1h-0.3l-1.2-3.1v3.1h-0.7v-4h1l1.1,2.7l1.1-2.7h1v4H71.3z"/> |  | ||||||
| 				</g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st1" d="M75.7,166.2v-4h0.7v4H75.7z"/> |  | ||||||
| 				</g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st1" d="M80.4,166.2l-2.1-2.8v2.8h-0.7v-4h0.7l2,2.8v-2.8h0.7v4H80.4z"/> |  | ||||||
| 				</g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st1" d="M82.3,166.2v-4H85v0.6h-2v1h2v0.6h-2v1.7H82.3z"/> |  | ||||||
| 				</g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st1" d="M87.9,166.2l-0.9-1.5h-0.7v1.5h-0.7v-4h1.7c0.8,0,1.3,0.5,1.3,1.2c0,0.7-0.5,1.1-0.9,1.2l1,1.6H87.9z |  | ||||||
| 						 M88,163.5c0-0.4-0.3-0.6-0.7-0.6h-1v1.3h1C87.7,164.1,88,163.9,88,163.5z"/> |  | ||||||
| 				</g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st1" d="M92.4,166.2l-0.3-0.8h-1.8l-0.3,0.8h-0.8l1.6-4h0.9l1.6,4H92.4z M91.2,162.9l-0.7,1.9h1.4L91.2,162.9z"/> |  | ||||||
| 				</g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st1" d="M95.8,166.2v-4h1.5c0.8,0,1.2,0.5,1.2,1.2c0,0.6-0.4,1.2-1.2,1.2h-1.2v1.7H95.8z M98.2,163.4 |  | ||||||
| 						c0-0.5-0.3-0.9-0.9-0.9h-1.1v1.7h1.1C97.8,164.3,98.2,163.9,98.2,163.4z"/> |  | ||||||
| 				</g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st1" d="M101.5,166.2l-1.1-1.6h-0.9v1.6h-0.3v-4h1.5c0.7,0,1.2,0.4,1.2,1.2c0,0.7-0.5,1.1-1.1,1.1l1.2,1.7H101.5z |  | ||||||
| 						 M101.6,163.4c0-0.5-0.4-0.9-0.9-0.9h-1.1v1.7h1.1C101.2,164.3,101.6,163.9,101.6,163.4z"/> |  | ||||||
| 				</g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st1" d="M102.8,164.2c0-1.2,0.8-2.1,1.9-2.1c1.2,0,1.9,0.9,1.9,2.1c0,1.2-0.8,2.1-1.9,2.1 |  | ||||||
| 						C103.6,166.3,102.8,165.4,102.8,164.2z M106.3,164.2c0-1-0.6-1.7-1.6-1.7c-1,0-1.6,0.7-1.6,1.7c0,1,0.6,1.7,1.6,1.7 |  | ||||||
| 						C105.7,166,106.3,165.2,106.3,164.2z"/> |  | ||||||
| 				</g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st1" d="M106.9,165.8l0.2-0.3c0.2,0.2,0.4,0.4,0.8,0.4c0.5,0,0.9-0.4,0.9-0.9v-2.8h0.3v2.8c0,0.8-0.5,1.2-1.2,1.2 |  | ||||||
| 						C107.5,166.3,107.2,166.1,106.9,165.8z"/> |  | ||||||
| 				</g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st1" d="M110.4,166.2v-4h2.5v0.3h-2.2v1.5h2.1v0.3h-2.1v1.6h2.2v0.3H110.4z"/> |  | ||||||
| 				</g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st1" d="M113.5,164.2c0-1.2,0.9-2.1,2-2.1c0.6,0,1.1,0.3,1.5,0.7l-0.3,0.2c-0.3-0.3-0.7-0.6-1.2-0.6 |  | ||||||
| 						c-0.9,0-1.7,0.7-1.7,1.7c0,1,0.7,1.7,1.7,1.7c0.5,0,0.9-0.2,1.2-0.6l0.3,0.2c-0.4,0.4-0.8,0.7-1.5,0.7 |  | ||||||
| 						C114.4,166.3,113.5,165.5,113.5,164.2z"/> |  | ||||||
| 				</g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st1" d="M118.7,166.2v-3.7h-1.3v-0.3h2.9v0.3H119v3.7H118.7z"/> |  | ||||||
| 				</g> |  | ||||||
| 			</g> |  | ||||||
| 			<g> |  | ||||||
| 				<polygon class="st1" points="26.3,163.8 31.6,158.5 36.9,163.8 37.7,163.8 31.6,157.6 25.5,163.8 				"/> |  | ||||||
| 				<polygon class="st1" points="36.9,164.7 31.6,170 26.3,164.7 25.5,164.7 31.6,170.8 37.7,164.7 				"/> |  | ||||||
| 				<polygon class="st1" points="31,163.8 36.3,158.5 41.6,163.8 42.5,163.8 36.3,157.6 30.2,163.8 				"/> |  | ||||||
| 				<polygon class="st1" points="41.6,164.7 36.3,170 31,164.7 30.2,164.7 36.3,170.8 42.5,164.7 				"/> |  | ||||||
| 			</g> |  | ||||||
| 		</g> |  | ||||||
| 		<g> |  | ||||||
| 			<path class="st1" d="M33.2,100.7c-4.6,0-8.3,3.7-8.3,8.3s3.7,8.3,8.3,8.3s8.3-3.7,8.3-8.3S37.8,100.7,33.2,100.7z"/> |  | ||||||
| 		</g> |  | ||||||
| 		<g> |  | ||||||
| 			<g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st2" d="M33.2,35.2c40.7,0,73.8,33.1,73.8,73.8c0,0.7,0,1.4,0,2.1c0,1.7,0.6,3.3,1.7,4.6c1.2,1.2,2.8,1.9,4.5,2 |  | ||||||
| 						l0.2,0c3.5,0,6.3-2.7,6.4-6.2c0-0.8,0-1.7,0-2.5c0-47.7-38.8-86.6-86.6-86.6c-0.8,0-1.7,0-2.5,0c-1.7,0-3.3,0.8-4.5,2 |  | ||||||
| 						c-1.2,1.2-1.8,2.9-1.7,4.6c0.1,3.5,3,6.3,6.6,6.2C31.8,35.2,32.5,35.2,33.2,35.2z"/> |  | ||||||
| 				</g> |  | ||||||
| 			</g> |  | ||||||
| 		</g> |  | ||||||
| 		<g> |  | ||||||
| 			<g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st3" d="M33.2,60.5c26.7,0,48.5,21.7,48.5,48.5c0,0.6,0,1.3,0,2c-0.1,1.7,0.5,3.3,1.7,4.6c1.2,1.3,2.7,2,4.4,2.1 |  | ||||||
| 						c1.7,0.1,3.3-0.5,4.6-1.7c1.2-1.2,2-2.7,2-4.4c0-0.9,0.1-1.8,0.1-2.6c0-33.8-27.5-61.2-61.2-61.2c-0.8,0-1.6,0-2.6,0.1 |  | ||||||
| 						c-1.7,0.1-3.3,0.8-4.4,2.1c-1.2,1.3-1.8,2.9-1.7,4.6s0.8,3.3,2.1,4.4c1.3,1.2,2.9,1.8,4.6,1.7C31.9,60.5,32.6,60.5,33.2,60.5z" |  | ||||||
| 						/> |  | ||||||
| 				</g> |  | ||||||
| 			</g> |  | ||||||
| 		</g> |  | ||||||
| 		<g> |  | ||||||
| 			<g> |  | ||||||
| 				<g> |  | ||||||
| 					<path class="st4" d="M33.2,86.7c12.3,0,22.3,10,22.3,22.3c0,0.5,0,1.1-0.1,1.8c-0.3,3.5,2.3,6.6,5.8,6.9 |  | ||||||
| 						c3.5,0.3,6.6-2.3,6.9-5.8c0.1-1,0.1-1.9,0.1-2.8c0-19.3-15.7-35.1-35.1-35.1c-0.9,0-1.8,0-2.8,0.1c-1.7,0.1-3.2,0.9-4.3,2.2 |  | ||||||
| 						c-1.1,1.3-1.6,2.9-1.5,4.6c0.1,1.7,0.9,3.2,2.2,4.3c1.3,1.1,2.9,1.6,4.6,1.5C32.1,86.7,32.7,86.7,33.2,86.7z"/> |  | ||||||
| 				</g> |  | ||||||
| 			</g> |  | ||||||
| 		</g> |  | ||||||
| 	</g> |  | ||||||
| 	<g> |  | ||||||
| 		<path class="st1" d="M35.8,130.4c1.1,0.6,2.1,1.5,2.7,2.6c0.7,1.1,1,2.3,1,3.7s-0.3,2.6-1,3.7c-0.7,1.1-1.6,2-2.7,2.6 |  | ||||||
| 			c-1.1,0.6-2.4,1-3.8,1s-2.7-0.3-3.8-1c-1.1-0.6-2.1-1.5-2.7-2.6c-0.7-1.1-1-2.3-1-3.7c0-1.3,0.3-2.6,1-3.7c0.7-1.1,1.6-2,2.7-2.6 |  | ||||||
| 			c1.1-0.6,2.4-0.9,3.8-0.9C33.4,129.5,34.7,129.8,35.8,130.4z M29.9,132.9c-0.7,0.4-1.2,0.9-1.6,1.6s-0.6,1.4-0.6,2.2 |  | ||||||
| 			c0,0.8,0.2,1.6,0.6,2.3c0.4,0.7,0.9,1.2,1.6,1.6c0.7,0.4,1.4,0.6,2.1,0.6c0.8,0,1.5-0.2,2.1-0.6c0.6-0.4,1.2-0.9,1.5-1.6 |  | ||||||
| 			c0.4-0.7,0.6-1.4,0.6-2.3c0-0.8-0.2-1.6-0.6-2.2s-0.9-1.2-1.5-1.6c-0.6-0.4-1.4-0.6-2.1-0.6C31.3,132.3,30.6,132.5,29.9,132.9z"/> |  | ||||||
| 		<path class="st1" d="M50.6,133.6c0.8,0.5,1.4,1.1,1.8,2c0.4,0.8,0.6,1.8,0.6,2.9c0,1.1-0.2,2-0.6,2.8c-0.4,0.8-1,1.5-1.8,1.9 |  | ||||||
| 			c-0.8,0.5-1.6,0.7-2.6,0.7c-0.7,0-1.4-0.1-2-0.4s-1.1-0.7-1.5-1.2v5.4h-3.1V133h3.1v1.6c0.4-0.5,0.9-1,1.4-1.2s1.2-0.4,2-0.4 |  | ||||||
| 			C48.9,132.9,49.8,133.1,50.6,133.6z M49.1,140.5c0.5-0.6,0.7-1.3,0.7-2.2c0-0.9-0.2-1.6-0.7-2.1c-0.5-0.6-1.1-0.8-1.9-0.8 |  | ||||||
| 			s-1.4,0.3-1.9,0.8c-0.5,0.6-0.8,1.3-0.8,2.1c0,0.9,0.2,1.6,0.8,2.2s1.1,0.8,1.9,0.8S48.6,141,49.1,140.5z"/> |  | ||||||
| 		<path class="st1" d="M63.4,134.4c0.9,1,1.4,2.4,1.4,4.2c0,0.3,0,0.6,0,0.7H57c0.2,0.7,0.5,1.2,1,1.6c0.5,0.4,1.1,0.6,1.8,0.6 |  | ||||||
| 			c0.5,0,1-0.1,1.5-0.3s0.9-0.5,1.3-0.9l1.6,1.6c-0.5,0.6-1.2,1.1-2,1.4c-0.8,0.3-1.6,0.5-2.6,0.5c-1.1,0-2.1-0.2-3-0.7 |  | ||||||
| 			s-1.5-1.1-2-1.9c-0.5-0.8-0.7-1.8-0.7-2.9c0-1.1,0.2-2.1,0.7-2.9s1.1-1.5,2-1.9c0.8-0.5,1.8-0.7,2.9-0.7 |  | ||||||
| 			C61.2,132.9,62.5,133.4,63.4,134.4z M61.8,137.5c0-0.7-0.3-1.3-0.7-1.7s-1-0.6-1.7-0.6c-0.7,0-1.2,0.2-1.7,0.6 |  | ||||||
| 			c-0.4,0.4-0.7,1-0.9,1.7H61.8z"/> |  | ||||||
| 		<path class="st1" d="M76.2,134c0.7,0.7,1.1,1.7,1.1,3v6.8h-3.1v-5.9c0-0.7-0.2-1.2-0.6-1.6s-0.9-0.6-1.5-0.6 |  | ||||||
| 			c-0.8,0-1.4,0.3-1.8,0.8c-0.4,0.5-0.7,1.2-0.7,2v5.3h-3.1V133h3.1v1.9c0.7-1.3,2-2,3.7-2C74.6,132.8,75.5,133.2,76.2,134z"/> |  | ||||||
| 		<path class="st1" d="M96,129.7h3.3l-4.7,14h-3.3l-2.9-10.1l-3,10.1h-3.2l-4.7-14h3.4l3,10.7l3-10.7H90l3.1,10.7L96,129.7z"/> |  | ||||||
| 		<path class="st1" d="M103.3,128.7c0.3,0.3,0.5,0.7,0.5,1.2s-0.2,0.9-0.5,1.2c-0.3,0.3-0.7,0.5-1.2,0.5c-0.5,0-0.9-0.2-1.2-0.5 |  | ||||||
| 			c-0.3-0.3-0.5-0.7-0.5-1.2c0-0.5,0.2-0.9,0.5-1.2c0.3-0.3,0.7-0.5,1.2-0.5C102.6,128.2,103,128.3,103.3,128.7z M100.6,133h3.1 |  | ||||||
| 			v10.8h-3.1V133z"/> |  | ||||||
| 		<path class="st1" d="M106.5,129.7h10.1l0,2.6h-6.9v3.4h6.3v2.6h-6.3v5.3h-3.2V129.7z"/> |  | ||||||
| 		<path class="st1" d="M120.9,128.7c0.3,0.3,0.5,0.7,0.5,1.2s-0.2,0.9-0.5,1.2c-0.3,0.3-0.7,0.5-1.2,0.5c-0.5,0-0.9-0.2-1.2-0.5 |  | ||||||
| 			c-0.3-0.3-0.5-0.7-0.5-1.2c0-0.5,0.2-0.9,0.5-1.2c0.3-0.3,0.7-0.5,1.2-0.5C120.1,128.2,120.5,128.3,120.9,128.7z M118.1,133h3.1 |  | ||||||
| 			v10.8h-3.1V133z"/> |  | ||||||
| 	</g> |  | ||||||
| </g> |  | ||||||
| <g> |  | ||||||
| </g> |  | ||||||
| <g> |  | ||||||
| </g> |  | ||||||
| <g> |  | ||||||
| </g> |  | ||||||
| <g> |  | ||||||
| </g> |  | ||||||
| <g> |  | ||||||
| </g> |  | ||||||
| <g> |  | ||||||
| </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 8.0 KiB | 
| @@ -1,407 +0,0 @@ | |||||||
| openapi: 3.0.1 |  | ||||||
| info: |  | ||||||
|   title: OpenWiFi RadiusEndpointTypes Provisioning Model for Global Reach |  | ||||||
|   description: Definitions and APIs to Open Roaming WiFi. |  | ||||||
|   version: 2.5.0 |  | ||||||
|   license: |  | ||||||
|     name: BSD3 |  | ||||||
|     url: https://github.com/Telecominfraproject/wlan-cloud-ucentralgw/blob/master/LICENSE |  | ||||||
|  |  | ||||||
| servers: |  | ||||||
|   - url: 'https://localhost:16005/api/v1' |  | ||||||
|  |  | ||||||
| security: |  | ||||||
|   - bearerAuth: [] |  | ||||||
|   - ApiKeyAuth: [] |  | ||||||
|  |  | ||||||
| components: |  | ||||||
|   securitySchemes: |  | ||||||
|     ApiKeyAuth: |  | ||||||
|       type: apiKey |  | ||||||
|       in: header |  | ||||||
|       name: X-API-KEY |  | ||||||
|     bearerAuth: |  | ||||||
|       type: http |  | ||||||
|       scheme: bearer |  | ||||||
|       bearerFormat: JWT |  | ||||||
|  |  | ||||||
|   responses: |  | ||||||
|     NotFound: |  | ||||||
|       $ref: 'https://github.com/Telecominfraproject/wlan-cloud-ucentralsec/blob/main/openpapi/owsec.yaml#/components/responses/NotFound' |  | ||||||
|     Unauthorized: |  | ||||||
|       $ref: 'https://github.com/Telecominfraproject/wlan-cloud-ucentralsec/blob/main/openpapi/owsec.yaml#/components/responses/Unauthorized' |  | ||||||
|     Success: |  | ||||||
|       $ref: 'https://github.com/Telecominfraproject/wlan-cloud-ucentralsec/blob/main/openpapi/owsec.yaml#/components/responses/Success' |  | ||||||
|     BadRequest: |  | ||||||
|       $ref: 'https://github.com/Telecominfraproject/wlan-cloud-ucentralsec/blob/main/openpapi/owsec.yaml#/components/responses/BadRequest' |  | ||||||
|  |  | ||||||
|   schemas: |  | ||||||
|     GLBLRAccountInfo: |  | ||||||
|       type: object |  | ||||||
|       properties: |  | ||||||
|         allOf: |  | ||||||
|           $ref: 'https://github.com/Telecominfraproject/wlan-cloud-owprov/blob/main/openpapi/owprov.yaml#/components/schemas/ObjectInfo' |  | ||||||
|         privateKey: |  | ||||||
|           type: string |  | ||||||
|         country: |  | ||||||
|           type: string |  | ||||||
|         province: |  | ||||||
|           type: string |  | ||||||
|         city: |  | ||||||
|           type: string |  | ||||||
|         organization: |  | ||||||
|           type: string |  | ||||||
|         commonName: |  | ||||||
|           type: string |  | ||||||
|         CSR: |  | ||||||
|           type: string |  | ||||||
|         CSRPrivateKey: |  | ||||||
|           type: string |  | ||||||
|         CSRPublicKey: |  | ||||||
|           type: string |  | ||||||
|         GlobalReachAcctId: |  | ||||||
|           type: string |  | ||||||
|  |  | ||||||
|     GLBLRCertificateInfo: |  | ||||||
|       type: object |  | ||||||
|       properties: |  | ||||||
|         id: |  | ||||||
|           type: string |  | ||||||
|           format: uuid |  | ||||||
|         name: |  | ||||||
|           type: string |  | ||||||
|         accountId: |  | ||||||
|           type: string |  | ||||||
|           format: uuid |  | ||||||
|         csr: |  | ||||||
|           type: string |  | ||||||
|         certificate: |  | ||||||
|           type: string |  | ||||||
|         certificateChain: |  | ||||||
|           type: string |  | ||||||
|         certificateId: |  | ||||||
|           type: string |  | ||||||
|         expiresAt: |  | ||||||
|           type: integer |  | ||||||
|           format: int64 |  | ||||||
|         created: |  | ||||||
|           type: integer |  | ||||||
|           format: int64 |  | ||||||
|  |  | ||||||
| paths: |  | ||||||
|   /openroaming/globalreach/accounts: |  | ||||||
|     get: |  | ||||||
|       tags: |  | ||||||
|         - RadiusEndpointTypes-Global Reach |  | ||||||
|       operationId: getOpenRoamingGlobalReachAccountList |  | ||||||
|       summary: Retrieve account list. |  | ||||||
|       parameters: |  | ||||||
|         - in: query |  | ||||||
|           description: Pagination start (starts at 1. If not specified, 1 is assumed) |  | ||||||
|           name: offset |  | ||||||
|           schema: |  | ||||||
|             type: integer |  | ||||||
|           required: false |  | ||||||
|         - in: query |  | ||||||
|           description: Maximum number of entries to return (if absent, no limit is assumed) |  | ||||||
|           name: limit |  | ||||||
|           schema: |  | ||||||
|             type: integer |  | ||||||
|           required: false |  | ||||||
|         - in: query |  | ||||||
|           description: return the number of accounts |  | ||||||
|           name: countOnly |  | ||||||
|           schema: |  | ||||||
|             type: boolean |  | ||||||
|           required: false |  | ||||||
|  |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           description: The list of accounts |  | ||||||
|           content: |  | ||||||
|             application/json: |  | ||||||
|               schema: |  | ||||||
|                 type: array |  | ||||||
|                 items: |  | ||||||
|                   $ref: '#/components/schemas/GLBLRAccountInfo' |  | ||||||
|           $ref: '#/components/responses/Success' |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|   /openroaming/globalreach/account/{name}: |  | ||||||
|     get: |  | ||||||
|       tags: |  | ||||||
|         - RadiusEndpointTypes-Global Reach |  | ||||||
|       operationId: getOpenRoamingGlobalReachAccount |  | ||||||
|       summary: Retrieve account information. |  | ||||||
|       parameters: |  | ||||||
|         - in: path |  | ||||||
|           description: The account name |  | ||||||
|           name: name |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|           required: true |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           $ref: '#/components/schemas/GLBLRAccountInfo' |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|     delete: |  | ||||||
|       tags: |  | ||||||
|         - RadiusEndpointTypes-Global Reach |  | ||||||
|       operationId: deleteOpenRoamingGlobalReachAccount |  | ||||||
|       summary: Delete account information. |  | ||||||
|       parameters: |  | ||||||
|         - in: path |  | ||||||
|           description: The account name |  | ||||||
|           name: name |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|           required: true |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           $ref: '#/components/responses/Success' |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|     post: |  | ||||||
|       tags: |  | ||||||
|         - RadiusEndpointTypes-Global Reach |  | ||||||
|       operationId: createOpenRoamingGlobalReachAccount |  | ||||||
|       summary: Create account information. |  | ||||||
|       parameters: |  | ||||||
|         - in: path |  | ||||||
|           description: The account name |  | ||||||
|           name: name |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|           required: true |  | ||||||
|       requestBody: |  | ||||||
|         content: |  | ||||||
|           application/json: |  | ||||||
|             schema: |  | ||||||
|               $ref: '#/components/schemas/GLBLRAccountInfo' |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           $ref: '#/components/schemas/GLBLRAccountInfo' |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|     put: |  | ||||||
|       tags: |  | ||||||
|         - RadiusEndpointTypes-Global Reach |  | ||||||
|       operationId: modifyOpenRoamingGlobalReachAccount |  | ||||||
|       summary: Modify account information. |  | ||||||
|       parameters: |  | ||||||
|         - in: path |  | ||||||
|           description: The account name |  | ||||||
|           name: name |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|           required: true |  | ||||||
|       requestBody: |  | ||||||
|         content: |  | ||||||
|           application/json: |  | ||||||
|             schema: |  | ||||||
|               $ref: '#/components/schemas/GLBLRAccountInfo' |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           $ref: '#/components/schemas/GLBLRAccountInfo' |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|   /openroaming/globalreach/certificates/{account}: |  | ||||||
|     get: |  | ||||||
|       tags: |  | ||||||
|         - RadiusEndpointTypes-Global Reach Certificate |  | ||||||
|       operationId: getOpenRoamingGlobalReachCertificateList |  | ||||||
|       summary: Retrieve certificate list. |  | ||||||
|       parameters: |  | ||||||
|         - in: path |  | ||||||
|           description: The account name |  | ||||||
|           name: account |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|           required: true |  | ||||||
|         - in: query |  | ||||||
|           description: Pagination start (starts at 1. If not specified, 1 is assumed) |  | ||||||
|           name: offset |  | ||||||
|           schema: |  | ||||||
|             type: integer |  | ||||||
|           required: false |  | ||||||
|         - in: query |  | ||||||
|           description: Maximum number of entries to return (if absent, no limit is assumed) |  | ||||||
|           name: limit |  | ||||||
|           schema: |  | ||||||
|             type: integer |  | ||||||
|           required: false |  | ||||||
|         - in: query |  | ||||||
|           description: return the number of certificates |  | ||||||
|           name: countOnly |  | ||||||
|           schema: |  | ||||||
|             type: boolean |  | ||||||
|           required: false |  | ||||||
|  |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           description: The list of certificates |  | ||||||
|           content: |  | ||||||
|             application/json: |  | ||||||
|               schema: |  | ||||||
|                 type: array |  | ||||||
|                 items: |  | ||||||
|                   $ref: '#/components/schemas/GLBLRCertificateInfo' |  | ||||||
|           $ref: '#/components/responses/Success' |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|   /openroaming/globalreach/certificate/{account}/{id}: |  | ||||||
|     get: |  | ||||||
|       tags: |  | ||||||
|         - RadiusEndpointTypes-Global Reach Certificate |  | ||||||
|       operationId: getOpenRoamingGlobalReachCertificate |  | ||||||
|       summary: Retrieve certificate information. |  | ||||||
|       parameters: |  | ||||||
|         - in: path |  | ||||||
|           description: The account name - this is the provisioning ID for the account. Not the GlobalReach ID. |  | ||||||
|           name: account |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|           required: true |  | ||||||
|         - in: path |  | ||||||
|           description: The certificate id in provisioning - not the certificate_id from GlobalReach |  | ||||||
|           name: id |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|           required: true |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           $ref: '#/components/schemas/GLBLRCertificateInfo' |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|     delete: |  | ||||||
|       tags: |  | ||||||
|         - RadiusEndpointTypes-Global Reach Certificate |  | ||||||
|       operationId: deleteOpenRoamingGlobalReachCertificate |  | ||||||
|       summary: Delete certificate information. |  | ||||||
|       parameters: |  | ||||||
|         - in: path |  | ||||||
|           description: The account name - this is the provisioning ID for the account. Not the GlobalReach ID. |  | ||||||
|           name: account |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|           required: true |  | ||||||
|         - in: path |  | ||||||
|           description: The certificate id in provisioning - not the certificate_id from GlobalReach |  | ||||||
|           name: id |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|           required: true |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           $ref: '#/components/responses/Success' |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|     post: |  | ||||||
|       tags: |  | ||||||
|         - RadiusEndpointTypes-Global Reach Certificate |  | ||||||
|       operationId: createOpenRoamingGlobalReachCertificate |  | ||||||
|       summary: Create certificate information. |  | ||||||
|       parameters: |  | ||||||
|         - in: path |  | ||||||
|           description: The account name - this is the provisioning ID for the account. Not the GlobalReach ID. |  | ||||||
|           name: account |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|           required: true |  | ||||||
|         - in: path |  | ||||||
|           description: Must be set to "0" |  | ||||||
|           name: id |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|           required: true |  | ||||||
|       requestBody: |  | ||||||
|         content: |  | ||||||
|           application/json: |  | ||||||
|             schema: |  | ||||||
|               $ref: '#/components/schemas/GLBLRCertificateInfo' |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           $ref: '#/components/schemas/GLBLRCertificateInfo' |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|     put: |  | ||||||
|       tags: |  | ||||||
|         - RadiusEndpointTypes-Global Reach Certificate |  | ||||||
|       operationId: updateOpenRoamingGlobalReachCertificate |  | ||||||
|       summary: Update certificate information. |  | ||||||
|       parameters: |  | ||||||
|         - in: path |  | ||||||
|           description: The account name - this is the provisioning ID for the account. Not the GlobalReach ID. |  | ||||||
|           name: account |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|           required: true |  | ||||||
|         - in: path |  | ||||||
|           description: the UUID of the certificate |  | ||||||
|           name: id |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|           required: true |  | ||||||
|         - in: query |  | ||||||
|           description: Update an existing certificate |  | ||||||
|           name: updateCertificate |  | ||||||
|           schema: |  | ||||||
|             type: boolean |  | ||||||
|             default: false |  | ||||||
|           required: false |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           $ref: '#/components/schemas/GLBLRCertificateInfo' |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
| @@ -1,199 +0,0 @@ | |||||||
| openapi: 3.0.1 |  | ||||||
| info: |  | ||||||
|   title: OpenWiFi RadiusEndpointTypes Provisioning Model for Google Orion |  | ||||||
|   description: Definitions and APIs to Open Roaming WiFi. |  | ||||||
|   version: 2.5.0 |  | ||||||
|   license: |  | ||||||
|     name: BSD3 |  | ||||||
|     url: https://github.com/Telecominfraproject/wlan-cloud-ucentralgw/blob/master/LICENSE |  | ||||||
|  |  | ||||||
| servers: |  | ||||||
|   - url: 'https://localhost:16005/api/v1' |  | ||||||
|  |  | ||||||
| security: |  | ||||||
|   - bearerAuth: [] |  | ||||||
|   - ApiKeyAuth: [] |  | ||||||
|  |  | ||||||
| components: |  | ||||||
|   securitySchemes: |  | ||||||
|     ApiKeyAuth: |  | ||||||
|       type: apiKey |  | ||||||
|       in: header |  | ||||||
|       name: X-API-KEY |  | ||||||
|     bearerAuth: |  | ||||||
|       type: http |  | ||||||
|       scheme: bearer |  | ||||||
|       bearerFormat: JWT |  | ||||||
|  |  | ||||||
|   responses: |  | ||||||
|     NotFound: |  | ||||||
|       $ref: 'https://github.com/Telecominfraproject/wlan-cloud-ucentralsec/blob/main/openpapi/owsec.yaml#/components/responses/NotFound' |  | ||||||
|     Unauthorized: |  | ||||||
|       $ref: 'https://github.com/Telecominfraproject/wlan-cloud-ucentralsec/blob/main/openpapi/owsec.yaml#/components/responses/Unauthorized' |  | ||||||
|     Success: |  | ||||||
|       $ref: 'https://github.com/Telecominfraproject/wlan-cloud-ucentralsec/blob/main/openpapi/owsec.yaml#/components/responses/Success' |  | ||||||
|     BadRequest: |  | ||||||
|       $ref: 'https://github.com/Telecominfraproject/wlan-cloud-ucentralsec/blob/main/openpapi/owsec.yaml#/components/responses/BadRequest' |  | ||||||
|  |  | ||||||
|   schemas: |  | ||||||
|     GooglOrionAccountInfo: |  | ||||||
|       type: object |  | ||||||
|       properties: |  | ||||||
|         allOf: |  | ||||||
|           $ref: 'https://github.com/Telecominfraproject/wlan-cloud-owprov/blob/main/openpapi/owprov.yaml#/components/schemas/ObjectInfo' |  | ||||||
|         privateKey: |  | ||||||
|           type: string |  | ||||||
|         certificate: |  | ||||||
|           type: string |  | ||||||
|         cacerts: |  | ||||||
|           type: array |  | ||||||
|           items: |  | ||||||
|             type: string |  | ||||||
|  |  | ||||||
| paths: |  | ||||||
|   /openroaming/orion/accounts: |  | ||||||
|     get: |  | ||||||
|       tags: |  | ||||||
|         - RadiusEndpointTypes-Google Orion |  | ||||||
|       operationId: getOpenRoamingGlobalReachAccountList |  | ||||||
|       summary: Retrieve account list. |  | ||||||
|       parameters: |  | ||||||
|         - in: query |  | ||||||
|           description: Pagination start (starts at 1. If not specified, 1 is assumed) |  | ||||||
|           name: offset |  | ||||||
|           schema: |  | ||||||
|             type: integer |  | ||||||
|           required: false |  | ||||||
|         - in: query |  | ||||||
|           description: Maximum number of entries to return (if absent, no limit is assumed) |  | ||||||
|           name: limit |  | ||||||
|           schema: |  | ||||||
|             type: integer |  | ||||||
|           required: false |  | ||||||
|         - in: query |  | ||||||
|           description: return the number of accounts |  | ||||||
|           name: countOnly |  | ||||||
|           schema: |  | ||||||
|             type: boolean |  | ||||||
|           required: false |  | ||||||
|  |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           description: The list of accounts |  | ||||||
|           content: |  | ||||||
|             application/json: |  | ||||||
|               schema: |  | ||||||
|                 type: array |  | ||||||
|                 items: |  | ||||||
|                   $ref: '#/components/schemas/GooglOrionAccountInfo' |  | ||||||
|           $ref: '#/components/responses/Success' |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|   /openroaming/orion/account/{id}: |  | ||||||
|     get: |  | ||||||
|       tags: |  | ||||||
|         - RadiusEndpointTypes-Google Orion |  | ||||||
|       operationId: getOpenRoamingGlobalReachAccount |  | ||||||
|       summary: Retrieve account information. |  | ||||||
|       parameters: |  | ||||||
|         - in: path |  | ||||||
|           description: The account ID |  | ||||||
|           name: id |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|             format: uuid |  | ||||||
|           required: true |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           $ref: '#/components/schemas/GooglOrionAccountInfo' |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|     delete: |  | ||||||
|       tags: |  | ||||||
|         - RadiusEndpointTypes-Google Orion |  | ||||||
|       operationId: deleteOpenRoamingGlobalReachAccount |  | ||||||
|       summary: Delete account information. |  | ||||||
|       parameters: |  | ||||||
|         - in: path |  | ||||||
|           description: The account ID |  | ||||||
|           name: id |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|             format: uuid |  | ||||||
|           required: true |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           $ref: '#/components/responses/Success' |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|     post: |  | ||||||
|       tags: |  | ||||||
|         - RadiusEndpointTypes-Google Orion |  | ||||||
|       operationId: createOpenRoamingGlobalReachAccount |  | ||||||
|       summary: Create account information. |  | ||||||
|       parameters: |  | ||||||
|         - in: path |  | ||||||
|           description: The account ID |  | ||||||
|           name: id |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|             format: uuid |  | ||||||
|           required: true |  | ||||||
|       requestBody: |  | ||||||
|         content: |  | ||||||
|           application/json: |  | ||||||
|             schema: |  | ||||||
|               $ref: '#/components/schemas/GooglOrionAccountInfo' |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           $ref: '#/components/schemas/GooglOrionAccountInfo' |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|     put: |  | ||||||
|       tags: |  | ||||||
|         - RadiusEndpointTypes-Google Orion |  | ||||||
|       operationId: modifyOpenRoamingGlobalReachAccount |  | ||||||
|       summary: Modify account information. |  | ||||||
|       parameters: |  | ||||||
|         - in: path |  | ||||||
|           description: The account ID |  | ||||||
|           name: id |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|             format: uuid |  | ||||||
|           required: true |  | ||||||
|       requestBody: |  | ||||||
|         content: |  | ||||||
|           application/json: |  | ||||||
|             schema: |  | ||||||
|               $ref: '#/components/schemas/GooglOrionAccountInfo' |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           $ref: '#/components/schemas/GooglOrionAccountInfo' |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
							
								
								
									
										268
									
								
								openapi/ow_or_ameriband.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,268 @@ | |||||||
|  | openapi: 3.0.1 | ||||||
|  | info: | ||||||
|  |   title: OpenWiFi Open roaming Ameriband Provisioning Model | ||||||
|  |   description: Registration of an OpenRoaming profile with Ameriband for TIP OpenWifi. | ||||||
|  |   version: 1.0.0 | ||||||
|  |   license: | ||||||
|  |     name: BSD3 | ||||||
|  |     url: https://github.com/Telecominfraproject/wlan-cloud-ucentralgw/blob/master/LICENSE | ||||||
|  |  | ||||||
|  | servers: | ||||||
|  |   - url: 'https://tip.regiatration.ameriband.com:8001/api/v1' | ||||||
|  |  | ||||||
|  | security: | ||||||
|  |   - bearerAuth: [] | ||||||
|  |  | ||||||
|  | components: | ||||||
|  |   securitySchemes: | ||||||
|  |     bearerAuth: | ||||||
|  |       type: http | ||||||
|  |       scheme: bearer | ||||||
|  |  | ||||||
|  |   responses: | ||||||
|  |     NotFound: | ||||||
|  |       description: The specified resource was not found. | ||||||
|  |       content: | ||||||
|  |         application/json: | ||||||
|  |           schema: | ||||||
|  |             properties: | ||||||
|  |               ErrorCode: | ||||||
|  |                 type: integer | ||||||
|  |               ErrorDetails: | ||||||
|  |                 type: string | ||||||
|  |               ErrorDescription: | ||||||
|  |                 type: string | ||||||
|  |  | ||||||
|  |     Unauthorized: | ||||||
|  |       description: The requested does not have sufficient rights to perform the operation. | ||||||
|  |       content: | ||||||
|  |         application/json: | ||||||
|  |           schema: | ||||||
|  |             properties: | ||||||
|  |               ErrorCode: | ||||||
|  |                 type: integer | ||||||
|  |                 enum: | ||||||
|  |                   - 0     # Success | ||||||
|  |                   - 8     # INVALID_TOKEN | ||||||
|  |                   - 9     # EXPIRED_TOKEN | ||||||
|  |               ErrorDetails: | ||||||
|  |                 type: string | ||||||
|  |               ErrorDescription: | ||||||
|  |                 type: string | ||||||
|  |  | ||||||
|  |     Success: | ||||||
|  |       description: The requested operation was performed. | ||||||
|  |       content: | ||||||
|  |         application/json: | ||||||
|  |           schema: | ||||||
|  |             properties: | ||||||
|  |               Operation: | ||||||
|  |                 type: string | ||||||
|  |               Details: | ||||||
|  |                 type: string | ||||||
|  |               Code: | ||||||
|  |                 type: integer | ||||||
|  |  | ||||||
|  |     BadRequest: | ||||||
|  |       description: The requested operation failed. | ||||||
|  |       content: | ||||||
|  |         application/json: | ||||||
|  |           schema: | ||||||
|  |             properties: | ||||||
|  |               ErrorCode: | ||||||
|  |                 type: integer | ||||||
|  |               ErrorDetails: | ||||||
|  |                 type: string | ||||||
|  |               ErrorDescription: | ||||||
|  |                 type: integer | ||||||
|  |  | ||||||
|  |   schemas: | ||||||
|  |     RegistrationRequest: | ||||||
|  |       type: object | ||||||
|  |       properties: | ||||||
|  |         orgRequestId: | ||||||
|  |           type: string | ||||||
|  |           format: uuid | ||||||
|  |           minLength: 36 | ||||||
|  |           maxLength: 36 | ||||||
|  |           example: | ||||||
|  |             Client will generate a UUID that must be returned in the response. | ||||||
|  |         orgAcceptedTermsAndConditions: | ||||||
|  |           type: boolean | ||||||
|  |           default: false | ||||||
|  |         orgLegalName: | ||||||
|  |           type: string | ||||||
|  |           minLength: 1 | ||||||
|  |         orgWebSite: | ||||||
|  |           type: string | ||||||
|  |           format: url | ||||||
|  |           minLength: 1 | ||||||
|  |         orgContact: | ||||||
|  |           type: string | ||||||
|  |           minLength: 1 | ||||||
|  |           example: | ||||||
|  |             John Smith | ||||||
|  |         orgEmail: | ||||||
|  |           type: string | ||||||
|  |           format: email | ||||||
|  |           minLength: 1 | ||||||
|  |         orgPhone: | ||||||
|  |           type: string | ||||||
|  |           example: | ||||||
|  |             (607)555-1234 or +1(223)555-1222 | ||||||
|  |         orgLocation: | ||||||
|  |           type: string | ||||||
|  |           example: | ||||||
|  |             Boston, NH - LA, CA | ||||||
|  |         orgCertificate: | ||||||
|  |           type: string | ||||||
|  |           minLength: 1 | ||||||
|  |           example: | ||||||
|  |             This must be the entire PEM file content of the certificate, encoded using base64 | ||||||
|  |  | ||||||
|  |     RegistrationResponse: | ||||||
|  |       type: object | ||||||
|  |       properties: | ||||||
|  |         orgRequestId: | ||||||
|  |           type: string | ||||||
|  |           format: uuid | ||||||
|  |           minLength: 36 | ||||||
|  |           maxLength: 36 | ||||||
|  |           example: | ||||||
|  |             This should be the same orgRequestId passed during registration. | ||||||
|  |         orgNASID: | ||||||
|  |           type: string | ||||||
|  |           minLength: 10 | ||||||
|  |           description: | ||||||
|  |             This is the NASID generated by Ameriband. It will be used by the operator as NASID when contacting Ameriband. | ||||||
|  |         ameribandCertificate: | ||||||
|  |           type: string | ||||||
|  |           minLength: 1 | ||||||
|  |           example: | ||||||
|  |             This must be the entire PEM file content of the certificate, encoded using base64 | ||||||
|  |  | ||||||
|  |     RegistrationInformationRequest: | ||||||
|  |       type: object | ||||||
|  |       properties: | ||||||
|  |         link: | ||||||
|  |           description: This should be the link where a potential registrant can read the terms and conditions of registering with Ameriband. | ||||||
|  |           type: string | ||||||
|  |           format: url | ||||||
|  |           minLength: 1 | ||||||
|  |           example: | ||||||
|  |             https://ameriband.com/romain-registration.html | ||||||
|  |  | ||||||
|  | paths: | ||||||
|  |   /termsAndConditions: | ||||||
|  |     get: | ||||||
|  |       summary: The registrant must be given a chance to view the terms and conditions of the relationship they are entering into | ||||||
|  |       operationId: getTermsAndConditions | ||||||
|  |       responses: | ||||||
|  |         200: | ||||||
|  |           description: Sucessfully retrieved Terms and Conditions | ||||||
|  |           content: | ||||||
|  |             application/json: | ||||||
|  |               schema: | ||||||
|  |                 $ref: '#/components/schemas/RegistrationInformationRequest' | ||||||
|  |         404: | ||||||
|  |           $ref: '#/components/responses/Unauthorized' | ||||||
|  |  | ||||||
|  |   /registration: | ||||||
|  |     get: | ||||||
|  |       tags: | ||||||
|  |         - Registration | ||||||
|  |       operationId: getRegistrationInformation | ||||||
|  |       summary: This should return the information from a registration based on the NASID | ||||||
|  |       parameters: | ||||||
|  |         - in: query | ||||||
|  |           name: orgNASID | ||||||
|  |           schema: | ||||||
|  |             type: string | ||||||
|  |           required: true | ||||||
|  |           example: | ||||||
|  |             This is the orgNASID returned during registration. | ||||||
|  |       responses: | ||||||
|  |         200: | ||||||
|  |           $ref: '#/components/schemas/RegistrationResponse' | ||||||
|  |         403: | ||||||
|  |           $ref: '#/components/responses/Unauthorized' | ||||||
|  |         404: | ||||||
|  |           $ref: '#/components/responses/NotFound' | ||||||
|  |  | ||||||
|  |     post: | ||||||
|  |       summary: Called when the registrant ahs read the T&Cs and iw willing to submit their information to enter in a partnership | ||||||
|  |       tags: | ||||||
|  |         - Registration | ||||||
|  |       operationId: createRegistration | ||||||
|  |       requestBody: | ||||||
|  |         required: true | ||||||
|  |         content: | ||||||
|  |           application/json: | ||||||
|  |             schema: | ||||||
|  |               $ref: '#/components/schemas/RegistrationRequest' | ||||||
|  |       responses: | ||||||
|  |         200: | ||||||
|  |           description: Succesfully registered | ||||||
|  |           content: | ||||||
|  |             application/json: | ||||||
|  |               schema: | ||||||
|  |                 $ref: '#/components/schemas/RegistrationResponse' | ||||||
|  |         400: | ||||||
|  |           description: Registration failed due to  missing or incomplete information | ||||||
|  |           $ref: '#/components/responses/BadRequest' | ||||||
|  |         403: | ||||||
|  |           $ref: '#/components/responses/Unauthorized' | ||||||
|  |  | ||||||
|  |     put: | ||||||
|  |       summary: Called when the registrant needs to update its information with Ameriband. The does not generate a new NASID. | ||||||
|  |       tags: | ||||||
|  |         - Registration | ||||||
|  |       operationId: updateRegistration | ||||||
|  |       parameters: | ||||||
|  |         - in: query | ||||||
|  |           name: orgNASID | ||||||
|  |           schema: | ||||||
|  |             type: string | ||||||
|  |           required: true | ||||||
|  |           example: | ||||||
|  |             This is the orgNASID returned during registration. | ||||||
|  |       requestBody: | ||||||
|  |         required: true | ||||||
|  |         content: | ||||||
|  |           application/json: | ||||||
|  |             schema: | ||||||
|  |               $ref: '#/components/schemas/RegistrationRequest' | ||||||
|  |       responses: | ||||||
|  |         200: | ||||||
|  |           description: Succesfully found the information based on the orgNASID | ||||||
|  |           content: | ||||||
|  |             application/json: | ||||||
|  |               schema: | ||||||
|  |                 $ref: '#/components/schemas/RegistrationResponse' | ||||||
|  |         400: | ||||||
|  |           $ref: '#/components/responses/BadRequest' | ||||||
|  |         403: | ||||||
|  |           $ref: '#/components/responses/Unauthorized' | ||||||
|  |         404: | ||||||
|  |           $ref: '#/components/responses/NotFound' | ||||||
|  |  | ||||||
|  |     delete: | ||||||
|  |       tags: | ||||||
|  |         - Registration | ||||||
|  |       summary: When a registrant wants to terminate a relationship with Ameriband. Ameriband should also delete all information from the registrant | ||||||
|  |       operationId: deleteRegistration | ||||||
|  |       parameters: | ||||||
|  |         - in: query | ||||||
|  |           name: orgNASID | ||||||
|  |           schema: | ||||||
|  |             type: string | ||||||
|  |           required: true | ||||||
|  |           example: | ||||||
|  |             This is the orgNASID returned during registration. | ||||||
|  |       responses: | ||||||
|  |         204: | ||||||
|  |           $ref: '#/components/responses/Success' | ||||||
|  |         403: | ||||||
|  |           $ref: '#/components/responses/Unauthorized' | ||||||
|  |         404: | ||||||
|  |           $ref: '#/components/responses/NotFound' | ||||||
| @@ -1253,21 +1253,12 @@ components: | |||||||
|           items: |           items: | ||||||
|             $ref: '#/components/schemas/ConfigurationOverride' |             $ref: '#/components/schemas/ConfigurationOverride' | ||||||
|  |  | ||||||
|  |  | ||||||
|     ######################################################################################### |     ######################################################################################### | ||||||
|     ## |     ## | ||||||
|     ## These are endpoints that all services in the OPenWiFI stack must provide |     ## These are endpoints that all services in the OPenWiFI stack must provide | ||||||
|     ## |     ## | ||||||
|     ######################################################################################### |     ######################################################################################### | ||||||
|     ExtraSystemConfiguration: |  | ||||||
|       type: array |  | ||||||
|       items: |  | ||||||
|         type: object |  | ||||||
|         properties: |  | ||||||
|           parameterName: |  | ||||||
|             type: string |  | ||||||
|           parameterValue: |  | ||||||
|             type: string |  | ||||||
|  |  | ||||||
|     AnyPayload: |     AnyPayload: | ||||||
|       type: object |       type: object | ||||||
|       properties: |       properties: | ||||||
| @@ -1331,6 +1322,12 @@ components: | |||||||
|             - $ref: '#/components/schemas/StringList' |             - $ref: '#/components/schemas/StringList' | ||||||
|             - $ref: '#/components/schemas/TagValuePairList' |             - $ref: '#/components/schemas/TagValuePairList' | ||||||
|  |  | ||||||
|  |     SystemCommandResults: | ||||||
|  |       type: object | ||||||
|  |       oneOf: | ||||||
|  |         - $ref: '#/components/schemas/StringList' | ||||||
|  |         - $ref: '#/components/schemas/TagValuePairList' | ||||||
|  |  | ||||||
|     NoteInfo: |     NoteInfo: | ||||||
|       type: object |       type: object | ||||||
|       properties: |       properties: | ||||||
| @@ -1370,33 +1367,6 @@ components: | |||||||
|                 type: integer |                 type: integer | ||||||
|                 format: int64 |                 format: int64 | ||||||
|  |  | ||||||
|     SystemResources: |  | ||||||
|       type: object |  | ||||||
|       properties: |  | ||||||
|         numberOfFileDescriptors: |  | ||||||
|           type: integer |  | ||||||
|           format: int64 |  | ||||||
|         currRealMem: |  | ||||||
|           type: integer |  | ||||||
|           format: int64 |  | ||||||
|         peakRealMem: |  | ||||||
|           type: integer |  | ||||||
|           format: int64 |  | ||||||
|         currVirtMem: |  | ||||||
|           type: integer |  | ||||||
|           format: int64 |  | ||||||
|         peakVirtMem: |  | ||||||
|           type: integer |  | ||||||
|           format: int64 |  | ||||||
|  |  | ||||||
|     SystemCommandResults: |  | ||||||
|       type: object |  | ||||||
|       oneOf: |  | ||||||
|         - $ref: '#/components/schemas/SystemResources' |  | ||||||
|         - $ref: '#/components/schemas/SystemInfoResults' |  | ||||||
|         - $ref: '#/components/schemas/StringList' |  | ||||||
|         - $ref: '#/components/schemas/TagValuePairList' |  | ||||||
|  |  | ||||||
|     Dashboard: |     Dashboard: | ||||||
|       type: object |       type: object | ||||||
|       properties: |       properties: | ||||||
| @@ -2087,12 +2057,19 @@ paths: | |||||||
|             default: false |             default: false | ||||||
|           required: false |           required: false | ||||||
|         - in: query |         - in: query | ||||||
|           description: return the list of devices for a subscriber |           description: return the list of devices under RRM | ||||||
|           name: subscriber |           name: subscriber | ||||||
|           schema: |           schema: | ||||||
|             type: string |             type: string | ||||||
|             format: uuid |             format: uuid | ||||||
|           required: false |           required: false | ||||||
|  |         - in: query | ||||||
|  |           description: return RRM settings for a specific device | ||||||
|  |           name: rrmSettings | ||||||
|  |           schema: | ||||||
|  |             type: boolean | ||||||
|  |             default: false | ||||||
|  |           required: false | ||||||
|         - in: query |         - in: query | ||||||
|           description: return the resolved configuration for a specific device |           description: return the resolved configuration for a specific device | ||||||
|           name:   resolveConfig |           name:   resolveConfig | ||||||
| @@ -2158,13 +2135,6 @@ paths: | |||||||
|             type: string |             type: string | ||||||
|             format: uuid |             format: uuid | ||||||
|           required: false |           required: false | ||||||
|         - in: query |  | ||||||
|           description: return RRM settings for a specific device |  | ||||||
|           name: rrmSettings |  | ||||||
|           schema: |  | ||||||
|             type: boolean |  | ||||||
|             default: false |  | ||||||
|           required: false |  | ||||||
|       responses: |       responses: | ||||||
|         200: |         200: | ||||||
|           description: Succesful retrieve configuratiopn or part of the configuration |           description: Succesful retrieve configuratiopn or part of the configuration | ||||||
| @@ -2279,7 +2249,7 @@ paths: | |||||||
|     get: |     get: | ||||||
|       tags: |       tags: | ||||||
|         - Configuration Overrides |         - Configuration Overrides | ||||||
|       operationId: getConfigurationOverrides |       operationId: getCponfigurationOverrides | ||||||
|       summary: retrieve a list of configuration overrides for a given device |       summary: retrieve a list of configuration overrides for a given device | ||||||
|       parameters: |       parameters: | ||||||
|         - in: path |         - in: path | ||||||
| @@ -2303,7 +2273,7 @@ paths: | |||||||
|     delete: |     delete: | ||||||
|       tags: |       tags: | ||||||
|         - Configuration Overrides |         - Configuration Overrides | ||||||
|       operationId: deleteConfigurationOverrides |       operationId: deleteCponfigurationOverrides | ||||||
|       summary: delete all configuration overrides for a given device from a given source |       summary: delete all configuration overrides for a given device from a given source | ||||||
|       parameters: |       parameters: | ||||||
|         - in: path |         - in: path | ||||||
| @@ -2437,14 +2407,6 @@ paths: | |||||||
|             type: boolean |             type: boolean | ||||||
|             default: false |             default: false | ||||||
|           required: false |           required: false | ||||||
|         - in: query |  | ||||||
|           description: list venues that use a specific RRM vendor |  | ||||||
|           name: RRMvendor |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|             example: |  | ||||||
|               - this is the shortname of the RRM vendor |  | ||||||
|           required: false |  | ||||||
|       responses: |       responses: | ||||||
|         200: |         200: | ||||||
|           description: Return a list of venues. |           description: Return a list of venues. | ||||||
| @@ -2563,17 +2525,6 @@ paths: | |||||||
|             type: boolean |             type: boolean | ||||||
|             default: false |             default: false | ||||||
|           required: false |           required: false | ||||||
|         - in: query |  | ||||||
|           name: revisionsAvailable |  | ||||||
|           schema: |  | ||||||
|             type: boolean |  | ||||||
|             default: false |  | ||||||
|           required: false |  | ||||||
|         - in: query |  | ||||||
|           name: revision |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|           required: false |  | ||||||
|       requestBody: |       requestBody: | ||||||
|         description: Information used to modify the new venue |         description: Information used to modify the new venue | ||||||
|         content: |         content: | ||||||
| @@ -4444,75 +4395,15 @@ paths: | |||||||
|             type: string |             type: string | ||||||
|             enum: |             enum: | ||||||
|               - info |               - info | ||||||
|               - extraConfiguration |  | ||||||
|               - resources |  | ||||||
|           required: true |           required: true | ||||||
|       responses: |       responses: | ||||||
|         200: |         200: | ||||||
|           $ref: '#/components/schemas/SystemCommandResults' |           description: Successful command execution | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|   /systemConfiguration: |  | ||||||
|     get: |  | ||||||
|       tags: |  | ||||||
|         - SystemConfiguration |  | ||||||
|       summary: Retrieve system configuration items |  | ||||||
|       operationId: getSystemConfiguration |  | ||||||
|       parameters: |  | ||||||
|         - in: query |  | ||||||
|           description: Which parameters you want to retrieve |  | ||||||
|           name: entries |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|             example: |  | ||||||
|               - element1 |  | ||||||
|               - element1,element2,element3 |  | ||||||
|           required: false |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           description: List of configuration elements |  | ||||||
|           content: |           content: | ||||||
|             application/json: |             application/json: | ||||||
|               schema: |               schema: | ||||||
|                 type: array |                 oneOf: | ||||||
|                 items: |                   - $ref: '#/components/schemas/SystemInfoResults' | ||||||
|                   $ref: '#/components/schemas/ExtraSystemConfiguration' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|     put: |  | ||||||
|       tags: |  | ||||||
|         - SystemConfiguration |  | ||||||
|       summary: Set some or all system configuration |  | ||||||
|       operationId: setSystemConfiguration |  | ||||||
|       requestBody: |  | ||||||
|         content: |  | ||||||
|           application/json: |  | ||||||
|             schema: |  | ||||||
|               $ref: '#/components/schemas/ExtraSystemConfiguration' |  | ||||||
|  |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           $ref: '#/components/schemas/ExtraSystemConfiguration' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|     delete: |  | ||||||
|       tags: |  | ||||||
|         - SystemConfiguration |  | ||||||
|       summary: Delete all additional system configuration |  | ||||||
|       operationId: deleteSystemConfiguration |  | ||||||
|  |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           $ref: '#/components/responses/Success' |  | ||||||
|         403: |         403: | ||||||
|           $ref: '#/components/responses/Unauthorized' |           $ref: '#/components/responses/Unauthorized' | ||||||
|         404: |         404: | ||||||
|   | |||||||
| @@ -1,342 +0,0 @@ | |||||||
| openapi: 3.0.1 |  | ||||||
| info: |  | ||||||
|   title: OpenWiFi RADIUS Resource Model |  | ||||||
|   description: Definitions and APIs to manage RADIUS Resources. |  | ||||||
|   version: 1.0.0 |  | ||||||
|   license: |  | ||||||
|     name: BSD3 |  | ||||||
|     url: https://github.com/Telecominfraproject/wlan-cloud-ucentralgw/blob/master/LICENSE |  | ||||||
|  |  | ||||||
| servers: |  | ||||||
|   - url: 'https://localhost:16005/api/v1' |  | ||||||
|  |  | ||||||
| security: |  | ||||||
|   - bearerAuth: [] |  | ||||||
|   - ApiKeyAuth: [] |  | ||||||
|  |  | ||||||
| components: |  | ||||||
|   securitySchemes: |  | ||||||
|     ApiKeyAuth: |  | ||||||
|       type: apiKey |  | ||||||
|       in: header |  | ||||||
|       name: X-API-KEY |  | ||||||
|     bearerAuth: |  | ||||||
|       type: http |  | ||||||
|       scheme: bearer |  | ||||||
|       bearerFormat: JWT |  | ||||||
|  |  | ||||||
|   responses: |  | ||||||
|     NotFound: |  | ||||||
|       $ref: 'https://github.com/Telecominfraproject/wlan-cloud-ucentralsec/blob/main/openpapi/owsec.yaml#/components/responses/NotFound' |  | ||||||
|     Unauthorized: |  | ||||||
|       $ref: 'https://github.com/Telecominfraproject/wlan-cloud-ucentralsec/blob/main/openpapi/owsec.yaml#/components/responses/Unauthorized' |  | ||||||
|     Success: |  | ||||||
|       $ref: 'https://github.com/Telecominfraproject/wlan-cloud-ucentralsec/blob/main/openpapi/owsec.yaml#/components/responses/Success' |  | ||||||
|     BadRequest: |  | ||||||
|       $ref: 'https://github.com/Telecominfraproject/wlan-cloud-ucentralsec/blob/main/openpapi/owsec.yaml#/components/responses/BadRequest' |  | ||||||
|  |  | ||||||
|   schemas: |  | ||||||
|  |  | ||||||
|     RADIUSServer: |  | ||||||
|       type: object |  | ||||||
|       properties: |  | ||||||
|         Hostname: |  | ||||||
|           type: string |  | ||||||
|         IP: |  | ||||||
|           type: string |  | ||||||
|         Port: |  | ||||||
|           type: integer |  | ||||||
|           format: int32 |  | ||||||
|         Secret: |  | ||||||
|           type: string |  | ||||||
|  |  | ||||||
|     RADIUSEndPointRadiusType: |  | ||||||
|       type: object |  | ||||||
|       properties: |  | ||||||
|         Authentication: |  | ||||||
|           type: array |  | ||||||
|           items: |  | ||||||
|             $ref: '#/components/schemas/RADIUSServer' |  | ||||||
|         Accounting: |  | ||||||
|           type: array |  | ||||||
|           items: |  | ||||||
|             $ref: '#/components/schemas/RADIUSServer' |  | ||||||
|         CoA: |  | ||||||
|           type: array |  | ||||||
|           items: |  | ||||||
|             $ref: '#/components/schemas/RADIUSServer' |  | ||||||
|         AccountingInterval: |  | ||||||
|           type: integer |  | ||||||
|           format: int32 |  | ||||||
|  |  | ||||||
|     RADIUSEndPointRadsecType: |  | ||||||
|       type: object |  | ||||||
|       properties: |  | ||||||
|         Hostname: |  | ||||||
|           type: string |  | ||||||
|         IP: |  | ||||||
|           type: string |  | ||||||
|         Port: |  | ||||||
|           type: integer |  | ||||||
|         Secret: |  | ||||||
|           type: string |  | ||||||
|           default: radsec |  | ||||||
|         UseOpenRoamingAccount: |  | ||||||
|           type: string |  | ||||||
|           format: uuid |  | ||||||
|         Weight: |  | ||||||
|           type: integer |  | ||||||
|           format: int32 |  | ||||||
|         Certificate: |  | ||||||
|           type: string |  | ||||||
|         PrivateKey: |  | ||||||
|           type: string |  | ||||||
|         CaCerts: |  | ||||||
|           type: array |  | ||||||
|           items: |  | ||||||
|             type: string |  | ||||||
|         AllowSelfSigned: |  | ||||||
|           type: boolean |  | ||||||
|           default: false |  | ||||||
|  |  | ||||||
|     RADIUSEndPoint: |  | ||||||
|       type: object |  | ||||||
|       properties: |  | ||||||
|         allOf: |  | ||||||
|           $ref: 'https://github.com/Telecominfraproject/wlan-cloud-owprov/blob/main/openpapi/owprov.yaml#/components/schemas/ObjectInfo' |  | ||||||
|         Type: |  | ||||||
|           type: string |  | ||||||
|           enum: |  | ||||||
|             - generic |  | ||||||
|             - radsec |  | ||||||
|             - globalreach |  | ||||||
|             - orion |  | ||||||
|           default: radius |  | ||||||
|         RadsecServers: |  | ||||||
|           type: array |  | ||||||
|           items: |  | ||||||
|             $ref: '#/components/schemas/RADIUSEndPointRadsecType' |  | ||||||
|         RadiusServers: |  | ||||||
|           type: array |  | ||||||
|           items: |  | ||||||
|             $ref: '#/components/schemas/RADIUSEndPointRadiusType' |  | ||||||
|         PoolStrategy: |  | ||||||
|           type: string |  | ||||||
|           enum: |  | ||||||
|             - round_robin |  | ||||||
|             - weighted |  | ||||||
|             - random |  | ||||||
|           default: random |  | ||||||
|         UseGWProxy: |  | ||||||
|           type: boolean |  | ||||||
|           default: true |  | ||||||
|         Index: |  | ||||||
|           type: string |  | ||||||
|           example: |  | ||||||
|             - 0.0.1.1: a ficticious IP address that should be between 0.0.1.1 and 0.0.2.254 |  | ||||||
|         UsedBy: |  | ||||||
|           type: array |  | ||||||
|           description: list of configuration using this endpoint |  | ||||||
|           items: |  | ||||||
|             type: string |  | ||||||
|             format: uuid |  | ||||||
|         NasIdentifier: |  | ||||||
|           type: string |  | ||||||
|         AccountingInterval: |  | ||||||
|           type: integer |  | ||||||
|           format: int64 |  | ||||||
|  |  | ||||||
|     RADIUSEndpointUpdateStatus: |  | ||||||
|       type: object |  | ||||||
|       properties: |  | ||||||
|         lastUpdate: |  | ||||||
|           type: integer |  | ||||||
|           format: int64 |  | ||||||
|         lastConfigurationChange: |  | ||||||
|           type: integer |  | ||||||
|           format: int64 |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| paths: |  | ||||||
|   /RADIUSEndPoints: |  | ||||||
|     get: |  | ||||||
|       tags: |  | ||||||
|         - RADIUS Endpoints |  | ||||||
|       operationId: getRADIUSEndPoints |  | ||||||
|       summary: Retrieve the lists of RADIUSendPoints |  | ||||||
|       parameters: |  | ||||||
|         - in: query |  | ||||||
|           description: Pagination start (starts at 1. If not specified, 1 is assumed) |  | ||||||
|           name: offset |  | ||||||
|           schema: |  | ||||||
|             type: integer |  | ||||||
|           required: false |  | ||||||
|         - in: query |  | ||||||
|           description: Maximum number of entries to return (if absent, no limit is assumed) |  | ||||||
|           name: limit |  | ||||||
|           schema: |  | ||||||
|             type: integer |  | ||||||
|           required: false |  | ||||||
|         - in: query |  | ||||||
|           description: return the number of certificates |  | ||||||
|           name: countOnly |  | ||||||
|           schema: |  | ||||||
|             type: boolean |  | ||||||
|           required: false |  | ||||||
|         - in: query |  | ||||||
|           description: return the last update time |  | ||||||
|           name: currentStatus |  | ||||||
|           schema: |  | ||||||
|             type: boolean |  | ||||||
|           required: false |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           description: The list of endpoints |  | ||||||
|           content: |  | ||||||
|             application/json: |  | ||||||
|               schema: |  | ||||||
|                 oneOf: |  | ||||||
|                   - type: array |  | ||||||
|                     items: |  | ||||||
|                       $ref: '#/components/schemas/RADIUSEndPoint' |  | ||||||
|                   - $ref: '#/components/schemas/RADIUSEndpointUpdateStatus' |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|     put: |  | ||||||
|       tags: |  | ||||||
|         - RADIUS Endpoints |  | ||||||
|       operationId: updateRADIUSEndpoints |  | ||||||
|       summary: Force an Update to teh RADIUSendPoints in the controller |  | ||||||
|       parameters: |  | ||||||
|         - in: query |  | ||||||
|           name: updateEndpoints |  | ||||||
|           schema: |  | ||||||
|             type: boolean |  | ||||||
|           required: false |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           description: The list of endpoints |  | ||||||
|           content: |  | ||||||
|             application/json: |  | ||||||
|               schema: |  | ||||||
|                 type: object |  | ||||||
|                 properties: |  | ||||||
|                   Error: |  | ||||||
|                     type: string |  | ||||||
|                   ErrorNum: |  | ||||||
|                     type: integer |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|   /RADIUSEndPoint/{id}: |  | ||||||
|     get: |  | ||||||
|       tags: |  | ||||||
|         - RADIUS Endpoints |  | ||||||
|       operationId: getRADIUSEndPoint |  | ||||||
|       summary: Retrieve a RADIUSendPoint |  | ||||||
|       parameters: |  | ||||||
|         - in: path |  | ||||||
|           name: id |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|             format: uuid |  | ||||||
|           required: true |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           description: The endpoint |  | ||||||
|           content: |  | ||||||
|             application/json: |  | ||||||
|               schema: |  | ||||||
|                 $ref: '#/components/schemas/RADIUSEndPoint' |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|     delete: |  | ||||||
|       tags: |  | ||||||
|         - RADIUS Endpoints |  | ||||||
|       operationId: deleteRADIUSEndPoint |  | ||||||
|       summary: Delete a RADIUSendPoint |  | ||||||
|       parameters: |  | ||||||
|         - in: path |  | ||||||
|           name: id |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|             format: uuid |  | ||||||
|           required: true |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           $ref: '#/components/responses/Success' |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|     post: |  | ||||||
|       tags: |  | ||||||
|         - RADIUS Endpoints |  | ||||||
|       operationId: createRADIUSEndPoint |  | ||||||
|       summary: Create a RADIUSendPoint |  | ||||||
|       parameters: |  | ||||||
|         - in: path |  | ||||||
|           name: id |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|             format: uuid |  | ||||||
|           required: true |  | ||||||
|       requestBody: |  | ||||||
|         content: |  | ||||||
|           application/json: |  | ||||||
|             schema: |  | ||||||
|               $ref: '#/components/schemas/RADIUSEndPoint' |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           $ref: '#/components/schemas/RADIUSEndPoint' |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
|  |  | ||||||
|     put: |  | ||||||
|       tags: |  | ||||||
|         - RADIUS Endpoints |  | ||||||
|       operationId: modifyRADIUSEndPoint |  | ||||||
|       summary: Modify a RADIUSendPoint |  | ||||||
|       parameters: |  | ||||||
|         - in: path |  | ||||||
|           name: id |  | ||||||
|           schema: |  | ||||||
|             type: string |  | ||||||
|             format: uuid |  | ||||||
|           required: true |  | ||||||
|       requestBody: |  | ||||||
|         content: |  | ||||||
|           application/json: |  | ||||||
|             schema: |  | ||||||
|               $ref: '#/components/schemas/RADIUSEndPoint' |  | ||||||
|       responses: |  | ||||||
|         200: |  | ||||||
|           $ref: '#/components/schemas/RADIUSEndPoint' |  | ||||||
|         400: |  | ||||||
|           $ref: '#/components/responses/BadRequest' |  | ||||||
|         403: |  | ||||||
|           $ref: '#/components/responses/Unauthorized' |  | ||||||
|         404: |  | ||||||
|           $ref: '#/components/responses/NotFound' |  | ||||||
| @@ -133,32 +133,29 @@ paths: | |||||||
|       summary: Run a specific or default RRM algorithm. The UI user or CLI user will have the ability to run an algorithm on demand. |       summary: Run a specific or default RRM algorithm. The UI user or CLI user will have the ability to run an algorithm on demand. | ||||||
|       parameters: |       parameters: | ||||||
|         - in: query |         - in: query | ||||||
|           description: The venue this algorithm should be run on. |           description: | ||||||
|           name: venue |           name: venue | ||||||
|           schema: |           schema: | ||||||
|             type: string |             type: string | ||||||
|             format: uuid |             format: uuid | ||||||
|           required: true |           required: true | ||||||
|         - in: query |         - in: query | ||||||
|           description: Perform RRM asynchronously, synchronously or in mockRun mode (without updating anything, this may be used by an admin to see what RRM would do). |           description: Perform RRM without updating anything. This may be used by an admin to see what RRM would do. | ||||||
|           name: mode |           name: mock | ||||||
|           schema: |           schema: | ||||||
|             type: string |             type: boolean | ||||||
|             enum: [ async, sync, mockRun ] |             default: false | ||||||
|           required: false |           required: false | ||||||
|         - in: query |         - in: query | ||||||
|           description: Specify the RRM algorithm to use. If omitted, select the default algorithm. |           description: Specify the RRM algorithm to use. If omitted, select the default algorithm. | ||||||
|           name: algorithm |  | ||||||
|           schema: |           schema: | ||||||
|             type: string |             type: string | ||||||
|           required: false |           required: false | ||||||
|         - in: query |         - in: query | ||||||
|           description: Specify the comma separated name=value parameters to use with the RRM algorithm to use. If omitted, select the default parameters. |           description: Specify the parameters to use with the RRM algorithm to use. If omitted, select the default parameters. | ||||||
|           name: parameters |  | ||||||
|           schema: |           schema: | ||||||
|             type: string |             type: string | ||||||
|           required: false |           required: false | ||||||
|  |  | ||||||
|       responses: |       responses: | ||||||
|         200: |         200: | ||||||
|           description: Return the list of actions that were or would be performed. |           description: Return the list of actions that were or would be performed. | ||||||
|   | |||||||
| @@ -37,12 +37,10 @@ openwifi.system.data = ${SYSTEM_DATA} | |||||||
| openwifi.system.debug = false | openwifi.system.debug = false | ||||||
| openwifi.system.uri.private = ${SYSTEM_URI_PRIVATE} | openwifi.system.uri.private = ${SYSTEM_URI_PRIVATE} | ||||||
| openwifi.system.uri.public = ${SYSTEM_URI_PUBLIC} | openwifi.system.uri.public = ${SYSTEM_URI_PUBLIC} | ||||||
| openwifi.system.commandchannel = /tmp/app.owprov | openwifi.system.commandchannel = /tmp/app.ucentralfms | ||||||
| openwifi.system.uri.ui = ${SYSTEM_URI_UI} | openwifi.system.uri.ui = ${SYSTEM_URI_UI} | ||||||
| openwifi.security.restapi.disable = ${SECURITY_RESTAPI_DISABLE} | openwifi.security.restapi.disable = ${SECURITY_RESTAPI_DISABLE} | ||||||
|  |  | ||||||
| rrm.providers = ${RRM_PROVIDERS} |  | ||||||
|  |  | ||||||
| ############################# | ############################# | ||||||
| # Generic information for all micro services | # Generic information for all micro services | ||||||
| ############################# | ############################# | ||||||
|   | |||||||
							
								
								
									
										228
									
								
								src/APConfig.cpp
									
									
									
									
									
								
							
							
						
						| @@ -9,25 +9,25 @@ | |||||||
| #include "Poco/StringTokenizer.h" | #include "Poco/StringTokenizer.h" | ||||||
| #include "fmt/format.h" | #include "fmt/format.h" | ||||||
|  |  | ||||||
| #include <RadiusEndpointTypes/OrionWifi.h> |  | ||||||
| #include <RadiusEndpointTypes/GlobalReach.h> |  | ||||||
| #include <RadiusEndpointTypes/Radsec.h> |  | ||||||
| #include <RadiusEndpointTypes/GenericRadius.h> |  | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|  |  | ||||||
| 	APConfig::APConfig(const std::string &SerialNumber, const std::string &DeviceType, |     APConfig::APConfig(const std::string &SerialNumber, const std::string &DeviceType, Poco::Logger &L, bool Explain) | ||||||
| 					   Poco::Logger &L, bool Explain) |         :   SerialNumber_(SerialNumber), | ||||||
| 		: SerialNumber_(SerialNumber), DeviceType_(DeviceType), Logger_(L), Explain_(Explain) {} |             DeviceType_(DeviceType), | ||||||
|  |             Logger_(L), | ||||||
|  |             Explain_(Explain) | ||||||
|  |     { | ||||||
|  |     } | ||||||
|  |  | ||||||
|     APConfig::APConfig(const std::string & SerialNumber, Poco::Logger & L) |     APConfig::APConfig(const std::string & SerialNumber, Poco::Logger & L) | ||||||
| 		: SerialNumber_(SerialNumber), Logger_(L) { |         :   SerialNumber_(SerialNumber), | ||||||
|  |             Logger_(L) | ||||||
|  |     { | ||||||
|         Explain_ = false; |         Explain_ = false; | ||||||
|         Sub_ = true; |         Sub_ = true; | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	bool APConfig::FindRadio(const std::string &Band, const Poco::JSON::Array::Ptr &Arr, |     bool APConfig::FindRadio(const std::string &Band, const Poco::JSON::Array::Ptr &Arr, Poco::JSON::Object::Ptr & Radio) { | ||||||
| 							 Poco::JSON::Object::Ptr &Radio) { |  | ||||||
|         for(const auto &i:*Arr) { |         for(const auto &i:*Arr) { | ||||||
|             auto R = i.extract<Poco::JSON::Object::Ptr>(); |             auto R = i.extract<Poco::JSON::Object::Ptr>(); | ||||||
|             if(R->has("band") && R->get("band").toString()==Band) { |             if(R->has("band") && R->get("band").toString()==Band) { | ||||||
| @@ -38,8 +38,7 @@ namespace OpenWifi { | |||||||
|         return false; |         return false; | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	bool APConfig::RemoveBand(const std::string &Band, const Poco::JSON::Array::Ptr &A_in, |     bool APConfig::RemoveBand(const std::string &Band, const Poco::JSON::Array::Ptr &A_in,Poco::JSON::Array::Ptr &A_Out) { | ||||||
| 							  Poco::JSON::Array::Ptr &A_Out) { |  | ||||||
|         for(const auto &i:*A_in) { |         for(const auto &i:*A_in) { | ||||||
|             auto R = i.extract<Poco::JSON::Object::Ptr>(); |             auto R = i.extract<Poco::JSON::Object::Ptr>(); | ||||||
|             if(R->has("band") && R->get("band").toString()==Band) { |             if(R->has("band") && R->get("band").toString()==Band) { | ||||||
| @@ -50,8 +49,8 @@ namespace OpenWifi { | |||||||
|         return false; |         return false; | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	[[maybe_unused]] static void ShowJSON([[maybe_unused]] const char *S, |  | ||||||
| 										  [[maybe_unused]] const Poco::JSON::Object::Ptr &Obj) { |     [[maybe_unused ]] static void ShowJSON([[maybe_unused]] const char *S, [[maybe_unused]] const Poco::JSON::Object::Ptr &Obj) { | ||||||
|         /* |         /* | ||||||
|         std::stringstream O; |         std::stringstream O; | ||||||
|         Poco::JSON::Stringifier::stringify(Obj,O); |         Poco::JSON::Stringifier::stringify(Obj,O); | ||||||
| @@ -60,140 +59,86 @@ namespace OpenWifi { | |||||||
|          */ |          */ | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     bool APConfig::InsertRadiusEndPoint(const ProvObjects::RADIUSEndPoint &RE, Poco::JSON::Object &Result) { |     bool APConfig::ReplaceVariablesInObject( const Poco::JSON::Object::Ptr & Original, Poco::JSON::Object::Ptr & Result) { | ||||||
|         if(RE.UseGWProxy) { |  | ||||||
|             Poco::JSON::Object  ServerSettings; |  | ||||||
|             if (RE.Type == "orion") { |  | ||||||
|                 return OpenRoaming_Orion()->Render(RE, SerialNumber_, Result); |  | ||||||
|             } else if (RE.Type == "globalreach") { |  | ||||||
|                 return OpenRoaming_GlobalReach()->Render(RE, SerialNumber_, Result); |  | ||||||
|             } else if (RE.Type == "radsec") { |  | ||||||
|                 return OpenRoaming_Radsec()->Render(RE, SerialNumber_, Result); |  | ||||||
|             } else if (RE.Type == "generic") { |  | ||||||
|                 return OpenRoaming_GenericRadius()->Render(RE, SerialNumber_, Result); |  | ||||||
|             } |  | ||||||
|             Result.set( "radius" , ServerSettings); |  | ||||||
|         } else { |  | ||||||
|             std::cout << "Radius proxy off" << RE.info.name << std::endl; |  | ||||||
|         } |  | ||||||
|         return false; |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     bool APConfig::ReplaceVariablesInObject(const Poco::JSON::Object &Original, |  | ||||||
| 											Poco::JSON::Object &Result) { |  | ||||||
|         // get all the names and expand |         // get all the names and expand | ||||||
| 		auto Names = Original.getNames(); |         auto Names = Original->getNames(); | ||||||
|         for(const auto &i:Names) { |         for(const auto &i:Names) { | ||||||
|             if(i=="__variableBlock") { |             if(i=="__variableBlock") { | ||||||
|                 if (Original.isArray(i)) { |                 if(Original->isArray(i)) { | ||||||
|                     auto UUIDs = Original.getArray(i); |                     auto UUIDs = Original->getArray(i); | ||||||
|                     for(const auto &uuid:*UUIDs) { |                     for(const auto &uuid:*UUIDs) { | ||||||
|                         ProvObjects::VariableBlock  VB; |                         ProvObjects::VariableBlock  VB; | ||||||
|                         if(StorageService()->VariablesDB().GetRecord("id", uuid, VB)) { |                         if(StorageService()->VariablesDB().GetRecord("id", uuid, VB)) { | ||||||
|                             for(const auto &var:VB.variables) { |                             for(const auto &var:VB.variables) { | ||||||
|                                 Poco::JSON::Parser P; |                                 Poco::JSON::Parser P; | ||||||
|                                 auto VariableBlockInfo = |                                 auto VariableBlockInfo = P.parse(var.value).extract<Poco::JSON::Object::Ptr>(); | ||||||
|                                         P.parse(var.value).extract<Poco::JSON::Object::Ptr>(); |  | ||||||
|                                 auto VarNames = VariableBlockInfo->getNames(); |                                 auto VarNames = VariableBlockInfo->getNames(); | ||||||
|                                 for(const auto &j:VarNames) { |                                 for(const auto &j:VarNames) { | ||||||
| //                                    std::cout << "Name: " << j << std::endl; |                                     Result->set(j,VariableBlockInfo->get(j)); | ||||||
|                                     if(VariableBlockInfo->isArray(j)) { |                                 } | ||||||
|                                         auto Elements = VariableBlockInfo->getArray(j); |                             } | ||||||
|                                         if(Elements->size()>0) { |                         } | ||||||
|                                             Poco::JSON::Array InnerArray; |                     } | ||||||
|                                             ReplaceVariablesInArray(*Elements, InnerArray); |                 } | ||||||
|                                             Result.set(j, InnerArray); |             } else if(Original->isArray(i)) { | ||||||
| //                                            std::cout << "Array!!!" << std::endl; |                 auto Arr = Poco::makeShared<Poco::JSON::Array>(); | ||||||
|  |                 auto Obj = Original->getArray(i); | ||||||
|  |                 ReplaceVariablesInArray(Obj,Arr); | ||||||
|  |                 Result->set(i,Arr); | ||||||
|  |             } else if (Original->isObject(i)) { | ||||||
|  |                 auto Expanded = Poco::makeShared<Poco::JSON::Object>(); | ||||||
|  |                 auto Obj = Original->getObject(i); | ||||||
|  |                 ReplaceVariablesInObject(Obj,Expanded); | ||||||
|  |                 Result->set(i,Expanded); | ||||||
|             } else { |             } else { | ||||||
| //                                            std::cout << "Empty Array!!!" << std::endl; |                 Result->set(i,Original->get(i)); | ||||||
|                                         } |  | ||||||
|                                     } else if(VariableBlockInfo->isObject(j)) { |  | ||||||
|                                         Poco::JSON::Object  InnerEval; |  | ||||||
| //                                        std::cout << "Visiting object " << j << std::endl; |  | ||||||
|                                         auto O = VariableBlockInfo->getObject(j); |  | ||||||
|                                         ReplaceVariablesInObject(*O,InnerEval); |  | ||||||
|                                         Result.set(j, InnerEval); |  | ||||||
|                                     } else { |  | ||||||
|                                         Result.set(j, VariableBlockInfo->get(j)); |  | ||||||
|                                     } |  | ||||||
|                                 } |  | ||||||
|                             } |  | ||||||
|                         } |  | ||||||
|                     } |  | ||||||
|                 } |  | ||||||
|             } else if (i == "__radiusEndpoint") { |  | ||||||
|                 auto EndPointId = Original.get(i).toString(); |  | ||||||
|                 ProvObjects::RADIUSEndPoint RE; |  | ||||||
| //                std::cout << "ID->" << EndPointId << std::endl; |  | ||||||
|                 if(StorageService()->RadiusEndpointDB().GetRecord("id",EndPointId,RE)) { |  | ||||||
|                     InsertRadiusEndPoint(RE, Result); |  | ||||||
|                 } else { |  | ||||||
|                     poco_error(Logger_, fmt::format("RADIUS Endpoint {} could not be found. Please delete this configuration and recreate it.")); |  | ||||||
|                     return false; |  | ||||||
|                 } |  | ||||||
| 			} else if (Original.isArray(i)) { |  | ||||||
|                 Poco::JSON::Array Arr; |  | ||||||
| 				auto Obj = Original.getArray(i); |  | ||||||
|                 if(Obj->size()>0) { |  | ||||||
|                     ReplaceVariablesInArray(*Obj, Arr); |  | ||||||
|                     Result.set(i, Arr); |  | ||||||
|                 } |  | ||||||
| 			} else if (Original.isObject(i)) { |  | ||||||
|                 Poco::JSON::Object Expanded; |  | ||||||
| 				auto Obj = Original.getObject(i); |  | ||||||
| 				ReplaceVariablesInObject(*Obj, Expanded); |  | ||||||
| 				Result.set(i, Expanded); |  | ||||||
| 			} else { |  | ||||||
| 				Result.set(i, Original.get(i)); |  | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|         return true; |         return true; | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	bool APConfig::ReplaceVariablesInArray(const Poco::JSON::Array &Original, |     bool APConfig::ReplaceVariablesInArray( const Poco::JSON::Array::Ptr & Original, Poco::JSON::Array::Ptr & ResultArray) { | ||||||
| 										   Poco::JSON::Array &ResultArray) { |  | ||||||
|  |         for(const auto &element:*Original) { | ||||||
|  |  | ||||||
| 		for (const auto &element : Original) { |  | ||||||
| //            std::cout << element.toString() << std::endl; |  | ||||||
|             if(element.isArray()) { |             if(element.isArray()) { | ||||||
|                 Poco::JSON::Array  Expanded; |                 auto Expanded = Poco::makeShared<Poco::JSON::Array>(); | ||||||
| 				const auto Object = element.extract<Poco::JSON::Array::Ptr>(); |                 const auto & Object = element.extract<Poco::JSON::Array::Ptr>(); | ||||||
|                 if(Object->size()>0) { |                 ReplaceVariablesInArray(Object,Expanded); | ||||||
|                     ReplaceVariablesInArray(*Object, Expanded); |                 ResultArray->add(Expanded); | ||||||
|                     ResultArray.add(Expanded); |  | ||||||
|                 } |  | ||||||
|             } else if(element.isStruct()) { |             } else if(element.isStruct()) { | ||||||
|                 Poco::JSON::Object  Expanded; |                 auto Expanded = Poco::makeShared<Poco::JSON::Object>(); | ||||||
|                 const auto & Object = element.extract<Poco::JSON::Object::Ptr>(); |                 const auto & Object = element.extract<Poco::JSON::Object::Ptr>(); | ||||||
| 				ReplaceVariablesInObject(*Object, Expanded); |                 ReplaceVariablesInObject(Object,Expanded); | ||||||
| 				ResultArray.add(Expanded); |                 ResultArray->add(Expanded); | ||||||
| 			} else if (element.isString() || element.isNumeric() || element.isBoolean() || |             } else if(  element.isString() || | ||||||
| 					   element.isInteger() || element.isSigned()) { |                         element.isNumeric() || | ||||||
| 				ResultArray.add(element); |                         element.isBoolean() || | ||||||
|  |                         element.isInteger() || | ||||||
|  |                         element.isSigned() ) { | ||||||
|  |                 ResultArray->add(element); | ||||||
|             } else { |             } else { | ||||||
|                 Poco::JSON::Object  Expanded; |                 auto Expanded = Poco::makeShared<Poco::JSON::Object>(); | ||||||
|                 const auto & Object = element.extract<Poco::JSON::Object::Ptr>(); |                 const auto & Object = element.extract<Poco::JSON::Object::Ptr>(); | ||||||
| 				ReplaceVariablesInObject(*Object, Expanded); |                 ReplaceVariablesInObject(Object,Expanded); | ||||||
| 				ResultArray.add(Expanded); |                 ResultArray->add(Expanded); | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|         return true; |         return true; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     bool APConfig::Get(Poco::JSON::Object::Ptr & Configuration) { |     bool APConfig::Get(Poco::JSON::Object::Ptr & Configuration) { | ||||||
|  |  | ||||||
|         if(Config_.empty()) { |         if(Config_.empty()) { | ||||||
|             Explanation_.clear(); |             Explanation_.clear(); | ||||||
|             try { |             try { | ||||||
|                 if(!Sub_) { |                 if(!Sub_) { | ||||||
|                     ProvObjects::InventoryTag D; |                     ProvObjects::InventoryTag D; | ||||||
| 					if (StorageService()->InventoryDB().GetRecord("serialNumber", SerialNumber_, |                     if (StorageService()->InventoryDB().GetRecord("serialNumber", SerialNumber_, D)) { | ||||||
| 																  D)) { |  | ||||||
|                         if (!D.deviceConfiguration.empty()) { |                         if (!D.deviceConfiguration.empty()) { | ||||||
| 							// std::cout << "Adding device specific configuration: " << D.deviceConfiguration.size() << std::endl; |                             std::cout << "Adding device specific configuration: " << D.deviceConfiguration.size() << std::endl; | ||||||
|                             AddConfiguration(D.deviceConfiguration); |                             AddConfiguration(D.deviceConfiguration); | ||||||
|                         } else { |                         } else { | ||||||
| 							// std::cout << "No device specific configuration." << std::endl; |                             std::cout << "No device specific configuration." << std::endl; | ||||||
|                         } |                         } | ||||||
|                         if (!D.entity.empty()) { |                         if (!D.entity.empty()) { | ||||||
|                             AddEntityConfig(D.entity); |                             AddEntityConfig(D.entity); | ||||||
| @@ -203,8 +148,7 @@ namespace OpenWifi { | |||||||
|                     } |                     } | ||||||
|                 } else { |                 } else { | ||||||
|                     ProvObjects::SubscriberDevice D; |                     ProvObjects::SubscriberDevice D; | ||||||
| 					if (StorageService()->SubscriberDeviceDB().GetRecord("serialNumber", |                     if (StorageService()->SubscriberDeviceDB().GetRecord("serialNumber", SerialNumber_, D)) { | ||||||
| 																		 SerialNumber_, D)) { |  | ||||||
|                         if (!D.configuration.empty()) { |                         if (!D.configuration.empty()) { | ||||||
|                             AddConfiguration(D.configuration); |                             AddConfiguration(D.configuration); | ||||||
|                         } |                         } | ||||||
| @@ -235,12 +179,11 @@ namespace OpenWifi { | |||||||
|                                 ExObj.set("element", OriginalArray); |                                 ExObj.set("element", OriginalArray); | ||||||
|                                 Explanation_.add(ExObj); |                                 Explanation_.add(ExObj); | ||||||
|                             } |                             } | ||||||
|                             Poco::JSON::Array ExpandedArray; |                             auto ExpandedArray = Poco::makeShared<Poco::JSON::Array>(); | ||||||
| 							ReplaceVariablesInArray(*OriginalArray, ExpandedArray); |                             ReplaceVariablesInArray(OriginalArray, ExpandedArray); | ||||||
|                             Configuration->set(SectionName, ExpandedArray); |                             Configuration->set(SectionName, ExpandedArray); | ||||||
|                         } else if (O->isObject(SectionName)) { |                         } else if (O->isObject(SectionName)) { | ||||||
| 							auto OriginalSection = |                             auto OriginalSection = O->get(SectionName).extract<Poco::JSON::Object::Ptr>(); | ||||||
| 								O->get(SectionName).extract<Poco::JSON::Object::Ptr>(); |  | ||||||
|                             if (Explain_) { |                             if (Explain_) { | ||||||
|                                 Poco::JSON::Object ExObj; |                                 Poco::JSON::Object ExObj; | ||||||
|                                 ExObj.set("from-uuid", i.info.id); |                                 ExObj.set("from-uuid", i.info.id); | ||||||
| @@ -249,11 +192,12 @@ namespace OpenWifi { | |||||||
|                                 ExObj.set("element", OriginalSection); |                                 ExObj.set("element", OriginalSection); | ||||||
|                                 Explanation_.add(ExObj); |                                 Explanation_.add(ExObj); | ||||||
|                             } |                             } | ||||||
|                             Poco::JSON::Object ExpandedSection; |                             auto ExpandedSection = Poco::makeShared<Poco::JSON::Object>(); | ||||||
| 							ReplaceVariablesInObject(*OriginalSection, ExpandedSection); |                             ReplaceVariablesInObject(OriginalSection, ExpandedSection); | ||||||
|                             Configuration->set(SectionName, ExpandedSection); |                             Configuration->set(SectionName, ExpandedSection); | ||||||
|                         } else { |                         } else { | ||||||
|                             poco_warning(Logger(), fmt::format("Unknown config element type: {}",O->get(SectionName).toString())); |                             std::cout << " --- unknown element type --- " << O->get(SectionName).toString() | ||||||
|  |                                       << std::endl; | ||||||
|                         } |                         } | ||||||
|                     } else { |                     } else { | ||||||
|                         if (Explain_) { |                         if (Explain_) { | ||||||
| @@ -279,11 +223,9 @@ namespace OpenWifi { | |||||||
|                         if (RadioIndex < MaximumPossibleRadios) { |                         if (RadioIndex < MaximumPossibleRadios) { | ||||||
|                             auto RadioArray = Configuration->getArray("radios"); |                             auto RadioArray = Configuration->getArray("radios"); | ||||||
|                             if (RadioIndex < RadioArray->size()) { |                             if (RadioIndex < RadioArray->size()) { | ||||||
| 								auto IndexedRadio = |                                 auto IndexedRadio = RadioArray->get(RadioIndex).extract<Poco::JSON::Object::Ptr>(); | ||||||
| 									RadioArray->get(RadioIndex).extract<Poco::JSON::Object::Ptr>(); |  | ||||||
|                                 if (Tokens[2] == "tx-power") { |                                 if (Tokens[2] == "tx-power") { | ||||||
| 									IndexedRadio->set( |                                     IndexedRadio->set("rx-power", | ||||||
| 										"tx-power", |  | ||||||
|                                                       std::strtoull(col.parameterValue.c_str(), nullptr, 10)); |                                                       std::strtoull(col.parameterValue.c_str(), nullptr, 10)); | ||||||
|                                     if (Explain_) { |                                     if (Explain_) { | ||||||
|                                         Poco::JSON::Object ExObj; |                                         Poco::JSON::Object ExObj; | ||||||
| @@ -300,11 +242,10 @@ namespace OpenWifi { | |||||||
|                                     if(col.parameterValue=="auto") { |                                     if(col.parameterValue=="auto") { | ||||||
|                                         IndexedRadio->set("channel", "auto"); |                                         IndexedRadio->set("channel", "auto"); | ||||||
|                                     } else { |                                     } else { | ||||||
| 										IndexedRadio->set( |                                         IndexedRadio->set("channel", | ||||||
| 											"channel", |  | ||||||
|                                                           std::strtoull(col.parameterValue.c_str(), nullptr, 10)); |                                                           std::strtoull(col.parameterValue.c_str(), nullptr, 10)); | ||||||
|                                     } |                                     } | ||||||
| 									// std::cout << "Setting channel in radio " << RadioIndex << std::endl; |                                     std::cout << "Setting channel in radio " << RadioIndex << std::endl; | ||||||
|                                     if (Explain_) { |                                     if (Explain_) { | ||||||
|                                         Poco::JSON::Object ExObj; |                                         Poco::JSON::Object ExObj; | ||||||
|                                         ExObj.set("from-name", "overrides"); |                                         ExObj.set("from-name", "overrides"); | ||||||
| @@ -317,24 +258,21 @@ namespace OpenWifi { | |||||||
|                                     RadioArray->set(RadioIndex, IndexedRadio); |                                     RadioArray->set(RadioIndex, IndexedRadio); | ||||||
|                                     Configuration->set("radios", RadioArray); |                                     Configuration->set("radios", RadioArray); | ||||||
|                                 } else { |                                 } else { | ||||||
| 									poco_error( |                                     poco_error(Logger(), fmt::format("{}: Unsupported override variable name {}", | ||||||
| 										Logger(), |  | ||||||
| 										fmt::format("{}: Unsupported override variable name {}", |  | ||||||
|                                                                      col.parameterName)); |                                                                      col.parameterName)); | ||||||
|                                 } |                                 } | ||||||
|                             } |                             } | ||||||
|                         } else { |                         } else { | ||||||
| 							poco_error(Logger(), fmt::format("{}: radio index out of range in {}", |                             poco_error(Logger(), fmt::format("{}: radio index out of range in {}", col.parameterName)); | ||||||
| 															 col.parameterName)); |  | ||||||
|                         } |                         } | ||||||
|                     } else { |                     } else { | ||||||
|                         poco_error(Logger(), |                         poco_error(Logger(), | ||||||
| 								   fmt::format("{}: Unsupported override variable name {}", |                                    fmt::format("{}: Unsupported override variable name {}", col.parameterName)); | ||||||
| 											   col.parameterName)); |  | ||||||
|                     } |                     } | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|         } catch (...) { |         } catch (...) { | ||||||
|  |  | ||||||
|         } |         } | ||||||
|         return !Config_.empty(); |         return !Config_.empty(); | ||||||
|     } |     } | ||||||
| @@ -356,8 +294,7 @@ namespace OpenWifi { | |||||||
|                 // we need to insert after everything bigger or equal |                 // we need to insert after everything bigger or equal | ||||||
|                 auto Hint = std::lower_bound(Config_.cbegin(),Config_.cend(),i.weight, |                 auto Hint = std::lower_bound(Config_.cbegin(),Config_.cend(),i.weight, | ||||||
|                                              [](const VerboseElement &Elem, uint64_t Value) { |                                              [](const VerboseElement &Elem, uint64_t Value) { | ||||||
| 												 return Elem.element.weight >= Value; |                                                  return Elem.element.weight>=Value; }); | ||||||
| 											 }); |  | ||||||
|                 VerboseElement  VE{ .element = i, .info = ProvObjects::ObjectInfo{}}; |                 VerboseElement  VE{ .element = i, .info = ProvObjects::ObjectInfo{}}; | ||||||
|                 Config_.insert(Hint,VE); |                 Config_.insert(Hint,VE); | ||||||
|             } |             } | ||||||
| @@ -375,7 +312,6 @@ namespace OpenWifi { | |||||||
|  |  | ||||||
|         ProvObjects::DeviceConfiguration    Config; |         ProvObjects::DeviceConfiguration    Config; | ||||||
|         if(StorageService()->ConfigurationDB().GetRecord("id", UUID, Config)) { |         if(StorageService()->ConfigurationDB().GetRecord("id", UUID, Config)) { | ||||||
| //            std::cout << Config.info.name << ":" << Config.configuration.size() << std::endl; |  | ||||||
|             if(!Config.configuration.empty()) { |             if(!Config.configuration.empty()) { | ||||||
|                 if(DeviceTypeMatch(DeviceType_,Config.deviceTypes)) { |                 if(DeviceTypeMatch(DeviceType_,Config.deviceTypes)) { | ||||||
|                     for(const auto &i:Config.configuration) { |                     for(const auto &i:Config.configuration) { | ||||||
| @@ -384,11 +320,9 @@ namespace OpenWifi { | |||||||
|                             Config_.push_back(VE); |                             Config_.push_back(VE); | ||||||
|                         } else { |                         } else { | ||||||
|                             // we need to insert after everything bigger or equal |                             // we need to insert after everything bigger or equal | ||||||
| 							auto Hint = |                             auto Hint = std::lower_bound(Config_.cbegin(),Config_.cend(),i.weight, | ||||||
| 								std::lower_bound(Config_.cbegin(), Config_.cend(), i.weight, |  | ||||||
|                                                          [](const VerboseElement &Elem, uint64_t Value) { |                                                          [](const VerboseElement &Elem, uint64_t Value) { | ||||||
| 													 return Elem.element.weight >= Value; |                                 return Elem.element.weight>=Value; }); | ||||||
| 												 }); |  | ||||||
|                             VerboseElement  VE{ .element = i, .info = Config.info}; |                             VerboseElement  VE{ .element = i, .info = Config.info}; | ||||||
|                             Config_.insert(Hint,VE); |                             Config_.insert(Hint,VE); | ||||||
|                         } |                         } | ||||||
| @@ -402,12 +336,10 @@ namespace OpenWifi { | |||||||
|                     Explanation_.add(ExObj); |                     Explanation_.add(ExObj); | ||||||
|                 } |                 } | ||||||
|             } else { |             } else { | ||||||
| 				poco_error(Logger(), |                 poco_error(Logger(),fmt::format("Device configuration for {} is empty.", SerialNumber_)); | ||||||
| 						   fmt::format("Device configuration for {} is empty.", SerialNumber_)); |  | ||||||
|             } |             } | ||||||
|         } else { |         } else { | ||||||
| 			poco_error(Logger(), |             poco_error(Logger(),fmt::format("Invalid device configuration UUID for {}.", SerialNumber_)); | ||||||
| 					   fmt::format("Invalid device configuration UUID for {}.", SerialNumber_)); |  | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
| @@ -434,4 +366,4 @@ namespace OpenWifi { | |||||||
|         } else { |         } else { | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -4,9 +4,9 @@ | |||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
|  |  | ||||||
|  | #include <string> | ||||||
| #include "Poco/Logger.h" | #include "Poco/Logger.h" | ||||||
| #include "RESTObjects//RESTAPI_ProvObjects.h" | #include "RESTObjects//RESTAPI_ProvObjects.h" | ||||||
| #include <string> |  | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|  |  | ||||||
| @@ -20,10 +20,10 @@ namespace OpenWifi { | |||||||
|  |  | ||||||
|     class APConfig { |     class APConfig { | ||||||
|         public: |         public: | ||||||
| 		explicit APConfig(const std::string &SerialNumber, const std::string &DeviceType, |             explicit APConfig(const std::string & SerialNumber, const std::string & DeviceType, Poco::Logger & L, bool Explain=false); | ||||||
| 						  Poco::Logger &L, bool Explain = false); |  | ||||||
|             explicit APConfig(const std::string & SerialNumber, Poco::Logger & L); |             explicit APConfig(const std::string & SerialNumber, Poco::Logger & L); | ||||||
|  |  | ||||||
|  |  | ||||||
|             [[nodiscard]] bool Get(Poco::JSON::Object::Ptr &Configuration); |             [[nodiscard]] bool Get(Poco::JSON::Object::Ptr &Configuration); | ||||||
|  |  | ||||||
|             void AddConfiguration(const std::string &UUID); |             void AddConfiguration(const std::string &UUID); | ||||||
| @@ -32,7 +32,6 @@ namespace OpenWifi { | |||||||
|             void AddVenueConfig(const std::string &UUID); |             void AddVenueConfig(const std::string &UUID); | ||||||
|             void AddEntityConfig(const std::string &UUID); |             void AddEntityConfig(const std::string &UUID); | ||||||
|             const Poco::JSON::Array & Explanation() { return Explanation_; }; |             const Poco::JSON::Array & Explanation() { return Explanation_; }; | ||||||
|  |  | ||||||
|         private: |         private: | ||||||
|             std::string                 SerialNumber_; |             std::string                 SerialNumber_; | ||||||
|             std::string                 DeviceType_; |             std::string                 DeviceType_; | ||||||
| @@ -45,19 +44,12 @@ namespace OpenWifi { | |||||||
|             bool                        Sub_=false; |             bool                        Sub_=false; | ||||||
|             Poco::Logger & Logger()     { return Logger_;} |             Poco::Logger & Logger()     { return Logger_;} | ||||||
|  |  | ||||||
| 		bool ReplaceVariablesInArray(const Poco::JSON::Array &O, |             bool ReplaceVariablesInArray( const Poco::JSON::Array::Ptr & O, Poco::JSON::Array::Ptr & Result); | ||||||
| 									 Poco::JSON::Array &Result); |             bool ReplaceVariablesInObject( const Poco::JSON::Object::Ptr & Original, Poco::JSON::Object::Ptr & Result); | ||||||
| 		bool ReplaceVariablesInObject(const Poco::JSON::Object &Original, |  | ||||||
| 									  Poco::JSON::Object &Result); |  | ||||||
|  |  | ||||||
| 		bool FindRadio(const std::string &Band, const Poco::JSON::Array::Ptr &Arr, |             bool FindRadio(const std::string &Band, const Poco::JSON::Array::Ptr &Arr, Poco::JSON::Object::Ptr & Radio); | ||||||
| 					   Poco::JSON::Object::Ptr &Radio); |             bool mergeArray(const std::string &K, const Poco::JSON::Array::Ptr &A , const Poco::JSON::Array::Ptr &B, Poco::JSON::Array &Arr); | ||||||
| 		bool mergeArray(const std::string &K, const Poco::JSON::Array::Ptr &A, |             bool merge(const Poco::JSON::Object::Ptr & A, const Poco::JSON::Object::Ptr & B, Poco::JSON::Object::Ptr &C); | ||||||
| 						const Poco::JSON::Array::Ptr &B, Poco::JSON::Array &Arr); |             bool RemoveBand(const std::string &Band, const Poco::JSON::Array::Ptr &A_in,Poco::JSON::Array::Ptr &A_Out); | ||||||
| 		bool merge(const Poco::JSON::Object::Ptr &A, const Poco::JSON::Object::Ptr &B, |  | ||||||
| 				   Poco::JSON::Object::Ptr &C); |  | ||||||
| 		bool RemoveBand(const std::string &Band, const Poco::JSON::Array::Ptr &A_in, |  | ||||||
| 						Poco::JSON::Array::Ptr &A_Out); |  | ||||||
|         bool InsertRadiusEndPoint(const ProvObjects::RADIUSEndPoint &EP, Poco::JSON::Object &Result); |  | ||||||
|     }; |     }; | ||||||
| } // namespace OpenWifi | } | ||||||
|   | |||||||
| @@ -3,20 +3,18 @@ | |||||||
| // | // | ||||||
|  |  | ||||||
| #include "AutoDiscovery.h" | #include "AutoDiscovery.h" | ||||||
| #include "Poco/JSON/Parser.h" |  | ||||||
| #include "StorageService.h" |  | ||||||
| #include "framework/KafkaManager.h" |  | ||||||
| #include "framework/KafkaTopics.h" |  | ||||||
| #include "framework/ow_constants.h" | #include "framework/ow_constants.h" | ||||||
|  | #include "framework/KafkaTopics.h" | ||||||
|  | #include "framework/KafkaManager.h" | ||||||
|  | #include "StorageService.h" | ||||||
|  | #include "Poco/JSON/Parser.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|  |  | ||||||
|     int AutoDiscovery::Start() { |     int AutoDiscovery::Start() { | ||||||
|         poco_information(Logger(),"Starting..."); |         poco_information(Logger(),"Starting..."); | ||||||
|         Running_ = true; |         Running_ = true; | ||||||
| 		Types::TopicNotifyFunction F = [this](const std::string &Key, const std::string &Payload) { |         Types::TopicNotifyFunction F = [this](const std::string &Key, const std::string &Payload) { this->ConnectionReceived(Key,Payload); }; | ||||||
| 			this->ConnectionReceived(Key, Payload); |  | ||||||
| 		}; |  | ||||||
|         ConnectionWatcherId_ = KafkaManager()->RegisterTopicWatcher(KafkaTopics::CONNECTION, F); |         ConnectionWatcherId_ = KafkaManager()->RegisterTopicWatcher(KafkaTopics::CONNECTION, F); | ||||||
|         Worker_.start(*this); |         Worker_.start(*this); | ||||||
|         return 0; |         return 0; | ||||||
| @@ -31,48 +29,6 @@ namespace OpenWifi { | |||||||
|         poco_information(Logger(),"Stopped..."); |         poco_information(Logger(),"Stopped..."); | ||||||
|     }; |     }; | ||||||
|  |  | ||||||
|     void AutoDiscovery::ProcessPing(const Poco::JSON::Object::Ptr & P, std::string &FW, std::string &SN, |  | ||||||
|                                     std::string &Compat, std::string &Conn, std::string &locale) { |  | ||||||
|         if (P->has(uCentralProtocol::CONNECTIONIP)) |  | ||||||
|             Conn = P->get(uCentralProtocol::CONNECTIONIP).toString(); |  | ||||||
|         if (P->has(uCentralProtocol::FIRMWARE)) |  | ||||||
|             FW = P->get(uCentralProtocol::FIRMWARE).toString(); |  | ||||||
|         if (P->has(uCentralProtocol::SERIALNUMBER)) |  | ||||||
|             SN = P->get(uCentralProtocol::SERIALNUMBER).toString(); |  | ||||||
|         if (P->has(uCentralProtocol::COMPATIBLE)) |  | ||||||
|             Compat = P->get(uCentralProtocol::COMPATIBLE).toString(); |  | ||||||
|         if (P->has("locale")) { |  | ||||||
|             locale = P->get("locale").toString(); |  | ||||||
|         } |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     void AutoDiscovery::ProcessConnect(const Poco::JSON::Object::Ptr &P, std::string &FW, std::string &SN, |  | ||||||
|                                        std::string &Compat, std::string &Conn, std::string &locale) { |  | ||||||
|         if (P->has(uCentralProtocol::CONNECTIONIP)) |  | ||||||
|             Conn = P->get(uCentralProtocol::CONNECTIONIP).toString(); |  | ||||||
|         if (P->has(uCentralProtocol::FIRMWARE)) |  | ||||||
|             FW = P->get(uCentralProtocol::FIRMWARE).toString(); |  | ||||||
|         if (P->has(uCentralProtocol::SERIALNUMBER)) |  | ||||||
|             SN = P->get(uCentralProtocol::SERIALNUMBER).toString(); |  | ||||||
|         if (P->has("locale")) { |  | ||||||
|             locale = P->get("locale").toString(); |  | ||||||
|         } |  | ||||||
|         if(P->has(uCentralProtocol::CAPABILITIES)) { |  | ||||||
|             auto CapObj = P->getObject(uCentralProtocol::CAPABILITIES); |  | ||||||
|             if (CapObj->has(uCentralProtocol::COMPATIBLE)) |  | ||||||
|                 Compat = CapObj->get(uCentralProtocol::COMPATIBLE).toString(); |  | ||||||
|         } |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     void AutoDiscovery::ProcessDisconnect(const Poco::JSON::Object::Ptr &P, [[maybe_unused]] std::string &FW, |  | ||||||
|                                             std::string &SN, |  | ||||||
|                                           [[maybe_unused]] std::string &Compat, |  | ||||||
|                                           [[maybe_unused]] std::string &Conn, |  | ||||||
|                                           [[maybe_unused]] std::string &locale) { |  | ||||||
|         if (P->has(uCentralProtocol::SERIALNUMBER)) |  | ||||||
|             SN = P->get(uCentralProtocol::SERIALNUMBER).toString(); |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     void AutoDiscovery::run() { |     void AutoDiscovery::run() { | ||||||
|         Poco::AutoPtr<Poco::Notification>	Note(Queue_.waitDequeueNotification()); |         Poco::AutoPtr<Poco::Notification>	Note(Queue_.waitDequeueNotification()); | ||||||
|         Utils::SetThreadName("auto-discovery"); |         Utils::SetThreadName("auto-discovery"); | ||||||
| @@ -82,38 +38,47 @@ namespace OpenWifi { | |||||||
|                 try { |                 try { | ||||||
|                     Poco::JSON::Parser Parser; |                     Poco::JSON::Parser Parser; | ||||||
|                     auto Object = Parser.parse(Msg->Payload()).extract<Poco::JSON::Object::Ptr>(); |                     auto Object = Parser.parse(Msg->Payload()).extract<Poco::JSON::Object::Ptr>(); | ||||||
|                     bool    Connected=true; |  | ||||||
|  |  | ||||||
|                     if (Object->has(uCentralProtocol::PAYLOAD)) { |                     if (Object->has(uCentralProtocol::PAYLOAD)) { | ||||||
|                         auto PayloadObj = Object->getObject(uCentralProtocol::PAYLOAD); |                         auto PayloadObj = Object->getObject(uCentralProtocol::PAYLOAD); | ||||||
|                         std::string ConnectedIP, SerialNumber, Compatible, Firmware, Locale ; |                         std::string ConnectedIP, SerialNumber, DeviceType; | ||||||
|                         if (PayloadObj->has(uCentralProtocol::PING)) { |                         if (PayloadObj->has(uCentralProtocol::CONNECTIONIP)) | ||||||
|                             auto PingObj = PayloadObj->getObject("ping"); |                             ConnectedIP = PayloadObj->get(uCentralProtocol::CONNECTIONIP).toString(); | ||||||
|                             ProcessPing(PingObj, Firmware, SerialNumber, Compatible, ConnectedIP, Locale); |                         if (PayloadObj->has(uCentralProtocol::CAPABILITIES)) { | ||||||
|                         } else if(PayloadObj->has("capabilities")) { |                             auto CapObj = PayloadObj->getObject(uCentralProtocol::CAPABILITIES); | ||||||
|                             ProcessConnect(PayloadObj, Firmware, SerialNumber, Compatible, ConnectedIP, Locale); |                             if (CapObj->has(uCentralProtocol::COMPATIBLE)) { | ||||||
|                         } else if(PayloadObj->has("disconnection")) { |                                 DeviceType = CapObj->get(uCentralProtocol::COMPATIBLE).toString(); | ||||||
|                             //  we ignore disconnection in provisioning |                                 SerialNumber = PayloadObj->get(uCentralProtocol::SERIAL).toString(); | ||||||
|                             Connected=false; |  | ||||||
|                             ProcessConnect(PayloadObj, Firmware, SerialNumber, Compatible, ConnectedIP, Locale); |  | ||||||
|                         } else { |  | ||||||
|                             poco_debug(Logger(),fmt::format("Unknown message on 'connection' topic: {}",Msg->Payload())); |  | ||||||
|                             } |                             } | ||||||
|  |                         } else if (PayloadObj->has(uCentralProtocol::PING)) { | ||||||
|  |                             auto PingMessage = PayloadObj->getObject(uCentralProtocol::PING); | ||||||
|  |                             if (PingMessage->has(uCentralProtocol::FIRMWARE) && | ||||||
|  |                                 PingMessage->has(uCentralProtocol::SERIALNUMBER) && | ||||||
|  |                                 PingMessage->has(uCentralProtocol::COMPATIBLE)) { | ||||||
|  |                                 if (PingMessage->has(uCentralProtocol::CONNECTIONIP)) | ||||||
|  |                                     ConnectedIP = PingMessage->get(uCentralProtocol::CONNECTIONIP).toString(); | ||||||
|  |                                 SerialNumber = PingMessage->get(uCentralProtocol::SERIALNUMBER).toString(); | ||||||
|  |                                 DeviceType = PingMessage->get(uCentralProtocol::COMPATIBLE).toString(); | ||||||
|  |                             } | ||||||
|  |                         } | ||||||
|  |                         std::string Locale; | ||||||
|  |                         if(PayloadObj->has("locale")) | ||||||
|  |                             Locale = PayloadObj->get("locale").toString(); | ||||||
|  |  | ||||||
|                         if (!SerialNumber.empty() && Connected) { |                         if (!SerialNumber.empty()) { | ||||||
|                             StorageService()->InventoryDB().CreateFromConnection( |                             StorageService()->InventoryDB().CreateFromConnection(SerialNumber, ConnectedIP, DeviceType, Locale); | ||||||
|                                     SerialNumber, ConnectedIP, Compatible, Locale); |  | ||||||
|                         } |                         } | ||||||
|                     } |                     } | ||||||
|                 } catch (const Poco::Exception &E) { |                 } catch (const Poco::Exception &E) { | ||||||
|                     std::cout << "EX:" << Msg->Payload() << std::endl; |  | ||||||
|                     Logger().log(E); |                     Logger().log(E); | ||||||
|                 } catch (...) { |                 } catch (...) { | ||||||
|  |  | ||||||
|                 } |                 } | ||||||
|             } else { |             } else { | ||||||
|  |  | ||||||
|             } |             } | ||||||
|             Note = Queue_.waitDequeueNotification(); |             Note = Queue_.waitDequeueNotification(); | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -7,19 +7,18 @@ | |||||||
| #include "framework/OpenWifiTypes.h" | #include "framework/OpenWifiTypes.h" | ||||||
| #include "framework/SubSystemServer.h" | #include "framework/SubSystemServer.h" | ||||||
|  |  | ||||||
| #include "Poco/Notification.h" |  | ||||||
| #include "Poco/NotificationQueue.h" | #include "Poco/NotificationQueue.h" | ||||||
| #include "Poco/JSON/Object.h" | #include "Poco/Notification.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|  |  | ||||||
|     class DiscoveryMessage : public Poco::Notification { |     class DiscoveryMessage : public Poco::Notification { | ||||||
|         public: |         public: | ||||||
| 		explicit DiscoveryMessage(const std::string &Key, const std::string &Payload) |             explicit DiscoveryMessage(const std::string &Key, const std::string &Payload ) : | ||||||
| 			: Key_(Key), Payload_(Payload) {} |                 Key_(Key), | ||||||
|  |                 Payload_(Payload) {} | ||||||
|             const std::string & Key() { return Key_; } |             const std::string & Key() { return Key_; } | ||||||
|             const std::string & Payload() { return Payload_; } |             const std::string & Payload() { return Payload_; } | ||||||
|  |  | ||||||
|         private: |         private: | ||||||
|             std::string     Key_; |             std::string     Key_; | ||||||
|             std::string     Payload_; |             std::string     Payload_; | ||||||
| @@ -27,6 +26,7 @@ namespace OpenWifi { | |||||||
|  |  | ||||||
|     class AutoDiscovery : public SubSystemServer, Poco::Runnable { |     class AutoDiscovery : public SubSystemServer, Poco::Runnable { | ||||||
|         public: |         public: | ||||||
|  |  | ||||||
|             static auto instance() { |             static auto instance() { | ||||||
|                 static auto instance_ = new AutoDiscovery; |                 static auto instance_ = new AutoDiscovery; | ||||||
|                 return instance_; |                 return instance_; | ||||||
| @@ -47,17 +47,13 @@ namespace OpenWifi { | |||||||
|             Poco::Thread                            Worker_; |             Poco::Thread                            Worker_; | ||||||
|             std::atomic_bool                        Running_=false; |             std::atomic_bool                        Running_=false; | ||||||
|  |  | ||||||
|         void ProcessPing(const Poco::JSON::Object::Ptr & P, std::string &FW, std::string &SN, |             AutoDiscovery() noexcept: | ||||||
|                                         std::string &Compat, std::string &Conn, std::string &locale) ; |                 SubSystemServer("AutoDiscovery", "AUTO-DISCOVERY", "discovery") | ||||||
|         void ProcessConnect(const Poco::JSON::Object::Ptr & P, std::string &FW, std::string &SN, |                 { | ||||||
|                          std::string &Compat, std::string &Conn, std::string &locale) ; |                 } | ||||||
|         void ProcessDisconnect(const Poco::JSON::Object::Ptr & P, std::string &FW, std::string &SN, |  | ||||||
|                             std::string &Compat, std::string &Conn, std::string &locale) ; |  | ||||||
|  |  | ||||||
|         AutoDiscovery() noexcept |  | ||||||
| 			: SubSystemServer("AutoDiscovery", "AUTO-DISCOVERY", "discovery") {} |  | ||||||
|         }; |         }; | ||||||
|  |  | ||||||
|     inline auto AutoDiscovery() { return AutoDiscovery::instance(); } |     inline auto AutoDiscovery() { return AutoDiscovery::instance(); } | ||||||
|  |  | ||||||
| } // namespace OpenWifi | } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -4,8 +4,8 @@ | |||||||
|  |  | ||||||
| #include "ConfigSanityChecker.h" | #include "ConfigSanityChecker.h" | ||||||
| #include "nlohmann/json.hpp" | #include "nlohmann/json.hpp" | ||||||
| #include <iomanip> |  | ||||||
| #include <iostream> | #include <iostream> | ||||||
|  | #include <iomanip> | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|  |  | ||||||
| @@ -20,28 +20,34 @@ namespace OpenWifi { | |||||||
|             } |             } | ||||||
|             return true; |             return true; | ||||||
|         } catch ( ... ) { |         } catch ( ... ) { | ||||||
|  |  | ||||||
|         } |         } | ||||||
|         return false; |         return false; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     void ConfigSanityChecker::Check_radios([[maybe_unused]] nlohmann::json &d) { |     void ConfigSanityChecker::Check_radios([[maybe_unused]] nlohmann::json &d) { | ||||||
|         std::cout << "Validating radios" << std::endl; |         std::cout << "Validating radios" << std::endl; | ||||||
|  |  | ||||||
|     }; |     }; | ||||||
|  |  | ||||||
|     void ConfigSanityChecker::Check_interfaces([[maybe_unused]] nlohmann::json &d) { |     void ConfigSanityChecker::Check_interfaces([[maybe_unused]] nlohmann::json &d) { | ||||||
|         std::cout << "Validating interfaces" << std::endl; |         std::cout << "Validating interfaces" << std::endl; | ||||||
|  |  | ||||||
|     }; |     }; | ||||||
|  |  | ||||||
|     void ConfigSanityChecker::Check_metrics([[maybe_unused]] nlohmann::json &d) { |     void ConfigSanityChecker::Check_metrics([[maybe_unused]] nlohmann::json &d) { | ||||||
|         std::cout << "Validating metrics" << std::endl; |         std::cout << "Validating metrics" << std::endl; | ||||||
|  |  | ||||||
|     }; |     }; | ||||||
|  |  | ||||||
|     void ConfigSanityChecker::Check_services([[maybe_unused]] nlohmann::json &d) { |     void ConfigSanityChecker::Check_services([[maybe_unused]] nlohmann::json &d) { | ||||||
|         std::cout << "Validating services" << std::endl; |         std::cout << "Validating services" << std::endl; | ||||||
|  |  | ||||||
|     }; |     }; | ||||||
|  |  | ||||||
|     void ConfigSanityChecker::Check_uuid([[maybe_unused]] nlohmann::json &d) { |     void ConfigSanityChecker::Check_uuid([[maybe_unused]] nlohmann::json &d) { | ||||||
|         std::cout << "Validating uuid" << std::endl; |         std::cout << "Validating uuid" << std::endl; | ||||||
|  |  | ||||||
|     }; |     }; | ||||||
|  |  | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -4,13 +4,13 @@ | |||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
|  |  | ||||||
| #include "nlohmann/json.hpp" |  | ||||||
| #include <functional> |  | ||||||
| #include <list> |  | ||||||
| #include <map> |  | ||||||
| #include <string> | #include <string> | ||||||
| #include <utility> | #include <list> | ||||||
|  | #include <functional> | ||||||
|  | #include <map> | ||||||
| #include <vector> | #include <vector> | ||||||
|  | #include <utility> | ||||||
|  | #include "nlohmann/json.hpp" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|     struct SanityError { |     struct SanityError { | ||||||
| @@ -23,8 +23,9 @@ namespace OpenWifi { | |||||||
|  |  | ||||||
|     class ConfigSanityChecker { |     class ConfigSanityChecker { | ||||||
|         public: |         public: | ||||||
| 		explicit ConfigSanityChecker(std::string Config, std::string DeviceType) |             explicit ConfigSanityChecker(std::string Config, std::string DeviceType) : | ||||||
| 			: Config_(std::move(Config)), DeviceType_(std::move(DeviceType)) {} |                 Config_(std::move(Config)), | ||||||
|  |                 DeviceType_(std::move(DeviceType)){} | ||||||
|  |  | ||||||
|             bool Check(); |             bool Check(); | ||||||
|             const SanityErrorList & Errors() { return Errors_; } |             const SanityErrorList & Errors() { return Errors_; } | ||||||
| @@ -55,6 +56,7 @@ namespace OpenWifi { | |||||||
|                 std::make_pair("interfaces", [this](nlohmann::json &d){ this->Check_interfaces(d);} ), |                 std::make_pair("interfaces", [this](nlohmann::json &d){ this->Check_interfaces(d);} ), | ||||||
|                 std::make_pair("metrics", [this](nlohmann::json &d){ this->Check_metrics(d);} ), |                 std::make_pair("metrics", [this](nlohmann::json &d){ this->Check_metrics(d);} ), | ||||||
|                 std::make_pair("services", [this](nlohmann::json &d){ this->Check_services(d);} ), |                 std::make_pair("services", [this](nlohmann::json &d){ this->Check_services(d);} ), | ||||||
| 			std::make_pair("uuid", [this](nlohmann::json &d) { this->Check_uuid(d); })}; |                 std::make_pair("uuid", [this](nlohmann::json &d){ this->Check_uuid(d);} ) | ||||||
|                 }; |                 }; | ||||||
| } // namespace OpenWifi |     }; | ||||||
|  | } | ||||||
|   | |||||||
| @@ -6,43 +6,45 @@ | |||||||
| //	Arilia Wireless Inc. | //	Arilia Wireless Inc. | ||||||
| // | // | ||||||
|  |  | ||||||
| #include "Poco/Environment.h" |  | ||||||
| #include "Poco/Net/SSLManager.h" |  | ||||||
| #include "Poco/Util/Application.h" | #include "Poco/Util/Application.h" | ||||||
| #include "Poco/Util/Option.h" | #include "Poco/Util/Option.h" | ||||||
|  | #include "Poco/Environment.h" | ||||||
|  | #include "Poco/Net/SSLManager.h" | ||||||
|  |  | ||||||
| #include "AutoDiscovery.h" |  | ||||||
| #include "Daemon.h" | #include "Daemon.h" | ||||||
|  | #include "StorageService.h" | ||||||
|  | #include "AutoDiscovery.h" | ||||||
|  | #include "framework/ConfigurationValidator.h" | ||||||
|  | #include "SerialNumberCache.h" | ||||||
|  | #include "JobController.h" | ||||||
|  | #include "FindCountry.h" | ||||||
|  | #include "Signup.h" | ||||||
| #include "DeviceTypeCache.h" | #include "DeviceTypeCache.h" | ||||||
| #include "FileDownloader.h" | #include "FileDownloader.h" | ||||||
| #include "FindCountry.h" |  | ||||||
| #include "JobController.h" |  | ||||||
| #include "SerialNumberCache.h" |  | ||||||
| #include "Signup.h" |  | ||||||
| #include "StorageService.h" |  | ||||||
| #include "UI_Prov_WebSocketNotifications.h" |  | ||||||
| #include "framework/ConfigurationValidator.h" |  | ||||||
| #include "framework/UI_WebSocketClientServer.h" | #include "framework/UI_WebSocketClientServer.h" | ||||||
| #include <RadiusEndpointTypes/GlobalReach.h> | #include "UI_Prov_WebSocketNotifications.h" | ||||||
| #include <RadiusEndpointTypes/OrionWifi.h> |  | ||||||
| #include <RadiusEndpointTypes/Radsec.h> |  | ||||||
| #include <RadiusEndpointTypes/GenericRadius.h> |  | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
| 	class Daemon *Daemon::instance_ = nullptr; | 	class Daemon *Daemon::instance_ = nullptr; | ||||||
|  |  | ||||||
| 	class Daemon *Daemon::instance() { | 	class Daemon *Daemon::instance() { | ||||||
| 		if (instance_ == nullptr) { | 		if (instance_ == nullptr) { | ||||||
| 			instance_ = new Daemon(vDAEMON_PROPERTIES_FILENAME, vDAEMON_ROOT_ENV_VAR, | 			instance_ = new Daemon(vDAEMON_PROPERTIES_FILENAME, | ||||||
| 								   vDAEMON_CONFIG_ENV_VAR, vDAEMON_APP_NAME, vDAEMON_BUS_TIMER, | 								   vDAEMON_ROOT_ENV_VAR, | ||||||
| 								   SubSystemVec{OpenWifi::StorageService(), DeviceTypeCache(), | 								   vDAEMON_CONFIG_ENV_VAR, | ||||||
| 												ConfigurationValidator(), SerialNumberCache(), | 								   vDAEMON_APP_NAME, | ||||||
| 												AutoDiscovery(), JobController(), | 								   vDAEMON_BUS_TIMER, | ||||||
| 												UI_WebSocketClientServer(), FindCountryFromIP(), | 								   SubSystemVec{ | ||||||
| 												Signup(), FileDownloader(), | 									   OpenWifi::StorageService(), | ||||||
|                                                 OpenRoaming_GlobalReach(), |                                        DeviceTypeCache(), | ||||||
|                                                 OpenRoaming_Orion(), OpenRoaming_Radsec(), | 									   ConfigurationValidator(), | ||||||
|                                                 OpenRoaming_GenericRadius() | 									   SerialNumberCache(), | ||||||
|  | 									   AutoDiscovery(), | ||||||
|  | 									   JobController(), | ||||||
|  | 									   UI_WebSocketClientServer(), | ||||||
|  |                                        FindCountryFromIP(), | ||||||
|  |                                        Signup(), | ||||||
|  |                                        FileDownloader() | ||||||
| 								   }); | 								   }); | ||||||
| 		} | 		} | ||||||
| 		return instance_; | 		return instance_; | ||||||
| @@ -77,7 +79,7 @@ namespace OpenWifi { | |||||||
|         ProvWebSocketNotifications::Register(); |         ProvWebSocketNotifications::Register(); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| } // namespace OpenWifi | } | ||||||
|  |  | ||||||
| int main(int argc, char **argv) { | int main(int argc, char **argv) { | ||||||
|     int ExitCode; |     int ExitCode; | ||||||
|   | |||||||
							
								
								
									
										22
									
								
								src/Daemon.h
									
									
									
									
									
								
							
							
						
						| @@ -9,17 +9,17 @@ | |||||||
| #pragma once | #pragma once | ||||||
|  |  | ||||||
| #include <array> | #include <array> | ||||||
| #include <cstdlib> |  | ||||||
| #include <iostream> | #include <iostream> | ||||||
| #include <set> | #include <cstdlib> | ||||||
| #include <vector> | #include <vector> | ||||||
|  | #include <set> | ||||||
|  |  | ||||||
| #include "Dashboard.h" | #include "Dashboard.h" | ||||||
| #include "ProvWebSocketClient.h" |  | ||||||
| #include "RESTObjects/RESTAPI_ProvObjects.h" |  | ||||||
| #include "framework/MicroService.h" | #include "framework/MicroService.h" | ||||||
| #include "framework/MicroServiceNames.h" | #include "framework/MicroServiceNames.h" | ||||||
| #include "framework/OpenWifiTypes.h" | #include "framework/OpenWifiTypes.h" | ||||||
|  | #include "RESTObjects/RESTAPI_ProvObjects.h" | ||||||
|  | #include "ProvWebSocketClient.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|  |  | ||||||
| @@ -31,10 +31,13 @@ namespace OpenWifi { | |||||||
|  |  | ||||||
|     class Daemon : public MicroService { |     class Daemon : public MicroService { | ||||||
| 		public: | 		public: | ||||||
| 		explicit Daemon(const std::string &PropFile, const std::string &RootEnv, | 			explicit Daemon(const std::string & PropFile, | ||||||
| 						const std::string &ConfigEnv, const std::string &AppName, uint64_t BusTimer, | 							const std::string & RootEnv, | ||||||
| 						const SubSystemVec &SubSystems) | 							const std::string & ConfigEnv, | ||||||
| 			: MicroService(PropFile, RootEnv, ConfigEnv, AppName, BusTimer, SubSystems){}; | 							const std::string & AppName, | ||||||
|  | 						  	uint64_t 	BusTimer, | ||||||
|  | 							const SubSystemVec & SubSystems) : | ||||||
|  | 				MicroService( PropFile, RootEnv, ConfigEnv, AppName, BusTimer, SubSystems) {}; | ||||||
|  |  | ||||||
| 			static Daemon *instance(); | 			static Daemon *instance(); | ||||||
| 			inline OpenWifi::ProvisioningDashboard & GetDashboard() { return DB_; } | 			inline OpenWifi::ProvisioningDashboard & GetDashboard() { return DB_; } | ||||||
| @@ -53,4 +56,5 @@ namespace OpenWifi { | |||||||
|  |  | ||||||
| 	inline Daemon * Daemon() { return Daemon::instance(); } | 	inline Daemon * Daemon() { return Daemon::instance(); } | ||||||
|     void DaemonPostInitialization(Poco::Util::Application &self); |     void DaemonPostInitialization(Poco::Util::Application &self); | ||||||
| } // namespace OpenWifi | } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -17,4 +17,4 @@ namespace OpenWifi { | |||||||
| 			LastRun_ = Now; | 			LastRun_ = Now; | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
| } // namespace OpenWifi | } | ||||||
|   | |||||||
| @@ -8,21 +8,17 @@ | |||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
|  |  | ||||||
| #include "RESTObjects/RESTAPI_ProvObjects.h" |  | ||||||
| #include "framework/OpenWifiTypes.h" | #include "framework/OpenWifiTypes.h" | ||||||
|  | #include "RESTObjects/RESTAPI_ProvObjects.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
| 	class ProvisioningDashboard { | 	class ProvisioningDashboard { | ||||||
| 	  public: | 	  public: | ||||||
| 			void Create(); | 			void Create(); | ||||||
| 			[[nodiscard]] const ProvObjects::Report & Report() const { return DB_;} | 			[[nodiscard]] const ProvObjects::Report & Report() const { return DB_;} | ||||||
| 		inline void Reset() { | 			inline void Reset() { LastRun_=0; DB_.reset(); } | ||||||
| 			LastRun_ = 0; |  | ||||||
| 			DB_.reset(); |  | ||||||
| 		} |  | ||||||
|  |  | ||||||
| 	  private: | 	  private: | ||||||
| 	        ProvObjects::Report  	DB_{}; | 	        ProvObjects::Report  	DB_{}; | ||||||
| 			uint64_t 				LastRun_=0; | 			uint64_t 				LastRun_=0; | ||||||
| 	}; | 	}; | ||||||
| } // namespace OpenWifi | } | ||||||
|   | |||||||
| @@ -6,10 +6,10 @@ | |||||||
|  |  | ||||||
| #include <set> | #include <set> | ||||||
|  |  | ||||||
| #include "framework/AppServiceRegistry.h" |  | ||||||
| #include "framework/MicroServiceNames.h" |  | ||||||
| #include "framework/OpenAPIRequests.h" |  | ||||||
| #include "framework/SubSystemServer.h" | #include "framework/SubSystemServer.h" | ||||||
|  | #include "framework/AppServiceRegistry.h" | ||||||
|  | #include "framework/OpenAPIRequests.h" | ||||||
|  | #include "framework/MicroServiceNames.h" | ||||||
|  |  | ||||||
| #include "Poco/Timer.h" | #include "Poco/Timer.h" | ||||||
|  |  | ||||||
| @@ -24,23 +24,23 @@ namespace OpenWifi { | |||||||
|  |  | ||||||
|         inline int Start() final { |         inline int Start() final { | ||||||
|             InitializeCache(); |             InitializeCache(); | ||||||
| 			TimerCallback_ = std::make_unique<Poco::TimerCallback<DeviceTypeCache>>( |             TimerCallback_ = std::make_unique<Poco::TimerCallback<DeviceTypeCache>>(*this,&DeviceTypeCache::onTimer); | ||||||
| 				*this, &DeviceTypeCache::onTimer); |  | ||||||
|             Timer_.setStartInterval( 60 * 1000);            // first run in 60 seconds |             Timer_.setStartInterval( 60 * 1000);            // first run in 60 seconds | ||||||
|             Timer_.setPeriodicInterval(1 * 60 * 60 * 1000); // 1 hours |             Timer_.setPeriodicInterval(1 * 60 * 60 * 1000); // 1 hours | ||||||
|             Timer_.start(*TimerCallback_); |             Timer_.start(*TimerCallback_); | ||||||
|             return 0; |             return 0; | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		inline void Stop() final { Timer_.stop(); } |         inline void Stop() final { | ||||||
|  |             Timer_.stop(); | ||||||
|  |         } | ||||||
|  |  | ||||||
| 		inline void onTimer([[maybe_unused]] Poco::Timer &timer) { UpdateDeviceTypes(); } |         inline void onTimer([[maybe_unused]] Poco::Timer & timer) { | ||||||
|  |             UpdateDeviceTypes(); | ||||||
|  |         } | ||||||
|  |  | ||||||
| 		inline bool IsAcceptableDeviceType(const std::string &D) const { |         inline bool IsAcceptableDeviceType(const std::string &D) const { return (DeviceTypes_.find(D)!=DeviceTypes_.end());}; | ||||||
| 			return (DeviceTypes_.find(D) != DeviceTypes_.end()); |         inline bool AreAcceptableDeviceTypes(const Types::StringVec &S, bool WildCardAllowed=true) const { | ||||||
| 		}; |  | ||||||
| 		inline bool AreAcceptableDeviceTypes(const Types::StringVec &S, |  | ||||||
| 											 bool WildCardAllowed = true) const { |  | ||||||
|             for(const auto &i:S) { |             for(const auto &i:S) { | ||||||
|                 if(WildCardAllowed && i=="*") { |                 if(WildCardAllowed && i=="*") { | ||||||
|                     //   We allow wildcards |                     //   We allow wildcards | ||||||
| @@ -56,16 +56,27 @@ namespace OpenWifi { | |||||||
|         std::set<std::string>                                   DeviceTypes_; |         std::set<std::string>                                   DeviceTypes_; | ||||||
|         std::unique_ptr<Poco::TimerCallback<DeviceTypeCache>>   TimerCallback_; |         std::unique_ptr<Poco::TimerCallback<DeviceTypeCache>>   TimerCallback_; | ||||||
|  |  | ||||||
| 		inline DeviceTypeCache() noexcept |         inline DeviceTypeCache() noexcept: | ||||||
| 			: SubSystemServer("DeviceTypes", "DEV-TYPES", "devicetypes") {} |                 SubSystemServer("DeviceTypes", "DEV-TYPES", "devicetypes") | ||||||
|  |         { | ||||||
|  |         } | ||||||
|  |  | ||||||
|         inline void InitializeCache() { |         inline void InitializeCache() { | ||||||
|             std::lock_guard G(Mutex_); |             std::lock_guard G(Mutex_); | ||||||
|  |  | ||||||
|             Initialized_ = true; |             Initialized_ = true; | ||||||
| 			std::vector<std::string> DeviceTypes; |             std::string DeviceTypes; | ||||||
| 			AppServiceRegistry().Get("deviceTypes", DeviceTypes); |             if(AppServiceRegistry().Get("deviceTypes",DeviceTypes)) { | ||||||
|             std::for_each(DeviceTypes.begin(),DeviceTypes.end(),[&](const std::string &s){ DeviceTypes_.insert(s);}); |                 Poco::JSON::Parser  P; | ||||||
|  |                 try { | ||||||
|  |                     auto O = P.parse(DeviceTypes).extract<Poco::JSON::Array::Ptr>(); | ||||||
|  |                     for(const auto &i:*O) { | ||||||
|  |                         DeviceTypes_.insert(i.toString()); | ||||||
|  |                     } | ||||||
|  |                 } catch (...) { | ||||||
|  |  | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         inline bool UpdateDeviceTypes() { |         inline bool UpdateDeviceTypes() { | ||||||
| @@ -73,7 +84,10 @@ namespace OpenWifi { | |||||||
|                 Types::StringPairVec QueryData; |                 Types::StringPairVec QueryData; | ||||||
|  |  | ||||||
|                 QueryData.push_back(std::make_pair("deviceSet","true")); |                 QueryData.push_back(std::make_pair("deviceSet","true")); | ||||||
| 				OpenAPIRequestGet Req(uSERVICE_FIRMWARE, "/api/v1/firmwares", QueryData, 10000); |                 OpenAPIRequestGet	Req(    uSERVICE_FIRMWARE, | ||||||
|  |                                              "/api/v1/firmwares", | ||||||
|  |                                              QueryData, | ||||||
|  |                                              10000); | ||||||
|  |  | ||||||
|                 auto Response = Poco::makeShared<Poco::JSON::Object>(); |                 auto Response = Poco::makeShared<Poco::JSON::Object>(); | ||||||
|                 auto StatusCode = Req.Do(Response); |                 auto StatusCode = Req.Do(Response); | ||||||
| @@ -99,12 +113,18 @@ namespace OpenWifi { | |||||||
|  |  | ||||||
|         inline void SaveCache() { |         inline void SaveCache() { | ||||||
|             std::lock_guard G(Mutex_); |             std::lock_guard G(Mutex_); | ||||||
|             std::vector<std::string>    DeviceTypes; |  | ||||||
|             std::for_each(DeviceTypes_.begin(),DeviceTypes_.end(),[&](const std::string &s){DeviceTypes.emplace_back(s);}); |             Poco::JSON::Array   Arr; | ||||||
| 			AppServiceRegistry().Set("deviceTypes", DeviceTypes); |             for(auto const &i:DeviceTypes_) | ||||||
|  |                 Arr.add(i); | ||||||
|  |  | ||||||
|  |             std::stringstream OS; | ||||||
|  |             Arr.stringify(OS); | ||||||
|  |  | ||||||
|  |             AppServiceRegistry().Set("deviceTypes", OS.str()); | ||||||
|         } |         } | ||||||
|     }; |     }; | ||||||
|  |  | ||||||
|     inline auto DeviceTypeCache() { return DeviceTypeCache::instance(); } |     inline auto DeviceTypeCache() { return DeviceTypeCache::instance(); } | ||||||
|  |  | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -8,8 +8,7 @@ | |||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|     int FileDownloader::Start() { |     int FileDownloader::Start() { | ||||||
|         poco_information(Logger(),"Starting..."); |         poco_information(Logger(),"Starting..."); | ||||||
| 		TimerCallback_ = |         TimerCallback_ = std::make_unique<Poco::TimerCallback<FileDownloader>>(*this,&FileDownloader::onTimer); | ||||||
| 			std::make_unique<Poco::TimerCallback<FileDownloader>>(*this, &FileDownloader::onTimer); |  | ||||||
|         Timer_.setStartInterval( 20 * 1000);  // first run in 20 seconds |         Timer_.setStartInterval( 20 * 1000);  // first run in 20 seconds | ||||||
|         Timer_.setPeriodicInterval(2 * 60 * 60 * 1000); // 1 hours |         Timer_.setPeriodicInterval(2 * 60 * 60 * 1000); // 1 hours | ||||||
|         Timer_.start(*TimerCallback_); |         Timer_.start(*TimerCallback_); | ||||||
| @@ -23,15 +22,10 @@ namespace OpenWifi { | |||||||
|     } |     } | ||||||
|  |  | ||||||
|     void FileDownloader::onTimer([[maybe_unused]] Poco::Timer &timer) { |     void FileDownloader::onTimer([[maybe_unused]] Poco::Timer &timer) { | ||||||
| 		const static std::vector<std::pair<std::string, std::string>> Files{ |         const static std::vector<std::pair<std::string,std::string>> Files | ||||||
|             { |             { | ||||||
|                 "https://raw.githubusercontent.com/Telecominfraproject/wlan-ucentral-schema/main/ucentral.schema.pretty.json", |                 {"https://raw.githubusercontent.com/blogic/ucentral-schema/main/ucentral.schema.json", "ucentral.schema.json" }, | ||||||
|                 "ucentral.schema.pretty.json" |                 {"https://ucentral.io/ucentral.schema.pretty.json", "ucentral.schema.pretty.json" } | ||||||
|             }, |  | ||||||
|             { |  | ||||||
|                 "https://raw.githubusercontent.com/Telecominfraproject/wlan-ucentral-schema/main/ucentral.schema.json", |  | ||||||
|                 "ucentral.schema.json" |  | ||||||
|             } |  | ||||||
|             }; |             }; | ||||||
|  |  | ||||||
|         Utils::SetThreadName("file-dmnldr"); |         Utils::SetThreadName("file-dmnldr"); | ||||||
| @@ -50,4 +44,4 @@ namespace OpenWifi { | |||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -3,13 +3,14 @@ | |||||||
| // | // | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
| #include "Poco/Timer.h" |  | ||||||
| #include "framework/SubSystemServer.h" | #include "framework/SubSystemServer.h" | ||||||
|  | #include "Poco/Timer.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|  |  | ||||||
|     class FileDownloader : public SubSystemServer { |     class FileDownloader : public SubSystemServer { | ||||||
|     public: |     public: | ||||||
|  |  | ||||||
|         static auto instance() { |         static auto instance() { | ||||||
|             static auto instance_ = new FileDownloader; |             static auto instance_ = new FileDownloader; | ||||||
|             return instance_; |             return instance_; | ||||||
| @@ -24,9 +25,10 @@ namespace OpenWifi { | |||||||
|         std::unique_ptr<Poco::TimerCallback<FileDownloader>>       TimerCallback_; |         std::unique_ptr<Poco::TimerCallback<FileDownloader>>       TimerCallback_; | ||||||
|         std::atomic_bool Running_ = false; |         std::atomic_bool Running_ = false; | ||||||
|  |  | ||||||
| 		FileDownloader() noexcept |         FileDownloader() noexcept: | ||||||
| 			: SubSystemServer("FileDownloader", "FILE-DOWNLOADER", "downloader") {} |                 SubSystemServer("FileDownloader", "FILE-DOWNLOADER", "downloader") { | ||||||
|  |         } | ||||||
|     }; |     }; | ||||||
|  |  | ||||||
|     inline auto FileDownloader() { return FileDownloader::instance(); } |     inline auto FileDownloader() { return FileDownloader::instance(); } | ||||||
| } // namespace OpenWifi | } | ||||||
|   | |||||||
| @@ -6,8 +6,8 @@ | |||||||
|  |  | ||||||
| #include "Poco/Net/IPAddress.h" | #include "Poco/Net/IPAddress.h" | ||||||
|  |  | ||||||
| #include "framework/MicroServiceFuncs.h" |  | ||||||
| #include "framework/SubSystemServer.h" | #include "framework/SubSystemServer.h" | ||||||
|  | #include "framework/MicroServiceFuncs.h" | ||||||
|  |  | ||||||
| #include "nlohmann/json.hpp" | #include "nlohmann/json.hpp" | ||||||
|  |  | ||||||
| @@ -18,7 +18,8 @@ namespace OpenWifi { | |||||||
| 		virtual bool Init() = 0 ; | 		virtual bool Init() = 0 ; | ||||||
| 		virtual Poco::URI URI(const std::string & IPAddress) = 0; | 		virtual Poco::URI URI(const std::string & IPAddress) = 0; | ||||||
| 		virtual std::string Country( const std::string & Response ) = 0 ; | 		virtual std::string Country( const std::string & Response ) = 0 ; | ||||||
| 		virtual ~IPToCountryProvider(){}; | 		virtual ~IPToCountryProvider() { | ||||||
|  | 		}; | ||||||
| 	}; | 	}; | ||||||
|  |  | ||||||
| 	class IPInfo : public IPToCountryProvider { | 	class IPInfo : public IPToCountryProvider { | ||||||
| @@ -43,12 +44,14 @@ namespace OpenWifi { | |||||||
| 					return IPInfo["country"]; | 					return IPInfo["country"]; | ||||||
| 				} | 				} | ||||||
| 			} catch (...) { | 			} catch (...) { | ||||||
|  |  | ||||||
| 			} | 			} | ||||||
| 			return ""; | 			return ""; | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
| 	  private: | 	  private: | ||||||
| 		std::string Key_; | 		std::string Key_; | ||||||
|  |  | ||||||
| 	}; | 	}; | ||||||
|  |  | ||||||
| 	class IPData : public IPToCountryProvider { | 	class IPData : public IPToCountryProvider { | ||||||
| @@ -73,10 +76,10 @@ namespace OpenWifi { | |||||||
| 					return IPInfo["country_code"]; | 					return IPInfo["country_code"]; | ||||||
| 				} | 				} | ||||||
| 			} catch (...) { | 			} catch (...) { | ||||||
|  |  | ||||||
| 			} | 			} | ||||||
| 			return ""; | 			return ""; | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
| 	  private: | 	  private: | ||||||
| 		std::string Key_; | 		std::string Key_; | ||||||
| 	}; | 	}; | ||||||
| @@ -105,10 +108,10 @@ namespace OpenWifi { | |||||||
| 					return IPInfo["country_code"]; | 					return IPInfo["country_code"]; | ||||||
| 				} | 				} | ||||||
| 			} catch (...) { | 			} catch (...) { | ||||||
|  |  | ||||||
| 			} | 			} | ||||||
| 			return ""; | 			return ""; | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
| 	  private: | 	  private: | ||||||
| 		std::string Key_; | 		std::string Key_; | ||||||
| 	}; | 	}; | ||||||
| @@ -136,8 +139,7 @@ namespace OpenWifi { | |||||||
| 			poco_notice(Logger(),"Starting..."); | 			poco_notice(Logger(),"Starting..."); | ||||||
| 			ProviderName_ = MicroServiceConfigGetString("iptocountry.provider",""); | 			ProviderName_ = MicroServiceConfigGetString("iptocountry.provider",""); | ||||||
| 			if(!ProviderName_.empty()) { | 			if(!ProviderName_.empty()) { | ||||||
| 				Provider_ = IPLocationProvider<IPToCountryProvider, IPInfo, IPData, IP2Location>( | 				Provider_ = IPLocationProvider<IPToCountryProvider, IPInfo, IPData, IP2Location>(ProviderName_); | ||||||
| 					ProviderName_); |  | ||||||
| 				if(Provider_!= nullptr) { | 				if(Provider_!= nullptr) { | ||||||
| 					Enabled_ = Provider_->Init(); | 					Enabled_ = Provider_->Init(); | ||||||
| 				} | 				} | ||||||
| @@ -152,8 +154,10 @@ namespace OpenWifi { | |||||||
| 			poco_notice(Logger(),"Stopped..."); | 			poco_notice(Logger(),"Stopped..."); | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
| 		[[nodiscard]] static inline std::string ReformatAddress(const std::string &I) { | 		[[nodiscard]] static inline std::string ReformatAddress(const std::string & I ) | ||||||
| 			if (I.substr(0, 7) == "::ffff:") { | 		{ | ||||||
|  | 			if(I.substr(0,7) == "::ffff:") | ||||||
|  | 			{ | ||||||
| 				std::string ip = I.substr(7 ); | 				std::string ip = I.substr(7 ); | ||||||
| 				return ip; | 				return ip; | ||||||
| 			} | 			} | ||||||
| @@ -190,9 +194,12 @@ namespace OpenWifi { | |||||||
| 		std::unique_ptr<IPToCountryProvider>	Provider_; | 		std::unique_ptr<IPToCountryProvider>	Provider_; | ||||||
| 		std::string 							ProviderName_; | 		std::string 							ProviderName_; | ||||||
|  |  | ||||||
| 		FindCountryFromIP() noexcept : SubSystemServer("IpToCountry", "IPTOC-SVR", "iptocountry") {} | 		FindCountryFromIP() noexcept: | ||||||
|  | 			SubSystemServer("IpToCountry", "IPTOC-SVR", "iptocountry") | ||||||
|  | 		{ | ||||||
|  | 		} | ||||||
| 	}; | 	}; | ||||||
|  |  | ||||||
| 	inline auto FindCountryFromIP() { return FindCountryFromIP::instance(); } | 	inline auto FindCountryFromIP() { return FindCountryFromIP::instance(); } | ||||||
|  |  | ||||||
| } // namespace OpenWifi | } | ||||||
|   | |||||||
| @@ -3,8 +3,8 @@ | |||||||
| // | // | ||||||
|  |  | ||||||
| #include "JobController.h" | #include "JobController.h" | ||||||
| #include "fmt/format.h" |  | ||||||
| #include "framework/utils.h" | #include "framework/utils.h" | ||||||
|  | #include "fmt/format.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|  |  | ||||||
| @@ -39,21 +39,17 @@ namespace OpenWifi { | |||||||
|             for(auto ¤t_job:jobs_) { |             for(auto ¤t_job:jobs_) { | ||||||
|                 if(current_job!=nullptr) { |                 if(current_job!=nullptr) { | ||||||
|                     if(current_job->Started()==0 && Pool_.used()<Pool_.available()) { |                     if(current_job->Started()==0 && Pool_.used()<Pool_.available()) { | ||||||
| 						poco_information(current_job->Logger(), |                         poco_information(current_job->Logger(),fmt::format("Starting {}: {}",current_job->JobId(),current_job->Name())); | ||||||
| 										 fmt::format("Starting {}: {}", current_job->JobId(), |  | ||||||
| 													 current_job->Name())); |  | ||||||
|                         current_job->Start(); |                         current_job->Start(); | ||||||
|                         Pool_.start(*current_job); |                         Pool_.start(*current_job); | ||||||
|                     } |                     } | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|  |  | ||||||
| 			for (auto it = jobs_.begin(); it != jobs_.end();) { |             for(auto it = jobs_.begin(); it!=jobs_.end();) {\ | ||||||
|                 auto current_job = *it; |                 auto current_job = *it; | ||||||
|                 if(current_job!=nullptr && current_job->Completed()!=0) { |                 if(current_job!=nullptr && current_job->Completed()!=0) { | ||||||
| 					poco_information( |                     poco_information(current_job->Logger(),fmt::format("Completed {}: {}",current_job->JobId(),current_job->Name())); | ||||||
| 						current_job->Logger(), |  | ||||||
| 						fmt::format("Completed {}: {}", current_job->JobId(), current_job->Name())); |  | ||||||
|                     it = jobs_.erase(it); |                     it = jobs_.erase(it); | ||||||
|                     delete current_job; |                     delete current_job; | ||||||
|                 } else { |                 } else { | ||||||
| @@ -62,4 +58,4 @@ namespace OpenWifi { | |||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -4,23 +4,26 @@ | |||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
|  |  | ||||||
| #include "RESTObjects/RESTAPI_SecurityObjects.h" | #include <vector> | ||||||
| #include "framework/SubSystemServer.h" | #include <utility> | ||||||
| #include "framework/utils.h" |  | ||||||
| #include <functional> | #include <functional> | ||||||
| #include <list> | #include <list> | ||||||
| #include <utility> | #include "framework/SubSystemServer.h" | ||||||
| #include <vector> | #include "RESTObjects/RESTAPI_SecurityObjects.h" | ||||||
|  | #include "framework/utils.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|  |  | ||||||
|     class Job : public Poco::Runnable { |     class Job : public Poco::Runnable { | ||||||
|     public: |     public: | ||||||
| 		Job(const std::string &JobID, const std::string &name, |         Job(const std::string &JobID, const std::string &name, const std::vector<std::string> & parameters, uint64_t when, const SecurityObjects::UserInfo &UI, Poco::Logger &L) : | ||||||
| 			const std::vector<std::string> ¶meters, uint64_t when, |             jobId_(JobID), | ||||||
| 			const SecurityObjects::UserInfo &UI, Poco::Logger &L) |             name_(name), | ||||||
| 			: jobId_(JobID), name_(name), parameters_(parameters), when_(when), userinfo_(UI), |             parameters_(parameters), | ||||||
| 			  Logger_(L){}; |             when_(when), | ||||||
|  |             userinfo_(UI), | ||||||
|  |             Logger_(L) | ||||||
|  |         {}; | ||||||
|  |  | ||||||
|         virtual void run() = 0; |         virtual void run() = 0; | ||||||
|         [[nodiscard]] std::string Name() const { return name_; } |         [[nodiscard]] std::string Name() const { return name_; } | ||||||
| @@ -68,8 +71,12 @@ namespace OpenWifi { | |||||||
|             std::list<Job *>                    jobs_; |             std::list<Job *>                    jobs_; | ||||||
|             Poco::ThreadPool                    Pool_; |             Poco::ThreadPool                    Pool_; | ||||||
|  |  | ||||||
| 		JobController() noexcept : SubSystemServer("JobController", "JOB-SVR", "job") {} |         JobController() noexcept: | ||||||
|  |             SubSystemServer("JobController", "JOB-SVR", "job") | ||||||
|  |             { | ||||||
|  |             } | ||||||
|     }; |     }; | ||||||
|     inline auto JobController() { return JobController::instance(); } |     inline auto JobController() { return JobController::instance(); } | ||||||
|  |  | ||||||
| } // namespace OpenWifi | } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -4,6 +4,8 @@ | |||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|  |  | ||||||
| 	void RegisterJobTypes() {} |     void RegisterJobTypes() { | ||||||
|  |  | ||||||
| } // namespace OpenWifi |     } | ||||||
|  |  | ||||||
|  | } | ||||||
|   | |||||||
| @@ -4,16 +4,17 @@ | |||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
|  |  | ||||||
| #include "RESTObjects/RESTAPI_ProvObjects.h" |  | ||||||
| #include "framework/KafkaManager.h" |  | ||||||
| #include "framework/KafkaTopics.h" | #include "framework/KafkaTopics.h" | ||||||
|  | #include "framework/KafkaManager.h" | ||||||
|  | #include "RESTObjects/RESTAPI_ProvObjects.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|  |  | ||||||
| 	enum ProvisioningOperation { creation = 0, modification, removal }; |     enum ProvisioningOperation { | ||||||
|  |         creation=0, modification, removal | ||||||
|  |     }; | ||||||
|  |  | ||||||
| 	template <typename ObjectType> |     template <typename ObjectType> inline bool UpdateKafkaProvisioningObject( ProvisioningOperation op, const ObjectType & obj) { | ||||||
| 	inline bool UpdateKafkaProvisioningObject(ProvisioningOperation op, const ObjectType &obj) { |  | ||||||
|         static std::vector<std::string> Ops{ "creation", "modification", "removal" }; |         static std::vector<std::string> Ops{ "creation", "modification", "removal" }; | ||||||
|  |  | ||||||
|         std::string OT{"object"}; |         std::string OT{"object"}; | ||||||
| @@ -39,8 +40,10 @@ namespace OpenWifi { | |||||||
|         Poco::JSON::Object  Payload; |         Poco::JSON::Object  Payload; | ||||||
|         obj.to_json(Payload); |         obj.to_json(Payload); | ||||||
|         Payload.set("ObjectType",OT); |         Payload.set("ObjectType",OT); | ||||||
| 		KafkaManager()->PostMessage(KafkaTopics::PROVISIONING_CHANGE, Ops[op], Payload); |         std::ostringstream OS; | ||||||
|  |         Payload.stringify(OS); | ||||||
|  |         KafkaManager()->PostMessage(KafkaTopics::PROVISIONING_CHANGE, Ops[op] , OS.str()); | ||||||
|  |  | ||||||
|         return true; |         return true; | ||||||
|     } |     } | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -4,14 +4,15 @@ | |||||||
|  |  | ||||||
| #include "ProvWebSocketClient.h" | #include "ProvWebSocketClient.h" | ||||||
|  |  | ||||||
| #include "SerialNumberCache.h" |  | ||||||
| #include "StorageService.h" | #include "StorageService.h" | ||||||
| #include "framework/UI_WebSocketClientServer.h" | #include "SerialNumberCache.h" | ||||||
| #include "sdks/SDK_sec.h" | #include "sdks/SDK_sec.h" | ||||||
|  | #include "framework/UI_WebSocketClientServer.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|  |  | ||||||
| 	ProvWebSocketClient::ProvWebSocketClient(Poco::Logger &Logger) : Logger_(Logger) { |     ProvWebSocketClient::ProvWebSocketClient(Poco::Logger &Logger) : | ||||||
|  |             Logger_(Logger){ | ||||||
|         UI_WebSocketClientServer()->SetProcessor(this); |         UI_WebSocketClientServer()->SetProcessor(this); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| @@ -22,7 +23,7 @@ namespace OpenWifi { | |||||||
|     void ProvWebSocketClient::ws_command_serial_number_search(const Poco::JSON::Object::Ptr &O, |     void ProvWebSocketClient::ws_command_serial_number_search(const Poco::JSON::Object::Ptr &O, | ||||||
|                                                               bool &Done, std::string &Answer) { |                                                               bool &Done, std::string &Answer) { | ||||||
|         Done = false; |         Done = false; | ||||||
| 		auto Prefix = ORM::Escape(O->get("serial_prefix").toString()); |         auto Prefix = O->get("serial_prefix").toString(); | ||||||
|         Poco::toLowerInPlace(Prefix); |         Poco::toLowerInPlace(Prefix); | ||||||
|         Logger().information(Poco::format("serial_number_search: %s", Prefix)); |         Logger().information(Poco::format("serial_number_search: %s", Prefix)); | ||||||
|         if (!Prefix.empty() && Prefix.length() < 13) { |         if (!Prefix.empty() && Prefix.length() < 13) { | ||||||
| @@ -39,29 +40,25 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	void ProvWebSocketClient::ws_command_address_completion(const Poco::JSON::Object::Ptr &O, |     void ProvWebSocketClient::ws_command_address_completion(const Poco::JSON::Object::Ptr &O, bool &Done, std::string &Answer) { | ||||||
| 															bool &Done, std::string &Answer) { |  | ||||||
|         Done = false; |         Done = false; | ||||||
|         auto Address = O->get("address").toString(); |         auto Address = O->get("address").toString(); | ||||||
|         Answer = GoogleGeoCodeCall(Address); |         Answer = GoogleGeoCodeCall(Address); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	void ProvWebSocketClient::ws_command_exit([[maybe_unused]] const Poco::JSON::Object::Ptr &O, |     void ProvWebSocketClient::ws_command_exit([[maybe_unused]] const Poco::JSON::Object::Ptr &O, bool &Done, std::string &Answer) { | ||||||
| 											  bool &Done, std::string &Answer) { |  | ||||||
|         Done = true; |         Done = true; | ||||||
|         Answer = R"lit({ "closing" : "Goodbye! Aurevoir! Hasta la vista!" })lit"; |         Answer = R"lit({ "closing" : "Goodbye! Aurevoir! Hasta la vista!" })lit"; | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	void ProvWebSocketClient::ws_command_invalid([[maybe_unused]] const Poco::JSON::Object::Ptr &O, |     void ProvWebSocketClient::ws_command_invalid([[maybe_unused]] const Poco::JSON::Object::Ptr &O, bool &Done, std::string &Answer) { | ||||||
| 												 bool &Done, std::string &Answer) { |  | ||||||
|         Done = false; |         Done = false; | ||||||
|         Answer = std::string{R"lit({ "error" : "invalid command" })lit"}; |         Answer = std::string{R"lit({ "error" : "invalid command" })lit"}; | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	void ProvWebSocketClient::ws_command_subuser_search(const Poco::JSON::Object::Ptr &O, |     void ProvWebSocketClient::ws_command_subuser_search( const Poco::JSON::Object::Ptr &O, bool &Done, std::string &Answer) { | ||||||
| 														bool &Done, std::string &Answer) { |  | ||||||
|         Done = false; |         Done = false; | ||||||
| 		auto operatorId = ORM::Escape(O->get("operatorId").toString()); |         auto operatorId = O->get("operatorId").toString(); | ||||||
|         std::string nameSearch, emailSearch; |         std::string nameSearch, emailSearch; | ||||||
|         OpenWifi::RESTAPIHandler::AssignIfPresent(O,"nameSearch",nameSearch); |         OpenWifi::RESTAPIHandler::AssignIfPresent(O,"nameSearch",nameSearch); | ||||||
|         OpenWifi::RESTAPIHandler::AssignIfPresent(O,"emailSearch",emailSearch); |         OpenWifi::RESTAPIHandler::AssignIfPresent(O,"emailSearch",emailSearch); | ||||||
| @@ -84,8 +81,7 @@ namespace OpenWifi { | |||||||
|         Answer = SS.str(); |         Answer = SS.str(); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	void ProvWebSocketClient::ws_command_subdevice_search(const Poco::JSON::Object::Ptr &O, |     void ProvWebSocketClient::ws_command_subdevice_search( const Poco::JSON::Object::Ptr &O, bool &Done, std::string &Answer) { | ||||||
| 														  bool &Done, std::string &Answer) { |  | ||||||
|         Done = false; |         Done = false; | ||||||
|         auto operatorId = O->get("operatorId").toString(); |         auto operatorId = O->get("operatorId").toString(); | ||||||
|         auto Prefix = O->get("serial_prefix").toString(); |         auto Prefix = O->get("serial_prefix").toString(); | ||||||
| @@ -93,13 +89,10 @@ namespace OpenWifi { | |||||||
|         std::string Query; |         std::string Query; | ||||||
|  |  | ||||||
|         if(Prefix[0]=='*') { |         if(Prefix[0]=='*') { | ||||||
| 			Query = fmt::format(" operatorId='{}' and (right(serialNumber,{})='{}' or " |             Query = fmt::format(" operatorId='{}' and (right(serialNumber,{})='{}' or right(realMacAddress,{})='{}' ) ", | ||||||
| 								"right(realMacAddress,{})='{}' ) ", |                                 operatorId, Prefix.size()-1, Prefix.substr(1), Prefix.size()-1, Prefix.substr(1)); | ||||||
| 								operatorId, Prefix.size() - 1, Prefix.substr(1), Prefix.size() - 1, |  | ||||||
| 								Prefix.substr(1)); |  | ||||||
|         } else { |         } else { | ||||||
| 			Query = fmt::format(" operatorId='{}' and (left(serialNumber,{})='{}'  or " |             Query = fmt::format(" operatorId='{}' and (left(serialNumber,{})='{}'  or left(realMacAddress,{})='{}' ) ", | ||||||
| 								"left(realMacAddress,{})='{}' ) ", |  | ||||||
|                                 operatorId, Prefix.size(), Prefix, Prefix.size(), Prefix); |                                 operatorId, Prefix.size(), Prefix, Prefix.size(), Prefix); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| @@ -117,10 +110,7 @@ namespace OpenWifi { | |||||||
|         Answer = SS.str(); |         Answer = SS.str(); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	void |     void ProvWebSocketClient::Processor(const Poco::JSON::Object::Ptr &O, std::string &Result, bool &Done ) { | ||||||
| 	ProvWebSocketClient::Processor(const Poco::JSON::Object::Ptr &O, std::string &Result, |  | ||||||
| 								   bool &Done, |  | ||||||
| 								   [[maybe_unused]] const SecurityObjects::UserInfo &UserInfo) { |  | ||||||
|         try { |         try { | ||||||
|             if (O->has("command") && O->has("id")) { |             if (O->has("command") && O->has("id")) { | ||||||
|                 auto id = (uint64_t) O->get("id"); |                 auto id = (uint64_t) O->get("id"); | ||||||
| @@ -128,15 +118,11 @@ namespace OpenWifi { | |||||||
|                 auto Command = O->get("command").toString(); |                 auto Command = O->get("command").toString(); | ||||||
|                 if (Command == "serial_number_search" && O->has("serial_prefix")) { |                 if (Command == "serial_number_search" && O->has("serial_prefix")) { | ||||||
|                     ws_command_serial_number_search(O,Done,Answer); |                     ws_command_serial_number_search(O,Done,Answer); | ||||||
| 				} else if (UI_WebSocketClientServer()->GeoCodeEnabled() && |                 } else if (UI_WebSocketClientServer()->GeoCodeEnabled() && Command == "address_completion" && O->has("address")) { | ||||||
| 						   Command == "address_completion" && O->has("address")) { |  | ||||||
|                     ws_command_address_completion(O,Done,Answer); |                     ws_command_address_completion(O,Done,Answer); | ||||||
| 				} else if (UI_WebSocketClientServer()->GeoCodeEnabled() && |                 } else if (UI_WebSocketClientServer()->GeoCodeEnabled() && Command == "subuser_search" && O->has("operatorId")) { | ||||||
| 						   Command == "subuser_search" && O->has("operatorId")) { |  | ||||||
|                     ws_command_subuser_search(O,Done,Answer); |                     ws_command_subuser_search(O,Done,Answer); | ||||||
| 				} else if (UI_WebSocketClientServer()->GeoCodeEnabled() && |                 } else if (UI_WebSocketClientServer()->GeoCodeEnabled() && Command == "subdevice_search" && O->has("operatorId") && O->has("serial_prefix")) { | ||||||
| 						   Command == "subdevice_search" && O->has("operatorId") && |  | ||||||
| 						   O->has("serial_prefix")) { |  | ||||||
|                     ws_command_subdevice_search(O,Done,Answer); |                     ws_command_subdevice_search(O,Done,Answer); | ||||||
|                 } else if (Command=="exit") { |                 } else if (Command=="exit") { | ||||||
|                     ws_command_exit(O,Done,Answer); |                     ws_command_exit(O,Done,Answer); | ||||||
| @@ -144,8 +130,7 @@ namespace OpenWifi { | |||||||
|                     ws_command_invalid(O,Done,Answer); |                     ws_command_invalid(O,Done,Answer); | ||||||
|                 } |                 } | ||||||
|  |  | ||||||
| 				Result = fmt::format("{{ \"command_response_id\" : {} , \"response\" : {}  }}", id, |                 Result = fmt::format("{{ \"command_response_id\" : {} , \"response\" : {}  }}" , id, Answer); | ||||||
| 									 Answer); |  | ||||||
|             } |             } | ||||||
|         } catch (const Poco::Exception &E) { |         } catch (const Poco::Exception &E) { | ||||||
|             Logger().log(E); |             Logger().log(E); | ||||||
| @@ -161,8 +146,7 @@ namespace OpenWifi { | |||||||
|             uri.addQueryParameter("key", UI_WebSocketClientServer()->GoogleApiKey()); |             uri.addQueryParameter("key", UI_WebSocketClientServer()->GoogleApiKey()); | ||||||
|  |  | ||||||
|             Poco::Net::HTTPSClientSession session(uri.getHost(), uri.getPort()); |             Poco::Net::HTTPSClientSession session(uri.getHost(), uri.getPort()); | ||||||
| 			Poco::Net::HTTPRequest req(Poco::Net::HTTPRequest::HTTP_GET, uri.getPathAndQuery(), |             Poco::Net::HTTPRequest req(Poco::Net::HTTPRequest::HTTP_GET, uri.getPathAndQuery(), Poco::Net::HTTPMessage::HTTP_1_1); | ||||||
| 									   Poco::Net::HTTPMessage::HTTP_1_1); |  | ||||||
|             session.sendRequest(req); |             session.sendRequest(req); | ||||||
|             Poco::Net::HTTPResponse res; |             Poco::Net::HTTPResponse res; | ||||||
|             std::istream& rs = session.receiveResponse(res); |             std::istream& rs = session.receiveResponse(res); | ||||||
| @@ -176,8 +160,9 @@ namespace OpenWifi { | |||||||
|                 return R"lit({ "error: )lit" + os.str() + R"lit( })lit"; |                 return R"lit({ "error: )lit" + os.str() + R"lit( })lit"; | ||||||
|             } |             } | ||||||
|         } catch(...) { |         } catch(...) { | ||||||
|  |  | ||||||
|         } |         } | ||||||
|         return "{ \"error\" : \"No call made\" }"; |         return "{ \"error\" : \"No call made\" }"; | ||||||
|     } |     } | ||||||
|  |  | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -12,23 +12,17 @@ namespace OpenWifi { | |||||||
|     public: |     public: | ||||||
|         explicit ProvWebSocketClient(Poco::Logger &Logger); |         explicit ProvWebSocketClient(Poco::Logger &Logger); | ||||||
|         virtual ~ProvWebSocketClient(); |         virtual ~ProvWebSocketClient(); | ||||||
| 		virtual void Processor(const Poco::JSON::Object::Ptr &O, std::string &Answer, bool &Done, |         virtual void Processor(const Poco::JSON::Object::Ptr &O, std::string &Answer, bool &Done ); | ||||||
| 							   const SecurityObjects::UserInfo &UserInfo); |         void ws_command_serial_number_search( const Poco::JSON::Object::Ptr &O, bool &Done, std::string &Answer); | ||||||
| 		void ws_command_serial_number_search(const Poco::JSON::Object::Ptr &O, bool &Done, |         void ws_command_address_completion( const Poco::JSON::Object::Ptr &O, bool &Done, std::string &Answer); | ||||||
| 											 std::string &Answer); |  | ||||||
| 		void ws_command_address_completion(const Poco::JSON::Object::Ptr &O, bool &Done, |  | ||||||
| 										   std::string &Answer); |  | ||||||
|         void ws_command_exit( const Poco::JSON::Object::Ptr &O, bool &Done, std::string &Answer); |         void ws_command_exit( const Poco::JSON::Object::Ptr &O, bool &Done, std::string &Answer); | ||||||
|         void ws_command_invalid( const Poco::JSON::Object::Ptr &O, bool &Done, std::string &Answer); |         void ws_command_invalid( const Poco::JSON::Object::Ptr &O, bool &Done, std::string &Answer); | ||||||
| 		void ws_command_subuser_search(const Poco::JSON::Object::Ptr &O, bool &Done, |         void ws_command_subuser_search( const Poco::JSON::Object::Ptr &O, bool &Done, std::string &Answer); | ||||||
| 									   std::string &Answer); |         void ws_command_subdevice_search( const Poco::JSON::Object::Ptr &O, bool &Done, std::string &Answer); | ||||||
| 		void ws_command_subdevice_search(const Poco::JSON::Object::Ptr &O, bool &Done, |  | ||||||
| 										 std::string &Answer); |  | ||||||
|         std::string GoogleGeoCodeCall(const std::string &A); |         std::string GoogleGeoCodeCall(const std::string &A); | ||||||
|  |  | ||||||
|     private: |     private: | ||||||
|         Poco::Logger & Logger_; |         Poco::Logger & Logger_; | ||||||
|         inline Poco::Logger & Logger() { return Logger_; } |         inline Poco::Logger & Logger() { return Logger_; } | ||||||
|     }; |     }; | ||||||
|  |  | ||||||
| } // namespace OpenWifi | } | ||||||
|   | |||||||
| @@ -3,9 +3,9 @@ | |||||||
| // | // | ||||||
|  |  | ||||||
| #include "RESTAPI_asset_server.h" | #include "RESTAPI_asset_server.h" | ||||||
| #include "Daemon.h" |  | ||||||
| #include "Poco/File.h" | #include "Poco/File.h" | ||||||
| #include "framework/ow_constants.h" | #include "framework/ow_constants.h" | ||||||
|  | #include "Daemon.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|     void RESTAPI_asset_server::DoGet() { |     void RESTAPI_asset_server::DoGet() { | ||||||
| @@ -18,4 +18,4 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|         SendFile(AssetFile); |         SendFile(AssetFile); | ||||||
|     } |     } | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -3,19 +3,21 @@ | |||||||
| // | // | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
| #include "StorageService.h" |  | ||||||
| #include "framework/RESTAPI_Handler.h" | #include "framework/RESTAPI_Handler.h" | ||||||
|  | #include "StorageService.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|     class RESTAPI_asset_server : public RESTAPIHandler { |     class RESTAPI_asset_server : public RESTAPIHandler { | ||||||
|     public: |     public: | ||||||
| 		RESTAPI_asset_server(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, |         RESTAPI_asset_server(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, RESTAPI_GenericServerAccounting &Server, uint64_t TransactionId, bool Internal) | ||||||
| 							 RESTAPI_GenericServerAccounting &Server, uint64_t TransactionId, |  | ||||||
| 							 bool Internal) |  | ||||||
|                 : RESTAPIHandler(bindings, L, |                 : RESTAPIHandler(bindings, L, | ||||||
| 							 std::vector<std::string>{Poco::Net::HTTPRequest::HTTP_GET, |                                  std::vector<std::string> | ||||||
|  |                                          { | ||||||
|  |                                           Poco::Net::HTTPRequest::HTTP_GET, | ||||||
|                                           Poco::Net::HTTPRequest::HTTP_OPTIONS}, |                                           Poco::Net::HTTPRequest::HTTP_OPTIONS}, | ||||||
| 							 Server, TransactionId, Internal, false) {} |                                           Server, | ||||||
|  |                                           TransactionId, | ||||||
|  |                                           Internal, false) {} | ||||||
|         static auto PathName() { return std::list<std::string>{"/wwwassets/{id}"}; }; |         static auto PathName() { return std::list<std::string>{"/wwwassets/{id}"}; }; | ||||||
|         void DoGet() final; |         void DoGet() final; | ||||||
|         void DoPost() final {}; |         void DoPost() final {}; | ||||||
| @@ -23,5 +25,7 @@ namespace OpenWifi { | |||||||
|         void DoPut() final {}; |         void DoPut() final {}; | ||||||
|  |  | ||||||
|     private: |     private: | ||||||
|  |  | ||||||
|     }; |     }; | ||||||
| } // namespace OpenWifi | } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -7,11 +7,11 @@ | |||||||
| // | // | ||||||
|  |  | ||||||
| #include "RESTAPI_configurations_handler.h" | #include "RESTAPI_configurations_handler.h" | ||||||
| #include "DeviceTypeCache.h" |  | ||||||
| #include "RESTAPI/RESTAPI_db_helpers.h" |  | ||||||
| #include "RESTObjects/RESTAPI_ProvObjects.h" | #include "RESTObjects/RESTAPI_ProvObjects.h" | ||||||
| #include "StorageService.h" | #include "StorageService.h" | ||||||
| #include "framework/ConfigurationValidator.h" | #include "framework/ConfigurationValidator.h" | ||||||
|  | #include "RESTAPI/RESTAPI_db_helpers.h" | ||||||
|  | #include "DeviceTypeCache.h" | ||||||
|  |  | ||||||
| namespace OpenWifi{ | namespace OpenWifi{ | ||||||
|  |  | ||||||
| @@ -64,15 +64,11 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         DB_.DeleteRecord("id", UUID); |         DB_.DeleteRecord("id", UUID); | ||||||
| 		MoveUsage(StorageService()->PolicyDB(), DB_, Existing.managementPolicy, "", |         MoveUsage(StorageService()->PolicyDB(),DB_,Existing.managementPolicy,"",Existing.info.id); | ||||||
| 				  Existing.info.id); |         RemoveMembership(StorageService()->VenueDB(),&ProvObjects::Venue::configurations,Existing.venue,Existing.info.id); | ||||||
| 		RemoveMembership(StorageService()->VenueDB(), &ProvObjects::Venue::configurations, |         RemoveMembership(StorageService()->EntityDB(),&ProvObjects::Entity::configurations,Existing.entity,Existing.info.id); | ||||||
| 						 Existing.venue, Existing.info.id); |  | ||||||
| 		RemoveMembership(StorageService()->EntityDB(), &ProvObjects::Entity::configurations, |  | ||||||
| 						 Existing.entity, Existing.info.id); |  | ||||||
|         for(const auto &i:Existing.variables) |         for(const auto &i:Existing.variables) | ||||||
| 			RemoveMembership(StorageService()->VariablesDB(), |             RemoveMembership(StorageService()->VariablesDB(),&ProvObjects::VariableBlock::configurations,i,Existing.info.id); | ||||||
| 							 &ProvObjects::VariableBlock::configurations, i, Existing.info.id); |  | ||||||
|  |  | ||||||
|         return OK(); |         return OK(); | ||||||
|     } |     } | ||||||
| @@ -91,9 +87,8 @@ namespace OpenWifi { | |||||||
|             } |             } | ||||||
|             auto Config=RawObject->get("configuration").toString(); |             auto Config=RawObject->get("configuration").toString(); | ||||||
|             Poco::JSON::Object  Answer; |             Poco::JSON::Object  Answer; | ||||||
| 			std::vector<std::string> Error; |             std::string Error; | ||||||
| 			auto Res = |             auto Res = ValidateUCentralConfiguration(Config,Error); | ||||||
| 				ValidateUCentralConfiguration(Config, Error, GetBoolParameter("strict", true)); |  | ||||||
|             Answer.set("valid",Res); |             Answer.set("valid",Res); | ||||||
|             Answer.set("error", Error); |             Answer.set("error", Error); | ||||||
|             return ReturnObject(Answer); |             return ReturnObject(Answer); | ||||||
| @@ -112,39 +107,32 @@ namespace OpenWifi { | |||||||
|             return BadRequest(RESTAPI::Errors::NameMustBeSet); |             return BadRequest(RESTAPI::Errors::NameMustBeSet); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		if (!NewObject.entity.empty() && |         if(!NewObject.entity.empty() && !StorageService()->EntityDB().Exists("id",NewObject.entity)) { | ||||||
| 			!StorageService()->EntityDB().Exists("id", NewObject.entity)) { |  | ||||||
|             return BadRequest(RESTAPI::Errors::EntityMustExist); |             return BadRequest(RESTAPI::Errors::EntityMustExist); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		if (!NewObject.venue.empty() && |         if(!NewObject.venue.empty() && !StorageService()->VenueDB().Exists("id",NewObject.venue)) { | ||||||
| 			!StorageService()->VenueDB().Exists("id", NewObject.venue)) { |  | ||||||
|             return BadRequest(RESTAPI::Errors::VenueMustExist); |             return BadRequest(RESTAPI::Errors::VenueMustExist); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		if (!NewObject.managementPolicy.empty() && |         if(!NewObject.managementPolicy.empty() && !StorageService()->PolicyDB().Exists("id",NewObject.managementPolicy)) { | ||||||
| 			!StorageService()->PolicyDB().Exists("id", NewObject.managementPolicy)) { |  | ||||||
|             return BadRequest(RESTAPI::Errors::UnknownManagementPolicyUUID); |             return BadRequest(RESTAPI::Errors::UnknownManagementPolicyUUID); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         NewObject.inUse.clear(); |         NewObject.inUse.clear(); | ||||||
| 		if (NewObject.deviceTypes.empty() || |         if(NewObject.deviceTypes.empty() || !DeviceTypeCache()->AreAcceptableDeviceTypes(NewObject.deviceTypes, true)) { | ||||||
| 			!DeviceTypeCache()->AreAcceptableDeviceTypes(NewObject.deviceTypes, true)) { |  | ||||||
|             return BadRequest(RESTAPI::Errors::InvalidDeviceTypes); |             return BadRequest(RESTAPI::Errors::InvalidDeviceTypes); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		std::vector<std::string> Errors; |         RESTAPI::Errors::msg Error; | ||||||
| 		if (!ValidateConfigBlock(NewObject, Errors)) { |         if(!ValidateConfigBlock(NewObject,Error)) { | ||||||
| 			return BadRequest(RESTAPI::Errors::ConfigBlockInvalid); |             return BadRequest(Error); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         if(DB_.CreateRecord(NewObject)) { |         if(DB_.CreateRecord(NewObject)) { | ||||||
| 			MoveUsage(StorageService()->PolicyDB(), DB_, "", NewObject.managementPolicy, |             MoveUsage(StorageService()->PolicyDB(),DB_,"",NewObject.managementPolicy,NewObject.info.id); | ||||||
| 					  NewObject.info.id); |             AddMembership(StorageService()->VenueDB(),&ProvObjects::Venue::configurations,NewObject.venue, NewObject.info.id); | ||||||
| 			AddMembership(StorageService()->VenueDB(), &ProvObjects::Venue::configurations, |             AddMembership(StorageService()->EntityDB(),&ProvObjects::Entity::configurations,NewObject.entity, NewObject.info.id); | ||||||
| 						  NewObject.venue, NewObject.info.id); |  | ||||||
| 			AddMembership(StorageService()->EntityDB(), &ProvObjects::Entity::configurations, |  | ||||||
| 						  NewObject.entity, NewObject.info.id); |  | ||||||
|  |  | ||||||
|             ConfigurationDB::RecordName AddedRecord; |             ConfigurationDB::RecordName AddedRecord; | ||||||
|             DB_.GetRecord("id", NewObject.info.id, AddedRecord); |             DB_.GetRecord("id", NewObject.info.id, AddedRecord); | ||||||
| @@ -176,17 +164,16 @@ namespace OpenWifi { | |||||||
|             return BadRequest(RESTAPI::Errors::NameMustBeSet); |             return BadRequest(RESTAPI::Errors::NameMustBeSet); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		if (!NewObject.deviceTypes.empty() && |         if(!NewObject.deviceTypes.empty() && !DeviceTypeCache()->AreAcceptableDeviceTypes(NewObject.deviceTypes, true)) { | ||||||
| 			!DeviceTypeCache()->AreAcceptableDeviceTypes(NewObject.deviceTypes, true)) { |  | ||||||
|             return BadRequest(RESTAPI::Errors::InvalidDeviceTypes); |             return BadRequest(RESTAPI::Errors::InvalidDeviceTypes); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         if(!NewObject.deviceTypes.empty()) |         if(!NewObject.deviceTypes.empty()) | ||||||
|             Existing.deviceTypes = NewObject.deviceTypes; |             Existing.deviceTypes = NewObject.deviceTypes; | ||||||
|  |  | ||||||
| 		std::vector<std::string> Errors; |         RESTAPI::Errors::msg Error; | ||||||
| 		if (!ValidateConfigBlock(NewObject, Errors)) { |         if(!ValidateConfigBlock( NewObject,Error)) { | ||||||
| 			return BadRequest(RESTAPI::Errors::ConfigBlockInvalid); |             return BadRequest(Error); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         if(RawObject->has("configuration")) { |         if(RawObject->has("configuration")) { | ||||||
| @@ -194,19 +181,15 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         std::string FromPolicy, ToPolicy; |         std::string FromPolicy, ToPolicy; | ||||||
| 		if (!CreateMove(RawObject, "managementPolicy", |         if(!CreateMove(RawObject,"managementPolicy",&ConfigurationDB::RecordName::managementPolicy, Existing, FromPolicy, ToPolicy, StorageService()->PolicyDB())) | ||||||
| 						&ConfigurationDB::RecordName::managementPolicy, Existing, FromPolicy, |  | ||||||
| 						ToPolicy, StorageService()->PolicyDB())) |  | ||||||
|             return BadRequest(RESTAPI::Errors::EntityMustExist); |             return BadRequest(RESTAPI::Errors::EntityMustExist); | ||||||
|  |  | ||||||
|         std::string FromEntity, ToEntity; |         std::string FromEntity, ToEntity; | ||||||
| 		if (!CreateMove(RawObject, "entity", &ConfigurationDB::RecordName::entity, Existing, |         if(!CreateMove(RawObject,"entity",&ConfigurationDB::RecordName::entity, Existing, FromEntity, ToEntity, StorageService()->EntityDB())) | ||||||
| 						FromEntity, ToEntity, StorageService()->EntityDB())) |  | ||||||
|             return BadRequest(RESTAPI::Errors::EntityMustExist); |             return BadRequest(RESTAPI::Errors::EntityMustExist); | ||||||
|  |  | ||||||
|         std::string FromVenue, ToVenue; |         std::string FromVenue, ToVenue; | ||||||
| 		if (!CreateMove(RawObject, "venue", &ConfigurationDB::RecordName::venue, Existing, |         if(!CreateMove(RawObject,"venue",&ConfigurationDB::RecordName::venue, Existing, FromVenue, ToVenue, StorageService()->VenueDB())) | ||||||
| 						FromVenue, ToVenue, StorageService()->VenueDB())) |  | ||||||
|             return BadRequest(RESTAPI::Errors::VenueMustExist); |             return BadRequest(RESTAPI::Errors::VenueMustExist); | ||||||
|  |  | ||||||
|         Types::UUIDvec_t FromVariables, ToVariables; |         Types::UUIDvec_t FromVariables, ToVariables; | ||||||
| @@ -229,13 +212,9 @@ namespace OpenWifi { | |||||||
|             Existing.deviceRules = NewObject.deviceRules; |             Existing.deviceRules = NewObject.deviceRules; | ||||||
|  |  | ||||||
|         if(DB_.UpdateRecord("id",UUID,Existing)) { |         if(DB_.UpdateRecord("id",UUID,Existing)) { | ||||||
| 			ManageMembership(StorageService()->VariablesDB(), |             ManageMembership(StorageService()->VariablesDB(),&ProvObjects::VariableBlock::configurations, FromVariables, ToVariables, Existing.info.id); | ||||||
| 							 &ProvObjects::VariableBlock::configurations, FromVariables, |             ManageMembership(StorageService()->VenueDB(), &ProvObjects::Venue::configurations, FromVenue, ToVenue, Existing.info.id); | ||||||
| 							 ToVariables, Existing.info.id); |             ManageMembership(StorageService()->EntityDB(), &ProvObjects::Entity::configurations, FromEntity, ToEntity, Existing.info.id); | ||||||
| 			ManageMembership(StorageService()->VenueDB(), &ProvObjects::Venue::configurations, |  | ||||||
| 							 FromVenue, ToVenue, Existing.info.id); |  | ||||||
| 			ManageMembership(StorageService()->EntityDB(), &ProvObjects::Entity::configurations, |  | ||||||
| 							 FromEntity, ToEntity, Existing.info.id); |  | ||||||
|             MoveUsage(StorageService()->PolicyDB(),DB_,FromPolicy,ToPolicy,Existing.info.id); |             MoveUsage(StorageService()->PolicyDB(),DB_,FromPolicy,ToPolicy,Existing.info.id); | ||||||
|  |  | ||||||
|             ProvObjects::DeviceConfiguration    D; |             ProvObjects::DeviceConfiguration    D; | ||||||
| @@ -246,4 +225,4 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|         InternalError(RESTAPI::Errors::RecordNotUpdated); |         InternalError(RESTAPI::Errors::RecordNotUpdated); | ||||||
|     } |     } | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -7,24 +7,22 @@ | |||||||
| // | // | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
| #include "StorageService.h" |  | ||||||
| #include "framework/RESTAPI_Handler.h" | #include "framework/RESTAPI_Handler.h" | ||||||
|  | #include "StorageService.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|     class RESTAPI_configurations_handler : public RESTAPIHandler { |     class RESTAPI_configurations_handler : public RESTAPIHandler { | ||||||
|     public: |     public: | ||||||
| 		RESTAPI_configurations_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, |         RESTAPI_configurations_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, RESTAPI_GenericServerAccounting & Server, uint64_t TransactionId, bool Internal) | ||||||
| 									   RESTAPI_GenericServerAccounting &Server, |  | ||||||
| 									   uint64_t TransactionId, bool Internal) |  | ||||||
|         : RESTAPIHandler(bindings, L, |         : RESTAPIHandler(bindings, L, | ||||||
| 							 std::vector<std::string>{Poco::Net::HTTPRequest::HTTP_GET, |                          std::vector<std::string>{ | ||||||
| 													  Poco::Net::HTTPRequest::HTTP_POST, |             Poco::Net::HTTPRequest::HTTP_GET, Poco::Net::HTTPRequest::HTTP_POST, | ||||||
| 													  Poco::Net::HTTPRequest::HTTP_PUT, |             Poco::Net::HTTPRequest::HTTP_PUT, Poco::Net::HTTPRequest::HTTP_DELETE, | ||||||
| 													  Poco::Net::HTTPRequest::HTTP_DELETE, |  | ||||||
|             Poco::Net::HTTPRequest::HTTP_OPTIONS}, |             Poco::Net::HTTPRequest::HTTP_OPTIONS}, | ||||||
| 							 Server, TransactionId, Internal) {} |             Server, | ||||||
|  |             TransactionId, | ||||||
|  |             Internal){} | ||||||
|         static auto PathName() { return std::list<std::string>{"/api/v1/configuration/{uuid}"}; }; |         static auto PathName() { return std::list<std::string>{"/api/v1/configuration/{uuid}"}; }; | ||||||
|  |  | ||||||
|     private: |     private: | ||||||
|         ConfigurationDB     &DB_=StorageService()->ConfigurationDB(); |         ConfigurationDB     &DB_=StorageService()->ConfigurationDB(); | ||||||
|         void DoGet(); |         void DoGet(); | ||||||
| @@ -32,4 +30,4 @@ namespace OpenWifi { | |||||||
|         void DoPut(); |         void DoPut(); | ||||||
|         void DoDelete(); |         void DoDelete(); | ||||||
|     }; |     }; | ||||||
| } // namespace OpenWifi | } | ||||||
|   | |||||||
| @@ -4,12 +4,12 @@ | |||||||
|  |  | ||||||
| #include "RESTAPI_configurations_list_handler.h" | #include "RESTAPI_configurations_list_handler.h" | ||||||
|  |  | ||||||
| #include "RESTAPI_db_helpers.h" |  | ||||||
| #include "RESTObjects/RESTAPI_ProvObjects.h" | #include "RESTObjects/RESTAPI_ProvObjects.h" | ||||||
| #include "StorageService.h" | #include "StorageService.h" | ||||||
|  | #include "RESTAPI_db_helpers.h" | ||||||
|  |  | ||||||
| namespace OpenWifi{ | namespace OpenWifi{ | ||||||
|     void RESTAPI_configurations_list_handler::DoGet() { |     void RESTAPI_configurations_list_handler::DoGet() { | ||||||
|         return ListHandler<ConfigurationDB>("configurations", DB_, *this); |         return ListHandler<ConfigurationDB>("configurations", DB_, *this); | ||||||
|     } |     } | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -3,23 +3,22 @@ | |||||||
| // | // | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
| #include "StorageService.h" |  | ||||||
| #include "framework/RESTAPI_Handler.h" | #include "framework/RESTAPI_Handler.h" | ||||||
|  | #include "StorageService.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|  |  | ||||||
|     class RESTAPI_configurations_list_handler : public RESTAPIHandler { |     class RESTAPI_configurations_list_handler : public RESTAPIHandler { | ||||||
|     public: |     public: | ||||||
| 		RESTAPI_configurations_list_handler(const RESTAPIHandler::BindingMap &bindings, |         RESTAPI_configurations_list_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, RESTAPI_GenericServerAccounting & Server, uint64_t TransactionId, bool Internal) | ||||||
| 											Poco::Logger &L, |  | ||||||
| 											RESTAPI_GenericServerAccounting &Server, |  | ||||||
| 											uint64_t TransactionId, bool Internal) |  | ||||||
|         : RESTAPIHandler(bindings, L, |         : RESTAPIHandler(bindings, L, | ||||||
| 							 std::vector<std::string>{Poco::Net::HTTPRequest::HTTP_GET, |                          std::vector<std::string>{ | ||||||
|  |             Poco::Net::HTTPRequest::HTTP_GET, | ||||||
|             Poco::Net::HTTPRequest::HTTP_OPTIONS}, |             Poco::Net::HTTPRequest::HTTP_OPTIONS}, | ||||||
| 							 Server, TransactionId, Internal) {} |             Server, | ||||||
|  |             TransactionId, | ||||||
|  |             Internal){} | ||||||
|         static auto PathName() { return std::list<std::string>{"/api/v1/configuration"}; }; |         static auto PathName() { return std::list<std::string>{"/api/v1/configuration"}; }; | ||||||
|  |  | ||||||
|     private: |     private: | ||||||
|         ConfigurationDB & DB_=StorageService()->ConfigurationDB(); |         ConfigurationDB & DB_=StorageService()->ConfigurationDB(); | ||||||
|         void DoGet() final; |         void DoGet() final; | ||||||
| @@ -27,4 +26,4 @@ namespace OpenWifi { | |||||||
|         void DoPut() final {}; |         void DoPut() final {}; | ||||||
|         void DoDelete() final {}; |         void DoDelete() final {}; | ||||||
|     }; |     }; | ||||||
| } // namespace OpenWifi | } | ||||||
|   | |||||||
| @@ -8,9 +8,9 @@ | |||||||
|  |  | ||||||
| #include "RESTAPI_contact_handler.h" | #include "RESTAPI_contact_handler.h" | ||||||
|  |  | ||||||
| #include "RESTAPI_db_helpers.h" |  | ||||||
| #include "RESTObjects/RESTAPI_ProvObjects.h" |  | ||||||
| #include "framework/ow_constants.h" | #include "framework/ow_constants.h" | ||||||
|  | #include "RESTObjects/RESTAPI_ProvObjects.h" | ||||||
|  | #include "RESTAPI_db_helpers.h" | ||||||
|  |  | ||||||
| namespace OpenWifi{ | namespace OpenWifi{ | ||||||
|     void RESTAPI_contact_handler::DoGet() { |     void RESTAPI_contact_handler::DoGet() { | ||||||
| @@ -67,8 +67,7 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         DB_.DeleteRecord("id",UUID); |         DB_.DeleteRecord("id",UUID); | ||||||
| 		RemoveMembership(StorageService()->EntityDB(), &ProvObjects::Entity::contacts, |         RemoveMembership(StorageService()->EntityDB(),&ProvObjects::Entity::contacts,Existing.entity,Existing.info.id); | ||||||
| 						 Existing.entity, Existing.info.id); |  | ||||||
|         MoveUsage(StorageService()->PolicyDB(),DB_,Existing.info.id,"",Existing.info.id); |         MoveUsage(StorageService()->PolicyDB(),DB_,Existing.info.id,"",Existing.info.id); | ||||||
|         return OK(); |         return OK(); | ||||||
|     } |     } | ||||||
| @@ -90,23 +89,19 @@ namespace OpenWifi { | |||||||
|             return BadRequest(RESTAPI::Errors::NameMustBeSet); |             return BadRequest(RESTAPI::Errors::NameMustBeSet); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		if (NewObject.entity.empty() && |         if(NewObject.entity.empty() && !StorageService()->EntityDB().Exists("id",NewObject.entity)) { | ||||||
| 			!StorageService()->EntityDB().Exists("id", NewObject.entity)) { |  | ||||||
|             return BadRequest(RESTAPI::Errors::EntityMustExist); |             return BadRequest(RESTAPI::Errors::EntityMustExist); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		if (!NewObject.managementPolicy.empty() && |         if(!NewObject.managementPolicy.empty() && !StorageService()->PolicyDB().Exists("id",NewObject.managementPolicy)) { | ||||||
| 			!StorageService()->PolicyDB().Exists("id", NewObject.managementPolicy)) { |  | ||||||
|             return BadRequest(RESTAPI::Errors::UnknownManagementPolicyUUID); |             return BadRequest(RESTAPI::Errors::UnknownManagementPolicyUUID); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         NewObject.inUse.clear(); |         NewObject.inUse.clear(); | ||||||
|  |  | ||||||
|         if(DB_.CreateRecord(NewObject)) { |         if(DB_.CreateRecord(NewObject)) { | ||||||
| 			AddMembership(StorageService()->EntityDB(), &ProvObjects::Entity::contacts, |             AddMembership(StorageService()->EntityDB(),&ProvObjects::Entity::contacts,NewObject.entity,NewObject.info.id); | ||||||
| 						  NewObject.entity, NewObject.info.id); |             MoveUsage(StorageService()->PolicyDB(),DB_,"",NewObject.managementPolicy,NewObject.info.id); | ||||||
| 			MoveUsage(StorageService()->PolicyDB(), DB_, "", NewObject.managementPolicy, |  | ||||||
| 					  NewObject.info.id); |  | ||||||
|  |  | ||||||
|             ProvObjects::Contact    NewContact; |             ProvObjects::Contact    NewContact; | ||||||
|             StorageService()->ContactDB().GetRecord("id", NewObject.info.id, NewContact); |             StorageService()->ContactDB().GetRecord("id", NewObject.info.id, NewContact); | ||||||
| @@ -137,13 +132,11 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         std::string FromPolicy, ToPolicy; |         std::string FromPolicy, ToPolicy; | ||||||
| 		if (!CreateMove(RawObject, "managementPolicy", &ContactDB::RecordName::managementPolicy, |         if(!CreateMove(RawObject,"managementPolicy",&ContactDB::RecordName::managementPolicy, Existing, FromPolicy, ToPolicy, StorageService()->PolicyDB())) | ||||||
| 						Existing, FromPolicy, ToPolicy, StorageService()->PolicyDB())) |  | ||||||
|             return BadRequest(RESTAPI::Errors::EntityMustExist); |             return BadRequest(RESTAPI::Errors::EntityMustExist); | ||||||
|  |  | ||||||
|         std::string FromEntity, ToEntity; |         std::string FromEntity, ToEntity; | ||||||
| 		if (!CreateMove(RawObject, "entity", &ContactDB::RecordName::entity, Existing, FromEntity, |         if(!CreateMove(RawObject,"entity",&ContactDB::RecordName::entity, Existing, FromEntity, ToEntity, StorageService()->EntityDB())) | ||||||
| 						ToEntity, StorageService()->EntityDB())) |  | ||||||
|             return BadRequest(RESTAPI::Errors::EntityMustExist); |             return BadRequest(RESTAPI::Errors::EntityMustExist); | ||||||
|  |  | ||||||
|         AssignIfPresent(RawObject, "title", Existing.title); |         AssignIfPresent(RawObject, "title", Existing.title); | ||||||
| @@ -164,8 +157,7 @@ namespace OpenWifi { | |||||||
|  |  | ||||||
|         if(DB_.UpdateRecord("id", UUID, Existing)) { |         if(DB_.UpdateRecord("id", UUID, Existing)) { | ||||||
|             MoveUsage(StorageService()->PolicyDB(),DB_,FromPolicy,ToPolicy,Existing.info.id); |             MoveUsage(StorageService()->PolicyDB(),DB_,FromPolicy,ToPolicy,Existing.info.id); | ||||||
| 			ManageMembership(StorageService()->EntityDB(), &ProvObjects::Entity::contacts, |             ManageMembership(StorageService()->EntityDB(),&ProvObjects::Entity::contacts,FromEntity,ToEntity,Existing.info.id); | ||||||
| 							 FromEntity, ToEntity, Existing.info.id); |  | ||||||
|  |  | ||||||
|             ProvObjects::Contact    NewObjectAdded; |             ProvObjects::Contact    NewObjectAdded; | ||||||
|             DB_.GetRecord("id", UUID, NewObjectAdded); |             DB_.GetRecord("id", UUID, NewObjectAdded); | ||||||
| @@ -175,4 +167,4 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|         InternalError(RESTAPI::Errors::RecordNotUpdated); |         InternalError(RESTAPI::Errors::RecordNotUpdated); | ||||||
|     } |     } | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -7,22 +7,21 @@ | |||||||
| // | // | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
| #include "StorageService.h" |  | ||||||
| #include "framework/RESTAPI_Handler.h" | #include "framework/RESTAPI_Handler.h" | ||||||
|  | #include "StorageService.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|     class RESTAPI_contact_handler : public RESTAPIHandler { |     class RESTAPI_contact_handler : public RESTAPIHandler { | ||||||
|     public: |     public: | ||||||
| 		RESTAPI_contact_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, |         RESTAPI_contact_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, RESTAPI_GenericServerAccounting & Server, uint64_t TransactionId, bool Internal) | ||||||
| 								RESTAPI_GenericServerAccounting &Server, uint64_t TransactionId, |  | ||||||
| 								bool Internal) |  | ||||||
|         : RESTAPIHandler(bindings, L, |         : RESTAPIHandler(bindings, L, | ||||||
| 							 std::vector<std::string>{Poco::Net::HTTPRequest::HTTP_GET, |                          std::vector<std::string>{ | ||||||
| 													  Poco::Net::HTTPRequest::HTTP_POST, |             Poco::Net::HTTPRequest::HTTP_GET, Poco::Net::HTTPRequest::HTTP_POST, | ||||||
| 													  Poco::Net::HTTPRequest::HTTP_PUT, |             Poco::Net::HTTPRequest::HTTP_PUT, Poco::Net::HTTPRequest::HTTP_DELETE, | ||||||
| 													  Poco::Net::HTTPRequest::HTTP_DELETE, |  | ||||||
|             Poco::Net::HTTPRequest::HTTP_OPTIONS}, |             Poco::Net::HTTPRequest::HTTP_OPTIONS}, | ||||||
| 							 Server, TransactionId, Internal) {} |             Server, | ||||||
|  |             TransactionId, | ||||||
|  |             Internal){} | ||||||
|         static auto PathName() { return std::list<std::string>{"/api/v1/contact/{uuid}"}; }; |         static auto PathName() { return std::list<std::string>{"/api/v1/contact/{uuid}"}; }; | ||||||
|  |  | ||||||
|     private: |     private: | ||||||
| @@ -32,4 +31,4 @@ namespace OpenWifi { | |||||||
|         void DoPut() final; |         void DoPut() final; | ||||||
|         void DoDelete() final; |         void DoDelete() final; | ||||||
|     }; |     }; | ||||||
| } // namespace OpenWifi | } | ||||||
|   | |||||||
| @@ -4,12 +4,12 @@ | |||||||
|  |  | ||||||
| #include "RESTAPI_contact_list_handler.h" | #include "RESTAPI_contact_list_handler.h" | ||||||
|  |  | ||||||
| #include "RESTAPI_db_helpers.h" |  | ||||||
| #include "RESTObjects/RESTAPI_ProvObjects.h" | #include "RESTObjects/RESTAPI_ProvObjects.h" | ||||||
| #include "StorageService.h" | #include "StorageService.h" | ||||||
|  | #include "RESTAPI_db_helpers.h" | ||||||
|  |  | ||||||
| namespace OpenWifi{ | namespace OpenWifi{ | ||||||
|     void RESTAPI_contact_list_handler::DoGet() { |     void RESTAPI_contact_list_handler::DoGet() { | ||||||
|         return ListHandler<ContactDB>("contacts", DB_, *this); |         return ListHandler<ContactDB>("contacts", DB_, *this); | ||||||
|     } |     } | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -3,22 +3,22 @@ | |||||||
| // | // | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
| #include "StorageService.h" |  | ||||||
| #include "framework/RESTAPI_Handler.h" | #include "framework/RESTAPI_Handler.h" | ||||||
|  | #include "StorageService.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|  |  | ||||||
|     class RESTAPI_contact_list_handler : public RESTAPIHandler { |     class RESTAPI_contact_list_handler : public RESTAPIHandler { | ||||||
|     public: |     public: | ||||||
| 		RESTAPI_contact_list_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, |         RESTAPI_contact_list_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, RESTAPI_GenericServerAccounting & Server, uint64_t TransactionId, bool Internal) | ||||||
| 									 RESTAPI_GenericServerAccounting &Server, |  | ||||||
| 									 uint64_t TransactionId, bool Internal) |  | ||||||
|         : RESTAPIHandler(bindings, L, |         : RESTAPIHandler(bindings, L, | ||||||
| 							 std::vector<std::string>{Poco::Net::HTTPRequest::HTTP_GET, |                          std::vector<std::string>{ | ||||||
|  |             Poco::Net::HTTPRequest::HTTP_GET, | ||||||
|             Poco::Net::HTTPRequest::HTTP_OPTIONS}, |             Poco::Net::HTTPRequest::HTTP_OPTIONS}, | ||||||
| 							 Server, TransactionId, Internal) {} |             Server, | ||||||
|  |             TransactionId, | ||||||
|  |             Internal){} | ||||||
|         static auto PathName() { return std::list<std::string>{"/api/v1/contact"}; }; |         static auto PathName() { return std::list<std::string>{"/api/v1/contact"}; }; | ||||||
|  |  | ||||||
|     private: |     private: | ||||||
|         ContactDB   & DB_=StorageService()->ContactDB(); |         ContactDB   & DB_=StorageService()->ContactDB(); | ||||||
|         void DoGet() final; |         void DoGet() final; | ||||||
| @@ -26,4 +26,4 @@ namespace OpenWifi { | |||||||
|         void DoPut() final {}; |         void DoPut() final {}; | ||||||
|         void DoDelete() final {}; |         void DoDelete() final {}; | ||||||
|     }; |     }; | ||||||
| } // namespace OpenWifi | } | ||||||
|   | |||||||
| @@ -4,12 +4,13 @@ | |||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
|  |  | ||||||
| #include "Poco/StringTokenizer.h" |  | ||||||
| #include "RESTObjects/RESTAPI_ProvObjects.h" | #include "RESTObjects/RESTAPI_ProvObjects.h" | ||||||
| #include "StorageService.h" | #include "StorageService.h" | ||||||
| #include "framework/ConfigurationValidator.h" | #include "framework/ConfigurationValidator.h" | ||||||
| #include "libs/croncpp.h" |  | ||||||
| #include "sdks/SDK_sec.h" | #include "sdks/SDK_sec.h" | ||||||
|  | #include "Poco/StringTokenizer.h" | ||||||
|  |  | ||||||
|  | #include "libs/croncpp.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|  |  | ||||||
| @@ -19,8 +20,7 @@ namespace OpenWifi { | |||||||
|         J.set("id", O.id); |         J.set("id", O.id); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename R, typename Q = decltype(R{}.entity)> |     template <typename R, typename Q = decltype(R{}.entity)> void Extend_entity(const R &T, Poco::JSON::Object &EI ) { | ||||||
| 	void Extend_entity(const R &T, Poco::JSON::Object &EI) { |  | ||||||
|         if constexpr(std::is_same_v<Q,std::string>) { |         if constexpr(std::is_same_v<Q,std::string>) { | ||||||
|             if(!T.entity.empty()) { |             if(!T.entity.empty()) { | ||||||
|                 Poco::JSON::Object  EntObj; |                 Poco::JSON::Object  EntObj; | ||||||
| @@ -36,8 +36,7 @@ namespace OpenWifi { | |||||||
|         static_assert( sizeof...(args) == 2); |         static_assert( sizeof...(args) == 2); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename R, typename Q = decltype(R{}.managementPolicy)> |     template <typename R, typename Q = decltype(R{}.managementPolicy)> void Extend_managementPolicy(const R &T, Poco::JSON::Object &EI ) { | ||||||
| 	void Extend_managementPolicy(const R &T, Poco::JSON::Object &EI) { |  | ||||||
|         if constexpr(std::is_same_v<Q,std::string>) { |         if constexpr(std::is_same_v<Q,std::string>) { | ||||||
|             if(!T.managementPolicy.empty()) { |             if(!T.managementPolicy.empty()) { | ||||||
|                 Poco::JSON::Object  PolObj; |                 Poco::JSON::Object  PolObj; | ||||||
| @@ -53,8 +52,7 @@ namespace OpenWifi { | |||||||
|         static_assert( sizeof...(args) == 2); |         static_assert( sizeof...(args) == 2); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename R, typename Q = decltype(R{}.venue)> |     template <typename R, typename Q = decltype(R{}.venue)> void Extend_venue(const R &T, Poco::JSON::Object &EI ) { | ||||||
| 	void Extend_venue(const R &T, Poco::JSON::Object &EI) { |  | ||||||
|         if constexpr(std::is_same_v<Q,std::string>) { |         if constexpr(std::is_same_v<Q,std::string>) { | ||||||
|             if(!T.venue.empty()) { |             if(!T.venue.empty()) { | ||||||
|                 Poco::JSON::Object  VenObj; |                 Poco::JSON::Object  VenObj; | ||||||
| @@ -66,10 +64,11 @@ namespace OpenWifi { | |||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| 	template <typename... Ts> void Extend_venue(Ts... args) { static_assert(sizeof...(args) == 2); } |     template <typename... Ts> void Extend_venue(Ts... args) { | ||||||
|  |         static_assert( sizeof...(args) == 2); | ||||||
|  |     } | ||||||
|  |  | ||||||
| 	template <typename R, typename Q = decltype(R{}.contact)> |     template <typename R, typename Q = decltype(R{}.contact)> void Extend_contact(const R &T, Poco::JSON::Object &EI ) { | ||||||
| 	void Extend_contact(const R &T, Poco::JSON::Object &EI) { |  | ||||||
|         if constexpr(std::is_same_v<Q,std::string>) { |         if constexpr(std::is_same_v<Q,std::string>) { | ||||||
|             if(!T.contact.empty()) { |             if(!T.contact.empty()) { | ||||||
|                 Poco::JSON::Object  ConObj; |                 Poco::JSON::Object  ConObj; | ||||||
| @@ -85,8 +84,7 @@ namespace OpenWifi { | |||||||
|         static_assert( sizeof...(args) == 2); |         static_assert( sizeof...(args) == 2); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename R, typename Q = decltype(R{}.location)> |     template <typename R, typename Q = decltype(R{}.location)> void Extend_location(const R &T, Poco::JSON::Object &EI ) { | ||||||
| 	void Extend_location(const R &T, Poco::JSON::Object &EI) { |  | ||||||
|         if constexpr(std::is_same_v<Q,std::string>) { |         if constexpr(std::is_same_v<Q,std::string>) { | ||||||
|             if(!T.location.empty()) { |             if(!T.location.empty()) { | ||||||
|                 Poco::JSON::Object  LocObj; |                 Poco::JSON::Object  LocObj; | ||||||
| @@ -102,14 +100,12 @@ namespace OpenWifi { | |||||||
|         static_assert( sizeof...(args) == 2); |         static_assert( sizeof...(args) == 2); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename R, typename Q = decltype(R{}.deviceConfiguration)> |     template <typename R, typename Q = decltype(R{}.deviceConfiguration)> void Extend_deviceConfiguration(const R &T, Poco::JSON::Object &EI ) { | ||||||
| 	void Extend_deviceConfiguration(const R &T, Poco::JSON::Object &EI) { |  | ||||||
|         if constexpr(std::is_same_v<Q,std::string>) { |         if constexpr(std::is_same_v<Q,std::string>) { | ||||||
|             if(!T.deviceConfiguration.empty()) { |             if(!T.deviceConfiguration.empty()) { | ||||||
|                 Poco::JSON::Object  DevObj; |                 Poco::JSON::Object  DevObj; | ||||||
|                 ProvObjects::DeviceConfiguration DevConf; |                 ProvObjects::DeviceConfiguration DevConf; | ||||||
| 				if (StorageService()->ConfigurationDB().GetRecord("id", T.deviceConfiguration, |                 if(StorageService()->ConfigurationDB().GetRecord("id",T.deviceConfiguration,DevConf)) { | ||||||
| 																  DevConf)) { |  | ||||||
|                     AddInfoBlock(DevConf.info, DevObj); |                     AddInfoBlock(DevConf.info, DevObj); | ||||||
|                 } |                 } | ||||||
|                 EI.set("deviceConfiguration",DevObj); |                 EI.set("deviceConfiguration",DevObj); | ||||||
| @@ -147,8 +143,7 @@ namespace OpenWifi { | |||||||
|         return true; |         return true; | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename T> |     template <typename T> void MakeJSONObjectArray(const char * ArrayName, const std::vector<T> & V, RESTAPIHandler & R) { | ||||||
| 	void MakeJSONObjectArray(const char *ArrayName, const std::vector<T> &V, RESTAPIHandler &R) { |  | ||||||
|         Poco::JSON::Array   ObjArray; |         Poco::JSON::Array   ObjArray; | ||||||
|         for(const auto &i:V) { |         for(const auto &i:V) { | ||||||
|             Poco::JSON::Object  Obj; |             Poco::JSON::Object  Obj; | ||||||
| @@ -162,10 +157,11 @@ namespace OpenWifi { | |||||||
|         return R.ReturnObject(Answer); |         return R.ReturnObject(Answer); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	inline static bool is_uuid(const std::string &u) { return u.find('-') != std::string::npos; } |     inline static bool is_uuid(const std::string &u) { | ||||||
|  |         return u.find('-') != std::string::npos; | ||||||
|  |     } | ||||||
|  |  | ||||||
| 	template <typename DB> |     template <typename DB> void ReturnRecordList(const char *ArrayName,DB & DBInstance, RESTAPIHandler & R) { | ||||||
| 	void ReturnRecordList(const char *ArrayName, DB &DBInstance, RESTAPIHandler &R) { |  | ||||||
|         Poco::JSON::Array   ObjArr; |         Poco::JSON::Array   ObjArr; | ||||||
|         for(const auto &i:R.SelectedRecords()) { |         for(const auto &i:R.SelectedRecords()) { | ||||||
|             ProvObjects::InventoryTag E; |             ProvObjects::InventoryTag E; | ||||||
| @@ -184,8 +180,7 @@ namespace OpenWifi { | |||||||
|         return R.ReturnObject(Answer); |         return R.ReturnObject(Answer); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename DB, typename Record> |     template <typename DB, typename Record> void ReturnRecordList(const char *ArrayName,DB & DBInstance, RESTAPIHandler & R) { | ||||||
| 	void ReturnRecordList(const char *ArrayName, DB &DBInstance, RESTAPIHandler &R) { |  | ||||||
|         Poco::JSON::Array   ObjArr; |         Poco::JSON::Array   ObjArr; | ||||||
|         for(const auto &i:R.SelectedRecords()) { |         for(const auto &i:R.SelectedRecords()) { | ||||||
|             Record E; |             Record E; | ||||||
| @@ -226,8 +221,7 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	inline void AddLocationTriplet(const std::vector<std::string> &id, |     inline void AddLocationTriplet(const std::vector<std::string> &id, std::vector<triplet_t> & IDs) { | ||||||
| 								   std::vector<triplet_t> &IDs) { |  | ||||||
|         for(const auto &i:id) |         for(const auto &i:id) | ||||||
|             AddLocationTriplet(i,IDs); |             AddLocationTriplet(i,IDs); | ||||||
|     } |     } | ||||||
| @@ -260,8 +254,7 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename DB> |     template <typename DB> void ListHandler(const char *BlockName,DB & DBInstance, RESTAPIHandler & R) { | ||||||
| 	void ListHandler(const char *BlockName, DB &DBInstance, RESTAPIHandler &R) { |  | ||||||
|         auto Entity = R.GetParameter("entity", ""); |         auto Entity = R.GetParameter("entity", ""); | ||||||
|         auto Venue = R.GetParameter("venue", ""); |         auto Venue = R.GetParameter("venue", ""); | ||||||
|  |  | ||||||
| @@ -288,16 +281,15 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         if(!R.QB_.Select.empty()) { |         if(!R.QB_.Select.empty()) { | ||||||
| 			return ReturnRecordList<decltype(DBInstance), RecType>(BlockName, DBInstance, R); |             return ReturnRecordList<decltype(DBInstance), | ||||||
| 		} |                     RecType>(BlockName, DBInstance, R); | ||||||
| 		if (!Entity.empty()) { |         } if(!Entity.empty()) { | ||||||
|             RecVec Entries; |             RecVec Entries; | ||||||
|             DBInstance.GetRecords(R.QB_.Offset,R.QB_.Limit,Entries," entity=' " + Entity +"'"); |             DBInstance.GetRecords(R.QB_.Offset,R.QB_.Limit,Entries," entity=' " + Entity +"'"); | ||||||
|             if(R.QB_.CountOnly) |             if(R.QB_.CountOnly) | ||||||
|                 return R.ReturnCountOnly(Entries.size()); |                 return R.ReturnCountOnly(Entries.size()); | ||||||
|             return MakeJSONObjectArray(BlockName, Entries, R); |             return MakeJSONObjectArray(BlockName, Entries, R); | ||||||
| 		} |         } if(!Venue.empty()) { | ||||||
| 		if (!Venue.empty()) { |  | ||||||
|             RecVec Entries; |             RecVec Entries; | ||||||
|             DBInstance.GetRecords(R.QB_.Offset,R.QB_.Limit,Entries," venue=' " + Venue +"'"); |             DBInstance.GetRecords(R.QB_.Offset,R.QB_.Limit,Entries," venue=' " + Venue +"'"); | ||||||
|             if(R.QB_.CountOnly) |             if(R.QB_.CountOnly) | ||||||
| @@ -314,17 +306,13 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename db_type> |     template <typename db_type> void ListHandlerForOperator(const char *BlockName,db_type & DB, RESTAPIHandler & R, const Types::UUID_t & OperatorId, const Types::UUID_t & subscriberId="") { | ||||||
| 	void ListHandlerForOperator(const char *BlockName, db_type &DB, RESTAPIHandler &R, |  | ||||||
| 								const Types::UUID_t &OperatorId, |  | ||||||
| 								const Types::UUID_t &subscriberId = "") { |  | ||||||
|         typedef typename db_type::RecordVec      RecVec; |         typedef typename db_type::RecordVec      RecVec; | ||||||
|         typedef typename db_type::RecordName     RecType; |         typedef typename db_type::RecordName     RecType; | ||||||
|  |  | ||||||
| 		auto whereClause = |         auto whereClause = subscriberId.empty() ? | ||||||
| 			subscriberId.empty() |                             fmt::format(" operatorId='{}'", OperatorId) : | ||||||
| 				? fmt::format(" operatorId='{}'", OperatorId) |                             fmt::format(" operatorId='{}' and subscriberId='{}' ", OperatorId, subscriberId); | ||||||
| 				: fmt::format(" operatorId='{}' and subscriberId='{}' ", OperatorId, subscriberId); |  | ||||||
|  |  | ||||||
|         if(R.QB_.CountOnly) { |         if(R.QB_.CountOnly) { | ||||||
|             auto Count = DB.Count( whereClause ); |             auto Count = DB.Count( whereClause ); | ||||||
| @@ -332,7 +320,8 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         if(!R.QB_.Select.empty()) { |         if(!R.QB_.Select.empty()) { | ||||||
| 			return ReturnRecordList<decltype(DB), RecType>(BlockName, DB, R); |             return ReturnRecordList<decltype(DB), | ||||||
|  |                     RecType>(BlockName, DB, R); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         RecVec  Entries; |         RecVec  Entries; | ||||||
| @@ -340,9 +329,7 @@ namespace OpenWifi { | |||||||
|         return MakeJSONObjectArray(BlockName, Entries, R); |         return MakeJSONObjectArray(BlockName, Entries, R); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename db_type, typename ObjectDB> |     template <typename db_type, typename ObjectDB> void MoveUsage(db_type &DB_InUse, ObjectDB & DB, const std::string & From, const std::string & To, const std::string &Id) { | ||||||
| 	void MoveUsage(db_type &DB_InUse, ObjectDB &DB, const std::string &From, const std::string &To, |  | ||||||
| 				   const std::string &Id) { |  | ||||||
|         if(From!=To) { |         if(From!=To) { | ||||||
|             if(!From.empty()) |             if(!From.empty()) | ||||||
|                 DB_InUse.DeleteInUse("id",From,DB.Prefix(),Id); |                 DB_InUse.DeleteInUse("id",From,DB.Prefix(),Id); | ||||||
| @@ -351,9 +338,7 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename db_type, typename ObjectDB> |     template <typename db_type, typename ObjectDB> void MoveUsage(db_type &DB_InUse, ObjectDB & DB, const Types::UUIDvec_t & From, const Types::UUIDvec_t & To, const std::string &Id) { | ||||||
| 	void MoveUsage(db_type &DB_InUse, ObjectDB &DB, const Types::UUIDvec_t &From, |  | ||||||
| 				   const Types::UUIDvec_t &To, const std::string &Id) { |  | ||||||
|         if(From!=To) { |         if(From!=To) { | ||||||
|             if(!From.empty()) { |             if(!From.empty()) { | ||||||
|                 for(const auto &i:From) |                 for(const auto &i:From) | ||||||
| @@ -366,9 +351,7 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename db_type> |     template <typename db_type> void MoveChild(db_type &DB, const std::string & Parent, const std::string & Child, const std::string &Id) { | ||||||
| 	void MoveChild(db_type &DB, const std::string &Parent, const std::string &Child, |  | ||||||
| 				   const std::string &Id) { |  | ||||||
|         if(Parent!=Child) { |         if(Parent!=Child) { | ||||||
|             if(!Parent.empty()) |             if(!Parent.empty()) | ||||||
|                 DB.InUse.DeleteInUse("id",Parent,Id); |                 DB.InUse.DeleteInUse("id",Parent,Id); | ||||||
| @@ -377,28 +360,22 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename db_type, typename Member> |     template <typename db_type, typename Member> void RemoveMembership( db_type & DB, Member T, const std::string & Obj, const std::string &Id) { | ||||||
| 	void RemoveMembership(db_type &DB, Member T, const std::string &Obj, const std::string &Id) { |  | ||||||
|         if(!Obj.empty()) |         if(!Obj.empty()) | ||||||
|             DB.ManipulateVectorMember(T, "id", Obj, Id, false); |             DB.ManipulateVectorMember(T, "id", Obj, Id, false); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename db_type, typename Member> |     template <typename db_type, typename Member> void AddMembership( db_type & DB, Member T, const std::string & Obj, const std::string &Id) { | ||||||
| 	void AddMembership(db_type &DB, Member T, const std::string &Obj, const std::string &Id) { |  | ||||||
|         if(!Obj.empty()) |         if(!Obj.empty()) | ||||||
|             DB.ManipulateVectorMember(T, "id", Obj, Id, true); |             DB.ManipulateVectorMember(T, "id", Obj, Id, true); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename db_type, typename Member> |     template <typename db_type, typename Member> void ManageMembership( db_type & DB, Member T, const std::string & From, const std::string & To, const std::string &Id) { | ||||||
| 	void ManageMembership(db_type &DB, Member T, const std::string &From, const std::string &To, |  | ||||||
| 						  const std::string &Id) { |  | ||||||
|         RemoveMembership(DB,T,From,Id); |         RemoveMembership(DB,T,From,Id); | ||||||
|         AddMembership(DB,T,To,Id); |         AddMembership(DB,T,To,Id); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename db_type, typename Member> |     template <typename db_type, typename Member> void ManageMembership( db_type & DB, Member T, const Types::UUIDvec_t & From, const Types::UUIDvec_t & To, const std::string &Id) { | ||||||
| 	void ManageMembership(db_type &DB, Member T, const Types::UUIDvec_t &From, |  | ||||||
| 						  const Types::UUIDvec_t &To, const std::string &Id) { |  | ||||||
|         if(From!=To) { |         if(From!=To) { | ||||||
|             for (const auto &i: From) { |             for (const auto &i: From) { | ||||||
|                 RemoveMembership(DB, T, i, Id); |                 RemoveMembership(DB, T, i, Id); | ||||||
| @@ -409,9 +386,7 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename Member, typename Rec, typename db_type> |     template <typename Member, typename Rec, typename db_type > bool CreateMove(const Poco::JSON::Object::Ptr & RawObj, const char *fieldname, Member T, Rec & Existing, std::string &From, std::string &To, db_type & TheDB) { | ||||||
| 	bool CreateMove(const Poco::JSON::Object::Ptr &RawObj, const char *fieldname, Member T, |  | ||||||
| 					Rec &Existing, std::string &From, std::string &To, db_type &TheDB) { |  | ||||||
|         if(RawObj->has(fieldname)) { |         if(RawObj->has(fieldname)) { | ||||||
|             From = Existing.*T; |             From = Existing.*T; | ||||||
|             To = RawObj->get(fieldname).toString(); |             To = RawObj->get(fieldname).toString(); | ||||||
| @@ -431,16 +406,16 @@ namespace OpenWifi { | |||||||
|         return EntityDB::RootUUID(); |         return EntityDB::RootUUID(); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	inline bool ValidateConfigBlock(const ProvObjects::DeviceConfiguration &Config, |     inline bool ValidateConfigBlock(const ProvObjects::DeviceConfiguration &Config, RESTAPI::Errors::msg & Error) { | ||||||
| 									std::vector<std::string> &Errors) { |         static const std::vector<std::string> SectionNames{ "globals", "interfaces", "metrics", "radios", "services", | ||||||
| 		static const std::vector<std::string> SectionNames{ |                                                             "unit", "definitions", "ethernet", "switch", "config-raw", | ||||||
| 			"globals",	   "interfaces", "metrics", "radios",	  "services",	"unit", |                                                             "third-party" }; | ||||||
| 			"definitions", "ethernet",	 "switch",	"config-raw", "third-party"}; |  | ||||||
|  |  | ||||||
|         for(const auto &i:Config.configuration) { |         for(const auto &i:Config.configuration) { | ||||||
|             Poco::JSON::Parser  P; |             Poco::JSON::Parser  P; | ||||||
|             if(i.name.empty()) { |             if(i.name.empty()) { | ||||||
| 				Errors.push_back("Name is empty"); |                 std::cout << "Name is empty" << std::endl; | ||||||
|  |                 Error = RESTAPI::Errors::NameMustBeSet; | ||||||
|                 return false; |                 return false; | ||||||
|             } |             } | ||||||
|  |  | ||||||
| @@ -448,38 +423,39 @@ namespace OpenWifi { | |||||||
|                 auto Blocks = P.parse(i.configuration).extract<Poco::JSON::Object::Ptr>(); |                 auto Blocks = P.parse(i.configuration).extract<Poco::JSON::Object::Ptr>(); | ||||||
|                 auto N = Blocks->getNames(); |                 auto N = Blocks->getNames(); | ||||||
|                 for (const auto &j: N) { |                 for (const auto &j: N) { | ||||||
| 					if (std::find(SectionNames.cbegin(), SectionNames.cend(), j) == |                     if (std::find(SectionNames.cbegin(), SectionNames.cend(), j) == SectionNames.cend()) { | ||||||
| 						SectionNames.cend()) { |                         Error = RESTAPI::Errors::UnknownConfigurationSection; | ||||||
| 						Errors.push_back("Unknown block name"); |  | ||||||
|                         return false; |                         return false; | ||||||
|                     } |                     } | ||||||
|                 } |                 } | ||||||
|             } catch (const Poco::JSON::JSONException &E ) { |             } catch (const Poco::JSON::JSONException &E ) { | ||||||
| 				Errors.push_back("Invalid JSON document"); |                 Error = RESTAPI::Errors::InvalidJSONDocument; | ||||||
|                 return false; |                 return false; | ||||||
|             } |             } | ||||||
|  |  | ||||||
|             try { |             try { | ||||||
| 				if (ValidateUCentralConfiguration(i.configuration, Errors, true)) { |                 std::string ErrorText; | ||||||
|  |                 if (ValidateUCentralConfiguration(i.configuration, ErrorText)) { | ||||||
|                     // std::cout << "Block: " << i.name << " is valid" << std::endl; |                     // std::cout << "Block: " << i.name << " is valid" << std::endl; | ||||||
|                 } else { |                 } else { | ||||||
|  |                     Error =  RESTAPI::Errors::ConfigBlockInvalid ; | ||||||
|                     return false; |                     return false; | ||||||
|                 } |                 } | ||||||
|             } catch(...) { |             } catch(...) { | ||||||
| 				Errors.push_back("Invalid configuration caused an exception"); |                 std::cout << "Exception in validation" << std::endl; | ||||||
|                 return false; |                 return false; | ||||||
|             } |             } | ||||||
|  |  | ||||||
|         } |         } | ||||||
|         return true; |         return true; | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename Type> |     template <typename Type> std::map<std::string,std::string>   CreateObjects(Type & NewObject, RESTAPIHandler & R, RESTAPI::Errors::msg & Error) { | ||||||
| 	std::map<std::string, std::string> CreateObjects(Type &NewObject, RESTAPIHandler &R, |  | ||||||
| 													 std::vector<std::string> &Errors) { |  | ||||||
|         std::map<std::string,std::string>   Result; |         std::map<std::string,std::string>   Result; | ||||||
|  |  | ||||||
|         auto createObjects = R.GetParameter("createObjects",""); |         auto createObjects = R.GetParameter("createObjects",""); | ||||||
|         if(!createObjects.empty()) { |         if(!createObjects.empty()) { | ||||||
|  |             std::cout << "createObjects: " << createObjects << std::endl; | ||||||
|             Poco::JSON::Parser P; |             Poco::JSON::Parser P; | ||||||
|             auto Objects = P.parse(createObjects).extract<Poco::JSON::Object::Ptr>(); |             auto Objects = P.parse(createObjects).extract<Poco::JSON::Object::Ptr>(); | ||||||
|             if(Objects->isArray("objects")) { |             if(Objects->isArray("objects")) { | ||||||
| @@ -487,41 +463,39 @@ namespace OpenWifi { | |||||||
|                 for(const auto &i:*ObjectsArray) { |                 for(const auto &i:*ObjectsArray) { | ||||||
|                     auto Object = i.extract<Poco::JSON::Object::Ptr>(); |                     auto Object = i.extract<Poco::JSON::Object::Ptr>(); | ||||||
|                     if (Object->has("location")) { |                     if (Object->has("location")) { | ||||||
| 						auto LocationDetails = |                         auto LocationDetails = Object->get("location").extract<Poco::JSON::Object::Ptr>(); | ||||||
| 							Object->get("location").extract<Poco::JSON::Object::Ptr>(); |  | ||||||
|                         ProvObjects::Location LC; |                         ProvObjects::Location LC; | ||||||
|                         if (LC.from_json(LocationDetails)) { |                         if (LC.from_json(LocationDetails)) { | ||||||
|                             if constexpr(std::is_same_v<Type,ProvObjects::Venue>) { |                             if constexpr(std::is_same_v<Type,ProvObjects::Venue>) { | ||||||
|  |                                 std::cout << "Location decoded: " << LC.info.name << std::endl; | ||||||
|                                 std::string ParentEntity = FindParentEntity(NewObject); |                                 std::string ParentEntity = FindParentEntity(NewObject); | ||||||
|                                 ProvObjects::CreateObjectInfo(R.UserInfo_.userinfo, LC.info); |                                 ProvObjects::CreateObjectInfo(R.UserInfo_.userinfo, LC.info); | ||||||
|                                 LC.entity = ParentEntity; |                                 LC.entity = ParentEntity; | ||||||
|                                 if (StorageService()->LocationDB().CreateRecord(LC)) { |                                 if (StorageService()->LocationDB().CreateRecord(LC)) { | ||||||
|                                     NewObject.location = LC.info.id; |                                     NewObject.location = LC.info.id; | ||||||
| 									AddMembership(StorageService()->EntityDB(), |                                     AddMembership(StorageService()->EntityDB(), &ProvObjects::Entity::locations, | ||||||
| 												  &ProvObjects::Entity::locations, ParentEntity, |                                                   ParentEntity, LC.info.id); | ||||||
| 												  LC.info.id); |  | ||||||
|                                     Result["location"] = LC.info.id; |                                     Result["location"] = LC.info.id; | ||||||
|                                 } |                                 } | ||||||
|                             } |                             } | ||||||
|                             if constexpr(std::is_same_v<Type,ProvObjects::Operator>) { |                             if constexpr(std::is_same_v<Type,ProvObjects::Operator>) { | ||||||
|  |                                 std::cout << "Location decoded: " << LC.info.name << std::endl; | ||||||
|                                 std::string ParentEntity = FindParentEntity(NewObject); |                                 std::string ParentEntity = FindParentEntity(NewObject); | ||||||
|                                 ProvObjects::CreateObjectInfo(R.UserInfo_.userinfo, LC.info); |                                 ProvObjects::CreateObjectInfo(R.UserInfo_.userinfo, LC.info); | ||||||
|                                 LC.entity = ParentEntity; |                                 LC.entity = ParentEntity; | ||||||
|                                 if (StorageService()->LocationDB().CreateRecord(LC)) { |                                 if (StorageService()->LocationDB().CreateRecord(LC)) { | ||||||
|                                     NewObject.location = LC.info.id; |                                     NewObject.location = LC.info.id; | ||||||
| 									AddMembership(StorageService()->EntityDB(), |                                     AddMembership(StorageService()->EntityDB(), &ProvObjects::Entity::locations, | ||||||
| 												  &ProvObjects::Entity::locations, ParentEntity, |                                                   ParentEntity, LC.info.id); | ||||||
| 												  LC.info.id); |  | ||||||
|                                     Result["location"] = LC.info.id; |                                     Result["location"] = LC.info.id; | ||||||
|                                 } |                                 } | ||||||
|                             } |                             } | ||||||
|                         } else { |                         } else { | ||||||
| 							Errors.push_back("Invalid JSON document"); |                             Error = RESTAPI::Errors::InvalidJSONDocument; | ||||||
|                             break; |                             break; | ||||||
|                         } |                         } | ||||||
|                     } else if (Object->has("contact")) { |                     } else if (Object->has("contact")) { | ||||||
| 						auto ContactDetails = |                         auto ContactDetails = Object->get("contact").extract<Poco::JSON::Object::Ptr>(); | ||||||
| 							Object->get("contact").extract<Poco::JSON::Object::Ptr>(); |  | ||||||
|                         ProvObjects::Contact CC; |                         ProvObjects::Contact CC; | ||||||
|                         if (CC.from_json(ContactDetails)) { |                         if (CC.from_json(ContactDetails)) { | ||||||
|                             std::cout << "contact decoded: " << CC.info.name << std::endl; |                             std::cout << "contact decoded: " << CC.info.name << std::endl; | ||||||
| @@ -529,15 +503,14 @@ namespace OpenWifi { | |||||||
|                             std::cout << "contact not decoded." << std::endl; |                             std::cout << "contact not decoded." << std::endl; | ||||||
|                         } |                         } | ||||||
|                     } else if (Object->has("configuration")) { |                     } else if (Object->has("configuration")) { | ||||||
| 						auto ConfigurationDetails = |                         auto ConfigurationDetails = Object->get("configuration").template extract<Poco::JSON::Object::Ptr>(); | ||||||
| 							Object->get("configuration") |  | ||||||
| 								.template extract<Poco::JSON::Object::Ptr>(); |  | ||||||
|                         ProvObjects::DeviceConfiguration    DC; |                         ProvObjects::DeviceConfiguration    DC; | ||||||
|                         if(DC.from_json(ConfigurationDetails)) { |                         if(DC.from_json(ConfigurationDetails)) { | ||||||
|                             if constexpr(std::is_same_v<Type, ProvObjects::InventoryTag>) { |                             if constexpr(std::is_same_v<Type, ProvObjects::InventoryTag>) { | ||||||
| 								if (!ValidateConfigBlock(DC, Errors)) { |                                 if(!ValidateConfigBlock(DC,Error)) { | ||||||
|                                     break; |                                     break; | ||||||
|                                 } |                                 } | ||||||
|  |                                 std::cout << "Configuration decoded: " << DC.info.name << std::endl; | ||||||
|                                 ProvObjects::CreateObjectInfo(R.UserInfo_.userinfo, DC.info); |                                 ProvObjects::CreateObjectInfo(R.UserInfo_.userinfo, DC.info); | ||||||
|                                 if (StorageService()->ConfigurationDB().CreateRecord(DC)) { |                                 if (StorageService()->ConfigurationDB().CreateRecord(DC)) { | ||||||
|                                     NewObject.deviceConfiguration = DC.info.id; |                                     NewObject.deviceConfiguration = DC.info.id; | ||||||
| @@ -545,7 +518,7 @@ namespace OpenWifi { | |||||||
|                                 } |                                 } | ||||||
|                             } |                             } | ||||||
|                         } else { |                         } else { | ||||||
| 							Errors.push_back("Invalid JSON document"); |                             Error = RESTAPI::Errors::InvalidJSONDocument; | ||||||
|                             break; |                             break; | ||||||
|                         } |                         } | ||||||
|                     } |                     } | ||||||
| @@ -556,17 +529,19 @@ namespace OpenWifi { | |||||||
|     } |     } | ||||||
|  |  | ||||||
|     inline bool ValidSchedule(const std::string &v) { |     inline bool ValidSchedule(const std::string &v) { | ||||||
| 		try { |         try | ||||||
|  |         { | ||||||
|             auto cron = cron::make_cron(v); |             auto cron = cron::make_cron(v); | ||||||
|             return true; |             return true; | ||||||
| 		} catch (cron::bad_cronexpr const &ex) { |         } | ||||||
|  |         catch (cron::bad_cronexpr const & ex) | ||||||
|  |         { | ||||||
|         } |         } | ||||||
|         return false; |         return false; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     inline bool ValidRRM(const std::string &v) { |     inline bool ValidRRM(const std::string &v) { | ||||||
| 		if ((v == "no") || (v == "inherit")) |         if((v=="no") || (v=="inherit")) return true; | ||||||
| 			return true; |  | ||||||
|         try { |         try { | ||||||
|             Poco::JSON::Parser  P; |             Poco::JSON::Parser  P; | ||||||
|             auto O = P.parse(v).extract<Poco::JSON::Object::Ptr>(); |             auto O = P.parse(v).extract<Poco::JSON::Object::Ptr>(); | ||||||
| @@ -576,14 +551,14 @@ namespace OpenWifi { | |||||||
|                 return ValidSchedule(D.schedule); |                 return ValidSchedule(D.schedule); | ||||||
|             } |             } | ||||||
|         } catch (...) { |         } catch (...) { | ||||||
|  |  | ||||||
|         } |         } | ||||||
|         return false; |         return false; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     inline bool ValidDeviceRules(const ProvObjects::DeviceRules & DR) { |     inline bool ValidDeviceRules(const ProvObjects::DeviceRules & DR) { | ||||||
|         return  (ValidRRM(DR.rrm)) && |         return  (ValidRRM(DR.rrm)) && | ||||||
| 			   (DR.firmwareUpgrade == "yes" || DR.firmwareUpgrade == "no" || |                 (DR.firmwareUpgrade=="yes" || DR.firmwareUpgrade=="no" || DR.firmwareUpgrade=="inherit") && | ||||||
| 				DR.firmwareUpgrade == "inherit") && |  | ||||||
|                 (DR.rcOnly=="yes" || DR.rcOnly=="no" || DR.rcOnly=="inherit"); |                 (DR.rcOnly=="yes" || DR.rcOnly=="no" || DR.rcOnly=="inherit"); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| @@ -594,24 +569,28 @@ namespace OpenWifi { | |||||||
|         return false; |         return false; | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	inline bool ValidSourceIP([[maybe_unused]] const std::vector<std::string> &IPs) { return true; } |     inline bool ValidSourceIP([[maybe_unused]] const std::vector<std::string> & IPs) { | ||||||
|  |         return true; | ||||||
|  |     } | ||||||
|  |  | ||||||
|     inline bool ValidPeriod(const std::string &P) { |     inline bool ValidPeriod(const std::string &P) { | ||||||
|         return (P=="hourly" || P=="daily" || P=="monthly" || P=="yearly" || |         return (P=="hourly" || P=="daily" || P=="monthly" || P=="yearly" || | ||||||
| 				P == "quarterly" || P == "lifetime" || P == "custom1" || P == "custom2" || |                 P=="quarterly" || P=="lifetime" || P=="custom1" || | ||||||
| 				P == "custom3" || P == "custom4"); |                 P=="custom2"|| P=="custom3"|| P=="custom4"); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     inline bool ValidContactType(const std::string &contact) { |     inline bool ValidContactType(const std::string &contact) { | ||||||
|         auto C = Poco::toLower(contact); |         auto C = Poco::toLower(contact); | ||||||
|         return (C=="subscriber" || C=="user" || C=="installer" || C=="csr" || |         return (C=="subscriber" || C=="user" || C=="installer" || C=="csr" || | ||||||
| 				C == "manager" || C == "businessowner" || C == "technician" || C == "corporate"); |                 C=="manager" || C=="businessowner" || C=="technician" || | ||||||
|  |                 C=="corporate"); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     inline bool ValidContactType(const std::string &contact, RESTAPIHandler &H) { |     inline bool ValidContactType(const std::string &contact, RESTAPIHandler &H) { | ||||||
|         auto C = Poco::toLower(contact); |         auto C = Poco::toLower(contact); | ||||||
| 		if (C == "subscriber" || C == "user" || C == "installer" || C == "csr" || C == "manager" || |         if (C=="subscriber" || C=="user" || C=="installer" || C=="csr" || | ||||||
| 			C == "businessowner" || C == "technician" || C == "corporate") |                 C=="manager" || C=="businessowner" || C=="technician" || | ||||||
|  |                 C=="corporate") | ||||||
|             return true; |             return true; | ||||||
|         H.BadRequest(RESTAPI::Errors::InvalidContactType); |         H.BadRequest(RESTAPI::Errors::InvalidContactType); | ||||||
|         return false; |         return false; | ||||||
| @@ -625,16 +604,14 @@ namespace OpenWifi { | |||||||
|  |  | ||||||
|     inline bool ValidLocationType(const std::string &location, RESTAPIHandler &H) { |     inline bool ValidLocationType(const std::string &location, RESTAPIHandler &H) { | ||||||
|         auto C = Poco::toLower(location); |         auto C = Poco::toLower(location); | ||||||
| 		if ((C == "service" || C == "equipment" || C == "auto" || C == "manual" || C == "special" || |         if((C=="service" || C=="equipment" || C=="auto" || C=="manual" || | ||||||
| 			 C == "unknown" || C == "corporate")) |                 C=="special" || C=="unknown" || C=="corporate")) | ||||||
|             return true; |             return true; | ||||||
|         H.BadRequest(RESTAPI::Errors::InvalidLocationType); |         H.BadRequest(RESTAPI::Errors::InvalidLocationType); | ||||||
|         return false; |         return false; | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename DBType> |     template <typename DBType> bool ValidDbId(const Types::UUID_t &uuid, DBType & DB, bool AllowEmpty , const RESTAPI::Errors::msg &Error , RESTAPIHandler & H) { | ||||||
| 	bool ValidDbId(const Types::UUID_t &uuid, DBType &DB, bool AllowEmpty, |  | ||||||
| 				   const RESTAPI::Errors::msg &Error, RESTAPIHandler &H) { |  | ||||||
|         if(!AllowEmpty && uuid.empty()) { |         if(!AllowEmpty && uuid.empty()) { | ||||||
|             H.BadRequest(Error); |             H.BadRequest(Error); | ||||||
|             return false; |             return false; | ||||||
| @@ -663,8 +640,7 @@ namespace OpenWifi { | |||||||
|         return true; |         return true; | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	inline bool ValidSubscriberId(const Types::UUID_t &uuid, bool AllowEmpty, std::string &email, |     inline bool ValidSubscriberId( const Types::UUID_t & uuid, bool AllowEmpty, std::string & email, RESTAPIHandler &H ) { | ||||||
| 								  RESTAPIHandler &H) { |  | ||||||
|         if(!AllowEmpty && uuid.empty()) { |         if(!AllowEmpty && uuid.empty()) { | ||||||
|             H.BadRequest(RESTAPI::Errors::InvalidSubscriberId); |             H.BadRequest(RESTAPI::Errors::InvalidSubscriberId); | ||||||
|             return false; |             return false; | ||||||
| @@ -680,8 +656,7 @@ namespace OpenWifi { | |||||||
|         return true; |         return true; | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	inline bool ValidSerialNumber(const std::string &serialNumber, bool AllowEmpty, |     inline bool ValidSerialNumber(const std::string &serialNumber, bool AllowEmpty, RESTAPIHandler &H) { | ||||||
| 								  RESTAPIHandler &H) { |  | ||||||
|         if(!AllowEmpty && serialNumber.empty()) { |         if(!AllowEmpty && serialNumber.empty()) { | ||||||
|             H.BadRequest(RESTAPI::Errors::InvalidSerialNumber); |             H.BadRequest(RESTAPI::Errors::InvalidSerialNumber); | ||||||
|             return false; |             return false; | ||||||
| @@ -694,8 +669,7 @@ namespace OpenWifi { | |||||||
|         return true; |         return true; | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename DBType, typename DBRecordType> |     template <typename DBType, typename DBRecordType> void ReturnUpdatedObject( DBType & DB, const DBRecordType & R, RESTAPIHandler &H) { | ||||||
| 	void ReturnUpdatedObject(DBType &DB, const DBRecordType &R, RESTAPIHandler &H) { |  | ||||||
|         if(DB.UpdateRecord("id",R.info.id,R)) { |         if(DB.UpdateRecord("id",R.info.id,R)) { | ||||||
|             DBRecordType    Updated; |             DBRecordType    Updated; | ||||||
|             DB.GetRecord("id",R.info.id,Updated); |             DB.GetRecord("id",R.info.id,Updated); | ||||||
| @@ -707,8 +681,7 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
| 	template <typename DBType, typename DBRecordType> |     template <typename DBType, typename DBRecordType> void ReturnCreatedObject( DBType & DB, const DBRecordType & R, RESTAPIHandler &H) { | ||||||
| 	void ReturnCreatedObject(DBType &DB, const DBRecordType &R, RESTAPIHandler &H) { |  | ||||||
|         if(DB.CreateRecord(R)) { |         if(DB.CreateRecord(R)) { | ||||||
|             DBRecordType    Updated; |             DBRecordType    Updated; | ||||||
|             DB.GetRecord("id",R.info.id,Updated); |             DB.GetRecord("id",R.info.id,Updated); | ||||||
| @@ -727,4 +700,4 @@ namespace OpenWifi { | |||||||
|         RESTAPI_utils::field_to_json(Answer,"list",Fields); |         RESTAPI_utils::field_to_json(Answer,"list",Fields); | ||||||
|         return H.ReturnObject(Answer); |         return H.ReturnObject(Answer); | ||||||
|     } |     } | ||||||
| } // namespace OpenWifi | } | ||||||
|   | |||||||
| @@ -6,12 +6,13 @@ | |||||||
| //	Arilia Wireless Inc. | //	Arilia Wireless Inc. | ||||||
| // | // | ||||||
|  |  | ||||||
|  |  | ||||||
| #include "RESTAPI_entity_handler.h" | #include "RESTAPI_entity_handler.h" | ||||||
|  |  | ||||||
| #include "RESTAPI_db_helpers.h" |  | ||||||
| #include "RESTObjects/RESTAPI_ProvObjects.h" | #include "RESTObjects/RESTAPI_ProvObjects.h" | ||||||
| #include "RESTObjects/RESTAPI_SecurityObjects.h" | #include "RESTObjects/RESTAPI_SecurityObjects.h" | ||||||
| #include "StorageService.h" | #include "StorageService.h" | ||||||
|  | #include "RESTAPI_db_helpers.h" | ||||||
|  |  | ||||||
| #include "framework/CIDR.h" | #include "framework/CIDR.h" | ||||||
|  |  | ||||||
| @@ -42,14 +43,12 @@ namespace OpenWifi { | |||||||
|             return BadRequest(RESTAPI::Errors::CannotDeleteRoot); |             return BadRequest(RESTAPI::Errors::CannotDeleteRoot); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		if (!Existing.children.empty() || !Existing.devices.empty() || !Existing.venues.empty() || |         if( !Existing.children.empty() || !Existing.devices.empty() || !Existing.venues.empty() || !Existing.locations.empty() | ||||||
| 			!Existing.locations.empty() || !Existing.contacts.empty() || |             || !Existing.contacts.empty() || !Existing.configurations.empty()) { | ||||||
| 			!Existing.configurations.empty()) { |  | ||||||
|             return BadRequest(RESTAPI::Errors::StillInUse); |             return BadRequest(RESTAPI::Errors::StillInUse); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		MoveUsage(StorageService()->PolicyDB(), DB_, Existing.managementPolicy, "", |         MoveUsage(StorageService()->PolicyDB(),DB_,Existing.managementPolicy,"",Existing.info.id); | ||||||
| 				  Existing.info.id); |  | ||||||
|         DB_.DeleteRecord("id",UUID); |         DB_.DeleteRecord("id",UUID); | ||||||
|         DB_.DeleteChild("id",Existing.parent,UUID); |         DB_.DeleteChild("id",Existing.parent,UUID); | ||||||
|         return OK(); |         return OK(); | ||||||
| @@ -79,8 +78,8 @@ namespace OpenWifi { | |||||||
|             return BadRequest(RESTAPI::Errors::NameMustBeSet); |             return BadRequest(RESTAPI::Errors::NameMustBeSet); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		//  When creating an entity, it cannot have any relations other that parent, notes, name, |         //  When creating an entity, it cannot have any relations other that parent, notes, name, description. Everything else | ||||||
| 		//  description. Everything else must be conveyed through PUT. |         //  must be conveyed through PUT. | ||||||
|         NewEntity.info.id = (UUID==EntityDB::RootUUID()) ? UUID : MicroServiceCreateUUID(); |         NewEntity.info.id = (UUID==EntityDB::RootUUID()) ? UUID : MicroServiceCreateUUID(); | ||||||
|  |  | ||||||
|         if(UUID==EntityDB::RootUUID()) { |         if(UUID==EntityDB::RootUUID()) { | ||||||
| @@ -89,8 +88,7 @@ namespace OpenWifi { | |||||||
|             return BadRequest(RESTAPI::Errors::ParentUUIDMustExist); |             return BadRequest(RESTAPI::Errors::ParentUUIDMustExist); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		if (!NewEntity.managementPolicy.empty() && |         if(!NewEntity.managementPolicy.empty() && !StorageService()->PolicyDB().Exists("id", NewEntity.managementPolicy)){ | ||||||
| 			!StorageService()->PolicyDB().Exists("id", NewEntity.managementPolicy)) { |  | ||||||
|             return BadRequest(RESTAPI::Errors::UnknownManagementPolicyUUID); |             return BadRequest(RESTAPI::Errors::UnknownManagementPolicyUUID); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| @@ -106,8 +104,7 @@ namespace OpenWifi { | |||||||
|         NewEntity.managementRoles.clear(); |         NewEntity.managementRoles.clear(); | ||||||
|  |  | ||||||
|         if(DB_.CreateRecord(NewEntity)) { |         if(DB_.CreateRecord(NewEntity)) { | ||||||
| 			MoveUsage(StorageService()->PolicyDB(), DB_, "", NewEntity.managementPolicy, |             MoveUsage(StorageService()->PolicyDB(),DB_,"",NewEntity.managementPolicy,NewEntity.info.id); | ||||||
| 					  NewEntity.info.id); |  | ||||||
|             DB_.AddChild("id",NewEntity.parent,NewEntity.info.id); |             DB_.AddChild("id",NewEntity.parent,NewEntity.info.id); | ||||||
|  |  | ||||||
|             Poco::JSON::Object  Answer; |             Poco::JSON::Object  Answer; | ||||||
| @@ -148,8 +145,7 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         std::string FromPolicy, ToPolicy; |         std::string FromPolicy, ToPolicy; | ||||||
| 		if (!CreateMove(RawObject, "managementPolicy", &EntityDB::RecordName::managementPolicy, |         if(!CreateMove(RawObject,"managementPolicy",&EntityDB::RecordName::managementPolicy, Existing, FromPolicy, ToPolicy, StorageService()->PolicyDB())) | ||||||
| 						Existing, FromPolicy, ToPolicy, StorageService()->PolicyDB())) |  | ||||||
|             return BadRequest(RESTAPI::Errors::UnknownManagementPolicyUUID); |             return BadRequest(RESTAPI::Errors::UnknownManagementPolicyUUID); | ||||||
|  |  | ||||||
|         if(RawObject->has("sourceIP")) { |         if(RawObject->has("sourceIP")) { | ||||||
| @@ -178,4 +174,4 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|         InternalError(RESTAPI::Errors::RecordNotUpdated); |         InternalError(RESTAPI::Errors::RecordNotUpdated); | ||||||
|     } |     } | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -7,22 +7,23 @@ | |||||||
| // | // | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
| #include "StorageService.h" |  | ||||||
| #include "framework/RESTAPI_Handler.h" | #include "framework/RESTAPI_Handler.h" | ||||||
|  | #include "StorageService.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|     class RESTAPI_entity_handler : public RESTAPIHandler { |     class RESTAPI_entity_handler : public RESTAPIHandler { | ||||||
|     public: |     public: | ||||||
| 		RESTAPI_entity_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, |         RESTAPI_entity_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, RESTAPI_GenericServerAccounting & Server, uint64_t TransactionId, bool Internal) | ||||||
| 							   RESTAPI_GenericServerAccounting &Server, uint64_t TransactionId, |  | ||||||
| 							   bool Internal) |  | ||||||
|         : RESTAPIHandler(bindings, L, |         : RESTAPIHandler(bindings, L, | ||||||
| 							 std::vector<std::string>{Poco::Net::HTTPRequest::HTTP_GET, |                          std::vector<std::string>{ | ||||||
|  |                                 Poco::Net::HTTPRequest::HTTP_GET, | ||||||
|                                 Poco::Net::HTTPRequest::HTTP_POST, |                                 Poco::Net::HTTPRequest::HTTP_POST, | ||||||
|                                 Poco::Net::HTTPRequest::HTTP_PUT, |                                 Poco::Net::HTTPRequest::HTTP_PUT, | ||||||
|                                 Poco::Net::HTTPRequest::HTTP_DELETE, |                                 Poco::Net::HTTPRequest::HTTP_DELETE, | ||||||
|                                 Poco::Net::HTTPRequest::HTTP_OPTIONS}, |                                 Poco::Net::HTTPRequest::HTTP_OPTIONS}, | ||||||
| 							 Server, TransactionId, Internal) {} |                                 Server, | ||||||
|  |                                 TransactionId, | ||||||
|  |                                 Internal){} | ||||||
|         static auto PathName() { return std::list<std::string>{"/api/v1/entity/{uuid}"}; }; |         static auto PathName() { return std::list<std::string>{"/api/v1/entity/{uuid}"}; }; | ||||||
|  |  | ||||||
|     private: |     private: | ||||||
| @@ -32,4 +33,4 @@ namespace OpenWifi { | |||||||
|         void DoPut() final; |         void DoPut() final; | ||||||
|         void DoDelete() final; |         void DoDelete() final; | ||||||
|     }; |     }; | ||||||
| } // namespace OpenWifi | } | ||||||
|   | |||||||
| @@ -7,14 +7,15 @@ | |||||||
| // | // | ||||||
|  |  | ||||||
| #include "RESTAPI_entity_list_handler.h" | #include "RESTAPI_entity_list_handler.h" | ||||||
| #include "RESTAPI_db_helpers.h" |  | ||||||
| #include "StorageService.h" | #include "StorageService.h" | ||||||
|  | #include "RESTAPI_db_helpers.h" | ||||||
|  |  | ||||||
| namespace OpenWifi{ | namespace OpenWifi{ | ||||||
|  |  | ||||||
|     void RESTAPI_entity_list_handler::DoGet() { |     void RESTAPI_entity_list_handler::DoGet() { | ||||||
|         if(!QB_.Select.empty()) { |         if(!QB_.Select.empty()) { | ||||||
| 			return ReturnRecordList<decltype(DB_), ProvObjects::Entity>("entities", DB_, *this); |             return ReturnRecordList<decltype(DB_), | ||||||
|  |             ProvObjects::Entity>("entities",DB_,*this ); | ||||||
|         } else if(QB_.CountOnly) { |         } else if(QB_.CountOnly) { | ||||||
|             auto C = DB_.Count(); |             auto C = DB_.Count(); | ||||||
|             return ReturnCountOnly(C); |             return ReturnCountOnly(C); | ||||||
| @@ -37,4 +38,4 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|         BadRequest(RESTAPI::Errors::MissingOrInvalidParameters); |         BadRequest(RESTAPI::Errors::MissingOrInvalidParameters); | ||||||
|     } |     } | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -6,23 +6,24 @@ | |||||||
| //	Arilia Wireless Inc. | //	Arilia Wireless Inc. | ||||||
| // | // | ||||||
|  |  | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
| #include "StorageService.h" |  | ||||||
| #include "framework/RESTAPI_Handler.h" | #include "framework/RESTAPI_Handler.h" | ||||||
|  | #include "StorageService.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|     class RESTAPI_entity_list_handler : public RESTAPIHandler { |     class RESTAPI_entity_list_handler : public RESTAPIHandler { | ||||||
|     public: |     public: | ||||||
| 		RESTAPI_entity_list_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, |         RESTAPI_entity_list_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, RESTAPI_GenericServerAccounting & Server, uint64_t TransactionId, bool Internal) | ||||||
| 									RESTAPI_GenericServerAccounting &Server, uint64_t TransactionId, |  | ||||||
| 									bool Internal) |  | ||||||
|         : RESTAPIHandler(bindings, L, |         : RESTAPIHandler(bindings, L, | ||||||
| 							 std::vector<std::string>{Poco::Net::HTTPRequest::HTTP_GET, |                          std::vector<std::string>{ | ||||||
|  |             Poco::Net::HTTPRequest::HTTP_GET, | ||||||
|             Poco::Net::HTTPRequest::HTTP_POST, |             Poco::Net::HTTPRequest::HTTP_POST, | ||||||
|             Poco::Net::HTTPRequest::HTTP_OPTIONS}, |             Poco::Net::HTTPRequest::HTTP_OPTIONS}, | ||||||
| 							 Server, TransactionId, Internal) {} |             Server, | ||||||
|  |             TransactionId, | ||||||
|  |             Internal){} | ||||||
|         static auto PathName() { return std::list<std::string>{"/api/v1/entity"}; }; |         static auto PathName() { return std::list<std::string>{"/api/v1/entity"}; }; | ||||||
|  |  | ||||||
|     private: |     private: | ||||||
|         EntityDB    &DB_=StorageService()->EntityDB(); |         EntityDB    &DB_=StorageService()->EntityDB(); | ||||||
|         void DoGet() final; |         void DoGet() final; | ||||||
| @@ -30,4 +31,4 @@ namespace OpenWifi { | |||||||
|         void DoPut() final {}; |         void DoPut() final {}; | ||||||
|         void DoDelete() final {}; |         void DoDelete() final {}; | ||||||
|     }; |     }; | ||||||
| } // namespace OpenWifi | } | ||||||
|   | |||||||
| @@ -8,15 +8,15 @@ | |||||||
|  |  | ||||||
| #include "RESTAPI_inventory_handler.h" | #include "RESTAPI_inventory_handler.h" | ||||||
|  |  | ||||||
|  | #include "StorageService.h" | ||||||
| #include "APConfig.h" | #include "APConfig.h" | ||||||
| #include "AutoDiscovery.h" | #include "AutoDiscovery.h" | ||||||
| #include "DeviceTypeCache.h" |  | ||||||
| #include "RESTAPI/RESTAPI_db_helpers.h" |  | ||||||
| #include "SerialNumberCache.h" |  | ||||||
| #include "StorageService.h" |  | ||||||
| #include "framework/utils.h" |  | ||||||
| #include "sdks/SDK_gw.h" | #include "sdks/SDK_gw.h" | ||||||
| #include "sdks/SDK_sec.h" | #include "sdks/SDK_sec.h" | ||||||
|  | #include "RESTAPI/RESTAPI_db_helpers.h" | ||||||
|  | #include "SerialNumberCache.h" | ||||||
|  | #include "DeviceTypeCache.h" | ||||||
|  | #include "framework/utils.h" | ||||||
|  |  | ||||||
| namespace OpenWifi{ | namespace OpenWifi{ | ||||||
|  |  | ||||||
| @@ -26,9 +26,7 @@ namespace OpenWifi { | |||||||
|                 auto Results = Response->get("results").extract<Poco::JSON::Object::Ptr>(); |                 auto Results = Response->get("results").extract<Poco::JSON::Object::Ptr>(); | ||||||
|                 auto Status = Results->get("status").extract<Poco::JSON::Object::Ptr>(); |                 auto Status = Results->get("status").extract<Poco::JSON::Object::Ptr>(); | ||||||
|                 auto Rejected = Status->getArray("rejected"); |                 auto Rejected = Status->getArray("rejected"); | ||||||
| 				std::transform( |                 std::transform(Rejected->begin(),Rejected->end(),std::back_inserter(Warnings), [](auto i) -> auto { return i.toString(); }); | ||||||
| 					Rejected->begin(), Rejected->end(), std::back_inserter(Warnings), |  | ||||||
| 					[](auto i) -> auto { return i.toString(); }); |  | ||||||
| //                for(const auto &i:*Rejected) | //                for(const auto &i:*Rejected) | ||||||
|   //                  Warnings.push_back(i.toString()); |   //                  Warnings.push_back(i.toString()); | ||||||
|             } |             } | ||||||
| @@ -41,12 +39,10 @@ namespace OpenWifi { | |||||||
|         ProvObjects::InventoryTag Existing; |         ProvObjects::InventoryTag Existing; | ||||||
|         std::string SerialNumber = GetBinding(RESTAPI::Protocol::SERIALNUMBER, ""); |         std::string SerialNumber = GetBinding(RESTAPI::Protocol::SERIALNUMBER, ""); | ||||||
|         poco_debug(Logger(),fmt::format("{}: Retrieving inventory information.", SerialNumber)); |         poco_debug(Logger(),fmt::format("{}: Retrieving inventory information.", SerialNumber)); | ||||||
| 		if (SerialNumber.empty() || |         if (SerialNumber.empty() || !DB_.GetRecord(RESTAPI::Protocol::SERIALNUMBER, SerialNumber, Existing)) { | ||||||
| 			!DB_.GetRecord(RESTAPI::Protocol::SERIALNUMBER, SerialNumber, Existing)) { |  | ||||||
|             return NotFound(); |             return NotFound(); | ||||||
|         } |         } | ||||||
| 		poco_debug(Logger(), fmt::format("{},{}: Retrieving inventory information.", |         poco_debug(Logger(), fmt::format("{},{}: Retrieving inventory information.", Existing.serialNumber, Existing.info.id)); | ||||||
| 										 Existing.serialNumber, Existing.info.id)); |  | ||||||
|  |  | ||||||
|         Poco::JSON::Object Answer; |         Poco::JSON::Object Answer; | ||||||
|         std::string Arg; |         std::string Arg; | ||||||
| @@ -87,49 +83,39 @@ namespace OpenWifi { | |||||||
|             } |             } | ||||||
|             return ReturnObject(Answer); |             return ReturnObject(Answer); | ||||||
|         } else if(GetBoolParameter("applyConfiguration", false)) { |         } else if(GetBoolParameter("applyConfiguration", false)) { | ||||||
| 			poco_debug(Logger(), |             poco_debug(Logger(), fmt::format("{}: Retrieving configuration.",Existing.serialNumber)); | ||||||
| 					   fmt::format("{}: Retrieving configuration.", Existing.serialNumber)); |             auto Device = std::make_shared<APConfig>(SerialNumber, Existing.deviceType, Logger(), false); | ||||||
| 			auto Device = |  | ||||||
| 				std::make_shared<APConfig>(SerialNumber, Existing.deviceType, Logger(), false); |  | ||||||
|             auto Configuration = Poco::makeShared<Poco::JSON::Object>(); |             auto Configuration = Poco::makeShared<Poco::JSON::Object>(); | ||||||
|             Poco::JSON::Object ErrorsObj, WarningsObj; |             Poco::JSON::Object ErrorsObj, WarningsObj; | ||||||
|             ProvObjects::InventoryConfigApplyResult Results; |             ProvObjects::InventoryConfigApplyResult Results; | ||||||
| 			poco_debug(Logger(), |             poco_debug(Logger(), fmt::format("{}: Computing configuration.",Existing.serialNumber)); | ||||||
| 					   fmt::format("{}: Computing configuration.", Existing.serialNumber)); |  | ||||||
|             if (Device->Get(Configuration)) { |             if (Device->Get(Configuration)) { | ||||||
|                 std::ostringstream OS; |                 std::ostringstream OS; | ||||||
|                 Configuration->stringify(OS); |                 Configuration->stringify(OS); | ||||||
|                 Results.appliedConfiguration = OS.str(); |                 Results.appliedConfiguration = OS.str(); | ||||||
|                 auto Response=Poco::makeShared<Poco::JSON::Object>(); |                 auto Response=Poco::makeShared<Poco::JSON::Object>(); | ||||||
| 				poco_debug(Logger(), |                 poco_debug(Logger(), fmt::format("{}: Sending configuration push.",Existing.serialNumber)); | ||||||
| 						   fmt::format("{}: Sending configuration push.", Existing.serialNumber)); |  | ||||||
|                 if (SDK::GW::Device::Configure(this, SerialNumber, Configuration, Response)) { |                 if (SDK::GW::Device::Configure(this, SerialNumber, Configuration, Response)) { | ||||||
| 					poco_debug(Logger(), fmt::format("{}: Sending configuration pushed.", |                     poco_debug(Logger(), fmt::format("{}: Sending configuration pushed.",Existing.serialNumber)); | ||||||
| 													 Existing.serialNumber)); |  | ||||||
|                     GetRejectedLines(Response, Results.warnings); |                     GetRejectedLines(Response, Results.warnings); | ||||||
|                     Results.errorCode = 0; |                     Results.errorCode = 0; | ||||||
|                 } else { |                 } else { | ||||||
| 					poco_debug(Logger(), fmt::format("{}: Sending configuration failed.", |                     poco_debug(Logger(), fmt::format("{}: Sending configuration failed.",Existing.serialNumber)); | ||||||
| 													 Existing.serialNumber)); |  | ||||||
|                     Results.errorCode = 1; |                     Results.errorCode = 1; | ||||||
|                 } |                 } | ||||||
|             } else { |             } else { | ||||||
| 				poco_debug(Logger(), |                 poco_debug(Logger(), fmt::format("{}: Configuration is bad.",Existing.serialNumber)); | ||||||
| 						   fmt::format("{}: Configuration is bad.", Existing.serialNumber)); |  | ||||||
|                 Results.errorCode = 1; |                 Results.errorCode = 1; | ||||||
|             } |             } | ||||||
|             Results.to_json(Answer); |             Results.to_json(Answer); | ||||||
|             return ReturnObject(Answer); |             return ReturnObject(Answer); | ||||||
|         } else if(GetBoolParameter("resolveConfig", false)) { |         } else if(GetBoolParameter("resolveConfig", false)) { | ||||||
| 			poco_debug(Logger(), |             poco_debug(Logger(),fmt::format("{}: Retrieving configuration.",Existing.serialNumber)); | ||||||
| 					   fmt::format("{}: Retrieving configuration.", Existing.serialNumber)); |             auto Device = std::make_shared<APConfig>(SerialNumber, Existing.deviceType, Logger(), false); | ||||||
| 			auto Device = |  | ||||||
| 				std::make_shared<APConfig>(SerialNumber, Existing.deviceType, Logger(), false); |  | ||||||
|             auto Configuration = Poco::makeShared<Poco::JSON::Object>(); |             auto Configuration = Poco::makeShared<Poco::JSON::Object>(); | ||||||
|             Poco::JSON::Object ErrorsObj, WarningsObj; |             Poco::JSON::Object ErrorsObj, WarningsObj; | ||||||
|             ProvObjects::InventoryConfigApplyResult Results; |             ProvObjects::InventoryConfigApplyResult Results; | ||||||
| 			poco_debug(Logger(), |             poco_debug(Logger(),Poco::format("{}: Computing configuration.",Existing.serialNumber)); | ||||||
| 					   Poco::format("{}: Computing configuration.", Existing.serialNumber)); |  | ||||||
|             if (Device->Get(Configuration)) { |             if (Device->Get(Configuration)) { | ||||||
|                 Answer.set("configuration", Configuration); |                 Answer.set("configuration", Configuration); | ||||||
|             } else { |             } else { | ||||||
| @@ -146,48 +132,39 @@ namespace OpenWifi { | |||||||
|     void RESTAPI_inventory_handler::DoDelete() { |     void RESTAPI_inventory_handler::DoDelete() { | ||||||
|         ProvObjects::InventoryTag   Existing; |         ProvObjects::InventoryTag   Existing; | ||||||
|         std::string SerialNumber = GetBinding(RESTAPI::Protocol::SERIALNUMBER,""); |         std::string SerialNumber = GetBinding(RESTAPI::Protocol::SERIALNUMBER,""); | ||||||
| 		if (SerialNumber.empty() || |         if(SerialNumber.empty() || !DB_.GetRecord(RESTAPI::Protocol::SERIALNUMBER,SerialNumber,Existing)) { | ||||||
| 			!DB_.GetRecord(RESTAPI::Protocol::SERIALNUMBER, SerialNumber, Existing)) { |  | ||||||
|             return NotFound(); |             return NotFound(); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		MoveUsage(StorageService()->PolicyDB(), DB_, Existing.managementPolicy, "", |         MoveUsage(StorageService()->PolicyDB(),DB_,Existing.managementPolicy,"",Existing.info.id); | ||||||
| 				  Existing.info.id); |         RemoveMembership(StorageService()->VenueDB(),&ProvObjects::Venue::configurations,Existing.venue,Existing.info.id); | ||||||
| 		RemoveMembership(StorageService()->VenueDB(), &ProvObjects::Venue::configurations, |         RemoveMembership(StorageService()->EntityDB(),&ProvObjects::Entity::configurations,Existing.entity,Existing.info.id); | ||||||
| 						 Existing.venue, Existing.info.id); |  | ||||||
| 		RemoveMembership(StorageService()->EntityDB(), &ProvObjects::Entity::configurations, |  | ||||||
| 						 Existing.entity, Existing.info.id); |  | ||||||
|         MoveUsage(StorageService()->LocationDB(),DB_,Existing.location,"",Existing.info.id); |         MoveUsage(StorageService()->LocationDB(),DB_,Existing.location,"",Existing.info.id); | ||||||
|         MoveUsage(StorageService()->ContactDB(),DB_,Existing.contact,"",Existing.info.id); |         MoveUsage(StorageService()->ContactDB(),DB_,Existing.contact,"",Existing.info.id); | ||||||
|  |  | ||||||
|         if(!Existing.deviceConfiguration.empty()) { |         if(!Existing.deviceConfiguration.empty()) { | ||||||
|             ProvObjects::DeviceConfiguration    DC; |             ProvObjects::DeviceConfiguration    DC; | ||||||
| 			if (StorageService()->ConfigurationDB().GetRecord("id", Existing.deviceConfiguration, |             if(StorageService()->ConfigurationDB().GetRecord("id", Existing.deviceConfiguration, DC)) { | ||||||
| 															  DC)) { |  | ||||||
|                 if(DC.subscriberOnly) |                 if(DC.subscriberOnly) | ||||||
| 					StorageService()->ConfigurationDB().DeleteRecord("id", |                     StorageService()->ConfigurationDB().DeleteRecord("id", Existing.deviceConfiguration); | ||||||
| 																	 Existing.deviceConfiguration); |  | ||||||
|                 else |                 else | ||||||
| 					StorageService()->ConfigurationDB().DeleteInUse( |                     StorageService()->ConfigurationDB().DeleteInUse("id", Existing.deviceConfiguration, DB_.Prefix(), | ||||||
| 						"id", Existing.deviceConfiguration, DB_.Prefix(), Existing.info.id); |                                                                     Existing.info.id); | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		MoveUsage(StorageService()->PolicyDB(), DB_, Existing.managementPolicy, "", |         MoveUsage(StorageService()->PolicyDB(),DB_,Existing.managementPolicy,"",Existing.info.id); | ||||||
| 				  Existing.info.id); |  | ||||||
|         MoveUsage(StorageService()->LocationDB(),DB_,Existing.location,"",Existing.info.id); |         MoveUsage(StorageService()->LocationDB(),DB_,Existing.location,"",Existing.info.id); | ||||||
|         MoveUsage(StorageService()->ContactDB(),DB_,Existing.contact,"",Existing.info.id); |         MoveUsage(StorageService()->ContactDB(),DB_,Existing.contact,"",Existing.info.id); | ||||||
| 		MoveUsage(StorageService()->ConfigurationDB(), DB_, Existing.deviceConfiguration, "", |         MoveUsage(StorageService()->ConfigurationDB(),DB_,Existing.deviceConfiguration,"",Existing.info.id); | ||||||
| 				  Existing.info.id); |         ManageMembership(StorageService()->EntityDB(),&ProvObjects::Entity::devices,Existing.entity,"",Existing.info.id); | ||||||
| 		ManageMembership(StorageService()->EntityDB(), &ProvObjects::Entity::devices, |         ManageMembership(StorageService()->VenueDB(),&ProvObjects::Venue::devices,Existing.venue,"",Existing.info.id); | ||||||
| 						 Existing.entity, "", Existing.info.id); |  | ||||||
| 		ManageMembership(StorageService()->VenueDB(), &ProvObjects::Venue::devices, Existing.venue, |  | ||||||
| 						 "", Existing.info.id); |  | ||||||
|         DB_.DeleteRecord("id", Existing.info.id); |         DB_.DeleteRecord("id", Existing.info.id); | ||||||
|         SerialNumberCache()->DeleteSerialNumber(SerialNumber); |         SerialNumberCache()->DeleteSerialNumber(SerialNumber); | ||||||
|         return OK(); |         return OK(); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |  | ||||||
|     void RESTAPI_inventory_handler::DoPost() { |     void RESTAPI_inventory_handler::DoPost() { | ||||||
|         std::string SerialNumber = GetBinding(RESTAPI::Protocol::SERIALNUMBER,""); |         std::string SerialNumber = GetBinding(RESTAPI::Protocol::SERIALNUMBER,""); | ||||||
|         Poco::toLowerInPlace(SerialNumber); |         Poco::toLowerInPlace(SerialNumber); | ||||||
| @@ -230,19 +207,15 @@ namespace OpenWifi { | |||||||
|             return BadRequest( RESTAPI::Errors::NameMustBeSet); |             return BadRequest( RESTAPI::Errors::NameMustBeSet); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		if (NewObject.deviceType.empty() || |         if(NewObject.deviceType.empty() || !DeviceTypeCache()->IsAcceptableDeviceType(NewObject.deviceType)) { | ||||||
| 			!DeviceTypeCache()->IsAcceptableDeviceType(NewObject.deviceType)) { |  | ||||||
|             return BadRequest(RESTAPI::Errors::InvalidDeviceTypes); |             return BadRequest(RESTAPI::Errors::InvalidDeviceTypes); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		if (OpenWifi::EntityDB::IsRoot(NewObject.entity) || |         if(OpenWifi::EntityDB::IsRoot(NewObject.entity) || (!NewObject.entity.empty() && !StorageService()->EntityDB().Exists("id",NewObject.entity))) { | ||||||
| 			(!NewObject.entity.empty() && |  | ||||||
| 			 !StorageService()->EntityDB().Exists("id", NewObject.entity))) { |  | ||||||
|             return BadRequest(RESTAPI::Errors::ValidNonRootUUID); |             return BadRequest(RESTAPI::Errors::ValidNonRootUUID); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		if (!NewObject.venue.empty() && |         if(!NewObject.venue.empty() && !StorageService()->VenueDB().Exists("id",NewObject.venue)) { | ||||||
| 			!StorageService()->VenueDB().Exists("id", NewObject.venue)) { |  | ||||||
|             return BadRequest(RESTAPI::Errors::VenueMustExist); |             return BadRequest(RESTAPI::Errors::VenueMustExist); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| @@ -250,47 +223,37 @@ namespace OpenWifi { | |||||||
|             return BadRequest(RESTAPI::Errors::NotBoth); |             return BadRequest(RESTAPI::Errors::NotBoth); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		if (!NewObject.location.empty() && |         if(!NewObject.location.empty() && !StorageService()->LocationDB().Exists("id",NewObject.location)) { | ||||||
| 			!StorageService()->LocationDB().Exists("id", NewObject.location)) { |  | ||||||
|             return BadRequest(RESTAPI::Errors::LocationMustExist); |             return BadRequest(RESTAPI::Errors::LocationMustExist); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		if (!NewObject.contact.empty() && |         if(!NewObject.contact.empty() && !StorageService()->ContactDB().Exists("id",NewObject.contact)) { | ||||||
| 			!StorageService()->ContactDB().Exists("id", NewObject.contact)) { |  | ||||||
|             return BadRequest(RESTAPI::Errors::ContactMustExist); |             return BadRequest(RESTAPI::Errors::ContactMustExist); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		if (!NewObject.deviceConfiguration.empty() && |         if(!NewObject.deviceConfiguration.empty() && !StorageService()->ConfigurationDB().Exists("id",NewObject.deviceConfiguration)) { | ||||||
| 			!StorageService()->ConfigurationDB().Exists("id", NewObject.deviceConfiguration)) { |  | ||||||
|             return BadRequest(RESTAPI::Errors::ConfigurationMustExist); |             return BadRequest(RESTAPI::Errors::ConfigurationMustExist); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		if (!NewObject.managementPolicy.empty() && |         if(!NewObject.managementPolicy.empty() && !StorageService()->PolicyDB().Exists("id",NewObject.managementPolicy)) { | ||||||
| 			!StorageService()->PolicyDB().Exists("id", NewObject.managementPolicy)) { |  | ||||||
|             return BadRequest(RESTAPI::Errors::UnknownManagementPolicyUUID); |             return BadRequest(RESTAPI::Errors::UnknownManagementPolicyUUID); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		std::vector<std::string> Errors; |         RESTAPI::Errors::msg Error=RESTAPI::Errors::SUCCESS; | ||||||
| 		auto ObjectsCreated = CreateObjects(NewObject, *this, Errors); |         auto ObjectsCreated = CreateObjects(NewObject,*this,Error); | ||||||
| 		if (!Errors.empty()) { |         if(Error.err_num != 0) { | ||||||
| 			return BadRequest(RESTAPI::Errors::ConfigBlockInvalid); |             return BadRequest(Error); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         if(DB_.CreateRecord(NewObject)) { |         if(DB_.CreateRecord(NewObject)) { | ||||||
| 			SDK::GW::Device::SetOwnerShip(this, SerialNumber, NewObject.entity, NewObject.venue, |             SDK::GW::Device::SetOwnerShip(this, SerialNumber, NewObject.entity, NewObject.venue, NewObject.subscriber); | ||||||
| 										  NewObject.subscriber); |  | ||||||
|             SerialNumberCache()->AddSerialNumber(SerialNumber,NewObject.deviceType); |             SerialNumberCache()->AddSerialNumber(SerialNumber,NewObject.deviceType); | ||||||
| 			MoveUsage(StorageService()->PolicyDB(), DB_, "", NewObject.managementPolicy, |             MoveUsage(StorageService()->PolicyDB(),DB_,"",NewObject.managementPolicy,NewObject.info.id); | ||||||
| 					  NewObject.info.id); |             MoveUsage(StorageService()->LocationDB(),DB_,"",NewObject.location,NewObject.info.id); | ||||||
| 			MoveUsage(StorageService()->LocationDB(), DB_, "", NewObject.location, |  | ||||||
| 					  NewObject.info.id); |  | ||||||
|             MoveUsage(StorageService()->ContactDB(),DB_,"",NewObject.contact,NewObject.info.id); |             MoveUsage(StorageService()->ContactDB(),DB_,"",NewObject.contact,NewObject.info.id); | ||||||
| 			MoveUsage(StorageService()->ConfigurationDB(), DB_, "", NewObject.deviceConfiguration, |             MoveUsage(StorageService()->ConfigurationDB(),DB_,"",NewObject.deviceConfiguration,NewObject.info.id); | ||||||
| 					  NewObject.info.id); |             ManageMembership(StorageService()->EntityDB(),&ProvObjects::Entity::devices,"",NewObject.entity,NewObject.info.id); | ||||||
| 			ManageMembership(StorageService()->EntityDB(), &ProvObjects::Entity::devices, "", |             ManageMembership(StorageService()->VenueDB(),&ProvObjects::Venue::devices,"",NewObject.venue,NewObject.info.id); | ||||||
| 							 NewObject.entity, NewObject.info.id); |  | ||||||
| 			ManageMembership(StorageService()->VenueDB(), &ProvObjects::Venue::devices, "", |  | ||||||
| 							 NewObject.venue, NewObject.info.id); |  | ||||||
|  |  | ||||||
|             ProvObjects::InventoryTag   NewTag; |             ProvObjects::InventoryTag   NewTag; | ||||||
|             DB_.GetRecord("id",NewObject.info.id,NewTag); |             DB_.GetRecord("id",NewObject.info.id,NewTag); | ||||||
| @@ -309,28 +272,23 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         ProvObjects::InventoryTag   Existing; |         ProvObjects::InventoryTag   Existing; | ||||||
| 		if (SerialNumber.empty() || |         if(SerialNumber.empty() || !DB_.GetRecord(RESTAPI::Protocol::SERIALNUMBER,SerialNumber,Existing)) { | ||||||
| 			!DB_.GetRecord(RESTAPI::Protocol::SERIALNUMBER, SerialNumber, Existing)) { |  | ||||||
|             return NotFound(); |             return NotFound(); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         auto RemoveSubscriber = GetParameter("removeSubscriber"); |         auto RemoveSubscriber = GetParameter("removeSubscriber"); | ||||||
|         if(!RemoveSubscriber.empty()) { |         if(!RemoveSubscriber.empty()) { | ||||||
|             if(Existing.subscriber == RemoveSubscriber) { |             if(Existing.subscriber == RemoveSubscriber) { | ||||||
| 				poco_information(Logger(), fmt::format("{}: removing subscriber ({})", SerialNumber, |                 poco_information(Logger(),fmt::format("{}: removing subscriber ({})", SerialNumber, RemoveSubscriber)); | ||||||
| 													   RemoveSubscriber)); |  | ||||||
|                 ProvObjects::DeviceConfiguration    DC; |                 ProvObjects::DeviceConfiguration    DC; | ||||||
| 				if (StorageService()->ConfigurationDB().GetRecord( |                 if(StorageService()->ConfigurationDB().GetRecord("id",Existing.deviceConfiguration,DC)) { | ||||||
| 						"id", Existing.deviceConfiguration, DC)) { |                     poco_information(Logger(),fmt::format("{}: removing configuration for subscriber ({})", SerialNumber, RemoveSubscriber)); | ||||||
| 					poco_information(Logger(), |  | ||||||
| 									 fmt::format("{}: removing configuration for subscriber ({})", |  | ||||||
| 												 SerialNumber, RemoveSubscriber)); |  | ||||||
|                     if(DC.subscriberOnly) { |                     if(DC.subscriberOnly) { | ||||||
| 						if (!StorageService()->ConfigurationDB().DeleteRecord( |                         if(!StorageService()->ConfigurationDB().DeleteRecord("id", Existing.deviceConfiguration)) { | ||||||
| 								"id", Existing.deviceConfiguration)) { |  | ||||||
|                             poco_debug(Logger(),"Could not delete the subscriber configuration"); |                             poco_debug(Logger(),"Could not delete the subscriber configuration"); | ||||||
|                         } |                         } | ||||||
| 					} else { |                     } | ||||||
|  |                     else { | ||||||
|                         poco_debug(Logger(),"Configurations is not for a subscriber."); |                         poco_debug(Logger(),"Configurations is not for a subscriber."); | ||||||
|                     } |                     } | ||||||
|                     Existing.deviceConfiguration = ""; |                     Existing.deviceConfiguration = ""; | ||||||
| @@ -344,15 +302,13 @@ namespace OpenWifi { | |||||||
|                 state.stringify(OO); |                 state.stringify(OO); | ||||||
|                 Existing.state = OO.str(); |                 Existing.state = OO.str(); | ||||||
|                 StorageService()->InventoryDB().UpdateRecord("id",Existing.info.id,Existing); |                 StorageService()->InventoryDB().UpdateRecord("id",Existing.info.id,Existing); | ||||||
| 				RemoveMembership(StorageService()->EntityDB(), &ProvObjects::Entity::devices, "id", |                 RemoveMembership(StorageService()->EntityDB(),&ProvObjects::Entity::devices,"id",Existing.info.id); | ||||||
| 								 Existing.info.id); |  | ||||||
|                 Poco::JSON::Object  Answer; |                 Poco::JSON::Object  Answer; | ||||||
|                 Existing.to_json(Answer); |                 Existing.to_json(Answer); | ||||||
|                 SDK::GW::Device::SetSubscriber(nullptr, SerialNumber, ""); |                 SDK::GW::Device::SetSubscriber(nullptr, SerialNumber, ""); | ||||||
|                 return ReturnObject(Answer); |                 return ReturnObject(Answer); | ||||||
|             } else { |             } else { | ||||||
| 				poco_information(Logger(), fmt::format("{}: wrong subscriber ({})", SerialNumber, |                 poco_information(Logger(),fmt::format("{}: wrong subscriber ({})", SerialNumber, RemoveSubscriber)); | ||||||
| 													   RemoveSubscriber)); |  | ||||||
|             } |             } | ||||||
|             return BadRequest(RESTAPI::Errors::MissingOrInvalidParameters); |             return BadRequest(RESTAPI::Errors::MissingOrInvalidParameters); | ||||||
|         } |         } | ||||||
| @@ -385,34 +341,33 @@ namespace OpenWifi { | |||||||
|             Existing.deviceRules = NewObject.deviceRules; |             Existing.deviceRules = NewObject.deviceRules; | ||||||
|  |  | ||||||
|         std::string FromPolicy, ToPolicy; |         std::string FromPolicy, ToPolicy; | ||||||
| 		if (!CreateMove(RawObject, "managementPolicy", &InventoryDB::RecordName::managementPolicy, |         if(!CreateMove(RawObject,"managementPolicy",&InventoryDB::RecordName::managementPolicy, Existing, FromPolicy, | ||||||
| 						Existing, FromPolicy, ToPolicy, StorageService()->PolicyDB())) |                        ToPolicy, StorageService()->PolicyDB())) | ||||||
|             return BadRequest(RESTAPI::Errors::EntityMustExist); |             return BadRequest(RESTAPI::Errors::EntityMustExist); | ||||||
|  |  | ||||||
|         std::string FromEntity, ToEntity; |         std::string FromEntity, ToEntity; | ||||||
| 		if (!CreateMove(RawObject, "entity", &InventoryDB::RecordName::entity, Existing, FromEntity, |         if(!CreateMove(RawObject,"entity",&InventoryDB::RecordName::entity, Existing, FromEntity, ToEntity, | ||||||
| 						ToEntity, StorageService()->EntityDB())) |                        StorageService()->EntityDB())) | ||||||
|             return BadRequest(RESTAPI::Errors::EntityMustExist); |             return BadRequest(RESTAPI::Errors::EntityMustExist); | ||||||
|  |  | ||||||
|         std::string FromVenue, ToVenue; |         std::string FromVenue, ToVenue; | ||||||
| 		if (!CreateMove(RawObject, "venue", &InventoryDB::RecordName::venue, Existing, FromVenue, |         if(!CreateMove(RawObject,"venue",&InventoryDB::RecordName::venue, Existing, FromVenue, ToVenue, | ||||||
| 						ToVenue, StorageService()->VenueDB())) |                        StorageService()->VenueDB())) | ||||||
|             return BadRequest(RESTAPI::Errors::VenueMustExist); |             return BadRequest(RESTAPI::Errors::VenueMustExist); | ||||||
|  |  | ||||||
|         std::string FromLocation, ToLocation; |         std::string FromLocation, ToLocation; | ||||||
| 		if (!CreateMove(RawObject, "location", &InventoryDB::RecordName::location, Existing, |         if(!CreateMove(RawObject,"location",&InventoryDB::RecordName::location, Existing, FromLocation, ToLocation, | ||||||
| 						FromLocation, ToLocation, StorageService()->LocationDB())) |                        StorageService()->LocationDB())) | ||||||
|             return BadRequest(RESTAPI::Errors::VenueMustExist); |             return BadRequest(RESTAPI::Errors::VenueMustExist); | ||||||
|  |  | ||||||
|         std::string FromContact, ToContact; |         std::string FromContact, ToContact; | ||||||
| 		if (!CreateMove(RawObject, "contact", &InventoryDB::RecordName::contact, Existing, |         if(!CreateMove(RawObject,"contact",&InventoryDB::RecordName::contact, Existing, FromContact, ToContact, | ||||||
| 						FromContact, ToContact, StorageService()->ContactDB())) |                        StorageService()->ContactDB())) | ||||||
|             return BadRequest(RESTAPI::Errors::VenueMustExist); |             return BadRequest(RESTAPI::Errors::VenueMustExist); | ||||||
|  |  | ||||||
|         std::string FromConfiguration, ToConfiguration; |         std::string FromConfiguration, ToConfiguration; | ||||||
| 		if (!CreateMove(RawObject, "deviceConfiguration", |         if(!CreateMove(RawObject,"deviceConfiguration",&InventoryDB::RecordName::deviceConfiguration, Existing, | ||||||
| 						&InventoryDB::RecordName::deviceConfiguration, Existing, FromConfiguration, |                        FromConfiguration, ToConfiguration, StorageService()->ConfigurationDB())) | ||||||
| 						ToConfiguration, StorageService()->ConfigurationDB())) |  | ||||||
|             return BadRequest(RESTAPI::Errors::ConfigurationMustExist); |             return BadRequest(RESTAPI::Errors::ConfigurationMustExist); | ||||||
|  |  | ||||||
|         std::string NewSubScriber; |         std::string NewSubScriber; | ||||||
| @@ -441,10 +396,10 @@ namespace OpenWifi { | |||||||
|             Existing.state = NewObject.state; |             Existing.state = NewObject.state; | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		std::vector<std::string> Errors; |         RESTAPI::Errors::msg Error=RESTAPI::Errors::SUCCESS; | ||||||
| 		auto ObjectsCreated = CreateObjects(NewObject, *this, Errors); |         auto ObjectsCreated = CreateObjects(NewObject,*this,Error); | ||||||
| 		if (!Errors.empty()) { |         if(Error.err_num != 0) { | ||||||
| 			return BadRequest(RESTAPI::Errors::ConfigBlockInvalid); |             return BadRequest(Error); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         if(!ObjectsCreated.empty()) { |         if(!ObjectsCreated.empty()) { | ||||||
| @@ -458,18 +413,13 @@ namespace OpenWifi { | |||||||
|  |  | ||||||
|         if(StorageService()->InventoryDB().UpdateRecord("id", Existing.info.id, Existing)) { |         if(StorageService()->InventoryDB().UpdateRecord("id", Existing.info.id, Existing)) { | ||||||
|             MoveUsage(StorageService()->PolicyDB(),DB_,FromPolicy,ToPolicy,Existing.info.id); |             MoveUsage(StorageService()->PolicyDB(),DB_,FromPolicy,ToPolicy,Existing.info.id); | ||||||
| 			MoveUsage(StorageService()->LocationDB(), DB_, FromLocation, ToLocation, |             MoveUsage(StorageService()->LocationDB(),DB_,FromLocation,ToLocation,Existing.info.id); | ||||||
| 					  Existing.info.id); |  | ||||||
|             MoveUsage(StorageService()->ContactDB(),DB_,FromContact,ToContact,Existing.info.id); |             MoveUsage(StorageService()->ContactDB(),DB_,FromContact,ToContact,Existing.info.id); | ||||||
| 			MoveUsage(StorageService()->ConfigurationDB(), DB_, FromConfiguration, ToConfiguration, |             MoveUsage(StorageService()->ConfigurationDB(),DB_,FromConfiguration,ToConfiguration,Existing.info.id); | ||||||
| 					  Existing.info.id); |             ManageMembership(StorageService()->EntityDB(),&ProvObjects::Entity::devices,FromEntity,ToEntity,Existing.info.id); | ||||||
| 			ManageMembership(StorageService()->EntityDB(), &ProvObjects::Entity::devices, |             ManageMembership(StorageService()->VenueDB(),&ProvObjects::Venue::devices,FromVenue,ToVenue,Existing.info.id); | ||||||
| 							 FromEntity, ToEntity, Existing.info.id); |  | ||||||
| 			ManageMembership(StorageService()->VenueDB(), &ProvObjects::Venue::devices, FromVenue, |  | ||||||
| 							 ToVenue, Existing.info.id); |  | ||||||
|  |  | ||||||
| 			SDK::GW::Device::SetOwnerShip(this, SerialNumber, Existing.entity, Existing.venue, |             SDK::GW::Device::SetOwnerShip(this, SerialNumber, Existing.entity, Existing.venue, Existing.subscriber); | ||||||
| 										  Existing.subscriber); |  | ||||||
|  |  | ||||||
|             ProvObjects::InventoryTag   NewObjectCreated; |             ProvObjects::InventoryTag   NewObjectCreated; | ||||||
|             DB_.GetRecord("id", Existing.info.id, NewObjectCreated); |             DB_.GetRecord("id", Existing.info.id, NewObjectCreated); | ||||||
| @@ -479,4 +429,4 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|         InternalError(RESTAPI::Errors::RecordNotUpdated); |         InternalError(RESTAPI::Errors::RecordNotUpdated); | ||||||
|     } |     } | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -7,25 +7,22 @@ | |||||||
| // | // | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
| #include "StorageService.h" |  | ||||||
| #include "framework/RESTAPI_Handler.h" | #include "framework/RESTAPI_Handler.h" | ||||||
|  | #include "StorageService.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|     class RESTAPI_inventory_handler : public RESTAPIHandler { |     class RESTAPI_inventory_handler : public RESTAPIHandler { | ||||||
|     public: |     public: | ||||||
| 		RESTAPI_inventory_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, |         RESTAPI_inventory_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, RESTAPI_GenericServerAccounting & Server, uint64_t TransactionId, bool Internal) | ||||||
| 								  RESTAPI_GenericServerAccounting &Server, uint64_t TransactionId, |  | ||||||
| 								  bool Internal) |  | ||||||
|         : RESTAPIHandler(bindings, L, |         : RESTAPIHandler(bindings, L, | ||||||
| 							 std::vector<std::string>{Poco::Net::HTTPRequest::HTTP_GET, |                          std::vector<std::string>{ | ||||||
| 													  Poco::Net::HTTPRequest::HTTP_POST, |             Poco::Net::HTTPRequest::HTTP_GET, Poco::Net::HTTPRequest::HTTP_POST, | ||||||
| 													  Poco::Net::HTTPRequest::HTTP_PUT, |             Poco::Net::HTTPRequest::HTTP_PUT, Poco::Net::HTTPRequest::HTTP_DELETE, | ||||||
| 													  Poco::Net::HTTPRequest::HTTP_DELETE, |  | ||||||
|             Poco::Net::HTTPRequest::HTTP_OPTIONS}, |             Poco::Net::HTTPRequest::HTTP_OPTIONS}, | ||||||
| 							 Server, TransactionId, Internal) {} |             Server, | ||||||
| 		static auto PathName() { |             TransactionId, | ||||||
| 			return std::list<std::string>{"/api/v1/inventory/{serialNumber}"}; |             Internal){} | ||||||
| 		}; |         static auto PathName() { return std::list<std::string>{"/api/v1/inventory/{serialNumber}"}; }; | ||||||
|  |  | ||||||
|     private: |     private: | ||||||
|         InventoryDB     &DB_=StorageService()->InventoryDB(); |         InventoryDB     &DB_=StorageService()->InventoryDB(); | ||||||
| @@ -36,4 +33,4 @@ namespace OpenWifi { | |||||||
|         void PerformClaim(const std::string &SerialNumber, const std::string & Claimer , |         void PerformClaim(const std::string &SerialNumber, const std::string & Claimer , | ||||||
|                           std::string & ClaimId, uint64_t &ErrorCode, Poco::JSON::Object &Answer); |                           std::string & ClaimId, uint64_t &ErrorCode, Poco::JSON::Object &Answer); | ||||||
|     }; |     }; | ||||||
| } // namespace OpenWifi | } | ||||||
|   | |||||||
| @@ -6,13 +6,13 @@ | |||||||
| //	Arilia Wireless Inc. | //	Arilia Wireless Inc. | ||||||
| // | // | ||||||
|  |  | ||||||
|  |  | ||||||
| #include "RESTAPI_inventory_list_handler.h" | #include "RESTAPI_inventory_list_handler.h" | ||||||
| #include "RESTAPI/RESTAPI_db_helpers.h" |  | ||||||
| #include "StorageService.h" | #include "StorageService.h" | ||||||
|  | #include "RESTAPI/RESTAPI_db_helpers.h" | ||||||
|  |  | ||||||
| namespace OpenWifi{ | namespace OpenWifi{ | ||||||
| 	void RESTAPI_inventory_list_handler::SendList(const ProvObjects::InventoryTagVec &Tags, |     void RESTAPI_inventory_list_handler::SendList( const ProvObjects::InventoryTagVec & Tags, bool SerialOnly) { | ||||||
| 												  bool SerialOnly) { |  | ||||||
|         Poco::JSON::Array   Array; |         Poco::JSON::Array   Array; | ||||||
|         for(const auto &i:Tags) { |         for(const auto &i:Tags) { | ||||||
|             if(SerialOnly) { |             if(SerialOnly) { | ||||||
| @@ -75,8 +75,7 @@ namespace OpenWifi { | |||||||
|                 return ReturnCountOnly( C); |                 return ReturnCountOnly( C); | ||||||
|             } |             } | ||||||
|             ProvObjects::InventoryTagVec Tags; |             ProvObjects::InventoryTagVec Tags; | ||||||
| 			DB_.GetRecords(QB_.Offset, QB_.Limit, Tags, " devClass='subscriber' and subscriber='' ", |             DB_.GetRecords(QB_.Offset, QB_.Limit, Tags, " devClass='subscriber' and subscriber='' ", OrderBy); | ||||||
| 						   OrderBy); |  | ||||||
|             if(QB_.CountOnly) { |             if(QB_.CountOnly) { | ||||||
|                 auto C = DB_.Count(DB_.OP("venue",ORM::EQ,UUID)); |                 auto C = DB_.Count(DB_.OP("venue",ORM::EQ,UUID)); | ||||||
|                 return ReturnCountOnly( C); |                 return ReturnCountOnly( C); | ||||||
| @@ -88,31 +87,27 @@ namespace OpenWifi { | |||||||
|                 return ReturnCountOnly( C); |                 return ReturnCountOnly( C); | ||||||
|             } |             } | ||||||
|             ProvObjects::InventoryTagVec Tags; |             ProvObjects::InventoryTagVec Tags; | ||||||
| 			DB_.GetRecords(QB_.Offset, QB_.Limit, Tags, |             DB_.GetRecords(QB_.Offset, QB_.Limit, Tags," devClass='subscriber' and subscriber!='' ", OrderBy); | ||||||
| 						   " devClass='subscriber' and subscriber!='' ", OrderBy); |  | ||||||
|             return SendList(Tags, SerialOnly); |             return SendList(Tags, SerialOnly); | ||||||
|         } else if(GetBoolParameter("unassigned")) { |         } else if(GetBoolParameter("unassigned")) { | ||||||
|             if(QB_.CountOnly) { |             if(QB_.CountOnly) { | ||||||
|                 std::string Empty; |                 std::string Empty; | ||||||
| 				auto C = DB_.Count(InventoryDB::OP(DB_.OP("venue", ORM::EQ, Empty), ORM::AND, |                 auto C = DB_.Count( InventoryDB::OP( DB_.OP("venue",ORM::EQ,Empty), | ||||||
| 												   DB_.OP("entity", ORM::EQ, Empty))); |                                                                           ORM::AND, DB_.OP("entity",ORM::EQ,Empty) )); | ||||||
|                 return ReturnCountOnly(C); |                 return ReturnCountOnly(C); | ||||||
|             } |             } | ||||||
|             ProvObjects::InventoryTagVec Tags; |             ProvObjects::InventoryTagVec Tags; | ||||||
|             std::string Empty; |             std::string Empty; | ||||||
| 			DB_.GetRecords(QB_.Offset, QB_.Limit, Tags, |             DB_.GetRecords(QB_.Offset, QB_.Limit, Tags, InventoryDB::OP( DB_.OP("venue",ORM::EQ,Empty), | ||||||
| 						   InventoryDB::OP(DB_.OP("venue", ORM::EQ, Empty), ORM::AND, |                                                                          ORM::AND, DB_.OP("entity",ORM::EQ,Empty) ) , OrderBy ); | ||||||
| 										   DB_.OP("entity", ORM::EQ, Empty)), |  | ||||||
| 						   OrderBy); |  | ||||||
|             return SendList(Tags, SerialOnly); |             return SendList(Tags, SerialOnly); | ||||||
|         } else if (HasParameter("subscriber",Arg) && !Arg.empty()) { |         } else if (HasParameter("subscriber",Arg) && !Arg.empty()) { | ||||||
|             // looking for device(s) for a specific subscriber... |             // looking for device(s) for a specific subscriber... | ||||||
|             ProvObjects::InventoryTagVec Tags; |             ProvObjects::InventoryTagVec Tags; | ||||||
| 			DB_.GetRecords(0, 100, Tags, " subscriber='" + ORM::Escape(Arg) + "'"); |             DB_.GetRecords(0,100,Tags," subscriber='" + Arg + "'"); | ||||||
|             if(SerialOnly) { |             if(SerialOnly) { | ||||||
|                 std::vector<std::string>    SerialNumbers; |                 std::vector<std::string>    SerialNumbers; | ||||||
| 				std::transform(cbegin(Tags), cend(Tags), std::back_inserter(SerialNumbers), |                 std::transform(cbegin(Tags), cend(Tags), std::back_inserter(SerialNumbers), [](const auto &T) { return T.serialNumber; }); | ||||||
| 							   [](const auto &T) { return T.serialNumber; }); |  | ||||||
|                 return ReturnObject("serialNumbers",SerialNumbers); |                 return ReturnObject("serialNumbers",SerialNumbers); | ||||||
|             } else { |             } else { | ||||||
|                 return MakeJSONObjectArray("taglist", Tags, *this); |                 return MakeJSONObjectArray("taglist", Tags, *this); | ||||||
| @@ -134,4 +129,4 @@ namespace OpenWifi { | |||||||
|             return MakeJSONObjectArray("taglist", Tags, *this); |             return MakeJSONObjectArray("taglist", Tags, *this); | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -7,22 +7,22 @@ | |||||||
| // | // | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
| #include "StorageService.h" |  | ||||||
| #include "framework/RESTAPI_Handler.h" | #include "framework/RESTAPI_Handler.h" | ||||||
|  | #include "StorageService.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|  |  | ||||||
|     class RESTAPI_inventory_list_handler : public RESTAPIHandler { |     class RESTAPI_inventory_list_handler : public RESTAPIHandler { | ||||||
|     public: |     public: | ||||||
| 		RESTAPI_inventory_list_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, |         RESTAPI_inventory_list_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, RESTAPI_GenericServerAccounting & Server, uint64_t TransactionId, bool Internal) | ||||||
| 									   RESTAPI_GenericServerAccounting &Server, |  | ||||||
| 									   uint64_t TransactionId, bool Internal) |  | ||||||
|         : RESTAPIHandler(bindings, L, |         : RESTAPIHandler(bindings, L, | ||||||
| 							 std::vector<std::string>{Poco::Net::HTTPRequest::HTTP_GET, |                          std::vector<std::string>{ | ||||||
|  |             Poco::Net::HTTPRequest::HTTP_GET, | ||||||
|             Poco::Net::HTTPRequest::HTTP_OPTIONS}, |             Poco::Net::HTTPRequest::HTTP_OPTIONS}, | ||||||
| 							 Server, TransactionId, Internal) {} |             Server, | ||||||
|  |             TransactionId, | ||||||
|  |             Internal){} | ||||||
|         static auto PathName() { return std::list<std::string>{"/api/v1/inventory"}; }; |         static auto PathName() { return std::list<std::string>{"/api/v1/inventory"}; }; | ||||||
|  |  | ||||||
|     private: |     private: | ||||||
|         InventoryDB     &DB_=StorageService()->InventoryDB(); |         InventoryDB     &DB_=StorageService()->InventoryDB(); | ||||||
|         void DoGet() final; |         void DoGet() final; | ||||||
| @@ -32,4 +32,4 @@ namespace OpenWifi { | |||||||
|  |  | ||||||
|         void SendList(const ProvObjects::InventoryTagVec & Tags, bool SerialOnly); |         void SendList(const ProvObjects::InventoryTagVec & Tags, bool SerialOnly); | ||||||
|     }; |     }; | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -28,4 +28,4 @@ namespace OpenWifi { | |||||||
| 		return ReturnObject(Answer); | 		return ReturnObject(Answer); | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -3,23 +3,23 @@ | |||||||
| // | // | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
| #include "StorageService.h" |  | ||||||
| #include "framework/RESTAPI_Handler.h" | #include "framework/RESTAPI_Handler.h" | ||||||
|  | #include "StorageService.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
| class RESTAPI_iptocountry_handler : public RESTAPIHandler { | class RESTAPI_iptocountry_handler : public RESTAPIHandler { | ||||||
|   public: |   public: | ||||||
| 		RESTAPI_iptocountry_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, | 	RESTAPI_iptocountry_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, RESTAPI_GenericServerAccounting & Server, uint64_t TransactionId, bool Internal) | ||||||
| 									RESTAPI_GenericServerAccounting &Server, uint64_t TransactionId, |  | ||||||
| 									bool Internal) |  | ||||||
| 		: RESTAPIHandler(bindings, L, | 		: RESTAPIHandler(bindings, L, | ||||||
| 						 std::vector<std::string>{Poco::Net::HTTPRequest::HTTP_GET, | 						 std::vector<std::string>{Poco::Net::HTTPRequest::HTTP_GET, | ||||||
| 												  Poco::Net::HTTPRequest::HTTP_OPTIONS}, | 												  Poco::Net::HTTPRequest::HTTP_OPTIONS}, | ||||||
| 							 Server, TransactionId, Internal){}; | 						 Server, | ||||||
|  | 						 TransactionId, | ||||||
|  | 						 Internal){}; | ||||||
|     static auto PathName() { return std::list<std::string>{"/api/v1/iptocountry"}; }; |     static auto PathName() { return std::list<std::string>{"/api/v1/iptocountry"}; }; | ||||||
| 	void DoGet() final; | 	void DoGet() final; | ||||||
| 	void DoDelete() final {}; | 	void DoDelete() final {}; | ||||||
| 	void DoPost() final {}; | 	void DoPost() final {}; | ||||||
| 	void DoPut() final {}; | 	void DoPut() final {}; | ||||||
| }; | }; | ||||||
| } // namespace OpenWifi | } | ||||||
|   | |||||||
| @@ -6,11 +6,12 @@ | |||||||
| //	Arilia Wireless Inc. | //	Arilia Wireless Inc. | ||||||
| // | // | ||||||
|  |  | ||||||
|  |  | ||||||
| #include "RESTAPI_location_handler.h" | #include "RESTAPI_location_handler.h" | ||||||
| #include "Daemon.h" |  | ||||||
| #include "RESTAPI/RESTAPI_db_helpers.h" |  | ||||||
| #include "RESTObjects/RESTAPI_ProvObjects.h" | #include "RESTObjects/RESTAPI_ProvObjects.h" | ||||||
| #include "StorageService.h" | #include "StorageService.h" | ||||||
|  | #include "Daemon.h" | ||||||
|  | #include "RESTAPI/RESTAPI_db_helpers.h" | ||||||
| #include "framework/utils.h" | #include "framework/utils.h" | ||||||
|  |  | ||||||
| namespace OpenWifi{ | namespace OpenWifi{ | ||||||
| @@ -65,8 +66,7 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         DB_.DeleteRecord("id",UUID); |         DB_.DeleteRecord("id",UUID); | ||||||
| 		RemoveMembership(StorageService()->EntityDB(), &ProvObjects::Entity::locations, |         RemoveMembership(StorageService()->EntityDB(),&ProvObjects::Entity::locations,Existing.entity,Existing.info.id); | ||||||
| 						 Existing.entity, Existing.info.id); |  | ||||||
|         MoveUsage(StorageService()->PolicyDB(),DB_,Existing.info.id,"",Existing.info.id); |         MoveUsage(StorageService()->PolicyDB(),DB_,Existing.info.id,"",Existing.info.id); | ||||||
|         return OK(); |         return OK(); | ||||||
|     } |     } | ||||||
| @@ -87,23 +87,19 @@ namespace OpenWifi { | |||||||
|             return BadRequest( RESTAPI::Errors::NameMustBeSet); |             return BadRequest( RESTAPI::Errors::NameMustBeSet); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		if (NewObject.entity.empty() || |         if(NewObject.entity.empty() || !StorageService()->EntityDB().Exists("id",NewObject.entity)) { | ||||||
| 			!StorageService()->EntityDB().Exists("id", NewObject.entity)) { |  | ||||||
|             return BadRequest(RESTAPI::Errors::EntityMustExist); |             return BadRequest(RESTAPI::Errors::EntityMustExist); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		if (!NewObject.managementPolicy.empty() && |         if(!NewObject.managementPolicy.empty() && !StorageService()->PolicyDB().Exists("id",NewObject.managementPolicy)) { | ||||||
| 			!StorageService()->PolicyDB().Exists("id", NewObject.managementPolicy)) { |  | ||||||
|             return BadRequest(RESTAPI::Errors::UnknownManagementPolicyUUID); |             return BadRequest(RESTAPI::Errors::UnknownManagementPolicyUUID); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         NewObject.inUse.clear(); |         NewObject.inUse.clear(); | ||||||
|  |  | ||||||
|         if(DB_.CreateRecord(NewObject)) { |         if(DB_.CreateRecord(NewObject)) { | ||||||
| 			MoveUsage(StorageService()->PolicyDB(), DB_, "", NewObject.managementPolicy, |             MoveUsage(StorageService()->PolicyDB(),DB_,"",NewObject.managementPolicy,NewObject.info.id); | ||||||
| 					  NewObject.info.id); |             AddMembership(StorageService()->EntityDB(),&ProvObjects::Entity::locations,NewObject.entity,NewObject.info.id); | ||||||
| 			AddMembership(StorageService()->EntityDB(), &ProvObjects::Entity::locations, |  | ||||||
| 						  NewObject.entity, NewObject.info.id); |  | ||||||
|  |  | ||||||
|             LocationDB::RecordName AddedRecord; |             LocationDB::RecordName AddedRecord; | ||||||
|             DB_.GetRecord("id", NewObject.info.id,AddedRecord); |             DB_.GetRecord("id", NewObject.info.id,AddedRecord); | ||||||
| @@ -133,13 +129,11 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         std::string FromPolicy, ToPolicy; |         std::string FromPolicy, ToPolicy; | ||||||
| 		if (!CreateMove(RawObject, "managementPolicy", &LocationDB::RecordName::managementPolicy, |         if(!CreateMove(RawObject,"managementPolicy",&LocationDB::RecordName::managementPolicy, Existing, FromPolicy, ToPolicy, StorageService()->PolicyDB())) | ||||||
| 						Existing, FromPolicy, ToPolicy, StorageService()->PolicyDB())) |  | ||||||
|             return BadRequest(RESTAPI::Errors::EntityMustExist); |             return BadRequest(RESTAPI::Errors::EntityMustExist); | ||||||
|  |  | ||||||
|         std::string FromEntity, ToEntity; |         std::string FromEntity, ToEntity; | ||||||
| 		if (!CreateMove(RawObject, "entity", &LocationDB::RecordName::entity, Existing, FromEntity, |         if(!CreateMove(RawObject,"entity",&LocationDB::RecordName::entity, Existing, FromEntity, ToEntity, StorageService()->EntityDB())) | ||||||
| 						ToEntity, StorageService()->EntityDB())) |  | ||||||
|             return BadRequest(RESTAPI::Errors::EntityMustExist); |             return BadRequest(RESTAPI::Errors::EntityMustExist); | ||||||
|  |  | ||||||
|         AssignIfPresent(RawObject, "buildingName", Existing.buildingName); |         AssignIfPresent(RawObject, "buildingName", Existing.buildingName); | ||||||
| @@ -160,8 +154,7 @@ namespace OpenWifi { | |||||||
|  |  | ||||||
|         if(DB_.UpdateRecord("id", UUID, Existing)) { |         if(DB_.UpdateRecord("id", UUID, Existing)) { | ||||||
|             MoveUsage(StorageService()->PolicyDB(), DB_, FromPolicy, ToPolicy, Existing.info.id); |             MoveUsage(StorageService()->PolicyDB(), DB_, FromPolicy, ToPolicy, Existing.info.id); | ||||||
| 			ManageMembership(StorageService()->EntityDB(), &ProvObjects::Entity::locations, |             ManageMembership(StorageService()->EntityDB(),&ProvObjects::Entity::locations,FromEntity, ToEntity, Existing.info.id); | ||||||
| 							 FromEntity, ToEntity, Existing.info.id); |  | ||||||
|  |  | ||||||
|             ProvObjects::Location    NewObjectAdded; |             ProvObjects::Location    NewObjectAdded; | ||||||
|             DB_.GetRecord("id", UUID, NewObjectAdded); |             DB_.GetRecord("id", UUID, NewObjectAdded); | ||||||
| @@ -171,4 +164,4 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|         InternalError(RESTAPI::Errors::RecordNotUpdated); |         InternalError(RESTAPI::Errors::RecordNotUpdated); | ||||||
|     } |     } | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -7,22 +7,21 @@ | |||||||
| // | // | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
| #include "StorageService.h" |  | ||||||
| #include "framework/RESTAPI_Handler.h" | #include "framework/RESTAPI_Handler.h" | ||||||
|  | #include "StorageService.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|     class RESTAPI_location_handler : public RESTAPIHandler { |     class RESTAPI_location_handler : public RESTAPIHandler { | ||||||
|     public: |     public: | ||||||
| 		RESTAPI_location_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, |         RESTAPI_location_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, RESTAPI_GenericServerAccounting & Server, uint64_t TransactionId, bool Internal) | ||||||
| 								 RESTAPI_GenericServerAccounting &Server, uint64_t TransactionId, |  | ||||||
| 								 bool Internal) |  | ||||||
|         : RESTAPIHandler(bindings, L, |         : RESTAPIHandler(bindings, L, | ||||||
| 							 std::vector<std::string>{Poco::Net::HTTPRequest::HTTP_GET, |                          std::vector<std::string>{ | ||||||
| 													  Poco::Net::HTTPRequest::HTTP_POST, |             Poco::Net::HTTPRequest::HTTP_GET, Poco::Net::HTTPRequest::HTTP_POST, | ||||||
| 													  Poco::Net::HTTPRequest::HTTP_PUT, |             Poco::Net::HTTPRequest::HTTP_PUT, Poco::Net::HTTPRequest::HTTP_DELETE, | ||||||
| 													  Poco::Net::HTTPRequest::HTTP_DELETE, |  | ||||||
|             Poco::Net::HTTPRequest::HTTP_OPTIONS}, |             Poco::Net::HTTPRequest::HTTP_OPTIONS}, | ||||||
| 							 Server, TransactionId, Internal) {} |             Server, | ||||||
|  |             TransactionId, | ||||||
|  |             Internal){} | ||||||
|         static auto PathName() { return std::list<std::string>{"/api/v1/location/{uuid}"}; }; |         static auto PathName() { return std::list<std::string>{"/api/v1/location/{uuid}"}; }; | ||||||
|  |  | ||||||
|     private: |     private: | ||||||
| @@ -32,4 +31,4 @@ namespace OpenWifi { | |||||||
|         void DoPut() final ; |         void DoPut() final ; | ||||||
|         void DoDelete() final ; |         void DoDelete() final ; | ||||||
|     }; |     }; | ||||||
| } // namespace OpenWifi | } | ||||||
|   | |||||||
| @@ -4,13 +4,13 @@ | |||||||
|  |  | ||||||
| #include "RESTAPI_location_list_handler.h" | #include "RESTAPI_location_list_handler.h" | ||||||
|  |  | ||||||
| #include "RESTAPI/RESTAPI_db_helpers.h" |  | ||||||
| #include "RESTObjects/RESTAPI_ProvObjects.h" | #include "RESTObjects/RESTAPI_ProvObjects.h" | ||||||
| #include "StorageService.h" | #include "StorageService.h" | ||||||
|  | #include "RESTAPI/RESTAPI_db_helpers.h" | ||||||
|  |  | ||||||
| namespace OpenWifi{ | namespace OpenWifi{ | ||||||
|  |  | ||||||
|     void RESTAPI_location_list_handler::DoGet() { |     void RESTAPI_location_list_handler::DoGet() { | ||||||
|         return ListHandler<LocationDB>("locations", DB_, *this); |         return ListHandler<LocationDB>("locations", DB_, *this); | ||||||
|     } |     } | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -3,22 +3,22 @@ | |||||||
| // | // | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
| #include "StorageService.h" |  | ||||||
| #include "framework/RESTAPI_Handler.h" | #include "framework/RESTAPI_Handler.h" | ||||||
|  | #include "StorageService.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|  |  | ||||||
|     class RESTAPI_location_list_handler : public RESTAPIHandler { |     class RESTAPI_location_list_handler : public RESTAPIHandler { | ||||||
|     public: |     public: | ||||||
| 		RESTAPI_location_list_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, |         RESTAPI_location_list_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, RESTAPI_GenericServerAccounting & Server, uint64_t TransactionId, bool Internal) | ||||||
| 									  RESTAPI_GenericServerAccounting &Server, |  | ||||||
| 									  uint64_t TransactionId, bool Internal) |  | ||||||
|         : RESTAPIHandler(bindings, L, |         : RESTAPIHandler(bindings, L, | ||||||
| 							 std::vector<std::string>{Poco::Net::HTTPRequest::HTTP_GET, |                          std::vector<std::string>{ | ||||||
|  |             Poco::Net::HTTPRequest::HTTP_GET, | ||||||
|             Poco::Net::HTTPRequest::HTTP_OPTIONS}, |             Poco::Net::HTTPRequest::HTTP_OPTIONS}, | ||||||
| 							 Server, TransactionId, Internal) {} |             Server, | ||||||
|  |             TransactionId, | ||||||
|  |             Internal){} | ||||||
|         static auto PathName() { return std::list<std::string>{"/api/v1/location"}; }; |         static auto PathName() { return std::list<std::string>{"/api/v1/location"}; }; | ||||||
|  |  | ||||||
|     private: |     private: | ||||||
|         LocationDB  & DB_=StorageService()->LocationDB(); |         LocationDB  & DB_=StorageService()->LocationDB(); | ||||||
|         void DoGet() final; |         void DoGet() final; | ||||||
| @@ -26,4 +26,4 @@ namespace OpenWifi { | |||||||
|         void DoPut() final {}; |         void DoPut() final {}; | ||||||
|         void DoDelete() final {}; |         void DoDelete() final {}; | ||||||
|     }; |     }; | ||||||
| } // namespace OpenWifi | } | ||||||
|   | |||||||
| @@ -6,12 +6,13 @@ | |||||||
| //	Arilia Wireless Inc. | //	Arilia Wireless Inc. | ||||||
| // | // | ||||||
|  |  | ||||||
|  |  | ||||||
| #include "RESTAPI_managementPolicy_handler.h" | #include "RESTAPI_managementPolicy_handler.h" | ||||||
| #include "Daemon.h" |  | ||||||
| #include "Poco/JSON/Parser.h" |  | ||||||
| #include "RESTAPI/RESTAPI_db_helpers.h" |  | ||||||
| #include "RESTObjects/RESTAPI_ProvObjects.h" | #include "RESTObjects/RESTAPI_ProvObjects.h" | ||||||
| #include "StorageService.h" | #include "StorageService.h" | ||||||
|  | #include "Poco/JSON/Parser.h" | ||||||
|  | #include "Daemon.h" | ||||||
|  | #include "RESTAPI/RESTAPI_db_helpers.h" | ||||||
|  |  | ||||||
| namespace OpenWifi{ | namespace OpenWifi{ | ||||||
|  |  | ||||||
| @@ -63,10 +64,8 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         StorageService()->PolicyDB().DeleteRecord("id", UUID); |         StorageService()->PolicyDB().DeleteRecord("id", UUID); | ||||||
| 		ManageMembership(StorageService()->EntityDB(), &ProvObjects::Entity::managementPolicies, |         ManageMembership(StorageService()->EntityDB(),&ProvObjects::Entity::managementPolicies,Existing.entity,"",Existing.info.id); | ||||||
| 						 Existing.entity, "", Existing.info.id); |         ManageMembership(StorageService()->VenueDB(),&ProvObjects::Venue::managementPolicies,Existing.venue,"",Existing.info.id); | ||||||
| 		ManageMembership(StorageService()->VenueDB(), &ProvObjects::Venue::managementPolicies, |  | ||||||
| 						 Existing.venue, "", Existing.info.id); |  | ||||||
|         return OK(); |         return OK(); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| @@ -86,8 +85,7 @@ namespace OpenWifi { | |||||||
|             return BadRequest( RESTAPI::Errors::NameMustBeSet); |             return BadRequest( RESTAPI::Errors::NameMustBeSet); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		if (NewObject.entity.empty() || |         if(NewObject.entity.empty() || !StorageService()->EntityDB().Exists("id", NewObject.entity)) { | ||||||
| 			!StorageService()->EntityDB().Exists("id", NewObject.entity)) { |  | ||||||
|             return BadRequest(RESTAPI::Errors::EntityMustExist); |             return BadRequest(RESTAPI::Errors::EntityMustExist); | ||||||
|         } |         } | ||||||
|  |  | ||||||
| @@ -97,10 +95,8 @@ namespace OpenWifi { | |||||||
|  |  | ||||||
|         NewObject.inUse.clear(); |         NewObject.inUse.clear(); | ||||||
|         if(DB_.CreateRecord(NewObject)) { |         if(DB_.CreateRecord(NewObject)) { | ||||||
| 			AddMembership(StorageService()->EntityDB(), &ProvObjects::Entity::managementPolicies, |             AddMembership(StorageService()->EntityDB(),&ProvObjects::Entity::managementPolicies,NewObject.entity,NewObject.info.id); | ||||||
| 						  NewObject.entity, NewObject.info.id); |             AddMembership(StorageService()->VenueDB(),&ProvObjects::Venue::managementPolicies,NewObject.venue,NewObject.info.id); | ||||||
| 			AddMembership(StorageService()->VenueDB(), &ProvObjects::Venue::managementPolicies, |  | ||||||
| 						  NewObject.venue, NewObject.info.id); |  | ||||||
|             PolicyDB::RecordName  AddedObject; |             PolicyDB::RecordName  AddedObject; | ||||||
|             DB_.GetRecord("id",NewObject.info.id,AddedObject); |             DB_.GetRecord("id",NewObject.info.id,AddedObject); | ||||||
|             Poco::JSON::Object  Answer; |             Poco::JSON::Object  Answer; | ||||||
| @@ -128,23 +124,19 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         std::string FromEntity, ToEntity; |         std::string FromEntity, ToEntity; | ||||||
| 		if (!CreateMove(RawObject, "entity", &PolicyDB::RecordName::entity, Existing, FromEntity, |         if(!CreateMove(RawObject,"entity",&PolicyDB::RecordName::entity, Existing, FromEntity, ToEntity, StorageService()->EntityDB())) | ||||||
| 						ToEntity, StorageService()->EntityDB())) |  | ||||||
|             return BadRequest(RESTAPI::Errors::EntityMustExist); |             return BadRequest(RESTAPI::Errors::EntityMustExist); | ||||||
|  |  | ||||||
|         std::string FromVenue, ToVenue; |         std::string FromVenue, ToVenue; | ||||||
| 		if (!CreateMove(RawObject, "venue", &PolicyDB::RecordName::venue, Existing, FromVenue, |         if(!CreateMove(RawObject,"venue",&PolicyDB::RecordName::venue, Existing, FromVenue, ToVenue, StorageService()->VenueDB())) | ||||||
| 						ToVenue, StorageService()->VenueDB())) |  | ||||||
|             return BadRequest(RESTAPI::Errors::EntityMustExist); |             return BadRequest(RESTAPI::Errors::EntityMustExist); | ||||||
|  |  | ||||||
|         if(!NewPolicy.entries.empty()) |         if(!NewPolicy.entries.empty()) | ||||||
|             Existing.entries = NewPolicy.entries; |             Existing.entries = NewPolicy.entries; | ||||||
|  |  | ||||||
|         if(DB_.UpdateRecord("id", Existing.info.id, Existing)) { |         if(DB_.UpdateRecord("id", Existing.info.id, Existing)) { | ||||||
| 			ManageMembership(StorageService()->EntityDB(), &ProvObjects::Entity::managementPolicies, |             ManageMembership(StorageService()->EntityDB(),&ProvObjects::Entity::managementPolicies, FromEntity,ToEntity,Existing.info.id); | ||||||
| 							 FromEntity, ToEntity, Existing.info.id); |             ManageMembership(StorageService()->VenueDB(),&ProvObjects::Venue::managementPolicies, FromVenue,ToVenue,Existing.info.id); | ||||||
| 			ManageMembership(StorageService()->VenueDB(), &ProvObjects::Venue::managementPolicies, |  | ||||||
| 							 FromVenue, ToVenue, Existing.info.id); |  | ||||||
|  |  | ||||||
|             ProvObjects::ManagementPolicy   P; |             ProvObjects::ManagementPolicy   P; | ||||||
|             DB_.GetRecord("id",Existing.info.id,P); |             DB_.GetRecord("id",Existing.info.id,P); | ||||||
| @@ -154,4 +146,4 @@ namespace OpenWifi { | |||||||
|         } |         } | ||||||
|         InternalError(RESTAPI::Errors::RecordNotUpdated); |         InternalError(RESTAPI::Errors::RecordNotUpdated); | ||||||
|     } |     } | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -6,26 +6,24 @@ | |||||||
| //	Arilia Wireless Inc. | //	Arilia Wireless Inc. | ||||||
| // | // | ||||||
|  |  | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
| #include "StorageService.h" |  | ||||||
| #include "framework/RESTAPI_Handler.h" | #include "framework/RESTAPI_Handler.h" | ||||||
|  | #include "StorageService.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|     class RESTAPI_managementPolicy_handler : public RESTAPIHandler { |     class RESTAPI_managementPolicy_handler : public RESTAPIHandler { | ||||||
|     public: |     public: | ||||||
| 		RESTAPI_managementPolicy_handler(const RESTAPIHandler::BindingMap &bindings, |         RESTAPI_managementPolicy_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, RESTAPI_GenericServerAccounting & Server, uint64_t TransactionId, bool Internal) | ||||||
| 										 Poco::Logger &L, RESTAPI_GenericServerAccounting &Server, |  | ||||||
| 										 uint64_t TransactionId, bool Internal) |  | ||||||
|         : RESTAPIHandler(bindings, L, |         : RESTAPIHandler(bindings, L, | ||||||
| 							 std::vector<std::string>{Poco::Net::HTTPRequest::HTTP_GET, |                          std::vector<std::string>{ | ||||||
| 													  Poco::Net::HTTPRequest::HTTP_POST, |             Poco::Net::HTTPRequest::HTTP_GET, Poco::Net::HTTPRequest::HTTP_POST, | ||||||
| 													  Poco::Net::HTTPRequest::HTTP_PUT, |             Poco::Net::HTTPRequest::HTTP_PUT, Poco::Net::HTTPRequest::HTTP_DELETE, | ||||||
| 													  Poco::Net::HTTPRequest::HTTP_DELETE, |  | ||||||
|             Poco::Net::HTTPRequest::HTTP_OPTIONS}, |             Poco::Net::HTTPRequest::HTTP_OPTIONS}, | ||||||
| 							 Server, TransactionId, Internal) {} |             Server, | ||||||
| 		static auto PathName() { |             TransactionId, | ||||||
| 			return std::list<std::string>{"/api/v1/managementPolicy/{uuid}"}; |             Internal){} | ||||||
| 		}; |         static auto PathName() { return std::list<std::string>{"/api/v1/managementPolicy/{uuid}"}; }; | ||||||
|  |  | ||||||
|     private: |     private: | ||||||
|         PolicyDB        &DB_=StorageService()->PolicyDB(); |         PolicyDB        &DB_=StorageService()->PolicyDB(); | ||||||
| @@ -34,4 +32,4 @@ namespace OpenWifi { | |||||||
|         void DoPut() final ; |         void DoPut() final ; | ||||||
|         void DoDelete() final ; |         void DoDelete() final ; | ||||||
|     }; |     }; | ||||||
| } // namespace OpenWifi | } | ||||||
|   | |||||||
| @@ -4,12 +4,12 @@ | |||||||
|  |  | ||||||
| #include "RESTAPI_managementPolicy_list_handler.h" | #include "RESTAPI_managementPolicy_list_handler.h" | ||||||
|  |  | ||||||
| #include "RESTAPI/RESTAPI_db_helpers.h" |  | ||||||
| #include "RESTObjects/RESTAPI_ProvObjects.h" | #include "RESTObjects/RESTAPI_ProvObjects.h" | ||||||
| #include "StorageService.h" | #include "StorageService.h" | ||||||
|  | #include "RESTAPI/RESTAPI_db_helpers.h" | ||||||
|  |  | ||||||
| namespace OpenWifi{ | namespace OpenWifi{ | ||||||
|     void RESTAPI_managementPolicy_list_handler::DoGet() { |     void RESTAPI_managementPolicy_list_handler::DoGet() { | ||||||
|         return ListHandler<PolicyDB>("managementPolicies", DB_, *this); |         return ListHandler<PolicyDB>("managementPolicies", DB_, *this); | ||||||
|     } |     } | ||||||
| } // namespace OpenWifi | } | ||||||
| @@ -3,23 +3,22 @@ | |||||||
| // | // | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
| #include "StorageService.h" |  | ||||||
| #include "framework/RESTAPI_Handler.h" | #include "framework/RESTAPI_Handler.h" | ||||||
|  | #include "StorageService.h" | ||||||
|  |  | ||||||
| namespace OpenWifi { | namespace OpenWifi { | ||||||
|  |  | ||||||
|     class RESTAPI_managementPolicy_list_handler : public RESTAPIHandler { |     class RESTAPI_managementPolicy_list_handler : public RESTAPIHandler { | ||||||
|     public: |     public: | ||||||
| 		RESTAPI_managementPolicy_list_handler(const RESTAPIHandler::BindingMap &bindings, |         RESTAPI_managementPolicy_list_handler(const RESTAPIHandler::BindingMap &bindings, Poco::Logger &L, RESTAPI_GenericServerAccounting & Server, uint64_t TransactionId, bool Internal) | ||||||
| 											  Poco::Logger &L, |  | ||||||
| 											  RESTAPI_GenericServerAccounting &Server, |  | ||||||
| 											  uint64_t TransactionId, bool Internal) |  | ||||||
|         : RESTAPIHandler(bindings, L, |         : RESTAPIHandler(bindings, L, | ||||||
| 							 std::vector<std::string>{Poco::Net::HTTPRequest::HTTP_GET, |                          std::vector<std::string>{ | ||||||
|  |             Poco::Net::HTTPRequest::HTTP_GET, | ||||||
|             Poco::Net::HTTPRequest::HTTP_OPTIONS}, |             Poco::Net::HTTPRequest::HTTP_OPTIONS}, | ||||||
| 							 Server, TransactionId, Internal) {} |             Server, | ||||||
|  |             TransactionId, | ||||||
|  |             Internal){} | ||||||
|         static auto PathName() { return std::list<std::string>{"/api/v1/managementPolicy"}; }; |         static auto PathName() { return std::list<std::string>{"/api/v1/managementPolicy"}; }; | ||||||
|  |  | ||||||
|     private: |     private: | ||||||
|         PolicyDB        &DB_=StorageService()->PolicyDB(); |         PolicyDB        &DB_=StorageService()->PolicyDB(); | ||||||
|         void DoGet() final ; |         void DoGet() final ; | ||||||
| @@ -27,4 +26,4 @@ namespace OpenWifi { | |||||||
|         void DoPut() final {}; |         void DoPut() final {}; | ||||||
|         void DoDelete() final {}; |         void DoDelete() final {}; | ||||||
|     }; |     }; | ||||||
| } // namespace OpenWifi | } | ||||||
|   | |||||||