Example: retrieving the full configuration

The full configuration (equivalent to the CLI command admin display-config) can be retrieved using a <get-config> request:

Example
<get-config>
    <source>
         <running/>
    </source>
</get-config>
Example
<get-config>
     <source>
          <running/>
     </source>
     <filter>
          <configure/>
     </filter>
</get-config>