blob: 290749bba01ce2ba8e9627c2b99537f8ed28dc26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:v1="http://org.onap.so/vnfNotify">
<soapenv:Header />
<soapenv:Body>
<ns2:queryVnfNotification xmlns:ns2="http://org.onap.so/vnfNotify">
<messageId>b1a82ce6-7f5c-45fd-9273-acaf88fc2222</messageId>
<completed>true</completed>
<vnfExists>true</vnfExists>
<vnfId>slcp34248vbc/020a112b-a0c8-4143-87a3-698680ba2efe</vnfId>
<status>ACTIVE</status>
<outputs>
<entry>
<key>server_ip</key>
<value>135.21.249.144</value>
</entry>
</outputs>
</ns2:queryVnfNotification>
</soapenv:Body>
</soapenv:Envelope>
|