Data entry URIs specify where and how IMAS data is stored (or should be stored to). When you load or store IMAS data, you need to provide a data entry URI.
This page documents the URI structure and the options that are supported. For the complete official IMAS URI scheme specification, see the IMAS Access-Layer URI Scheme Documentation.
The general structure of an IMAS URI is the following, with optional elements indicated with square brackets:
imas:[//host/]backend?query
Let's break down each of the components:
imas:this part indicates that this is an IMAS URIhostwhen the data is located at another machine, you use this section to indicate the address of that machine. See the UDA backend section in :doc:`backends_guide` for further details.backendselect the Access Layer backend. See :doc:`backends_guide` for the options.querythe query consists ofkey=valuepairs, separated by a semicolon;. See :doc:`backends_guide` for further details.