This import was created for accessing kiwis water ml data. It works exactly the same way as described in: WaterML2Import

The only difference is that this import type allows for the configuration of authentication via access tokens. In order to make this work, the URL to the KiWIS API manager need to be configured, as well as the user ID (clientId) and password (clientSecret):

			<oauth2Config>
				<authUrl>https://kiwis.../KiWebPortal/rest/auth/oidcServer/token</authUrl>
				<clientId> .. </clientId>
				<clientSecret> ... </clientSecret>
			</oauth2Config>


Note that this import will request data from the KiWIS server in WML2 format. To retrieve data in another format (eg zrxp), a code change would be required.


  • No labels