Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

n. The username is not used when using a bearer token for authentication.


The hydronet (WIWB) API connection for the BHP project works on our standalones, but within the BHP network it is required to connect to the Hydronet API through the proxy API from BHP. As a consequence, the API call requires two additional parameters (X-IBM-Client-Id, X-IBM-Client-Secret). To set these headers use the properties below:

Code Block
languagexml
linenumberstrue
<properties>
			<string  key="xIBMClientId" value="ID"/>
			<string key="xIBMClientSecret" value="Secret"/>			
</properties>


Missing values

If the WIWB specifies the missing value for a datasource, this will be used by FEWS. The missing value can also be specified in the import configuration as well. The default value for missing value is -9999 for the WIWB API.

...