Changes to Allow Lists' Values - effective 1 February 2023

The URI Values allowed for the Data and Metadata Allow List will change on 1 February 2023.

All Twin operations that include the URI to allow All or No Hosts (i.e.: Update Twin, Upsert Twin, etc.) will change as described in the sections below.

Host Allow List (Selective Data Sharing)

The KEY will not change: http://data.iotics.com/public#hostAllowList
The VALUES allowed will be:

  • All Hosts:
    • Old URI: http://data.iotics.com/public#allHosts
    • New URI: http://data.iotics.com/public#all
  • No Host:
    • Old URI: http://data.iotics.com/public#noHost
    • New URI: http://data.iotics.com/public#none
  • Specific Host ID: will not change

Host Metadata Allow List (Selective Metadata Sharing)

The KEY will not change: http://data.iotics.com/public#hostMetadataAllowList
The VALUES allowed will be:

  • All Hosts:
    • Old URI: http://data.iotics.com/public#allHosts
    • New URI: http://data.iotics.com/public#all
  • No Host:
    • Old URI: http://data.iotics.com/public#noHost
    • New URI: http://data.iotics.com/public#none
  • Specific Host ID: will not change

Automatic Migration

An automatic migration will make sure that your code will not break. For a short period of time all the old URI values (for both existing and newly created Twins) will be converted into new ones to allow backward compatibility.

We will notify you 2 weeks before this automatic migration will be stopped, after which only new URI values will be accepted by the Host.

Do I need to update my code ?

You only need to update your code if you are reading Host data or Host metadata Allowlist URI values and storing/reusing/relying on those URI values in custom Connector code.