aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/response/get-config-123456.xml
blob: 85cbeeac4e94e015ceb6d5fd3095e4eece5c7afe (plain)
1
2
3
4
5
6
7
8
9
10
<rpc-reply message-id="runningconfig-template-123456"
           xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
           xmlns:junos="http://xml.juniper.net/junos/17.4R1/junos">
    <interface-information
            xmlns="http://xml.juniper.net/junos/17.4R1/junos-interface">
        <physical-interface>
            <name>ge-2/3/0</name>
        </physical-interface>
    </interface-information>
</rpc-reply>