Retrieving Elements

The following example shows how to retrieve a configuration element by submitting a GET request.

  1. Use this URL to retrieve a singleton configuration element.
    https://CNSBCIP/config/<version>/<topic>/<configElement>
  2. Use this URL to retrieve a sub-element of a singleton configuration element.
    https://CNSBCIP/config/<version>/<topic>/<configElement>/<subElement>/<subElementKey>
  3. Use this URL to retrieve an instance of a multi-instance configuration element.
    https://CNSBCIP/config/<version>/<topic>/<configElement>/<configElementKey>
  4. Use this URL to retrieve all instances of a multi-instance configuration element.
    https://CNSBCIP/config/<version>/<topic>/<configElement>
  5. Use this URL to retrieve all instances of sub-elements of a multi-instance configuration element.
    https://CNSBCIP/config/<version>/<topic>/<configElement>/<configElementKey>/<subElement>
  6. Use this URL to retrieve a sub-element of a multi-instance configuration element.
    https://CNSBCIP/config/<version>/<topic>/<configElement>/<configElementKey>/<subElement>/<subElementKey>