The following example shows how to retrieve a configuration element by submitting a GET request.
- Use this URL to retrieve a singleton configuration element.
https://CNSBCIP/config/<version>/<topic>/<configElement>
- Use this URL to retrieve a sub-element of a singleton configuration element.
https://CNSBCIP/config/<version>/<topic>/<configElement>/<subElement>/<subElementKey>
- Use this URL to retrieve an instance of a multi-instance configuration element.
https://CNSBCIP/config/<version>/<topic>/<configElement>/<configElementKey>
- Use this URL to retrieve all instances of a multi-instance configuration element.
https://CNSBCIP/config/<version>/<topic>/<configElement>
- Use this URL to retrieve all instances of sub-elements of a multi-instance configuration element.
https://CNSBCIP/config/<version>/<topic>/<configElement>/<configElementKey>/<subElement>
- Use this URL to retrieve a sub-element of a multi-instance configuration element.
https://CNSBCIP/config/<version>/<topic>/<configElement>/<configElementKey>/<subElement>/<subElementKey>