BUG-6858: adapt to ise api, change lookup from ise
[groupbasedpolicy.git] / sxp-integration / sxp-ise-adapter / src / test / resources / org / opendaylight / groupbasedpolicy / sxp_ise_adapter / impl / rawIse-allSgts.xml
1 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
2 <!--
3   ~ Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
4   ~
5   ~ This program and the accompanying materials are made available under the
6   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
7   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
8   -->
9
10 <ns3:searchResult xmlns:ns5="ers.ise.cisco.com"
11                   xmlns:ns3="v2.ers.ise.cisco.com"
12                   total="1">
13     <ns3:nextPage rel="next" href="" type="application/xml"/>
14     <ns3:resources>
15         <ns5:resource description="" id="abc123" name="boss_group">
16             <link rel="self" href="https://example.org:9060/ers/config/sgt/abc123" type="application/xml"/>
17         </ns5:resource>
18     </ns3:resources>
19 </ns3:searchResult>