Top Banner
Addendum: Prime Network OSS Integration Guide - Sample SOAP Request and Response Version 4.2.3 Jan, 2017
270

Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

Jul 06, 2018

Download

Documents

vukhanh
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

Addendum: Prime Network OSS Integration Guide - Sample SOAP Request and Response

Version 4.2.3 Jan, 2017

Page 2: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

Abstract

The Addendum: Prime Network OSS Integration Guide for MTOSI and 3GPP- Sample SOAP Requests and Response gives the SOAP Request Response information for 3GPP, MTOSI and the Cisco Specific interfaces. THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL ARE BELIEVED TO BE ACCURATE BUT ARE PRESENTED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. USERS MUST TAKE FULL RESPONSIBILITY FOR THEIR APPLICATION OF ANY PRODUCTS. THE SOFTWARE LICENSE AND LIMITED WARRANTY FOR THE ACCOMPANYING PRODUCT ARE SET FORTH IN THE INFORMATION PACKET THAT SHIPPED WITH THE PRODUCT AND ARE INCORPORATED HEREIN BY THIS REFERENCE. IF YOU ARE UNABLE TO LOCATE THE SOFTWARE LICENSE OR LIMITED WARRANTY, CONTACT YOUR CISCO REPRESENTATIVE FOR A COPY. NOTWITHSTANDING ANY OTHER WARRANTY HEREIN, ALL DOCUMENT FILES AND SOFTWARE OF THESE SUPPLIERS ARE PROVIDED “AS IS” WITH ALL FAULTS. CISCO AND THE ABOVE-NAMED SUPPLIERS DISCLAIM ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THOSE OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT OR ARISING FROM A COURSE OF DEALING, USAGE, OR TRADE PRACTICE. IN NO EVENT SHALL CISCO OR ITS SUPPLIERS BE LIABLE FOR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, OR INCIDENTAL DAMAGES, INCLUDING, WITHOUT LIMITATION, LOST PROFITS OR LOSS OR DAMAGE TO DATA ARISING OUT OF THE USE OR INABILITY TO USE THIS MANUAL, EVEN IF CISCO OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Cisco and the Cisco logo are trademarks or registered trademarks of Cisco and/or its affiliates in the U.S. and other countries. To view a list of Cisco trademarks, go to this URL:www.cisco.com/go/trademarks. Third-party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1110R) Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental. Addendum: Prime Network OSS Integration Guide for MTOSI and 3GPP- Sample SOAP Requests and Response © 2017 Cisco Systems, Inc. All rights reserved.

Page 3: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

Contents

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

iii

Table of Contents

1 Preface ............................................................................................................................. 5

2 3GPP SOAP Request Response ......................................................................................... 6

2.1 Inventory Management IRP ................................................................................................. 6 2.1.1 InventoryIRP::getAllManagedElementNames ....................................................................................... 6 2.1.2 InventoryIRP::getAllInventory ............................................................................................................... 7 2.1.3 InventoryIRP::getManagedElement ....................................................................................................... 7 2.1.4 InventoryIRP::getStatus ......................................................................................................................... 8 2.1.5 InventoryIRP::getActiveOperations ....................................................................................................... 9

2.2 FileTransfer IRP ................................................................................................................. 13 2.2.1 FTIRP::listAvailableFiles ....................................................................................................................... 13

2.3 Alarm IRP .......................................................................................................................... 14 2.3.1 AlarmIRP::GetAlarmList ....................................................................................................................... 14 2.3.2 AlarmIRP::acknowledgeAlrarms .......................................................................................................... 18 2.3.3 AlarmIRP::unacknowledgeAlrarms ...................................................................................................... 20 2.3.4 AlarmIRP::setComment ....................................................................................................................... 22 2.3.5 AlarmIRP::clearAlarms ......................................................................................................................... 25

2.4 Notification IRP ................................................................................................................. 27 2.4.1 NotificationIRP::subscribe ................................................................................................................... 27 2.4.2 NotificationIRP::unsubscribe ............................................................................................................... 28

2.5 3GPP Notification samples received through SOAP Client .................................................. 30 2.5.1 3GPP File Ready Notification ............................................................................................................... 30 2.5.2 3GPP File Creation Error Notification .................................................................................................. 30

3 MTOSI SOAP Request Response ..................................................................................... 32

3.1 MTOSI Web Service Sample Request and Response ........................................................... 32 3.1.1 ManagedElementRetrieval::getME ...................................................................................................... 32 3.1.2 ManagedElementRetrieval:: getNetworkFunctionNamesByType ....................................................... 34 3.1.3 ManagedElementRetrieval:: getNetworkFunction .............................................................................. 37 3.1.4 ManagedElementNamesRetrieval::getAllManagedElementNames .................................................... 39 3.1.5 TerminationPointRetrieval::getAllSupportedPhysicalTerminationPoints ............................................ 41 3.1.6 FlowDomainRetrieval::getFlowDomainFragment ............................................................................... 53 3.1.7 FlowDomainRetrieval::getAllFlowDomainFragmentNames ................................................................ 56 3.1.8 ResourceInventoryRetrieval::getInventory (All DataCenter Names) ................................................... 59 3.1.9 ResourceInventoryRetrieval::getInventory (Host Server Names in a DataCenter) ............................. 63 3.1.10 ResourceInventoryRetrieval::getInventory (Host Server details ) .................................................. 66 3.1.11 ResourceInventoryRetrieval::getInventory ( Host Cluster Names under a DataCenter) ................ 75 3.1.12 ResourceInventoryRetrieval::getInventory (Host Cluster details) .................................................. 77 3.1.13 ResourceInventoryRetrieval::getInventory (DataStore Names under a DataCenter) ..................... 81 3.1.14 ResourceInventoryRetrieval::getInventory (DataStore details) ...................................................... 84 3.1.15 ResourceInventoryRetrieval::getInventory (Virtual Machine Names under a DataCenter) ........... 88 3.1.16 ResourceInventoryRetrieval::getInventory (Virtual Machine details) ............................................ 91 3.1.17 ResourceInventoryRetrieval::getInventory (FTP/PortChannel details) ........................................... 96 3.1.18 ResourceInventoryRetrieval::getInventory (All SNC Names) ....................................................... 109 3.1.19 ConnectionRetrieval::getSubNetworkConnection (SNC details) .................................................. 112

Page 4: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

Contents

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response iv

3.1.20 ConnectionRetrieval::getRoute (SNC’s Route details) .................................................................. 116 3.1.21 EquipmentInventoryRetrieval::getAllRemoteEquipmentByPTP (Gigabit Passive Optical Network) 121

3.2 MTOSI Notification Samples received through SOAP client .............................................. 130 3.2.1 VRF notifications ................................................................................................................................ 130 3.2.2 Datacenter Logical Inventory notifications ........................................................................................ 144 3.2.3 Gigabit Passive Optical Network Notifications .................................................................................. 234 3.2.4 Pluggable Transceiver Notification .................................................................................................... 254

3.3 Delta Inventory Request and Response ........................................................................... 261 3.3.1 Get Delta Inventory Changes ............................................................................................................. 261

4 Cisco Specific Interfaces ............................................................................................... 264

4.1 Alarm Life Cycle Management Web Service Sample Request and Response ..................... 264 4.1.1 AlarmMgmt::acknowlegeAlarm ......................................................................................................... 264 4.1.2 AlarmMgmt::De-acknowlegeAlarm ................................................................................................... 265 4.1.3 AlarmMgmt::clearAlarm .................................................................................................................... 266 4.1.4 AlarmMgmt::addNoteAlarm .............................................................................................................. 267 4.1.5 AlarmMgmt::retireAlarm ................................................................................................................... 267

4.2 Alarm Retrieval Management Web Service Sample Request and Response ..................... 268 4.2.1 AlarmRetrieval::getSubtendingEvents ............................................................................................... 268

Page 5: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

Preface

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

5

1 Preface

This documentation is an annexure to the Prime Network OSS Integration Guide for MTOSI and 3GPP. The document provides a more detailed reference to the SOAP Request Response information used in 3GPP, MTOSI and the Cisco Specific interfaces.

Page 6: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 6

2 3GPP SOAP Request Response

The section describes SOAP Request - Response for 3GPP Operations for the following Interface Reference Points (IRPs)

Inventory Management IRP

File Transfer ( FT ) IRP

Notification IRP In Prime Network 4.1 release, 3GPP interfaces are supported on ASR5000 and ASR5500 devices.

2.1 Inventory Management IRP

2.1.1 InventoryIRP::getAllManagedElementNames

OperationName: getAllManagedElementNames

SOAP Request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:inv="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInventory/schema/I

nventoryIRPData">

<soapenv:Header/>

<soapenv:Body>

<inv:getAllManagedElementNames>

<invokeIdentifierIn>1234</invokeIdentifierIn>

<queryXpathExp>/MD=CISCO_PRIME</queryXpathExp>

</inv:getAllManagedElementNames>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns2:getAllManagedElementNamesResponse

xmlns:ns2="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInventory/schema/I

nventoryIRPData"

xmlns:ns3="http://www.3gpp.org/ftp/Specs/archive/32_series/32317/schema/32317-

800/GenericIRPData">

<getAllMENamesResponse>

<invokeIdentifierOut>1234</invokeIdentifierOut>

<meNameListOut>

<meType>

<meName>ASR5500-35</meName>

<meType>CISCO_ASR_5500</meType>

</meType>

<meType>

<meName>ASR5500-105</meName>

<meType>CISCO_ASR_5000</meType>

</meType>

</meNameListOut>

</getAllMENamesResponse>

Page 7: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

7

</ns2:getAllManagedElementNamesResponse>

</soap:Body>

</soap:Envelope>

2.1.2 InventoryIRP::getAllInventory

Operation: getAllInventory

SOAP Request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:inv="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInventory/schema/I

nventoryIRPData">

<soapenv:Header/>

<soapenv:Body>

<inv:getAllInventory>

<invokeIdentifierIn>1</invokeIdentifierIn>

<queryXpathExp>/MD=CISCO_PRIME</queryXpathExp>

</inv:getAllInventory>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns2:getAllInventoryResponse

xmlns:ns2="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInventory/schema/I

nventoryIRPData"

xmlns:ns3="http://www.3gpp.org/ftp/Specs/archive/32_series/32317/schema/32317-

800/GenericIRPData">

<getAllRequestResponse>

<invokeIdentifierOut>1</invokeIdentifierOut>

<responseMessage>Inventory Request Initiated with Request ID: 10017</responseMessage>

</getAllRequestResponse>

</ns2:getAllInventoryResponse>

</soap:Body>

</soap:Envelope>

2.1.3 InventoryIRP::getManagedElement

Operation: getManagedElement

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:inv="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInventory/schema/I

nventoryIRPData">

<soapenv:Header/>

<soapenv:Body>

<inv:getManagedElement>

<invokeIdentifierIn>1234</invokeIdentifierIn>

<queryXpathExp>/MD=CISCO_PRIME/ME=ASR5500-35</queryXpathExp>

</inv:getManagedElement>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response:

Page 8: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 8

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns2:getManagedElementResponse

xmlns:ns2="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInventory/sche

ma/InventoryIRPData"

xmlns:ns3="http://www.3gpp.org/ftp/Specs/archive/32_series/32317/schema/32317-

800/GenericIRPData">

<getMEResp>

<invokeIdentifierOut>1234</invokeIdentifierOut>

<responseMessage>Inventory Request Initiated for {[ManagedElement(Key=ASR5500-

35)]} with request ID 10018</responseMessage>

</getMEResp>

</ns2:getManagedElementResponse>

</soap:Body>

</soap:Envelope>

2.1.4 InventoryIRP::getStatus

Operation: getStatus

SOAP Request: <soapenv:Envelope

xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"xmlns:inv="http://www.3gpp.or

g/ftp/Specs/archive/32_series/ciscoTgppInventory/schema/InventoryIRPData">

<soapenv:Header/>

<soapenv:Body>

<inv:getStatus>

<requestID>10017</requestID>

</inv:getStatus>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns2:getStatusResponseType

xmlns:ns2="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInventory/schema/I

nventoryIRPData"

xmlns:ns3="http://www.3gpp.org/ftp/Specs/archive/32_series/32317/schema/32317-

800/GenericIRPData">

<statusResponseList>

<aggregatedStatus>IN_PROGRESS</aggregatedStatus>

<statusResponseInfo>

<requestID>10017</requestID>

<managementDomain>CISCO_PRIME</managementDomain>

<operationName>getAllInventory</operationName>

<operationStatus>IN_PROGRESS</operationStatus>

<currentTime>2013-09-

13T11:28:52.843+05:30</currentTime>

<additionalInfo>

<avpairType>

<name>comURI</name>

<value>net://net:1</value>

</avpairType>

<avpairType>

<name>domainManager</name>

<value>ilpn2insuit-lnx</value>

</avpairType>

Page 9: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

9

</additionalInfo>

</statusResponseInfo>

</statusResponseList>

</ns2:getStatusResponseType>

</soap:Body>

</soap:Envelope>

Operation: getStatus (Error : REQUEST_ID_NOT_FOUND )

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:inv="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInventory/schema/I

nventoryIRPData">

<soapenv:Header/>

<soapenv:Body>

<inv:getStatus>

<requestID>10034</requestID>

</inv:getStatus>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns2:getStatusResponseType

xmlns:ns2="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInventory/schema/I

nventoryIRPData"

xmlns:ns3="http://www.3gpp.org/ftp/Specs/archive/32_series/32317/schema/32317-

800/GenericIRPData">

<statusResponseList>

<aggregatedStatus>REQUEST_ID_NOT_FOUND</aggregatedStatus>

<statusResponseInfo>

<operationStatus>REQUEST_ID_NOT_FOUND</operationStatus>

<additionalInfo>

<avpairType>

<name>comURI</name>

<value>net://net:1</value>

</avpairType>

<avpairType>

<name>domainManager</name>

<value>ilpn2insuit-lnx</value>

</avpairType>

</additionalInfo>

</statusResponseInfo>

</statusResponseList>

</ns2:getStatusResponseType>

</soap:Body>

</soap:Envelope>

2.1.5 InventoryIRP::getActiveOperations

Operation: getActiveOperations (without filters)

SOAP Request: <soapenv:Envelope

Page 10: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 10

xmlns:inv="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInventory/schema/I

nventoryIRPData">

<soapenv:Header/>

<soapenv:Body>

<inv:getActiveOperationsRequest/>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns2:getActiveOperationsResponse xsi:type="ns2:operationStatusInfoList"

xmlns:ns2="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInventory/s

chema/InventoryIRPData"

xmlns:ns3="http://www.3gpp.org/ftp/Specs/archive/32_series/32317/schema/32317-

800/GenericIRPData"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<operationStatusInfo>

<requestID>10020</requestID>

<managementDomain>CISCO_PRIME</managementDomain>

<operationName>getManagedElement</operationName>

<operationStatus>IN_PROGRESS</operationStatus>

<currentTime>2013-09-13T14:45:20.440+05:30</currentTime>

<additionalInfo>

<avpairType>

<name>ME_NAME</name>

<value>ASR5K_238</value>

</avpairType>

<avpairType>

<name>comURI</name>

<value>net://net:1</value>

</avpairType>

<avpairType>

<name>domainManager</name>

<value>ilpn2insuit-lnx</value>

</avpairType>

</additionalInfo>

</operationStatusInfo>

<operationStatusInfo>

<requestID>10019</requestID>

<managementDomain>CISCO_PRIME</managementDomain>

<operationName>getAllInventory</operationName>

<operationStatus>IN_PROGRESS</operationStatus>

<currentTime>2013-09-13T14:45:20.442+05:30</currentTime>

<additionalInfo>

<avpairType>

<name>comURI</name>

<value>net://net:1</value>

</avpairType>

<avpairType>

<name>domainManager</name>

<value>ilpn2insuit-lnx</value>

</avpairType>

</additionalInfo>

</operationStatusInfo>

</ns2:getActiveOperationsResponse>

</soap:Body>

</soap:Envelope>

Page 11: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

11

Operation: getActiveOperations (with filters)

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:inv="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInventory/schema/I

nventoryIRPData">

<soapenv:Header/>

<soapenv:Body>

<inv:getActiveOperationsRequest>

<operationName>getManagedElement</operationName>

<queryXpathExp>/MD=CISCO_PRIME/ME=ASR5K_238</queryXpathExp>

</inv:getActiveOperationsRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns2:getActiveOperationsResponse

xsi:type="ns2:operationStatusInfoList"

xmlns:ns2="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInv

entory/schema/InventoryIRPData"

xmlns:ns3="http://www.3gpp.org/ftp/Specs/archive/32_series/32317/schema

/32317-800/GenericIRPData"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<operationStatusInfo>

<requestID>10021</requestID>

<managementDomain>CISCO_PRIME</managementDomain>

<operationName>getManagedElement</operationName>

<operationStatus>IN_PROGRESS</operationStatus>

<currentTime>2013-09-

13T14:49:10.874+05:30</currentTime>

<additionalInfo>

<avpairType>

<name>ME_NAME</name>

<value>ASR5K_238</value>

</avpairType>

<avpairType>

<name>comURI</name>

<value>net://net:1</value>

</avpairType>

<avpairType>

<name>domainManager</name>

<value>ilpn2insuit-lnx</value>

</avpairType>

</additionalInfo>

</operationStatusInfo>

</ns2:getActiveOperationsResponse>

</soap:Body>

</soap:Envelope>

Operation: getActiveOperations ( Error : OPERATION_NOT_RUNNING)

SOAP Request:

Page 12: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 12

<soapenv:Envelope

xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:inv="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInvent

ory/schema/InventoryIRPData">

<soapenv:Header/>

<soapenv:Body>

<inv:getActiveOperationsRequest>

<operationName>getManagedElement</operationName>

<queryXpathExp>/MD=CISCO_PRIME/ME=ABCD</queryXpathExp>

</inv:getActiveOperationsRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns2:getActiveOperationsResponse

xsi:type="ns2:operationStatusInfoList"

xmlns:ns2="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInv

entory/schema/InventoryIRPData"

xmlns:ns3="http://www.3gpp.org/ftp/Specs/archive/32_series/32317/schema

/32317-800/GenericIRPData"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<operationStatusInfo>

<operationStatus>OPERATION_NOT_RUNNING</operationStatus>

</operationStatusInfo>

</ns2:getActiveOperationsResponse>

</soap:Body>

</soap:Envelope>

Operation: getActiveOperations ( Error : OPERATION_NOT_SUPPORTED)

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:inv="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInventory

/schema/InventoryIRPData">

<soapenv:Header/>

<soapenv:Body>

<inv:getActiveOperationsRequest>

<operationName>ABCD</operationName>

</inv:getActiveOperationsRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns2:getActiveOperationsResponse

xsi:type="ns2:operationStatusInfoList"

xmlns:ns2="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInv

entory/schema/InventoryIRPData"

Page 13: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

13

xmlns:ns3="http://www.3gpp.org/ftp/Specs/archive/32_series/32317/schema

/32317-800/GenericIRPData"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<operationStatusInfo>

<operationStatus>OPERATION_NOT_SUPPORTED</operationStatus>

<additionalText>Supported operations are

getAllInventory and getManagedElement</additionalText>

</operationStatusInfo>

</ns2:getActiveOperationsResponse>

</soap:Body>

</soap:Envelope>

2.2 FileTransfer IRP

2.2.1 FTIRP::listAvailableFiles

Operation: listAvailableFiles

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:ftir="http://www.3gpp.org/ftp/Specs/archive/32_series/32.347#FTIRPData"

xmlns:ftir1="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPIOCs">

<soapenv:Header/>

<soapenv:Body>

<ftir:listAvailableFiles>

<ftir1:managementDataType>IM</ftir1:managementDataType>

<beginTime>2013-05-02T12:34:00</beginTime>

<endTime>2013-06-20T08:17:00</endTime>

</ftir:listAvailableFiles>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns3:listAvailableFilesResponse

xmlns:ns2="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPIOCs"

xmlns:ns3="http://www.3gpp.org/ftp/Specs/archive/32_series/32.347#FTIRPData"

xmlns:ns4="http://www.3gpp.org/ftp/Specs/archive/32_series/32.317/schema/32317-

810/GenericIRPData"

xmlns:ns5="http://www.3gpp.org/ftp/specs/archive/32_series/32.305#notification"

xmlns:ns6="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPNotif"

xmlns:ns7="http://www.3gpp.org/ftp/specs/archive/32_series/32.626#genericNrm"

xmlns:ns8="http://www.3gpp.org/ftp/specs/archive/32_series/32.526#sonPolicyNrm"

xmlns:ns9="http://www.3gpp.org/ftp/Specs/archive/32_series/32.307/schema/32307-

810/notification/NotificationIRPNtfData">

<fileInfoList>

<ns2:fileInfo>

<ns2:managementDataType>IM</ns2:managementDataType>

<ns2:fileLocation>172.25.106.106:/tmp/IM_20130502_1234-0700_32767_ASR-

5k_10011.xml</ns2:fileLocation>

Page 14: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 14

<ns2:fileSize>1160922</ns2:fileSize>

<ns2:fileReadyTime>2013-05-02T12:34:00.000-

07:00</ns2:fileReadyTime>

<ns2:fileExpirationTime>2013-05-19T02:48:53.054-

07:00</ns2:fileExpirationTime>

<ns2:fileFormat>XML-schema</ns2:fileFormat>

</ns2:fileInfo>

<ns2:fileInfo>

<ns2:managementDataType>IM</ns2:managementDataType>

<ns2:fileLocation>172.25.106.106:/tmp/IM_20130502_0204-0700_32767_ASR-

5k_10014.xml</ns2:fileLocation>

<ns2:fileSize>1160922</ns2:fileSize>

<ns2:fileReadyTime>2013-05-02T02:04:00.000-

07:00</ns2:fileReadyTime>

<ns2:fileExpirationTime>2013-05-19T02:48:53.054-

07:00</ns2:fileExpirationTime>

<ns2:fileFormat>XML-schema</ns2:fileFormat>

</ns2:fileInfo>

<ns2:fileInfo>

<ns2:managementDataType>IM</ns2:managementDataType>

<ns2:fileLocation>172.25.106.106:/tmp/IM_20130502_0207-0700_32767_ASR-

5k_10015.xml</ns2:fileLocation>

<ns2:fileSize>1160922</ns2:fileSize>

<ns2:fileReadyTime>2013-05-02T02:07:00.000-

07:00</ns2:fileReadyTime>

<ns2:fileExpirationTime>2013-05-19T02:48:53.054-

07:00</ns2:fileExpirationTime>

<ns2:fileFormat>XML-schema</ns2:fileFormat>

</ns2:fileInfo>

<ns2:fileInfo>

<ns2:managementDataType>IM</ns2:managementDataType>

<ns2:fileLocation>172.25.106.106:/tmp/IM_20130502_1243-0700_32767_ASR-

5k_10012.xml</ns2:fileLocation>

<ns2:fileSize>1160922</ns2:fileSize>

<ns2:fileReadyTime>2013-05-02T12:43:00.000-

07:00</ns2:fileReadyTime>

<ns2:fileExpirationTime>2013-05-19T02:48:53.054-

07:00</ns2:fileExpirationTime>

<ns2:fileFormat>XML-schema</ns2:fileFormat>

</ns2:fileInfo>

</fileInfoList>

<status>OperationSucceeded</status>

</ns3:listAvailableFilesResponse>

</soap:Body>

</soap:Envelope>

2.3 Alarm IRP

2.3.1 AlarmIRP::GetAlarmList

Operation: GetAlarmList

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:alar="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData">

<soapenv:Header/>

<soapenv:Body>

Page 15: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

15

<alar:getAlarmList/>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns3:getAlarmListResponse

xmlns:ns2="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs"

xmlns:ns3="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:ns4="http://www.3gpp.org/ftp/specs/archive/32_series/32.626#genericNrm"

xmlns:ns5="http://www.3gpp.org/ftp/specs/archive/32_series/32.676#stateManage

mentIRP"

xmlns:ns6="http://www.3gpp.org/ftp/specs/archive/32_series/32.305#notificatio

n"

xmlns:ns7="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPIOCs"

xmlns:ns8="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPNotif"

xmlns:ns9="http://www.3gpp.org/ftp/specs/archive/32_series/32.526#sonPolicyNr

m"

xmlns:ns10="http://www.3gpp.org/ftp/Specs/archive/32_series/32.347#FTIRPData"

>

<alarmInformationList>

<nonSecurityAlarm>

<ns2:alarmType>Communications Alarm</ns2:alarmType>

<ns2:objectClass>{[ManagedElement(Key=10.56.22.54)]}</ns2:objectClass>

<ns2:objectInstance>{[ManagedElement(Key=10.56.22.54)]}</ns2:objectInstance>

<ns2:alarmId>{[NewAlarm(Id=40)]}</ns2:alarmId>

<ns2:alarmRaisedTime>2013-12-

17T15:54:59.883+05:30</ns2:alarmRaisedTime>

<ns2:probableCause>Device Unreachable</ns2:probableCause>

<ns2:perceivedSeverity>Major</ns2:perceivedSeverity>

<ns2:ackState>Unacknowledged</ns2:ackState>

</nonSecurityAlarm>

<nonSecurityAlarm>

<ns2:alarmType>Processing Error Alarm</ns2:alarmType>

<ns2:objectClass>{[ManagedElement(Key=Simulator)]}</ns2:objectClass>

<ns2:objectInstance>{[ManagedElement(Key=Simulator)]}</ns2:objectInstance>

<ns2:alarmId>{[NewAlarm(Id=44)]}</ns2:alarmId>

<ns2:alarmRaisedTime>2013-12-

18T13:02:26.716+05:30</ns2:alarmRaisedTime>

<ns2:probableCause>Device configuration validation

failed</ns2:probableCause>

<ns2:perceivedSeverity>Major</ns2:perceivedSeverity>

<ns2:ackState>Unacknowledged</ns2:ackState>

</nonSecurityAlarm>

<nonSecurityAlarm>

<ns2:alarmType>Communications Alarm</ns2:alarmType>

<ns2:objectClass>{[ManagedElement(Key=Sim_ASR5K)]}</ns2:objectClass>

Page 16: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 16

<ns2:objectInstance>{[ManagedElement(Key=Sim_ASR5K)]}</ns2:objectInstance>

<ns2:alarmId>{[NewAlarm(Id=10004)]}</ns2:alarmId>

<ns2:alarmRaisedTime>2013-12-

18T17:01:46.794+05:30</ns2:alarmRaisedTime>

<ns2:probableCause>Device Reachable</ns2:probableCause>

<ns2:perceivedSeverity>Cleared</ns2:perceivedSeverity>

<ns2:ackState>Unacknowledged</ns2:ackState>

</nonSecurityAlarm>

<nonSecurityAlarm>

<ns2:alarmType>Processing Error Alarm</ns2:alarmType>

<ns2:objectClass>{[ManagedElement(Key=10.56.22.54)]}</ns2:objectClass>

<ns2:objectInstance>{[ManagedElement(Key=10.56.22.54)]}</ns2:objectInstance>

<ns2:alarmId>{[NewAlarm(Id=41)]}</ns2:alarmId>

<ns2:alarmRaisedTime>2013-12-

17T15:55:29.739+05:30</ns2:alarmRaisedTime>

<ns2:probableCause>Device configuration validation

failed</ns2:probableCause>

<ns2:perceivedSeverity>Major</ns2:perceivedSeverity>

<ns2:ackState>Unacknowledged</ns2:ackState>

</nonSecurityAlarm>

<nonSecurityAlarm>

<ns2:alarmType>Processing Error Alarm</ns2:alarmType>

<ns2:objectClass>{[ManagedElement(Key=Sim_ASR5K)]}</ns2:objectClass>

<ns2:objectInstance>{[ManagedElement(Key=Sim_ASR5K)]}</ns2:objectInstance>

<ns2:alarmId>{[NewAlarm(Id=10016)]}</ns2:alarmId>

<ns2:alarmRaisedTime>2013-12-

18T17:02:42.001+05:30</ns2:alarmRaisedTime>

<ns2:probableCause>Device configuration validation

passed</ns2:probableCause>

<ns2:perceivedSeverity>Cleared</ns2:perceivedSeverity>

<ns2:ackState>Unacknowledged</ns2:ackState>

</nonSecurityAlarm>

<nonSecurityAlarm>

<ns2:objectClass>{[ManagedElement(Key=ME-

3400)]}</ns2:objectClass>

<ns2:objectInstance>{[ManagedElement(Key=ME-

3400)]}</ns2:objectInstance>

<ns2:alarmId>{[NewAlarm(Id=12)]}</ns2:alarmId>

<ns2:alarmRaisedTime>2013-12-

11T16:12:38.492+05:30</ns2:alarmRaisedTime>

<ns2:probableCause>Log Archive is disabled on the

device</ns2:probableCause>

<ns2:perceivedSeverity>Major</ns2:perceivedSeverity>

<ns2:ackState>Unacknowledged</ns2:ackState>

</nonSecurityAlarm>

<nonSecurityAlarm>

<ns2:alarmType>Communications Alarm</ns2:alarmType>

<ns2:objectClass>{[ManagedElement(Key=ME-

3600)][PhysicalRoot][Chassis][Slot(SlotNum=0)][Module][Port(PortNumber=Gigabi

tEthernet0/20)][PhysicalLayer]}</ns2:objectClass>

Page 17: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

17

<ns2:objectInstance>{[ManagedElement(Key=ME-

3600)][PhysicalRoot][Chassis][Slot(SlotNum=0)][Module][Port(PortNumber=Gigabi

tEthernet0/20)][PhysicalLayer]}</ns2:objectInstance>

<ns2:alarmId>{[NewAlarm(Id=11)]}</ns2:alarmId>

<ns2:alarmRaisedTime>2013-12-

11T16:03:24.706+05:30</ns2:alarmRaisedTime>

<ns2:probableCause>REP Port Role Failed</ns2:probableCause>

<ns2:perceivedSeverity>Major</ns2:perceivedSeverity>

<ns2:ackState>Unacknowledged</ns2:ackState>

</nonSecurityAlarm>

<nonSecurityAlarm>

<ns2:alarmType>Communications Alarm</ns2:alarmType>

<ns2:objectClass>{[ManagedElement(Key=ME-

3600)][PhysicalRoot][Chassis][Slot(SlotNum=0)][Module][Port(PortNumber=Gigabi

tEthernet0/20)][PhysicalLayer]}</ns2:objectClass>

<ns2:objectInstance>{[ManagedElement(Key=ME-

3600)][PhysicalRoot][Chassis][Slot(SlotNum=0)][Module][Port(PortNumber=Gigabi

tEthernet0/20)][PhysicalLayer]}</ns2:objectInstance>

<ns2:alarmId>{[NewAlarm(Id=10026)]}</ns2:alarmId>

<ns2:alarmRaisedTime>2013-12-

18T17:52:24.193+05:30</ns2:alarmRaisedTime>

<ns2:probableCause>REP Port Role Failed</ns2:probableCause>

<ns2:perceivedSeverity>Major</ns2:perceivedSeverity>

<ns2:ackState>Unacknowledged</ns2:ackState>

</nonSecurityAlarm>

<nonSecurityAlarm>

<ns2:alarmType>Communications Alarm</ns2:alarmType>

<ns2:objectClass>{[ManagedElement(Key=Simulator)]}</ns2:objectClass>

<ns2:objectInstance>{[ManagedElement(Key=Simulator)]}</ns2:objectInstance>

<ns2:alarmId>{[NewAlarm(Id=10008)]}</ns2:alarmId>

<ns2:alarmRaisedTime>2013-12-

18T17:02:03.413+05:30</ns2:alarmRaisedTime>

<ns2:probableCause>Device Reachable</ns2:probableCause>

<ns2:perceivedSeverity>Cleared</ns2:perceivedSeverity>

<ns2:ackState>Unacknowledged</ns2:ackState>

</nonSecurityAlarm>

<nonSecurityAlarm>

<ns2:alarmType>Communications Alarm</ns2:alarmType>

<ns2:objectClass>{[ManagedElement(Key=20.1.1.3)]}</ns2:objectClass>

<ns2:objectInstance>{[ManagedElement(Key=20.1.1.3)]}</ns2:objectInstance>

<ns2:alarmId>{[NewAlarm(Id=10034)]}</ns2:alarmId>

<ns2:alarmRaisedTime>2013-12-

19T11:00:07.963+05:30</ns2:alarmRaisedTime>

<ns2:probableCause>Device Partially

Reachable</ns2:probableCause>

<ns2:perceivedSeverity>Warning</ns2:perceivedSeverity>

<ns2:ackState>Unacknowledged</ns2:ackState>

</nonSecurityAlarm>

</alarmInformationList>

<status>OperationSucceeded</status>

</ns3:getAlarmListResponse>

</soap:Body>

Page 18: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 18

</soap:Envelope>

2.3.2 AlarmIRP::acknowledgeAlrarms

Operation: acknowledgeAlarms(Success scenario)

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:alar="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:alar1="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs">

<soapenv:Header/>

<soapenv:Body>

<alar:acknowledgeAlarms>

<alarmInformationAndSeverityReferenceList>

<!--1 or more repetitions:-->

<listElement>

<alar1:alarmId>10</alar1:alarmId>

</listElement>

</alarmInformationAndSeverityReferenceList>

<alar1:ackUserId>AckUser</alar1:ackUserId>

</alar:acknowledgeAlarms>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns3:acknowledgeAlarmsResponse

xmlns:ns2="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs"

xmlns:ns3="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:ns4="http://www.3gpp.org/ftp/specs/archive/32_series/32.626#genericNrm"

xmlns:ns5="http://www.3gpp.org/ftp/specs/archive/32_series/32.676#stateManagementIRP"

xmlns:ns6="http://www.3gpp.org/ftp/specs/archive/32_series/32.305#notification"

xmlns:ns7="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPIOCs"

xmlns:ns8="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPNotif"

xmlns:ns9="http://www.3gpp.org/ftp/specs/archive/32_series/32.526#sonPolicyNrm"

xmlns:ns10="http://www.3gpp.org/ftp/Specs/archive/32_series/32.347#FTIRPData">

<status>OperationSucceeded</status>

</ns3:acknowledgeAlarmsResponse>

</soap:Body>

</soap:Envelope>

Operation: acknowledgeAlarms(Partial Success Scenario)

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:alar="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:alar1="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs">

<soapenv:Header/>

<soapenv:Body>

<alar:acknowledgeAlarms>

<alarmInformationAndSeverityReferenceList>

<!--1 or more repetitions:-->

<listElement>

Page 19: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

19

<alar1:alarmId>10</alar1:alarmId>

</listElement>

<listElement>

<alar1:alarmId>11</alar1:alarmId>

</listElement>

</alarmInformationAndSeverityReferenceList>

<alar1:ackUserId>AckUser</alar1:ackUserId>

</alar:acknowledgeAlarms>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns3:acknowledgeAlarmsResponse

xmlns:ns2="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs"

xmlns:ns3="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:ns4="http://www.3gpp.org/ftp/specs/archive/32_series/32.626#genericNrm"

xmlns:ns5="http://www.3gpp.org/ftp/specs/archive/32_series/32.676#stateManagementIRP"

xmlns:ns6="http://www.3gpp.org/ftp/specs/archive/32_series/32.305#notification"

xmlns:ns7="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPIOCs"

xmlns:ns8="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPNotif"

xmlns:ns9="http://www.3gpp.org/ftp/specs/archive/32_series/32.526#sonPolicyNrm"

xmlns:ns10="http://www.3gpp.org/ftp/Specs/archive/32_series/32.347#FTIRPData">

<badAlarmInformationReferenceList>

<listElement>

<ns2:alarmId>11</ns2:alarmId>

<failureReason>AcknowledgmentFailed</failureReason>

<additionalFailureReason>Execution failed. Ticket is in use or does not

exist.</additionalFailureReason>

</listElement>

</badAlarmInformationReferenceList>

<status>OperationPartiallySucceeded</status>

</ns3:acknowledgeAlarmsResponse>

</soap:Body>

</soap:Envelope>

Operation: acknowledgeAlarms(Error Scenario)

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:alar="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:alar1="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs">

<soapenv:Header/>

<soapenv:Body>

<alar:acknowledgeAlarms>

<alarmInformationAndSeverityReferenceList>

<!--1 or more repetitions:-->

<listElement>

<alar1:alarmId>11</alar1:alarmId>

</listElement>

</alarmInformationAndSeverityReferenceList>

<alar1:ackUserId>AckUser</alar1:ackUserId>

</alar:acknowledgeAlarms>

</soapenv:Body>

</soapenv:Envelope>

Page 20: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 20

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns3:acknowledgeAlarmsResponse

xmlns:ns2="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs"

xmlns:ns3="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:ns4="http://www.3gpp.org/ftp/specs/archive/32_series/32.626#genericNrm"

xmlns:ns5="http://www.3gpp.org/ftp/specs/archive/32_series/32.676#stateManagementIRP"

xmlns:ns6="http://www.3gpp.org/ftp/specs/archive/32_series/32.305#notification"

xmlns:ns7="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPIOCs"

xmlns:ns8="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPNotif"

xmlns:ns9="http://www.3gpp.org/ftp/specs/archive/32_series/32.526#sonPolicyNrm"

xmlns:ns10="http://www.3gpp.org/ftp/Specs/archive/32_series/32.347#FTIRPData">

<badAlarmInformationReferenceList>

<listElement>

<ns2:alarmId>11</ns2:alarmId>

<failureReason>AcknowledgmentFailed</failureReason>

<additionalFailureReason>Execution failed. Ticket is in use or does not

exist.</additionalFailureReason>

</listElement>

</badAlarmInformationReferenceList>

<status>OperationFailed</status>

</ns3:acknowledgeAlarmsResponse>

</soap:Body>

</soap:Envelope>

2.3.3 AlarmIRP::unacknowledgeAlrarms

Operation: unacknowledgeAlarms(Success Scenario)

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:alar="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:alar1="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs">

<soapenv:Header/>

<soapenv:Body>

<alar:unacknowledgeAlarms>

<alarmInformationReferenceList>

<!--1 or more repetitions:-->

<alar1:alarmId>10</alar1:alarmId>

</alarmInformationReferenceList>

<alar1:ackUserId>AckUser1</alar1:ackUserId>

</alar:unacknowledgeAlarms>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns3:unacknowledgeAlarmsResponse

xmlns:ns2="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs"

xmlns:ns3="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:ns4="http://www.3gpp.org/ftp/specs/archive/32_series/32.626#genericNrm"

Page 21: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

21

xmlns:ns5="http://www.3gpp.org/ftp/specs/archive/32_series/32.676#stateManagementIRP"

xmlns:ns6="http://www.3gpp.org/ftp/specs/archive/32_series/32.305#notification"

xmlns:ns7="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPIOCs"

xmlns:ns8="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPNotif"

xmlns:ns9="http://www.3gpp.org/ftp/specs/archive/32_series/32.526#sonPolicyNrm"

xmlns:ns10="http://www.3gpp.org/ftp/Specs/archive/32_series/32.347#FTIRPData">

<status>OperationSucceeded</status>

</ns3:unacknowledgeAlarmsResponse>

</soap:Body>

</soap:Envelope>

Operation: unacknowledgeAlarms(Partial Success Scenario)

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:alar="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:alar1="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs">

<soapenv:Header/>

<soapenv:Body>

<alar:unacknowledgeAlarms>

<alarmInformationReferenceList>

<alar1:alarmId>10</alar1:alarmId>

<alar1:alarmId>9</alar1:alarmId>

</alarmInformationReferenceList>

<alar1:ackUserId>unAckUserId</alar1:ackUserId>

</alar:unacknowledgeAlarms>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns3:unacknowledgeAlarmsResponse

xmlns:ns2="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs"

xmlns:ns3="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:ns4="http://www.3gpp.org/ftp/specs/archive/32_series/32.626#genericNrm"

xmlns:ns5="http://www.3gpp.org/ftp/specs/archive/32_series/32.676#stateManagementIRP"

xmlns:ns6="http://www.3gpp.org/ftp/specs/archive/32_series/32.305#notification"

xmlns:ns7="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPIOCs"

xmlns:ns8="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPNotif"

xmlns:ns9="http://www.3gpp.org/ftp/specs/archive/32_series/32.526#sonPolicyNrm"

xmlns:ns10="http://www.3gpp.org/ftp/Specs/archive/32_series/32.347#FTIRPData">

<badAlarmInformationReferenceList>

<listElement>

<ns2:alarmId>9</ns2:alarmId>

<failureReason>Execution failed. Ticket is in use or does not

exist.</failureReason>

</listElement>

</badAlarmInformationReferenceList>

<status>OperationPartiallySucceeded</status>

</ns3:unacknowledgeAlarmsResponse>

</soap:Body>

</soap:Envelope>

Operation: unacknowledgeAlarms(Error Scenario)

Page 22: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 22

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:alar="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:alar1="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs">

<soapenv:Header/>

<soapenv:Body>

<alar:unacknowledgeAlarms>

<alarmInformationReferenceList>

<alar1:alarmId>9</alar1:alarmId>

</alarmInformationReferenceList>

<alar1:ackUserId>unAckUserId</alar1:ackUserId>

</alar:unacknowledgeAlarms>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns3:unacknowledgeAlarmsResponse

xmlns:ns2="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs"

xmlns:ns3="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:ns4="http://www.3gpp.org/ftp/specs/archive/32_series/32.626#genericNrm"

xmlns:ns5="http://www.3gpp.org/ftp/specs/archive/32_series/32.676#stateManagementIRP"

xmlns:ns6="http://www.3gpp.org/ftp/specs/archive/32_series/32.305#notification"

xmlns:ns7="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPIOCs"

xmlns:ns8="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPNotif"

xmlns:ns9="http://www.3gpp.org/ftp/specs/archive/32_series/32.526#sonPolicyNrm"

xmlns:ns10="http://www.3gpp.org/ftp/Specs/archive/32_series/32.347#FTIRPData">

<badAlarmInformationReferenceList>

<listElement>

<ns2:alarmId>9</ns2:alarmId>

<failureReason>Execution failed. Ticket is in use or does not

exist.</failureReason>

</listElement>

</badAlarmInformationReferenceList>

<status>OperationFailed</status>

</ns3:unacknowledgeAlarmsResponse>

</soap:Body>

</soap:Envelope>

2.3.4 AlarmIRP::setComment

Operation: setComment

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:alar="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:alar1="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs">

<soapenv:Header/>

<soapenv:Body>

<alar:setComment>

<alarmInformationReferenceList>

<!--1 or more repetitions:-->

<alar1:alarmId>10</alar1:alarmId>

Page 23: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

23

</alarmInformationReferenceList>

<alar1:commentUserId>?</alar1:commentUserId>

<!--Optional:-->

<alar1:commentSystemId>CommentUserId</alar1:commentSystemId>

<alar1:commentText>Comment Text</alar1:commentText>

</alar:setComment>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns3:setCommentResponse

xmlns:ns2="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs"

xmlns:ns3="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:ns4="http://www.3gpp.org/ftp/specs/archive/32_series/32.626#genericNrm"

xmlns:ns5="http://www.3gpp.org/ftp/specs/archive/32_series/32.676#stateManagementIRP"

xmlns:ns6="http://www.3gpp.org/ftp/specs/archive/32_series/32.305#notification"

xmlns:ns7="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPIOCs"

xmlns:ns8="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPNotif"

xmlns:ns9="http://www.3gpp.org/ftp/specs/archive/32_series/32.526#sonPolicyNrm"

xmlns:ns10="http://www.3gpp.org/ftp/Specs/archive/32_series/32.347#FTIRPData">

<status>OperationSucceeded</status>

</ns3:setCommentResponse>

</soap:Body>

</soap:Envelope>

Operation: SetComment(Partial Success Scenario)

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:alar="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:alar1="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs">

<soapenv:Header/>

<soapenv:Body>

<alar:setComment>

<alarmInformationReferenceList>

<!--1 or more repetitions:-->

<alar1:alarmId>8</alar1:alarmId>

<alar1:alarmId>14</alar1:alarmId>

</alarmInformationReferenceList>

<alar1:commentUserId>commentUserId</alar1:commentUserId>

<alar1:commentText>Comment</alar1:commentText>

</alar:setComment>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

Page 24: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 24

<ns3:setCommentResponse

xmlns:ns2="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs"

xmlns:ns3="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:ns4="http://www.3gpp.org/ftp/specs/archive/32_series/32.626#genericNrm"

xmlns:ns5="http://www.3gpp.org/ftp/specs/archive/32_series/32.676#stateManagementIRP"

xmlns:ns6="http://www.3gpp.org/ftp/specs/archive/32_series/32.305#notification"

xmlns:ns7="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPIOCs"

xmlns:ns8="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPNotif"

xmlns:ns9="http://www.3gpp.org/ftp/specs/archive/32_series/32.526#sonPolicyNrm"

xmlns:ns10="http://www.3gpp.org/ftp/Specs/archive/32_series/32.347#FTIRPData">

<badAlarmInformationReferenceList>

<listElement>

<ns2:alarmId>14</ns2:alarmId>

<failureReason>Execution failed. Ticket is in use or does not

exist.</failureReason>

</listElement>

</badAlarmInformationReferenceList>

<status>OperationPartiallySucceeded</status>

</ns3:setCommentResponse>

</soap:Body>

</soap:Envelope>

Operation: SetComment(Error Scenario)

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:alar="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:alar1="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs">

<soapenv:Header/>

<soapenv:Body>

<alar:setComment>

<alarmInformationReferenceList>

<!--1 or more repetitions:-->

<alar1:alarmId>14</alar1:alarmId>

</alarmInformationReferenceList>

<alar1:commentUserId>commentUserId</alar1:commentUserId>

<alar1:commentText>Comment</alar1:commentText>

</alar:setComment>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns3:setCommentResponse

xmlns:ns2="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs"

xmlns:ns3="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:ns4="http://www.3gpp.org/ftp/specs/archive/32_series/32.626#genericNrm"

xmlns:ns5="http://www.3gpp.org/ftp/specs/archive/32_series/32.676#stateManagementIRP"

xmlns:ns6="http://www.3gpp.org/ftp/specs/archive/32_series/32.305#notification"

xmlns:ns7="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPIOCs"

xmlns:ns8="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPNotif"

xmlns:ns9="http://www.3gpp.org/ftp/specs/archive/32_series/32.526#sonPolicyNrm"

xmlns:ns10="http://www.3gpp.org/ftp/Specs/archive/32_series/32.347#FTIRPData">

<badAlarmInformationReferenceList>

Page 25: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

25

<listElement>

<ns2:alarmId>14</ns2:alarmId>

<failureReason>Execution failed. Ticket is in use or does not

exist.</failureReason>

</listElement>

</badAlarmInformationReferenceList>

<status>OperationFailed</status>

</ns3:setCommentResponse>

</soap:Body>

</soap:Envelope>

2.3.5 AlarmIRP::clearAlarms

Operation: clearAlarms

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:alar="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:alar1="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs">

<soapenv:Header/>

<soapenv:Body>

<alar:clearAlarms>

<alarmInformationReferenceList>

<!--1 or more repetitions:-->

<alar1:alarmId>10</alar1:alarmId>

</alarmInformationReferenceList>

<alar1:clearUserId>ClearUserId</alar1:clearUserId>

</alar:clearAlarms>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns3:clearAlarmsResponse

xmlns:ns2="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs"

xmlns:ns3="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:ns4="http://www.3gpp.org/ftp/specs/archive/32_series/32.626#genericNrm"

xmlns:ns5="http://www.3gpp.org/ftp/specs/archive/32_series/32.676#stateManagementIRP"

xmlns:ns6="http://www.3gpp.org/ftp/specs/archive/32_series/32.305#notification"

xmlns:ns7="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPIOCs"

xmlns:ns8="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPNotif"

xmlns:ns9="http://www.3gpp.org/ftp/specs/archive/32_series/32.526#sonPolicyNrm"

xmlns:ns10="http://www.3gpp.org/ftp/Specs/archive/32_series/32.347#FTIRPData">

<status>OperationSucceeded</status>

</ns3:clearAlarmsResponse>

</soap:Body>

</soap:Envelope>

Operation: clearAlarms(Partial Success Scenario)

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:alar="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

Page 26: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 26

6/schema/AlarmIRPData"

xmlns:alar1="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs">

<soapenv:Header/>

<soapenv:Body>

<alar:clearAlarms>

<alarmInformationReferenceList>

<alar1:alarmId>8</alar1:alarmId>

<alar1:alarmId>14</alar1:alarmId>

</alarmInformationReferenceList>

<alar1:clearUserId>clearUserId</alar1:clearUserId>

</alar:clearAlarms>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns3:clearAlarmsResponse

xmlns:ns2="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs"

xmlns:ns3="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:ns4="http://www.3gpp.org/ftp/specs/archive/32_series/32.626#genericNrm"

xmlns:ns5="http://www.3gpp.org/ftp/specs/archive/32_series/32.676#stateManagementIRP"

xmlns:ns6="http://www.3gpp.org/ftp/specs/archive/32_series/32.305#notification"

xmlns:ns7="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPIOCs"

xmlns:ns8="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPNotif"

xmlns:ns9="http://www.3gpp.org/ftp/specs/archive/32_series/32.526#sonPolicyNrm"

xmlns:ns10="http://www.3gpp.org/ftp/Specs/archive/32_series/32.347#FTIRPData">

<badAlarmInformationReferenceList>

<listElement>

<ns2:alarmId>14</ns2:alarmId>

<failureReason>Execution failed. Ticket is in use or does not

exist.</failureReason>

</listElement>

</badAlarmInformationReferenceList>

<status>OperationPartiallySucceeded</status>

</ns3:clearAlarmsResponse>

</soap:Body>

</soap:Envelope>

Operation: clearAlarms(Failure Scenario)

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:alar="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:alar1="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs">

<soapenv:Header/>

<soapenv:Body>

<alar:clearAlarms>

<alarmInformationReferenceList>

<alar1:alarmId>14</alar1:alarmId>

</alarmInformationReferenceList>

<alar1:clearUserId>clearUserId</alar1:clearUserId>

</alar:clearAlarms>

</soapenv:Body>

</soapenv:Envelope>

Page 27: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

27

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns3:clearAlarmsResponse

xmlns:ns2="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/alarmIRPIOCs"

xmlns:ns3="http://www.3gpp.org/ftp/specs/archive/32_series/32.111-

6/schema/AlarmIRPData"

xmlns:ns4="http://www.3gpp.org/ftp/specs/archive/32_series/32.626#genericNrm"

xmlns:ns5="http://www.3gpp.org/ftp/specs/archive/32_series/32.676#stateManagementIRP"

xmlns:ns6="http://www.3gpp.org/ftp/specs/archive/32_series/32.305#notification"

xmlns:ns7="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPIOCs"

xmlns:ns8="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPNotif"

xmlns:ns9="http://www.3gpp.org/ftp/specs/archive/32_series/32.526#sonPolicyNrm"

xmlns:ns10="http://www.3gpp.org/ftp/Specs/archive/32_series/32.347#FTIRPData">

<badAlarmInformationReferenceList>

<listElement>

<ns2:alarmId>14</ns2:alarmId>

<failureReason>Execution failed. Ticket is in use or does not

exist.</failureReason>

</listElement>

</badAlarmInformationReferenceList>

<status>OperationFailed</status>

</ns3:clearAlarmsResponse>

</soap:Body>

</soap:Envelope>

2.4 Notification IRP

2.4.1 NotificationIRP::subscribe

Operation: subscribe

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:not="http://www.3gpp.org/ftp/Specs/archive/32_series/32.307/schema/32307-810/NotificationIRPData"> <soapenv:Header/> <soapenv:Body> <not:subscribe> <managerReference>http://localhost:9229/NotificationConsumer </managerReference> <!--> <timeTick>1111</timeTick> <!--> <notificationCategories> <!--> <versionNumber>32347-900</versionNumber> </notificationCategories> <!--> <filter>?</filter> <ntfTransServiceNS>http://xyz/xyz </ntfTransServiceNS> </not:subscribe> </soapenv:Body> </soapenv:Envelope>

Page 28: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 28

SOAP Response:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns2:subscribeResponse

xmlns:ns2="http://www.3gpp.org/ftp/Specs/archive/32_series/32.307/schema/32307-

810/NotificationIRPData"

xmlns:ns3="http://www.3gpp.org/ftp/Specs/archive/32_series/32.317/schema/32317-

810/GenericIRPData">

<subscriptionResponse>

<subscriptionId>http://localhost:9229/NotificationConsumer

</subscriptionId>

</subscriptionResponse>

</ns2:subscribeResponse>

</soap:Body>

</soap:Envelope>

2.4.2 NotificationIRP::unsubscribe

Operation: unsubscribe

SOAP Request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:not="http://www.3gpp.org/ftp/Specs/archive/32_series/32.307/schema/32307-

810/NotificationIRPData">

<soapenv:Header/>

<soapenv:Body>

<not:unsubscribe>

<managerReference>http://10.105.39.39:9229/NotificationConsumer

</managerReference>

<!-->

<subscriptionId>http://10.105.39.39:9229/NotificationConsumer

</subscriptionId>

</not:unsubscribe>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns2:unsubscribeResponse

xmlns:ns2="http://www.3gpp.org/ftp/Specs/archive/32_series/32.307/schema/32307-

810/NotificationIRPData"

xmlns:ns3="http://www.3gpp.org/ftp/Specs/archive/32_series/32.317/schema/32317-

810/GenericIRPData">

<unsubcsribeData>

<subscriptionId>http://localhost:9229/NotificationConsumer

</subscriptionId>

</unsubcsribeData>

</ns2:unsubscribeResponse>

</soap:Body>

</soap:Envelope>

Page 29: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

29

Page 30: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 30

2.5 3GPP Notification samples received through SOAP Client

This section gives the output of 3GPP notifications as it appears on a SOAP client.

2.5.1 3GPP File Ready Notification

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns2:notify

xmlns:ns2="http://www.3gpp.org/ftp/Specs/archive/32_series/32.307/schema/32307-

810/notification/NotificationIRPNtfData"

xmlns:ns3="http://www.3gpp.org/ftp/Specs/archive/32_series/32.317/schema/32317-

810/GenericIRPData"

xmlns:ns4="http://www.3gpp.org/ftp/specs/archive/32_series/32.305#notification"

xmlns:ns5="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPIOCs"

xmlns:ns6="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPNotif"

xmlns:ns7="http://www.3gpp.org/ftp/specs/archive/32_series/32.526#sonPolicyNrm"

xmlns:ns8="http://www.3gpp.org/ftp/Specs/archive/32_series/32.347#FTIRPData"

xmlns:ns9="http://www.3gpp.org/ftp/specs/archive/32_series/32.626#genericNrm">

<notificationHeaderAndBody>

<ns4:Notification xmlns:xsi="http://www.w3.org/2001/XMLSchema-

instance" xsi:type="ns6:NotifyFileReady">

<ns4:header>

<ns4:objectInstance>FTIRP=1</ns4:objectInstance>

<ns4:eventTime>2013-04-16T12:55:13.171+05:30</ns4:eventTime>

<ns4:systemDN>FTIRP=1</ns4:systemDN>

<ns4:notificationType>FILE-READY</ns4:notificationType>

</ns4:header>

<ns6:body>

<ns6:FileInfoList>

<ns5:fileInfo>

<ns5:managementDataType>IM</ns5:managementDataType>

<ns5:fileLocation>10.106.2.220:/tmp/IM_20130416_1255+0

530_32767_ASR-5000_10005.xml</ns5:fileLocation>

<ns5:fileSize>1117964</ns5:fileSize>

<ns5:fileReadyTime>2013-04-

16T12:55:00.000+05:30</ns5:fileReadyTime>

<ns5:fileExpirationTime>2013-05-

03T13:35:42.086+05:30</ns5:fileExpirationTime>

<ns5:fileCompression/>

<ns5:fileFormat>XML-schema</ns5:fileFormat>

</ns5:fileInfo>

</ns6:FileInfoList>

<ns6:AdditionalText>10005</ns6:AdditionalText>

</ns6:body>

</ns4:Notification>

</notificationHeaderAndBody>

</ns2:notify>

</soap:Body>

</soap:Envelope>

2.5.2 3GPP File Creation Error Notification

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns2:notify

Page 31: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

3GPP SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

31

xmlns:ns2="http://www.3gpp.org/ftp/Specs/archive/32_series/32.307/schema/32307-

810/notification/NotificationIRPNtfData"

xmlns:ns3="http://www.3gpp.org/ftp/Specs/archive/32_series/32.317/schema/32317-

810/GenericIRPData"

xmlns:ns4="http://www.3gpp.org/ftp/specs/archive/32_series/32.305#notification"

xmlns:ns5="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPIOCs"

xmlns:ns6="http://www.3gpp.org/ftp/specs/archive/32_series/32.345#fTIRPNotif"

xmlns:ns7="http://www.3gpp.org/ftp/specs/archive/32_series/32.526#sonPolicyNrm"

xmlns:ns8="http://www.3gpp.org/ftp/Specs/archive/32_series/32.347#FTIRPData"

xmlns:ns9="http://www.3gpp.org/ftp/specs/archive/32_series/32.626#genericNrm">

<notificationHeaderAndBody>

<ns4:Notification xmlns:xsi="http://www.w3.org/2001/XMLSchema-

instance" xsi:type="ns6:NotifyFilePreparationError">

<ns4:header>

<ns4:objectInstance>FTIRP=1</ns4:objectInstance>

<ns4:eventTime>2013-04-16T16:39:04.464+05:30</ns4:eventTime>

<ns4:systemDN>FTIRP=1</ns4:systemDN>

<ns4:notificationType>FILE-

PREPARATION_ERROR</ns4:notificationType>

</ns4:header>

<ns6:body>

<ns6:FileInfoList/>

<ns6:Reason>errorInPreparation</ns6:Reason>

<ns6:AdditionalText>10012:Encountered Error while preparing

Inventory Files for Some managed Devices</ns6:AdditionalText>

</ns6:body>

</ns4:Notification>

</notificationHeaderAndBody>

</ns2:notify>

</soap:Body>

</soap:Envelope>

Page 32: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 32

3 MTOSI SOAP Request Response

This section includes:

MTOSI Web Service Sample Request and Response

MTOSI Notifications

Delta Inventory Request Response

3.1 MTOSI Web Service Sample Request and Response

3.1.1 ManagedElementRetrieval::getME

SOAP Request <?xml version="1.0" encoding="UTF-8" ?>

-<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/mer/v1"

xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">

-<soapenv:Header>

<v1:header />

</soapenv:Header>

-<soapenv:Body>

-<v11:getManagedElementRequest>

- <!--

Optional: -->

-<v11:meRef>

- <!--

1 or more repetitions: -->

-<v12:rdn>

<v12:type>MD</v12:type>

<v12:value>CISCO_PRIME</v12:value>

</v12:rdn>

-<v12:rdn>

<v12:type>ME</v12:type>

<v12:value>15454-ansi-65-101</v12:value>

</v12:rdn>

</v11:meRef>

</v11:getManagedElementRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response

<?xml version="1.0" encoding="UTF-8" ?>

-<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

-<soap:Header>

-<header xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/crmd/v1"

xmlns:ns13="http://www.tmforum.org/mtop/fmw/xsd/cosd/v1"

xmlns:ns12="http://www.tmforum.org/mtop/rp/xsd/crp/v1"

xmlns:ns11="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrf/xsd/tcp/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns6="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

Page 33: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

33

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/mer/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>getManagedElement</activityName>

<msgName>getManagedElementResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified in NormalizeSoapMsg.processResponse</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

<timestamp>2012-07-10T06:18:03.124+02:00</timestamp>

</header>

</soap:Header>

-<soap:Body>

-<ns4:getManagedElementResponse xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/mer/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns6="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"xmlns:ns9="http://www.t

mforum.org/mtop/nrf/xsd/tcp/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns11="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns12="http://www.tmforum.org/mtop/rp/xsd/crp/v1"

xmlns:ns13="http://www.tmforum.org/mtop/fmw/xsd/cosd/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/crmd/v1">

-<ns4:me>

-<ns5:name>

-<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1341893883161;DMLIST:opt://opt:13</ns3:value>

</ns3:rdn>

-<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

-<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>15454-ansi-65-101</ns3:value>

</ns3:rdn>

</ns5:name>

<ns5:discoveredName>15454-ansi-65-101</ns5:discoveredName>

-<ns5:vendorExtensions>

<ns15:Cisco_ManagementIPAddress

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

>10.58.65.101</ns15:Cisco_ManagementIPAddress>

<ns15:Cisco_ME_Operation_Mode

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

>UNKNOWN</ns15:Cisco_ME_Operation_Mode>

<ns15:Cisco_ME_Hardware_Type

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

>Optical</ns15:Cisco_ME_Hardware_Type>

<ns15:Cisco_ME_Description

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

>Optical</ns15:Cisco_ME_Description>

<ns15:Cisco_ME_Serial_Number

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

>UNKNOWN</ns15:Cisco_ME_Serial_Number>

</ns5:vendorExtensions>

Page 34: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 34

<ns6:resourceState>WORKING</ns6:resourceState>

<ns7:location />

<ns7:manufacturer>Cisco Systems</ns7:manufacturer>

<ns7:productName>Cisco ONS 15454</ns7:productName>

<ns7:softwareVersion>09.20-010E-05.18</ns7:softwareVersion>

<ns7:isInSyncState>true</ns7:isInSyncState>

<ns7:communicationState>CS_AVAILABLE</ns7:communicationState>

</ns4:me>

</ns4:getManagedElementResponse>

</soap:Body>

</soap:Envelope>

3.1.2 ManagedElementRetrieval:: getNetworkFunctionNamesByType

SOAP Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/mer/v1"

xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">

<soapenv:Header>

<v1:header>

</v1:header>

</soapenv:Header>

<soapenv:Body>

<v11:getNetworkFunctionNamesByTypeRequest>

<!--Optional:-->

<v11:meRef>

<!--1 or more repetitions:-->

<v12:rdn>

<v12:type>MD</v12:type>

<v12:value>CISCO_PRIME</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>ME</v12:type>

<v12:value>ASR5500</v12:value>

</v12:rdn>

</v11:meRef>

<!--Optional:-->

<v11:netFuncType>Cisco_Mobility</v11:netFuncType>

</v11:getNetworkFunctionNamesByTypeRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns28="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns27="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns25="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns24="http://www.cisco.com/mtop/nrf/xsd/Cisco_ComputeServer/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns21="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

Page 35: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

35

xmlns:ns19="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns18="http://www.cisco.com/mtop/nrf/xsd/networkFunc/v1"

xmlns:ns17="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns16="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns15="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns9="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns6="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/mer/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>getNetworkFunctionNamesByType</activityName>

<msgName>getNetworkFunctionNamesByTypeResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified in NormalizeSoapMsg.processResponse</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

<timestamp>2014-11-10T16:14:01.448+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns4:getNetworkFunctionNamesByTypeResponse

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/mer/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns6="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns9="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns12="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns15="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns16="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns17="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns18="http://www.cisco.com/mtop/nrf/xsd/networkFunc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns21="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns24="http://www.cisco.com/mtop/nrf/xsd/Cisco_ComputeServer/v1"

xmlns:ns25="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns27="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1">

<ns4:netFuncType>Cisco_Mobility</ns4:netFuncType>

<ns4:netFuncNameList>

<ns3:name>

<ns3:rdn>

Page 36: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 36

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>ASR5500</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_NetworkFunction</ns3:type>

<ns3:value>'name':'Tier4_S-

GW','context':'Tier4_test_bulkstat','serviceType':'SGWService'</ns3:value>

</ns3:rdn>

</ns3:name>

<ns3:name>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>ASR5500</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_NetworkFunction</ns3:type>

<ns3:value>'name':'PGW6','context':'PGW','serviceType':'PGWService'</ns3:value>

</ns3:rdn>

</ns3:name>

<ns3:name>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>ASR5500</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_NetworkFunction</ns3:type>

<ns3:value>'name':'ggsnpost','context':'haim','serviceType':'GGSNService'</ns3:value>

</ns3:rdn>

</ns3:name>

<ns3:name>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>ASR5500</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_NetworkFunction</ns3:type>

<ns3:value>'name':'sgsn1','context':'haim','serviceType':'SGSNService'</ns3:value>

</ns3:rdn>

</ns3:name>

<ns3:name>

<ns3:rdn>

Page 37: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

37

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>ASR5500</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_NetworkFunction</ns3:type>

<ns3:value>'name':'mme-

reg2','context':'LTE','serviceType':'MMEService'</ns3:value>

</ns3:rdn>

</ns3:name>

<ns3:name>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>ASR5500</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_NetworkFunction</ns3:type>

<ns3:value>'name':'krishna','context':'krish','serviceType':'HNBService'</ns3:value>

</ns3:rdn>

</ns3:name>

</ns4:netFuncNameList>

</ns4:getNetworkFunctionNamesByTypeResponse>

</soap:Body>

</soap:Envelope>

3.1.3 ManagedElementRetrieval:: getNetworkFunction

SOAP Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/mer/v1"

xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">

<soapenv:Header>

<v1:header>

</v1:header>

</soapenv:Header>

<soapenv:Body>

<v11:getNetworkFunctionRequest>

<!--Optional:-->

<v11:networkFunctionRef>

<!--1 or more repetitions:-->

<v12:rdn>

<v12:type>MD</v12:type>

<v12:value>CISCO_PRIME</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>ME</v12:type>

<v12:value>ASR5500</v12:value>

</v12:rdn>

<v12:rdn>

Page 38: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 38

<v12:type>Cisco_NetworkFunction</v12:type>

<v12:value>'name':'PGW8','context':'PGW','serviceType':'PGWService'</v12:value>

</v12:rdn>

</v11:networkFunctionRef>

</v11:getNetworkFunctionRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns28="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns27="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns25="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns24="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns23="http://www.cisco.com/mtop/nrf/xsd/Cisco_ComputeServer/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns18="http://www.cisco.com/mtop/nrf/xsd/networkFunc/v1"

xmlns:ns17="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns16="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns15="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns12="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns9="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns6="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/mer/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>getNetworkFunction</activityName>

<msgName>getNetworkFunctionResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified in NormalizeSoapMsg.processResponse</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

<timestamp>2014-10-13T15:34:16.564+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns4:getNetworkFunctionResponse

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/mer/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns6="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns9="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

Page 39: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

39

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns12="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns15="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns16="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns17="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns18="http://www.cisco.com/mtop/nrf/xsd/networkFunc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns23="http://www.cisco.com/mtop/nrf/xsd/Cisco_ComputeServer/v1"

xmlns:ns24="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns25="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns27="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1">

<ns4:networkFunction>

<ns5:name>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>ASR5500</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_NetworkFunction</ns3:type>

<ns3:value>'name':'PGW8','context':'PGW','serviceType':'PGWService'</ns3:value>

</ns3:rdn>

</ns5:name>

<ns5:discoveredName>PGW8</ns5:discoveredName>

<ns5:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=ASR5500)][LogicalRoot][Context(ContextName=PGW)

][Mobile][PGWContainer][PGWService(ServiceName=PGW8)]}</ns2:aliasValue>

</ns2:alias>

</ns5:aliasNameList>

<ns6:resourceState>UNKNOWN</ns6:resourceState>

<ns18:functionType>Cisco_Mobility</ns18:functionType>

<ns18:contextName>PGW</ns18:contextName>

<ns18:anyList>

<ns18:serviceType>Cisco_PGW</ns18:serviceType>

</ns18:anyList>

</ns4:networkFunction>

</ns4:getNetworkFunctionResponse>

</soap:Body>

</soap:Envelope>

3.1.4 ManagedElementNamesRetrieval::getAllManagedElementNames

SOAP Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:api="http://www.cisco.com/prime/mtosi/ext/me/api">

<soapenv:Header>

Page 40: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 40

<v1:header>

<v1:msgSpecificProperties>

<v1:property>

<v1:propName>inventoryFromDm</v1:propName>

<v1:propValue>true</v1:propValue>

</v1:property>

</v1:msgSpecificProperties>

</v1:header>

</soapenv:Header>

<soapenv:Body>

<api:getAllManagedElementNamesRequest>

</api:getAllManagedElementNamesRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<ns2:header xmlns:ns8="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns5="http://www.cisco.com/prime/mtosi/ext/me/data"

xmlns:ns4="http://www.cisco.com/prime/mtosi/ext/me/api"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<ns2:activityName>getAllManagedElementNames</ns2:activityName>

<ns2:msgName>getAllManagedElementNamesResponse</ns2:msgName>

<ns2:msgType>RESPONSE</ns2:msgType>

<ns2:activityStatus>SUCCESS</ns2:activityStatus>

<ns2:priority>HIGH - modified by Prime Central Inventory</ns2:priority>

<ns2:msgSpecificProperties>

<ns2:property>

<ns2:propName>inventoryFromDm</ns2:propName>

<ns2:propValue>true</ns2:propValue>

</ns2:property>

</ns2:msgSpecificProperties>

<ns2:communicationPattern>SimpleResponse</ns2:communicationPattern>

<ns2:communicationStyle>RPC</ns2:communicationStyle>

<ns2:timestamp>2014-02-24T07:07:33.954+01:00</ns2:timestamp>

</ns2:header>

</soap:Header>

<soap:Body>

<ns4:getAllManagedElementNamesResponse

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns4="http://www.cisco.com/prime/mtosi/ext/me/api"

xmlns:ns5="http://www.cisco.com/prime/mtosi/ext/me/data"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns8="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1">

<ns5:managedElementNames>15454-ansi-65-101</ns5:managedElementNames>

<ns5:managedElementNames>15454-ansi-65-102</ns5:managedElementNames>

<ns5:managedElementNames>vcenter</ns5:managedElementNames>

<ns5:managedElementNames>Nexus5k</ns5:managedElementNames>

<ns5:managedElementNames>gpon</ns5:managedElementNames>

<ns5:managedElementNames>454A_AUTO_142</ns5:managedElementNames>

<ns5:managedElementNames>ASR9K-AGG1</ns5:managedElementNames>

<ns5:managedElementNames>454A_AUTO_143</ns5:managedElementNames>

<ns5:managedElementNames>M2-65-120</ns5:managedElementNames>

<ns5:managedElementNames>10.75.162.195</ns5:managedElementNames>

<ns5:managedElementNames>M6-65-124</ns5:managedElementNames>

Page 41: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

41

<ns5:managedElementNames>asr5k</ns5:managedElementNames>

</ns4:getAllManagedElementNamesResponse>

</soap:Body>

</soap:Envelope>

3.1.5 TerminationPointRetrieval::getAllSupportedPhysicalTerminationPoints

SOAP Request <?xml version="1.0" encoding="UTF-8" ?>

-<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/tpr/v1"

xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">

-<soapenv:Header>

<v1:header />

</soapenv:Header>

-<soapenv:Body>

-<v11:getAllSupportedPhysicalTerminationPointsRequest>

- <!--

Optional:-->

-<v11:equipmentRef>

- <!--

1 or more repetitions: -->

-<v12:rdn>

<v12:type>MD</v12:type>

<v12:value>CISCO_PRIME</v12:value>

</v12:rdn>

-<v12:rdn>

<v12:type>ME</v12:type>

<v12:value>15454-ansi-65-102</v12:value>

</v12:rdn>

-<v12:rdn>

<v12:type>EH</v12:type>

<v12:value>rack=1</v12:value>

</v12:rdn>

-<v12:rdn>

<v12:type>EH</v12:type>

<v12:value>shelf=1</v12:value>

</v12:rdn>

-<v12:rdn>

<v12:type>EH</v12:type>

<v12:value>slot=2</v12:value>

</v12:rdn>

-<v12:rdn>

<v12:type>EQ</v12:type>

<v12:value>OC12_4</v12:value>

</v12:rdn>

</v11:equipmentRef>

</v11:getAllSupportedPhysicalTerminationPointsRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response

<?xml version="1.0" encoding="UTF-8" ?>

-<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

-<soap:Header>

-<header xmlns:ns21="http://www.tmforum.org/mtop/nrb/xsd/crmd/v1"

xmlns:ns20="http://www.tmforum.org/mtop/fmw/xsd/cosd/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

Page 42: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 42

xmlns:ns18="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns14="http://www.tmforum.org/mtop/rp/xsd/crp/v1"

xmlns:ns13="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/tcp/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/tp/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"xmlns:ns6="http://www.t

mforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/tpr/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>getAllSupportedPhysicalTerminationPoints</activityName>

<msgName>getAllSupportedPhysicalTerminationPointsResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified in NormalizeSoapMsg.processResponse</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

<timestamp>2012-07-10T06:46:39.211+02:00</timestamp>

</header>

</soap:Header>

-<soap:Body>

-<ns4:getAllSupportedPhysicalTerminationPointsResponse

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/tpr/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns6="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/tp/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/tcp/v1"

xmlns:ns13="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns14="http://www.tmforum.org/mtop/rp/xsd/crp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns20="http://www.tmforum.org/mtop/fmw/xsd/cosd/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrb/xsd/crmd/v1">

-<ns4:tpList>

-<ns11:tp>

-<ns7:ptp>

-<ns5:name>

-<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1341895599296;DMLIST:opt://opt:13</ns3:value>

</ns3:rdn>

-<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

Page 43: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

43

-<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>15454-ansi-65-102</ns3:value>

</ns3:rdn>

-<ns3:rdn>

<ns3:type>PTP</ns3:type>

<ns3:value>/rack=1/shelf=1/slot=2/port=1</ns3:value>

</ns3:rdn>

</ns5:name>

<ns5:userLabel />

-<ns5:vendorExtensions>

<ns22:Cisco_PTP_Line_Rate

xmlns:ns22="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventor

y/v1">LR_Not_Applicable</ns22:Cisco_PTP_Line_Rate>

</ns5:vendorExtensions>

<ns6:resourceState>UNKNOWN</ns6:resourceState>

<ns7:direction>D_BIDIRECTIONAL</ns7:direction>

<ns7:isEdgePoint>true</ns7:isEdgePoint>

-<ns8:transmissionParametersList>

-<ns8:transmissionParameters>

<ns8:layerRate>LR_DSR_OC12_STM4</ns8:layerRate>

<ns8:parameterList />

</ns8:transmissionParameters>

-<ns8:transmissionParameters>

<ns8:layerRate>LR_PHYSICAL_OPTICAL</ns8:layerRate>

-<ns8:parameterList>

-<ns2:nvs>

<ns2:name>AdminState</ns2:name>

<ns2:value>IN_SERVICE</ns2:value>

</ns2:nvs>

-<ns2:nvs>

<ns2:name>OperationalState</ns2:name>

<ns2:value>IS-NR</ns2:value>

</ns2:nvs>

-<ns2:nvs>

<ns2:name>AlarmReporting</ns2:name>

<ns2:value>On</ns2:value>

</ns2:nvs>

</ns8:parameterList>

</ns8:transmissionParameters>

</ns8:transmissionParametersList>

</ns7:ptp>

</ns11:tp>

-<ns11:tp>

-<ns7:ptp>

-<ns5:name>

-<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1341895599296;DMLIST:opt://opt:13</ns3:value>

</ns3:rdn>

-<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

-<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>15454-ansi-65-102</ns3:value>

</ns3:rdn>

-<ns3:rdn>

<ns3:type>PTP</ns3:type>

<ns3:value>/rack=1/shelf=1/slot=2/port=2</ns3:value>

</ns3:rdn>

</ns5:name>

Page 44: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 44

<ns5:userLabel />

-<ns5:vendorExtensions>

<ns22:Cisco_PTP_Line_Rate

xmlns:ns22="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventor

y/v1">LR_Not_Applicable</ns22:Cisco_PTP_Line_Rate>

</ns5:vendorExtensions>

<ns6:resourceState>UNKNOWN</ns6:resourceState>

<ns7:direction>D_BIDIRECTIONAL</ns7:direction>

<ns7:isEdgePoint>true</ns7:isEdgePoint>

-<ns8:transmissionParametersList>

-<ns8:transmissionParameters>

<ns8:layerRate>LR_DSR_OC12_STM4</ns8:layerRate>

<ns8:parameterList />

</ns8:transmissionParameters>

-<ns8:transmissionParameters>

<ns8:layerRate>LR_PHYSICAL_OPTICAL</ns8:layerRate>

-<ns8:parameterList>

-<ns2:nvs>

<ns2:name>AdminState</ns2:name>

<ns2:value>IN_SERVICE</ns2:value>

</ns2:nvs>

-<ns2:nvs>

<ns2:name>OperationalState</ns2:name>

<ns2:value>IS-NR</ns2:value>

</ns2:nvs>

-<ns2:nvs>

<ns2:name>AlarmReporting</ns2:name>

<ns2:value>On</ns2:value>

</ns2:nvs>

</ns8:parameterList>

</ns8:transmissionParameters>

</ns8:transmissionParametersList>

</ns7:ptp>

</ns11:tp>

-<ns11:tp>

-<ns7:ptp>

-<ns5:name>

-<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1341895599296;DMLIST:opt://opt:13</ns3:value>

</ns3:rdn>

-<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

-<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>15454-ansi-65-102</ns3:value>

</ns3:rdn>

-<ns3:rdn>

<ns3:type>PTP</ns3:type>

<ns3:value>/rack=1/shelf=1/slot=2/port=3</ns3:value>

</ns3:rdn>

</ns5:name>

<ns5:userLabel />

-<ns5:vendorExtensions>

<ns22:Cisco_PTP_Line_Rate

xmlns:ns22="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventor

y/v1">LR_Not_Applicable</ns22:Cisco_PTP_Line_Rate>

</ns5:vendorExtensions>

<ns6:resourceState>UNKNOWN</ns6:resourceState>

<ns7:direction>D_BIDIRECTIONAL</ns7:direction>

<ns7:isEdgePoint>true</ns7:isEdgePoint>

Page 45: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

45

-<ns8:transmissionParametersList>

-<ns8:transmissionParameters>

<ns8:layerRate>LR_DSR_OC12_STM4</ns8:layerRate>

<ns8:parameterList />

</ns8:transmissionParameters>

-<ns8:transmissionParameters>

<ns8:layerRate>LR_PHYSICAL_OPTICAL</ns8:layerRate>

-<ns8:parameterList>

-<ns2:nvs>

<ns2:name>AdminState</ns2:name>

<ns2:value>AUTO_IN_SERVICE</ns2:value>

</ns2:nvs>

-<ns2:nvs>

<ns2:name>OperationalState</ns2:name>

<ns2:value>OOS-AU, FLT & AINS</ns2:value>

</ns2:nvs>

-<ns2:nvs>

<ns2:name>AlarmReporting</ns2:name>

<ns2:value>On</ns2:value>

</ns2:nvs>

</ns8:parameterList>

</ns8:transmissionParameters>

</ns8:transmissionParametersList>

</ns7:ptp>

</ns11:tp>

-<ns11:tp>

-<ns7:ptp>

-<ns5:name>

-<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1341895599297;DMLIST:opt://opt:13</ns3:value>

</ns3:rdn>

-<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

-<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>15454-ansi-65-102</ns3:value>

</ns3:rdn>

-<ns3:rdn>

<ns3:type>PTP</ns3:type>

<ns3:value>/rack=1/shelf=1/slot=2/port=4</ns3:value>

</ns3:rdn>

</ns5:name>

<ns5:userLabel />

-<ns5:vendorExtensions>

<ns22:Cisco_PTP_Line_Rate

xmlns:ns22="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventor

y/v1">LR_Not_Applicable</ns22:Cisco_PTP_Line_Rate>

</ns5:vendorExtensions>

<ns6:resourceState>UNKNOWN</ns6:resourceState>

<ns7:direction>D_BIDIRECTIONAL</ns7:direction>

<ns7:isEdgePoint>true</ns7:isEdgePoint>

-<ns8:transmissionParametersList>

-<ns8:transmissionParameters>

<ns8:layerRate>LR_DSR_OC12_STM4</ns8:layerRate>

<ns8:parameterList />

</ns8:transmissionParameters>

-<ns8:transmissionParameters>

<ns8:layerRate>LR_PHYSICAL_OPTICAL</ns8:layerRate>

-<ns8:parameterList>

-<ns2:nvs>

Page 46: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 46

<ns2:name>AdminState</ns2:name>

<ns2:value>AUTO_IN_SERVICE</ns2:value>

</ns2:nvs>

-<ns2:nvs>

<ns2:name>OperationalState</ns2:name>

<ns2:value>OOS-AU, FLT & AINS</ns2:value>

</ns2:nvs>

-<ns2:nvs>

<ns2:name>AlarmReporting</ns2:name>

<ns2:value>On</ns2:value>

</ns2:nvs>

</ns8:parameterList>

</ns8:transmissionParameters>

</ns8:transmissionParametersList>

</ns7:ptp>

</ns11:tp>

</ns4:tpList>

</ns4:getAllSupportedPhysicalTerminationPointsResponse>

</soap:Body>

</soap:Envelope>

3.1.5.1 TerminationPointRetrieval :: getAllSupportedPhysicalTerminationPoints (Gigabit Passive Optical Network (GPON))

Operation : getAllSupportedPhysicalTerminationPoints for GPON ONU

SOAP Request <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/tpr/v1"

xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">

<soapenv:Header>

<v1:header>

</v1:header>

</soapenv:Header>

<soapenv:Body>

<v11:getAllSupportedPhysicalTerminationPointsRequest>

<!--Optional:-->

<v11:equipmentRef>

<!--1 or more repetitions:-->

<v12:rdn>

<v12:type>MD</v12:type>

<v12:value>CISCO_PRIME</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>ME</v12:type>

<v12:value>GPON</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>EH</v12:type>

<v12:value>remote_unit="'/rack=chassis/slot=2/port=gpon2/1

'/shelf='2/PON 1/3'"</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>EQ</v12:type>

<v12:value>2/PON 1/3</v12:value>

</v12:rdn>

</v11:equipmentRef>

Page 47: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

47

</v11:getAllSupportedPhysicalTerminationPointsRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body><soap:Envelope

xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns28="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1">

<activityName>getAllSupportedPhysicalTerminationPoints</activityName>

<msgName>getAllSupportedPhysicalTerminationPointsResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified in

NormalizeSoapMsg.processResponse</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

<timestamp>2013-10-15T23:02:48.892+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns11:getAllSupportedPhysicalTerminationPointsResponse

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1" >

<ns11:tpList>

<ns10:tp>

<ns6:ptp>

<ns4:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1381858369926;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>OLT-RTP</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>PTP</ns3:type>

<ns3:value>remote_unit="'/rack=chassis/slot=2/port=gpon2/1'/shelf='2/PON

1/3'"/port=Eth 4</ns3:value>

</ns3:rdn>

</ns4:name>

<ns4:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=OLT-

RTP)][PhysicalRoot][Chassis][Slot(SlotNum=2)][Module][Port(PortNumber=gpon2/1)]

[Gpon][ONT(ONTId=2/PON 1/3)][ONTEthernetEntry(EthernetPort=Eth

4)]}</ns2:aliasValue>

</ns2:alias>

</ns4:aliasNameList>

<ns4:vendorExtensions>

Page 48: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 48

<ns29:Cisco_PTP_portType

xmlns:ns29="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">Etherne

t</ns29:Cisco_PTP_portType>

<ns29:Cisco_PTP_Admin_State

xmlns:ns29="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">WORKING

</ns29:Cisco_PTP_Admin_State>

<ns29:Cisco_PTP_Line_Rate

xmlns:ns29="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">10.0

Mbps</ns29:Cisco_PTP_Line_Rate>

</ns4:vendorExtensions>

<ns5:resourceState>UNKNOWN</ns5:resourceState>

<ns7:transmissionParametersList>

<ns7:transmissionParameters>

<ns7:layerRate>LR_Ethernet</ns7:layerRate>

</ns7:transmissionParameters>

</ns7:transmissionParametersList>

</ns6:ptp>

</ns10:tp>

<ns10:tp>

<ns6:ptp>

<ns4:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1381858369926;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>OLT-RTP</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>PTP</ns3:type>

<ns3:value>remote_unit="'/rack=chassis/slot=2/port=gpon2/1'/shelf='2/PON

1/3'"/port=Eth 3</ns3:value>

</ns3:rdn>

</ns4:name>

<ns4:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=OLT-

RTP)][PhysicalRoot][Chassis][Slot(SlotNum=2)][Module][Port(PortNumber=gpon2/1)]

[Gpon][ONT(ONTId=2/PON 1/3)][ONTEthernetEntry(EthernetPort=Eth

3)]}</ns2:aliasValue>

</ns2:alias>

</ns4:aliasNameList>

<ns4:vendorExtensions>

<ns29:Cisco_PTP_portType

xmlns:ns29="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">Etherne

t</ns29:Cisco_PTP_portType>

<ns29:Cisco_PTP_Admin_State

xmlns:ns29="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">WORKING

</ns29:Cisco_PTP_Admin_State>

<ns29:Cisco_PTP_Line_Rate

xmlns:ns29="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">1000.0

Mbps</ns29:Cisco_PTP_Line_Rate>

</ns4:vendorExtensions>

<ns5:resourceState>UNKNOWN</ns5:resourceState>

<ns7:transmissionParametersList>

Page 49: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

49

<ns7:transmissionParameters>

<ns7:layerRate>LR_DSR_Gigabit_Ethernet</ns7:layerRate>

</ns7:transmissionParameters>

</ns7:transmissionParametersList>

</ns6:ptp>

</ns10:tp>

<ns10:tp>

<ns6:ptp>

<ns4:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1381858369927;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>OLT-RTP</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>PTP</ns3:type>

<ns3:value>remote_unit="'/rack=chassis/slot=2/port=gpon2/1'/shelf='2/PON

1/3'"/port=Eth 2</ns3:value>

</ns3:rdn>

</ns4:name>

<ns4:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=OLT-

RTP)][PhysicalRoot][Chassis][Slot(SlotNum=2)][Module][Port(PortNumber=gpon2/1)]

[Gpon][ONT(ONTId=2/PON 1/3)][ONTEthernetEntry(EthernetPort=Eth

2)]}</ns2:aliasValue>

</ns2:alias>

</ns4:aliasNameList>

<ns4:vendorExtensions>

<ns29:Cisco_PTP_portType

xmlns:ns29="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">Etherne

t</ns29:Cisco_PTP_portType>

<ns29:Cisco_PTP_Admin_State

xmlns:ns29="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">WORKING

</ns29:Cisco_PTP_Admin_State>

<ns29:Cisco_PTP_Line_Rate

xmlns:ns29="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">100.0

Mbps</ns29:Cisco_PTP_Line_Rate>

</ns4:vendorExtensions>

<ns5:resourceState>UNKNOWN</ns5:resourceState>

<ns7:transmissionParametersList>

<ns7:transmissionParameters>

<ns7:layerRate>LR_DSR_Fast_Ethernet</ns7:layerRate>

</ns7:transmissionParameters>

</ns7:transmissionParametersList>

</ns6:ptp>

</ns10:tp>

<ns10:tp>

<ns6:ptp>

<ns4:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

Page 50: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 50

<ns3:value>TIME:1381858369927;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>OLT-RTP</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>PTP</ns3:type>

<ns3:value>remote_unit="'/rack=chassis/slot=2/port=gpon2/1'/shelf='2/PON

1/3'"/port=Eth 1</ns3:value>

</ns3:rdn>

</ns4:name>

<ns4:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=OLT-

RTP)][PhysicalRoot][Chassis][Slot(SlotNum=2)][Module][Port(PortNumber=gpon2/1)]

[Gpon][ONT(ONTId=2/PON 1/3)][ONTEthernetEntry(EthernetPort=Eth

1)]}</ns2:aliasValue>

</ns2:alias>

</ns4:aliasNameList>

<ns4:vendorExtensions>

<ns29:Cisco_PTP_portType

xmlns:ns29="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">Etherne

t</ns29:Cisco_PTP_portType>

<ns29:Cisco_PTP_Admin_State

xmlns:ns29="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">WORKING

</ns29:Cisco_PTP_Admin_State>

</ns4:vendorExtensions>

<ns5:resourceState>UNKNOWN</ns5:resourceState>

<ns7:transmissionParametersList>

<ns7:transmissionParameters>

<ns7:layerRate>LR_Ethernet</ns7:layerRate>

</ns7:transmissionParameters>

</ns7:transmissionParametersList>

</ns6:ptp>

</ns10:tp>

<ns10:tp>

<ns6:ptp>

<ns4:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1381858369927;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>OLT-RTP</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>PTP</ns3:type>

Page 51: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

51

<ns3:value>remote_unit="'/rack=chassis/slot=2/port=gpon2/1'/shelf='2/PON

1/3'"/port=gpon 1</ns3:value>

</ns3:rdn>

</ns4:name>

<ns4:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=OLT-

RTP)][PhysicalRoot][Chassis][Slot(SlotNum=2)][Module][Port(PortNumber=gpon2/1)]

[Gpon][ONT(ONTId=2/PON 1/3)][ONTGponPortEntry(GponPort=gpon

1)]}</ns2:aliasValue>

</ns2:alias>

</ns4:aliasNameList>

<ns4:vendorExtensions>

<ns29:Cisco_PTP_portType

xmlns:ns29="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">PON</ns

29:Cisco_PTP_portType>

<ns29:Cisco_PTP_Admin_State

xmlns:ns29="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">UNKNOWN

</ns29:Cisco_PTP_Admin_State>

</ns4:vendorExtensions>

<ns5:resourceState>UNKNOWN</ns5:resourceState>

<ns7:transmissionParametersList>

<ns7:transmissionParameters>

<ns7:layerRate>Cisco_LR_GPON_Gigabit_ITU</ns7:layerRate>

</ns7:transmissionParameters>

</ns7:transmissionParametersList>

</ns6:ptp>

</ns10:tp>

<ns10:tp>

<ns6:ptp>

<ns4:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1381858369927;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>OLT-RTP</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>PTP</ns3:type>

<ns3:value>remote_unit="'/rack=chassis/slot=2/port=gpon2/1'/shelf='2/PON

1/3'"/port=RF 1</ns3:value>

</ns3:rdn>

</ns4:name>

<ns4:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=OLT-

RTP)][PhysicalRoot][Chassis][Slot(SlotNum=2)][Module][Port(PortNumber=gpon2/1)]

[Gpon][ONT(ONTId=2/PON 1/3)][ONTAnalogRFPortEntry(AnalogRFPort=RF

1)]}</ns2:aliasValue>

</ns2:alias>

</ns4:aliasNameList>

Page 52: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 52

<ns4:vendorExtensions>

<ns29:Cisco_PTP_portType

xmlns:ns29="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">RF</ns2

9:Cisco_PTP_portType>

<ns29:Cisco_PTP_Admin_State

xmlns:ns29="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">NON_WOR

KING</ns29:Cisco_PTP_Admin_State>

</ns4:vendorExtensions>

<ns5:resourceState>NON_WORKING</ns5:resourceState>

<ns7:transmissionParametersList>

<ns7:transmissionParameters>

<ns7:layerRate>LR_Not_Applicable</ns7:layerRate>

</ns7:transmissionParameters>

</ns7:transmissionParametersList>

</ns6:ptp>

</ns10:tp>

<ns10:tp>

<ns6:ptp>

<ns4:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1381858369927;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>OLT-RTP</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>PTP</ns3:type>

<ns3:value>remote_unit="'/rack=chassis/slot=2/port=gpon2/1'/shelf='2/PON

1/3'"/port=voip.1</ns3:value>

</ns3:rdn>

</ns4:name>

<ns4:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=OLT-

RTP)][PhysicalRoot][Chassis][Slot(SlotNum=2)][Module][Port(PortNumber=gpon2/1)]

[Gpon][ONT(ONTId=2/PON

1/3)][ONTVoIPPortEntry(VoipPortIdentifier=voip.1)]}</ns2:aliasValue>

</ns2:alias>

</ns4:aliasNameList>

<ns4:vendorExtensions>

<ns29:Cisco_PTP_portType

xmlns:ns29="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">VoIP</n

s29:Cisco_PTP_portType>

<ns29:Cisco_PTP_Admin_State

xmlns:ns29="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">NON_WOR

KING</ns29:Cisco_PTP_Admin_State>

</ns4:vendorExtensions>

<ns5:resourceState>UNKNOWN</ns5:resourceState>

<ns7:transmissionParametersList>

<ns7:transmissionParameters>

<ns7:layerRate>LR_Not_Applicable</ns7:layerRate>

</ns7:transmissionParameters>

</ns7:transmissionParametersList>

</ns6:ptp>

Page 53: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

53

</ns10:tp>

<ns10:tp>

<ns6:ptp>

<ns4:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1381858369927;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>OLT-RTP</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>PTP</ns3:type>

<ns3:value>remote_unit="'/rack=chassis/slot=2/port=gpon2/1'/shelf='2/PON

1/3'"/port=voip.2</ns3:value>

</ns3:rdn>

</ns4:name>

<ns4:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=OLT-

RTP)][PhysicalRoot][Chassis][Slot(SlotNum=2)][Module][Port(PortNumber=gpon2/1)]

[Gpon][ONT(ONTId=2/PON

1/3)][ONTVoIPPortEntry(VoipPortIdentifier=voip.2)]}</ns2:aliasValue>

</ns2:alias>

</ns4:aliasNameList>

<ns4:vendorExtensions>

<ns29:Cisco_PTP_portType

xmlns:ns29="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">VoIP</n

s29:Cisco_PTP_portType>

<ns29:Cisco_PTP_Admin_State

xmlns:ns29="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">NON_WOR

KING</ns29:Cisco_PTP_Admin_State>

</ns4:vendorExtensions>

<ns5:resourceState>UNKNOWN</ns5:resourceState>

<ns7:transmissionParametersList>

<ns7:transmissionParameters>

<ns7:layerRate>LR_Not_Applicable</ns7:layerRate>

</ns7:transmissionParameters>

</ns7:transmissionParametersList>

</ns6:ptp>

</ns10:tp>

</ns11:tpList>

</ns11:getAllSupportedPhysicalTerminationPointsResponse>

</soap:Body>

</soap:Envelope>

3.1.6 FlowDomainRetrieval::getFlowDomainFragment

SOAP Request

Page 54: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 54

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/fdr/v1"

xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:v13="http://www.tmforum.org/mtop/nrb/xsd/lay/v1">

<soapenv:Header>

<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-

open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"

xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-

wssecurity-utility-1.0.xsd">

<wsse:UsernameToken wsu:Id="UsernameToken-41">

<wsse:Username>username</wsse:Username>

<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-

200401-wss-username-token-profile-

1.0#PasswordText">password</wsse:Password>

<wsu:Created>2016-12-06T06:39:43.976Z</wsu:Created>

</wsse:UsernameToken>

</wsse:Security>

<v1:header></v1:header>

</soapenv:Header>

<soapenv:Body>

<v11:getAllFlowDomainFragmentNamesRequest/>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

-<soap:Header>

-<header xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1"

xmlns:ns20="http://www.cisco.com/mtop/nrb/xsd/Cisco_CE_LP/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns12="http://www.tmforum.org/mtop/rp/xsd/crp/v1"

xmlns:ns11="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrf/xsd/tcp/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns6="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/fdr/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>getFlowDomainFragment</activityName>

<msgName>getFlowDomainFragmentResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified in NormalizeSoapMsg.processResponse</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

<timestamp>2012-03-21T15:24:56.190-07:00</timestamp>

Page 55: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

55

</header>

</soap:Header>

-<soap:Body>

-<ns4:getFlowDomainFragmentResponse

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/fdr/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns6="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrf/xsd/tcp/v1"

xmlns:ns11="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns12="http://www.tmforum.org/mtop/rp/xsd/crp/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns20="http://www.cisco.com/mtop/nrb/xsd/Cisco_CE_LP/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1">

-<ns4:fdfr>

-<ns5:name>

-<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1332368697115;DMLIST:net://net:6</ns3:value>

</ns3:rdn>

-<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

-<ns3:rdn>

<ns3:type>FDFR</ns3:type>

<ns3:value>10002@ASR9K-AGG2 -- 10002@ASR9K-DIST2</ns3:value>

</ns3:rdn>

</ns5:name>

<ns5:discoveredName>10002@ASR9K-AGG2 -- 10002@ASR9K-

DIST2</ns5:discoveredName>

<ns7:direction>CD_BI</ns7:direction>

-<ns8:transmissionParameters>

<ns8:layerRate>Cisco_LR_EVC</ns8:layerRate>

-<ns8:vendorExtensions>

<ns20:Cisco_EVC_PWEdge_Name>10002@ASR9K-AGG2 -- 10002@ASR9K-

DIST2</ns20:Cisco_EVC_PWEdge_Name>

</ns8:vendorExtensions>

</ns8:transmissionParameters>

-<ns7:aEndTpDataList>

-<ns9:tpData>

-<ns9:tpRef>

-<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1332368697116;DMLIST:net://net:6</ns3:value>

</ns3:rdn>

-<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

-<ns3:rdn>

<ns3:type>ME</ns3:type>

Page 56: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 56

<ns3:value>ASR9K-DIST2</ns3:value>

</ns3:rdn>

-<ns3:rdn>

<ns3:type>CTP</ns3:type>

<ns3:value>TenGigE0/0/0/0 EFP: 21</ns3:value>

</ns3:rdn>

</ns9:tpRef>

<ns9:tpMappingMode>TM_NA</ns9:tpMappingMode>

-<ns8:transmissionParametersList>

-<ns8:transmissionParameters>

<ns8:layerRate>Cisco_LR_EVC</ns8:layerRate>

-<ns8:vendorExtensions>

<ns20:Cisco_EFP_Administration_State>UNLOCKED</ns20:Cisco_EFP_Ad

ministration_State>

<ns20:Cisco_EFP_Operational_State>WORKING</ns20:Cisco_EFP_Operat

ional_State>

<ns20:Cisco_EFP_isExactTag>false</ns20:Cisco_EFP_isExactTag>

<ns20:Cisco_EFP_outerVlanTpId>IEEE802.1Q</ns20:Cisco_EFP_outerVl

anTpId>

<ns20:Cisco_EFP_SVID>21</ns20:Cisco_EFP_SVID>

<ns20:Cisco_EFP_innerVlanTpId />

<ns20:Cisco_EFP_CVID />

<ns20:Cisco_EFP_Description />

</ns8:vendorExtensions>

</ns8:transmissionParameters>

</ns8:transmissionParametersList>

</ns9:tpData>

</ns7:aEndTpDataList>

<ns7:zEndTpDataList />

<ns7:isFlexible>true</ns7:isFlexible>

<ns7:administrativeState>LOCKED</ns7:administrativeState>

<ns7:fdfrState>SNCS_NONEXISTENT</ns7:fdfrState>

<ns7:fdfrType>FDFRT_POINT_TO_POINT</ns7:fdfrType>

</ns4:fdfr>

</ns4:getFlowDomainFragmentResponse>

</soap:Body>

</soap:Envelope>

3.1.7 FlowDomainRetrieval::getAllFlowDomainFragmentNames

SOAP Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/fdr/v1"

xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:v13="http://www.tmforum.org/mtop/nrb/xsd/lay/v1">

<soapenv:Header>

<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-

open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"

xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-

wssecurity-utility-1.0.xsd">

<wsse:UsernameToken wsu:Id="UsernameToken-41">

<wsse:Username>username</wsse:Username>

<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-

wss-username-token-profile-1.0#PasswordText">password</wsse:Password>

<wsu:Created>2016-12-06T06:39:43.976Z</wsu:Created>

</wsse:UsernameToken>

Page 57: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

57

</wsse:Security>

<v1:header></v1:header>

</soapenv:Header>

<soapenv:Body>

<v11:getAllFlowDomainFragmentNamesRequest/>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1"

xmlns:ns36="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns35="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/Cisco_CE_LP/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns25="http://www.cisco.com/mtop/nrf/xsd/Cisco_ComputeServer/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns22="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns20="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns19="http://www.cisco.com/mtop/nrf/xsd/networkFunc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns17="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns12="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/fdr/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>getAllFlowDomainFragmentNames</activityName>

<msgName>getAllFlowDomainFragmentNamesResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified by Prime Central Inventory</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

<timestamp>2017-01-02T15:39:49.619+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns4:getAllFlowDomainFragmentNamesResponse

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

Page 58: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 58

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/fdr/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns12="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns17="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns18="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns19="http://www.cisco.com/mtop/nrf/xsd/networkFunc/v1"

xmlns:ns20="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns22="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns25="http://www.cisco.com/mtop/nrf/xsd/Cisco_ComputeServer/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/Cisco_CE_LP/v1"

xmlns:ns35="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns36="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1">

<ns4:fdfrNamesList>

<ns3:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1483351772150;DMLIST:net://net:18</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>FDFR</ns3:type>

<ns3:value>0@Cisco-7613</ns3:value> </ns3:rdn>

</ns3:name>

<ns3:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1483351772150;DMLIST:net://net:18</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>FDFR</ns3:type>

Page 59: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

59

<ns3:value>0@ME-3800X</ns3:value> </ns3:rdn>

</ns3:name>

<ns3:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1483351772150;DMLIST:net://net:18</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>FDFR</ns3:type>

<ns3:value>0@ME-3600X</ns3:value> </ns3:rdn>

</ns3:name>

</ns4:fdfrNamesList>

</ns4:getAllFlowDomainFragmentNamesResponse>

</soap:Body>

</soap:Envelope>

3.1.8 ResourceInventoryRetrieval::getInventory (All DataCenter Names)

Operation: getInventory SOAP Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">

<soapenv:Header>

<v1:header>

</v1:header>

</soapenv:Header>

<soapenv:Body>

<v11:getInventoryRequest>

<!--Optional:-->

<v11:filter>

<!--Zero or more repetitions:-->

<v11:baseInstance>

<!--1 or more repetitions:-->

<v12:rdn>

<v12:type>MD</v12:type>

<v12:value>CISCO_PRIME</v12:value>

</v12:rdn>

</v11:baseInstance>

<v11:includedObjectType>

<v11:objectType>Cisco_DC</v11:objectType>

<v11:granularity>FULL</v11:granularity>

</v11:includedObjectType>

</v11:filter>

</v11:getInventoryRequest>

</soapenv:Body>

</soapenv:Envelope>

Page 60: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 60

SOAPResponse <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns51="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1"

xmlns:ns50="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns49="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns48="http://www.tmforum.org/mtop/fmw/xsd/md/v1"

xmlns:ns47="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns46="http://www.tmforum.org/mtop/nra/xsd/com/v1"

xmlns:ns45="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns44="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns43="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns42="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns41="http://www.tmforum.org/mtop/nrf/xsd/os/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns38="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns37="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns36="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns33="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/mlsn/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nra/xsd/epg/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>getInventory</activityName>

<msgName>getInventoryResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified in NormalizeSoapMsg.processResponse</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

Page 61: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

61

<timestamp>2013-06-20T11:39:03.078+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns4:getInventoryResponse xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nra/xsd/epg/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/mlsn/v1"

xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"

xmlns:ns33="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns36="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns37="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns38="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns41="http://www.tmforum.org/mtop/nrf/xsd/os/v1"

xmlns:ns42="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns43="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns44="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns45="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns46="http://www.tmforum.org/mtop/nra/xsd/com/v1"

xmlns:ns47="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns48="http://www.tmforum.org/mtop/fmw/xsd/md/v1"

xmlns:ns49="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns50="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns51="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1">

<ns4:inventoryData>

<ns5:mdList>

<ns5:md>

<ns5:Cisco_dcList>

<ns5:ciscoDCInv>

<ns5:dcNm>10.105.172.252:-:PNIL</ns5:dcNm>

<ns5:dcAttrs>

<ns6:name>

Page 62: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 62

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1371708543680;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_DC</ns3:type>

<ns3:value>10.105.172.252:-:PNIL</ns3:value>

</ns3:rdn>

</ns6:name>

<ns6:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=10.105.172.252)][LogicalRoot][Context(ContextName

=Default

context)][ComputeVirtualization][VirtualDataCenter(Name=PNIL)]}</ns2:aliasValue>

</ns2:alias>

</ns6:aliasNameList>

<ns6:vendorExtensions>

<ns2:nvsList>

<ns2:nvs>

<ns2:name>Cisco_vCenter</ns2:name>

<ns2:value>10.105.172.252</ns2:value>

</ns2:nvs>

</ns2:nvsList>

</ns6:vendorExtensions>

</ns5:dcAttrs>

</ns5:ciscoDCInv>

<ns5:ciscoDCInv>

<ns5:dcNm>PNVcenter:-:Bangalore Datacenter-1</ns5:dcNm>

<ns5:dcAttrs>

<ns6:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1371708543680;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_DC</ns3:type>

<ns3:value>PNVcenter:-:Bangalore Datacenter-

1</ns3:value>

</ns3:rdn>

</ns6:name>

<ns6:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=PNVcenter)][LogicalRoot][Context(ContextName=Defa

ult context)][ComputeVirtualization][VirtualDataCenter(Name=Bangalore Datacenter-

1)]}</ns2:aliasValue>

</ns2:alias>

</ns6:aliasNameList>

<ns6:vendorExtensions>

<ns2:nvsList>

Page 63: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

63

<ns2:nvs>

<ns2:name>Cisco_vCenter</ns2:name>

<ns2:value>PNVcenter</ns2:value>

</ns2:nvs>

</ns2:nvsList>

</ns6:vendorExtensions>

</ns5:dcAttrs>

</ns5:ciscoDCInv>

<ns5:ciscoDCInv>

<ns5:dcNm>PNVcenter:-:Bangalore Datacenter-2</ns5:dcNm>

<ns5:dcAttrs>

<ns6:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1371708543680;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_DC</ns3:type>

<ns3:value>PNVcenter:-:Bangalore Datacenter-

2</ns3:value>

</ns3:rdn>

</ns6:name>

<ns6:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=PNVcenter)][LogicalRoot][Context(ContextName=Defa

ult context)][ComputeVirtualization][VirtualDataCenter(Name=Bangalore Datacenter-

2)]}</ns2:aliasValue>

</ns2:alias>

</ns6:aliasNameList>

<ns6:vendorExtensions>

<ns2:nvsList>

<ns2:nvs>

<ns2:name>Cisco_vCenter</ns2:name>

<ns2:value>PNVcenter</ns2:value>

</ns2:nvs>

</ns2:nvsList>

</ns6:vendorExtensions>

</ns5:dcAttrs>

</ns5:ciscoDCInv>

</ns5:Cisco_dcList>

</ns5:md>

</ns5:mdList>

</ns4:inventoryData>

</ns4:getInventoryResponse>

</soap:Body>

</soap:Envelope>

3.1.9 ResourceInventoryRetrieval::getInventory (Host Server Names in a DataCenter)

Operation: getInventory SOAP Request

Page 64: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 64

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">

<soapenv:Header>

<v1:header>

</v1:header>

</soapenv:Header>

<soapenv:Body>

<v11:getInventoryRequest>

<!--Optional:-->

<v11:filter>

<!--Zero or more repetitions:-->

<v11:baseInstance>

<!--1 or more repetitions:-->

<v12:rdn>

<v12:type>MD</v12:type>

<v12:value>CISCO_PRIME</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>Cisco_DC</v12:type>

<v12:value>VCenter_ILBLR:-:PNIL</v12:value>

</v12:rdn>

</v11:baseInstance>

<v11:includedObjectType>

<v11:objectType>Cisco_V_Host</v11:objectType>

<v11:granularity>NAME</v11:granularity>

</v11:includedObjectType>

</v11:filter>

</v11:getInventoryRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAPResponse <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns51="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1"

xmlns:ns50="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns49="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns48="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns47="http://www.tmforum.org/mtop/fmw/xsd/md/v1"

xmlns:ns46="http://www.tmforum.org/mtop/nra/xsd/com/v1"

xmlns:ns45="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns44="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns43="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns42="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns41="http://www.tmforum.org/mtop/nrf/xsd/os/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns38="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns37="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns36="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns33="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

Page 65: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

65

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/mlsn/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nra/xsd/epg/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>getInventory</activityName>

<msgName>getInventoryResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified in NormalizeSoapMsg.processResponse</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

<timestamp>2013-04-29T17:42:03.219+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns4:getInventoryResponse xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nra/xsd/epg/v1"

Page 66: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 66

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/mlsn/v1"

xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"

xmlns:ns33="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns36="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns37="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns38="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns41="http://www.tmforum.org/mtop/nrf/xsd/os/v1"

xmlns:ns42="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns43="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns44="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns45="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns46="http://www.tmforum.org/mtop/nra/xsd/com/v1"

xmlns:ns47="http://www.tmforum.org/mtop/fmw/xsd/md/v1"

xmlns:ns48="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns49="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns50="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns51="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1">

<ns4:inventoryData>

<ns5:mdList>

<ns5:md>

<ns5:Cisco_dcList>

<ns5:ciscoDCInv>

<ns5:Cisco_V_hostList>

<ns5:hostInv>

<ns5:hostNm>10.105.172.244</ns5:hostNm>

</ns5:hostInv>

</ns5:Cisco_V_hostList>

</ns5:ciscoDCInv>

</ns5:Cisco_dcList>

</ns5:md>

</ns5:mdList>

</ns4:inventoryData>

</ns4:getInventoryResponse>

</soap:Body>

</soap:Envelope>

3.1.10 ResourceInventoryRetrieval::getInventory (Host Server details )

Operation: getInventory SOAP Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

Page 67: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

67

xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">

<soapenv:Header>

<v1:header></v1:header>

</soapenv:Header>

<soapenv:Body>

<v11:getInventoryRequest>

<v11:filter>

<v11:baseInstance>

<v12:rdn>

<v12:type>MD</v12:type>

<v12:value>CISCO_PRIME</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>Cisco_DC</v12:type>

<v12:value>10.105.172.252:-:PNIL</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>Cisco_V_Host</v12:type>

<v12:value>10.105.172.141</v12:value>

</v12:rdn>

</v11:baseInstance>

<v11:includedObjectType>

<v11:objectType>Cisco_V_Host</v11:objectType>

<v11:granularity>FULL</v11:granularity>

</v11:includedObjectType>

</v11:filter>

</v11:getInventoryRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAPResponse <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns51="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1"

xmlns:ns50="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns49="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns48="http://www.tmforum.org/mtop/fmw/xsd/md/v1"

xmlns:ns47="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns46="http://www.tmforum.org/mtop/nra/xsd/com/v1"

xmlns:ns45="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns44="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns43="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns42="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns41="http://www.tmforum.org/mtop/nrf/xsd/os/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns38="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns37="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns36="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns33="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

Page 68: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 68

xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/mlsn/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nra/xsd/epg/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>getInventory</activityName>

<msgName>getInventoryResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified in NormalizeSoapMsg.processResponse</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

<timestamp>2013-06-20T12:18:33.945+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns4:getInventoryResponse xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nra/xsd/epg/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/mlsn/v1"

xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

Page 69: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

69

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"

xmlns:ns33="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns36="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns37="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns38="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns41="http://www.tmforum.org/mtop/nrf/xsd/os/v1"

xmlns:ns42="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns43="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns44="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns45="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns46="http://www.tmforum.org/mtop/nra/xsd/com/v1"

xmlns:ns47="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns48="http://www.tmforum.org/mtop/fmw/xsd/md/v1"

xmlns:ns49="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns50="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns51="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1">

<ns4:inventoryData>

<ns5:mdList>

<ns5:md>

<ns5:Cisco_dcList>

<ns5:ciscoDCInv>

<ns5:Cisco_V_hostList>

<ns5:hostInv>

<ns5:hostNm>10.105.172.141</ns5:hostNm>

<ns5:hostAttrs>

<ns6:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1371710914516;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_DC</ns3:type>

<ns3:value>10.105.172.252:-:PNIL</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_V_Host</ns3:type>

<ns3:value>10.105.172.141</ns3:value>

</ns3:rdn>

</ns6:name>

<ns6:discoveredName>10.105.172.141</ns6:discoveredName>

<ns6:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=10.105.172.252)][LogicalRoot][Context(ContextName

=Default

context)][ComputeVirtualization][VirtualDataCenter(Name=PNIL)][HostsContainer][Host(Na

me=10.105.172.141)]}</ns2:aliasValue>

</ns2:alias>

Page 70: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 70

</ns6:aliasNameList>

<ns6:vendorExtensions>

<ns2:nvsList>

<ns2:nvs>

<ns2:name>Cisco_vCenter</ns2:name>

<ns2:value>10.105.172.252</ns2:value>

</ns2:nvs>

</ns2:nvsList>

</ns6:vendorExtensions>

<ns34:description>VMware ESXi</ns34:description>

<ns34:management_IP>10.105.172.141</ns34:management_IP>

<ns34:dnsName>NMTG-ESX5</ns34:dnsName>

<ns34:macAddress>00 25 B5 10 50 5F</ns34:macAddress>

<ns34:state>Connected</ns34:state>

<ns34:sysUpTime>2013-06-

18T17:15:14.744+05:30</ns34:sysUpTime>

<ns34:softwareType>VMware ESXi</ns34:softwareType>

<ns34:softwareVersion>5.0.0</ns34:softwareVersion>

<ns34:uuid>fb9cb130-78a2-11e1-0000-

00000105003f</ns34:uuid>

<ns34:dataStoreAllocation>

<ns34:Cisco_V_StoreAlloc>

<ns6:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1371710914521;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_DC</ns3:type>

<ns3:value>10.105.172.252:-

:PNIL</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_V_Host</ns3:type>

<ns3:value>10.105.172.141</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_V_dataStoreAllocation</ns3:type>

<ns3:value>datastore1 (2)</ns3:value>

</ns3:rdn>

</ns6:name>

<ns34:dataStoreName>datastore1

(2)</ns34:dataStoreName>

<ns34:associateEntry>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1371710914521;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_DC</ns3:type>

Page 71: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

71

<ns3:value>10.105.172.252:-

:PNIL</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_V_DataStore</ns3:type>

<ns3:value>datastore1 (2)</ns3:value>

</ns3:rdn>

</ns34:associateEntry>

<ns34:mountPoint>/vmfs/volumes/51152902-

3bd2a21e-4baf-0025b510504f</ns34:mountPoint>

<ns34:isdataAccessible>true</ns34:isdataAccessible>

</ns34:Cisco_V_StoreAlloc>

</ns34:dataStoreAllocation>

<ns34:vNetwkIntfList>

<ns35:Cisco_V_tp>

<ns6:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1371710914520;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_DC</ns3:type>

<ns3:value>10.105.172.252:-

:PNIL</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_V_Host</ns3:type>

<ns3:value>10.105.172.141</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_V_networkTP</ns3:type>

<ns3:value>vmk0</ns3:value>

</ns3:rdn>

</ns6:name>

<ns6:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=10.105.172.252)][LogicalRoot][Context(ContextName

=Default

context)][ComputeVirtualization][VirtualDataCenter(Name=PNIL)][HostsContainer][Host(Na

me=10.105.172.141)][VirtualEntityNetworkEndPoint(Name=vmk0)]}</ns2:aliasValue>

</ns2:alias>

</ns6:aliasNameList>

<ns35:ipAddress>10.105.172.141</ns35:ipAddress>

<ns35:macAddress>00 25 B5 10 50

5F</ns35:macAddress>

<ns35:mtuSize>1500</ns35:mtuSize>

<ns35:supportingPTP>vmk0</ns35:supportingPTP>

</ns35:Cisco_V_tp>

<ns35:Cisco_V_tp>

<ns6:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1371710914520;DMLIST:net://net:1</ns3:value>

Page 72: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 72

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_DC</ns3:type>

<ns3:value>10.105.172.252:-

:PNIL</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_V_Host</ns3:type>

<ns3:value>10.105.172.141</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_V_networkTP</ns3:type>

<ns3:value>vmnic0</ns3:value>

</ns3:rdn>

</ns6:name>

<ns6:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=10.105.172.252)][LogicalRoot][Context(ContextName

=Default

context)][ComputeVirtualization][VirtualDataCenter(Name=PNIL)][HostsContainer][Host(Na

me=10.105.172.141)][VirtualEntityNetworkEndPoint(Name=vmnic0)]}</ns2:aliasValue>

</ns2:alias>

</ns6:aliasNameList>

<ns35:macAddress>00 25 B5 10 50

5F</ns35:macAddress>

<ns35:mtuSize>0</ns35:mtuSize>

<ns35:operState>Up</ns35:operState>

<ns35:supportingPTP>vmnic0</ns35:supportingPTP>

</ns35:Cisco_V_tp>

<ns35:Cisco_V_tp>

<ns6:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1371710914520;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_DC</ns3:type>

<ns3:value>10.105.172.252:-

:PNIL</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_V_Host</ns3:type>

<ns3:value>10.105.172.141</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_V_networkTP</ns3:type>

<ns3:value>vmnic1</ns3:value>

</ns3:rdn>

</ns6:name>

<ns6:aliasNameList>

<ns2:alias>

Page 73: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

73

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=10.105.172.252)][LogicalRoot][Context(ContextName

=Default

context)][ComputeVirtualization][VirtualDataCenter(Name=PNIL)][HostsContainer][Host(Na

me=10.105.172.141)][VirtualEntityNetworkEndPoint(Name=vmnic1)]}</ns2:aliasValue>

</ns2:alias>

</ns6:aliasNameList>

<ns35:macAddress>00 25 B5 10 50

4F</ns35:macAddress>

<ns35:mtuSize>0</ns35:mtuSize>

<ns35:operState>Up</ns35:operState>

<ns35:supportingPTP>vmnic1</ns35:supportingPTP>

</ns35:Cisco_V_tp>

<ns35:Cisco_V_tp>

<ns6:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1371710914520;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_DC</ns3:type>

<ns3:value>10.105.172.252:-

:PNIL</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_V_Host</ns3:type>

<ns3:value>10.105.172.141</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_V_networkTP</ns3:type>

<ns3:value>vmk1</ns3:value>

</ns3:rdn>

</ns6:name>

<ns6:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=10.105.172.252)][LogicalRoot][Context(ContextName

=Default

context)][ComputeVirtualization][VirtualDataCenter(Name=PNIL)][HostsContainer][Host(Na

me=10.105.172.141)][VirtualEntityNetworkEndPoint(Name=vmk1)]}</ns2:aliasValue>

</ns2:alias>

</ns6:aliasNameList>

<ns35:ipAddress>169.254.0.1</ns35:ipAddress>

<ns35:macAddress>00 50 56 74 B3

59</ns35:macAddress>

<ns35:mtuSize>1500</ns35:mtuSize>

<ns35:supportingPTP>vmk1</ns35:supportingPTP>

</ns35:Cisco_V_tp>

</ns34:vNetwkIntfList>

<ns37:vMotionEnabled>false</ns37:vMotionEnabled>

<ns37:evcMode>Disabled</ns37:evcMode>

<ns37:model>B440-BASE-M2</ns37:model>

<ns37:vendor>Cisco Systems Inc</ns37:vendor>

<ns37:hypervisorProperty>

Page 74: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 74

<ns37:hypervisorType>ESXi

5.0.0</ns37:hypervisorType>

<ns37:name>VMware ESXi</ns37:name>

<ns37:description>VMware ESXi 5.0.0 build-

469512</ns37:description>

<ns37:softwareType>Hypervisor</ns37:softwareType>

<ns37:state>Running</ns37:state>

</ns37:hypervisorProperty>

<ns37:hostClusterRef>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1371710914521;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_DC</ns3:type>

<ns3:value>10.105.172.252:-:PNIL</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_V_HostCluster</ns3:type>

<ns3:value>Test</ns3:value>

</ns3:rdn>

</ns37:hostClusterRef>

<ns37:faultToleranceVersion>2.0.1-3.0.0-

3.0.0</ns37:faultToleranceVersion>

<ns37:faultToleranceEnabled>false</ns37:faultToleranceEnabled>

<ns37:processPower>

<ns37:cpuName>Intel(R) Xeon(R) CPU</ns37:cpuName>

<ns37:cpuDescription>Intel(R) Xeon(R) CPU E7- 4870

@ 2.40GHz</ns37:cpuDescription>

<ns37:cpu>4</ns37:cpu>

<ns37:coresPerCpu>10</ns37:coresPerCpu>

<ns37:ratedSpeed>

<ns34:quantity>2.4</ns34:quantity>

<ns34:unit>GHz</ns34:unit>

</ns37:ratedSpeed>

<ns37:usedSpeed>

<ns34:quantity>0.96</ns34:quantity>

<ns34:unit>GHz</ns34:unit>

</ns37:usedSpeed>

<ns37:hyperThreadEnabled>true</ns37:hyperThreadEnabled>

<ns37:ramSize>

<ns34:quantity>127.93</ns34:quantity>

<ns34:unit>GB</ns34:unit>

</ns37:ramSize>

</ns37:processPower>

</ns5:hostAttrs>

</ns5:hostInv>

</ns5:Cisco_V_hostList>

</ns5:ciscoDCInv>

</ns5:Cisco_dcList>

</ns5:md>

</ns5:mdList>

</ns4:inventoryData>

</ns4:getInventoryResponse>

</soap:Body>

</soap:Envelope>

Page 75: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

75

3.1.11 ResourceInventoryRetrieval::getInventory ( Host Cluster Names under a DataCenter)

Operation: getInventory SOAP Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">

<soapenv:Header>

<v1:header/>

</soapenv:Header>

<soapenv:Body>

<v11:getInventoryRequest>

<v11:filter>

<v11:baseInstance>

<v12:rdn>

<v12:type>MD</v12:type>

<v12:value>CISCO_PRIME</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>Cisco_DC</v12:type>

<v12:value>10.105.172.252:-:PNIL</v12:value>

</v12:rdn>

</v11:baseInstance>

<v11:includedObjectType>

<v11:objectType>Cisco_V_HostCluster</v11:objectType>

<v11:granularity>NAME</v11:granularity>

</v11:includedObjectType>

</v11:filter>

</v11:getInventoryRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns51="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1"

xmlns:ns50="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns49="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns48="http://www.tmforum.org/mtop/fmw/xsd/md/v1"

xmlns:ns47="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns46="http://www.tmforum.org/mtop/nra/xsd/com/v1"

xmlns:ns45="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns44="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns43="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns42="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns41="http://www.tmforum.org/mtop/nrf/xsd/os/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns38="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns37="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns36="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

Page 76: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 76

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns33="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/mlsn/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nra/xsd/epg/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>getInventory</activityName>

<msgName>getInventoryResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified in NormalizeSoapMsg.processResponse</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

<timestamp>2013-06-20T14:53:15.234+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns4:getInventoryResponse xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"

Page 77: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

77

xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nra/xsd/epg/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/mlsn/v1"

xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"

xmlns:ns33="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns36="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns37="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns38="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns41="http://www.tmforum.org/mtop/nrf/xsd/os/v1"

xmlns:ns42="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns43="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns44="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns45="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns46="http://www.tmforum.org/mtop/nra/xsd/com/v1"

xmlns:ns47="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns48="http://www.tmforum.org/mtop/fmw/xsd/md/v1"

xmlns:ns49="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns50="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns51="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1">

<ns4:inventoryData>

<ns5:mdList>

<ns5:md>

<ns5:Cisco_dcList>

<ns5:ciscoDCInv>

<ns5:Cisco_V_hostClusterList>

<ns5:hostClusterInv>

<ns5:hostClusterNm>ClusterB</ns5:hostClusterNm>

</ns5:hostClusterInv>

<ns5:hostClusterInv>

<ns5:hostClusterNm>Test</ns5:hostClusterNm>

</ns5:hostClusterInv>

</ns5:Cisco_V_hostClusterList>

</ns5:ciscoDCInv>

</ns5:Cisco_dcList>

</ns5:md>

</ns5:mdList>

</ns4:inventoryData>

</ns4:getInventoryResponse>

</soap:Body>

</soap:Envelope>

3.1.12 ResourceInventoryRetrieval::getInventory (Host Cluster details)

Operation: getInventory SOAP Request

Page 78: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 78

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">

<soapenv:Header>

<v1:header/>

</soapenv:Header>

<soapenv:Body>

<v11:getInventoryRequest>

<v11:filter>

<v11:baseInstance>

<v12:rdn>

<v12:type>MD</v12:type>

<v12:value>CISCO_PRIME</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>Cisco_DC</v12:type>

<v12:value>10.105.172.252:-:PNIL</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>Cisco_V_HostCluster</v12:type>

<v12:value>ClusterB</v12:value>

</v12:rdn>

</v11:baseInstance>

<v11:includedObjectType>

<v11:objectType>Cisco_V_HostCluster</v11:objectType>

<v11:granularity>FULL</v11:granularity>

</v11:includedObjectType>

</v11:filter>

</v11:getInventoryRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAPResponse <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns51="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1"

xmlns:ns50="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns49="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns48="http://www.tmforum.org/mtop/fmw/xsd/md/v1"

xmlns:ns47="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns46="http://www.tmforum.org/mtop/nra/xsd/com/v1"

xmlns:ns45="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns44="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns43="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns42="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns41="http://www.tmforum.org/mtop/nrf/xsd/os/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns38="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns37="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns36="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns33="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

Page 79: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

79

xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/mlsn/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nra/xsd/epg/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>getInventory</activityName>

<msgName>getInventoryResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified in NormalizeSoapMsg.processResponse</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

<timestamp>2013-06-20T15:17:05.520+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns4:getInventoryResponse xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nra/xsd/epg/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/mlsn/v1"

xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

Page 80: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 80

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"

xmlns:ns33="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns36="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns37="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns38="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns41="http://www.tmforum.org/mtop/nrf/xsd/os/v1"

xmlns:ns42="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns43="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns44="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns45="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns46="http://www.tmforum.org/mtop/nra/xsd/com/v1"

xmlns:ns47="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns48="http://www.tmforum.org/mtop/fmw/xsd/md/v1"

xmlns:ns49="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns50="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns51="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1">

<ns4:inventoryData>

<ns5:mdList>

<ns5:md>

<ns5:Cisco_dcList>

<ns5:ciscoDCInv>

<ns5:Cisco_V_hostClusterList>

<ns5:hostClusterInv>

<ns5:hostClusterNm>ClusterB</ns5:hostClusterNm>

<ns5:hostClusterAttrs>

<ns6:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1371721625950;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_DC</ns3:type>

<ns3:value>10.105.172.252:-:PNIL</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_V_HostCluster</ns3:type>

<ns3:value>ClusterB</ns3:value>

</ns3:rdn>

</ns6:name>

<ns6:discoveredName>ClusterB</ns6:discoveredName>

<ns6:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=10.105.172.252)][LogicalRoot][Context(ContextName

=Default

context)][ComputeVirtualization][VirtualDataCenter(Name=PNIL)][HostClusterContainer(Na

me=PNIL)][HostCluster(Name=ClusterB)]}</ns2:aliasValue>

Page 81: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

81

</ns2:alias>

</ns6:aliasNameList>

<ns6:vendorExtensions>

<ns2:nvsList>

<ns2:nvs>

<ns2:name>Cisco_vCenter</ns2:name>

<ns2:value>10.105.172.252</ns2:value>

</ns2:nvs>

</ns2:nvsList>

</ns6:vendorExtensions>

<ns34:state>Normal</ns34:state>

<ns34:cpuAllocation>

<ns34:allocatable>

<ns34:quantity>0.0</ns34:quantity>

<ns34:unit>GHz</ns34:unit>

</ns34:allocatable>

<ns34:isUnlimitedMaxAllocation>false</ns34:isUnlimitedMaxAllocation>

</ns34:cpuAllocation>

<ns34:memoryAllocation>

<ns34:allocatable>

<ns34:quantity>0.0</ns34:quantity>

<ns34:unit>GB</ns34:unit>

</ns34:allocatable>

<ns34:isUnlimitedMaxAllocation>false</ns34:isUnlimitedMaxAllocation>

</ns34:memoryAllocation>

<ns36:isHaEnabled>false</ns36:isHaEnabled>

<ns36:isDrsEnabled>false</ns36:isDrsEnabled>

<ns36:vmMigrationCount>0</ns36:vmMigrationCount>

<ns36:evcMotion>AMD Opteron™ Generation

3</ns36:evcMotion>

<ns36:isDpmEnabled>false</ns36:isDpmEnabled>

</ns5:hostClusterAttrs>

</ns5:hostClusterInv>

</ns5:Cisco_V_hostClusterList>

</ns5:ciscoDCInv>

</ns5:Cisco_dcList>

</ns5:md>

</ns5:mdList>

</ns4:inventoryData>

</ns4:getInventoryResponse>

</soap:Body>

</soap:Envelope>

3.1.13 ResourceInventoryRetrieval::getInventory (DataStore Names under a DataCenter)

Operation: getInventory SOAP Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">

Page 82: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 82

<soapenv:Header>

<v1:header>

</v1:header>

</soapenv:Header>

<soapenv:Body>

<v11:getInventoryRequest>

<!--Optional:-->

<v11:filter>

<!--Zero or more repetitions:-->

<v11:baseInstance>

<!--1 or more repetitions:-->

<v12:rdn>

<v12:type>MD</v12:type>

<v12:value>CISCO_PRIME</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>Cisco_DC</v12:type>

<v12:value>VCenter_ILBLR:-:PNIL</v12:value>

</v12:rdn>

</v11:baseInstance>

<v11:includedObjectType>

<v11:objectType>Cisco_V_DataStore</v11:objectType>

<v11:granularity>NAME</v11:granularity>

</v11:includedObjectType>

</v11:filter>

</v11:getInventoryRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAPResponse <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns51="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1"

xmlns:ns50="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns49="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns48="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns47="http://www.tmforum.org/mtop/fmw/xsd/md/v1"

xmlns:ns46="http://www.tmforum.org/mtop/nra/xsd/com/v1"

xmlns:ns45="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns44="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns43="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns42="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns41="http://www.tmforum.org/mtop/nrf/xsd/os/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns38="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns37="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns36="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns33="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

Page 83: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

83

xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/mlsn/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nra/xsd/epg/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>getInventory</activityName>

<msgName>getInventoryResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified in NormalizeSoapMsg.processResponse</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

<timestamp>2013-04-29T17:47:34.351+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns4:getInventoryResponse xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nra/xsd/epg/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/mlsn/v1"

xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

Page 84: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 84

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"

xmlns:ns33="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns36="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns37="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns38="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns41="http://www.tmforum.org/mtop/nrf/xsd/os/v1"

xmlns:ns42="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns43="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns44="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns45="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns46="http://www.tmforum.org/mtop/nra/xsd/com/v1"

xmlns:ns47="http://www.tmforum.org/mtop/fmw/xsd/md/v1"

xmlns:ns48="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns49="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns50="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns51="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1">

<ns4:inventoryData>

<ns5:mdList>

<ns5:md>

<ns5:Cisco_dcList>

<ns5:ciscoDCInv>

<ns5:Cisco_V_dataStoreList>

<ns5:storeInv>

<ns5:dataStoreNm>datastore1</ns5:dataStoreNm>

</ns5:storeInv>

<ns5:storeInv>

<ns5:dataStoreNm>PN-ANA-Datasore-1</ns5:dataStoreNm>

</ns5:storeInv>

<ns5:storeInv>

<ns5:dataStoreNm>test</ns5:dataStoreNm>

</ns5:storeInv>

</ns5:Cisco_V_dataStoreList>

</ns5:ciscoDCInv>

</ns5:Cisco_dcList>

</ns5:md>

</ns5:mdList>

</ns4:inventoryData>

</ns4:getInventoryResponse>

</soap:Body>

</soap:Envelope>

3.1.14 ResourceInventoryRetrieval::getInventory (DataStore details)

Operation: getInventory SOAP Request <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">

<soapenv:Header>

Page 85: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

85

<v1:header/>

</soapenv:Header>

<soapenv:Body>

<v11:getInventoryRequest>

<v11:filter>

<v11:baseInstance>

<v12:rdn>

<v12:type>MD</v12:type>

<v12:value>CISCO_PRIME</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>Cisco_DC</v12:type>

<v12:value>10.105.172.252:-:PNIL</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>Cisco_V_DataStore</v12:type>

<v12:value>datastore1 (2)</v12:value>

</v12:rdn>

</v11:baseInstance>

<v11:includedObjectType>

<v11:objectType>Cisco_V_DataStore</v11:objectType>

<v11:granularity>FULL</v11:granularity>

</v11:includedObjectType>

</v11:filter>

</v11:getInventoryRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAPResponse <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns51="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1"

xmlns:ns50="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns49="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns48="http://www.tmforum.org/mtop/fmw/xsd/md/v1"

xmlns:ns47="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns46="http://www.tmforum.org/mtop/nra/xsd/com/v1"

xmlns:ns45="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns44="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns43="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns42="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns41="http://www.tmforum.org/mtop/nrf/xsd/os/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns38="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns37="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns36="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns33="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

Page 86: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 86

xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/mlsn/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nra/xsd/epg/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>getInventory</activityName>

<msgName>getInventoryResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified in NormalizeSoapMsg.processResponse</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

<timestamp>2013-06-20T16:11:14.662+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns4:getInventoryResponse xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nra/xsd/epg/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/mlsn/v1"

xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

Page 87: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

87

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"

xmlns:ns33="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns36="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns37="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns38="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns41="http://www.tmforum.org/mtop/nrf/xsd/os/v1"

xmlns:ns42="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns43="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns44="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns45="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns46="http://www.tmforum.org/mtop/nra/xsd/com/v1"

xmlns:ns47="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns48="http://www.tmforum.org/mtop/fmw/xsd/md/v1"

xmlns:ns49="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns50="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns51="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1">

<ns4:inventoryData>

<ns5:mdList>

<ns5:md>

<ns5:Cisco_dcList>

<ns5:ciscoDCInv>

<ns5:Cisco_V_dataStoreList>

<ns5:storeInv>

<ns5:dataStoreNm>datastore1 (2)</ns5:dataStoreNm>

<ns5:dataStoreAttrs>

<ns6:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1371724875442;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_DC</ns3:type>

<ns3:value>10.105.172.252:-:PNIL</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_V_DataStore</ns3:type>

<ns3:value>datastore1 (2)</ns3:value>

</ns3:rdn>

</ns6:name>

<ns6:discoveredName>datastore1

(2)</ns6:discoveredName>

<ns6:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=10.105.172.252)][LogicalRoot][Context(ContextName

=Default

context)][ComputeVirtualization][VirtualDataCenter(Name=PNIL)][VirtualDataStoresContai

ner][VirtualDataStore(Name=datastore1 \(2\))]}</ns2:aliasValue>

</ns2:alias>

Page 88: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 88

</ns6:aliasNameList>

<ns6:vendorExtensions>

<ns2:nvsList>

<ns2:nvs>

<ns2:name>Cisco_vCenter</ns2:name>

<ns2:value>10.105.172.252</ns2:value>

</ns2:nvs>

</ns2:nvsList>

</ns6:vendorExtensions>

<ns38:storeType>VMFS</ns38:storeType>

<ns38:storeLocation>ds:///vmfs/volumes/51152902-

3bd2a21e-4baf-0025b510504f/</ns38:storeLocation>

<ns38:freeSpace>

<ns34:quantity>53.52</ns34:quantity>

<ns34:unit>GB</ns34:unit>

</ns38:freeSpace>

<ns38:provisionedSpace>

<ns34:quantity>122.52</ns34:quantity>

<ns34:unit>GB</ns34:unit>

</ns38:provisionedSpace>

<ns38:capacity>

<ns34:quantity>129.0</ns34:quantity>

<ns34:unit>GB</ns34:unit>

</ns38:capacity>

<ns38:isAccessible>true</ns38:isAccessible>

<ns38:isMultiHostAccess>true</ns38:isMultiHostAccess>

<ns38:uuid>51152902-3bd2a21e-4baf-

0025b510504f</ns38:uuid>

</ns5:dataStoreAttrs>

</ns5:storeInv>

</ns5:Cisco_V_dataStoreList>

</ns5:ciscoDCInv>

</ns5:Cisco_dcList>

</ns5:md>

</ns5:mdList>

</ns4:inventoryData>

</ns4:getInventoryResponse>

</soap:Body>

</soap:Envelope>

3.1.15 ResourceInventoryRetrieval::getInventory (Virtual Machine Names under a DataCenter)

Operation: getInventory SOAP Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">

<soapenv:Header>

<v1:header>

</v1:header>

</soapenv:Header>

<soapenv:Body>

<v11:getInventoryRequest>

Page 89: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

89

<!--Optional:-->

<v11:filter>

<!--Zero or more repetitions:-->

<v11:baseInstance>

<!--1 or more repetitions:-->

<v12:rdn>

<v12:type>MD</v12:type>

<v12:value>CISCO_PRIME</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>Cisco_DC</v12:type>

<v12:value>VCenter_ILBLR:-:PNIL</v12:value>

</v12:rdn>

</v11:baseInstance>

<v11:includedObjectType>

<v11:objectType>Cisco_VM</v11:objectType>

<v11:granularity>NAME</v11:granularity>

</v11:includedObjectType>

</v11:filter>

</v11:getInventoryRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAPResponse <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns51="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1"

xmlns:ns50="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns49="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns48="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns47="http://www.tmforum.org/mtop/fmw/xsd/md/v1"

xmlns:ns46="http://www.tmforum.org/mtop/nra/xsd/com/v1"

xmlns:ns45="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns44="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns43="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns42="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns41="http://www.tmforum.org/mtop/nrf/xsd/os/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns38="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns37="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns36="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns33="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/mlsn/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nra/xsd/epg/v1"

Page 90: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 90

xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>getInventory</activityName>

<msgName>getInventoryResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified in NormalizeSoapMsg.processResponse</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

<timestamp>2013-04-29T17:51:35.533+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns4:getInventoryResponse xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nra/xsd/epg/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/mlsn/v1"

xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"

xmlns:ns33="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

Page 91: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

91

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns36="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns37="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns38="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns41="http://www.tmforum.org/mtop/nrf/xsd/os/v1"

xmlns:ns42="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns43="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns44="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns45="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns46="http://www.tmforum.org/mtop/nra/xsd/com/v1"

xmlns:ns47="http://www.tmforum.org/mtop/fmw/xsd/md/v1"

xmlns:ns48="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns49="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns50="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns51="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1">

<ns4:inventoryData>

<ns5:mdList>

<ns5:md>

<ns5:Cisco_vmList>

<ns5:ciscoVMInv>

<ns5:vmNm>vm-261</ns5:vmNm>

</ns5:ciscoVMInv>

<ns5:ciscoVMInv>

<ns5:vmNm>vm-257</ns5:vmNm>

</ns5:ciscoVMInv>

<ns5:ciscoVMInv>

<ns5:vmNm>vm-262</ns5:vmNm>

</ns5:ciscoVMInv>

<ns5:ciscoVMInv>

<ns5:vmNm>vm-258</ns5:vmNm>

</ns5:ciscoVMInv>

</ns5:Cisco_vmList>

</ns5:md>

</ns5:mdList>

</ns4:inventoryData>

</ns4:getInventoryResponse>

</soap:Body>

</soap:Envelope>

3.1.16 ResourceInventoryRetrieval::getInventory (Virtual Machine details)

Operation: getInventory SOAP Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">

<soapenv:Header>

<v1:header>

</v1:header>

</soapenv:Header>

<soapenv:Body>

<v11:getInventoryRequest>

<!--Optional:-->

Page 92: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 92

<v11:filter>

<!--Zero or more repetitions:-->

<v11:baseInstance>

<!--1 or more repetitions:-->

<v12:rdn>

<v12:type>MD</v12:type>

<v12:value>CISCO_PRIME</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>Cisco_DC</v12:type>

<v12:value>VCenter_ILBLR:-:PNIL</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>Cisco_VM</v12:type>

<v12:value>vm-257</v12:value>

</v12:rdn>

</v11:baseInstance>

<v11:includedObjectType>

<v11:objectType>Cisco_VM</v11:objectType>

<v11:granularity>FULL</v11:granularity>

</v11:includedObjectType>

</v11:filter>

</v11:getInventoryRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAPResponse <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns51="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1"

xmlns:ns50="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns49="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns48="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns47="http://www.tmforum.org/mtop/fmw/xsd/md/v1"

xmlns:ns46="http://www.tmforum.org/mtop/nra/xsd/com/v1"

xmlns:ns45="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns44="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns43="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns42="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns41="http://www.tmforum.org/mtop/nrf/xsd/os/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns38="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns37="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns36="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns33="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/mlsn/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

Page 93: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

93

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nra/xsd/epg/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>getInventory</activityName>

<msgName>getInventoryResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified in NormalizeSoapMsg.processResponse</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

<timestamp>2013-04-29T17:51:55.073+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns4:getInventoryResponse xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nra/xsd/epg/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/mlsn/v1"

xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

Page 94: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 94

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"

xmlns:ns33="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns36="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns37="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns38="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns41="http://www.tmforum.org/mtop/nrf/xsd/os/v1"

xmlns:ns42="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns43="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns44="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns45="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns46="http://www.tmforum.org/mtop/nra/xsd/com/v1"

xmlns:ns47="http://www.tmforum.org/mtop/fmw/xsd/md/v1"

xmlns:ns48="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns49="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns50="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns51="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1">

<ns4:inventoryData>

<ns5:mdList>

<ns5:md>

<ns5:Cisco_vmList>

<ns5:ciscoVMInv>

<ns5:vmAttrs>

<ns6:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1367238115853;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_DC</ns3:type>

<ns3:value>VCenter_ILBLR </ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_VM</ns3:type>

<ns3:value>vm-257</ns3:value>

</ns3:rdn>

</ns6:name>

<ns6:discoveredName>VMtest</ns6:discoveredName>

<ns6:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=VCenter_ILBLR)][LogicalRoot][Context(ContextName=

Default

context)][ComputeVirtualization][VirtualDataCenter(Name=PNIL)][HostsContainer][Host(Na

me=10.105.172.244)][VirtualMachine(Name=VMtest)(VmID=vm-257)]}</ns2:aliasValue>

</ns2:alias>

</ns6:aliasNameList>

<ns6:vendorExtensions>

<ns2:nvsList>

<ns2:nvs>

<ns2:name>net://net:1</ns2:name>

<ns2:value>VCenter_ILBLR</ns2:value>

</ns2:nvs>

</ns2:nvsList>

</ns6:vendorExtensions>

<ns34:state>Powered Off</ns34:state>

Page 95: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

95

<ns34:productType>Virtual Machine</ns34:productType>

<ns34:softwareType>Microsoft Windows Server 2008 R2 (64-bit)</ns34:softwareType>

<ns34:softwareVersion>Microsoft Windows Server 2008 R2 (64-bit)</ns34:softwareVersion>

<ns34:cpuAllocation>

<ns34:startUpAllocation>

<ns34:quantity>0.0</ns34:quantity>

<ns34:unit>GHz</ns34:unit>

</ns34:startUpAllocation>

<ns34:guaranteedAllocation>

<ns34:quantity>0.0</ns34:quantity>

<ns34:unit>GHz</ns34:unit>

</ns34:guaranteedAllocation>

<ns34:maxAllocation>

<ns34:quantity>42.45</ns34:quantity>

<ns34:unit>GHz</ns34:unit>

</ns34:maxAllocation>

<ns34:isUnlimitedMaxAllocation>false</ns34:isUnlimitedMaxAllocation>

<ns34:isExpandableAllocation>false</ns34:isExpandableAllocation>

<ns34:share>Custom</ns34:share>

<ns34:customerShareWeight>33333</ns34:customerShareWeight>

</ns34:cpuAllocation>

<ns34:uuid>501c739f-9a87-38de-3980-40a634f739c7</ns34:uuid>

<ns34:memoryAllocation>

<ns34:startUpAllocation>

<ns34:quantity>4.0</ns34:quantity>

<ns34:unit>GB</ns34:unit>

</ns34:startUpAllocation>

<ns34:guaranteedAllocation>

<ns34:quantity>0.0</ns34:quantity>

<ns34:unit>GB</ns34:unit>

</ns34:guaranteedAllocation>

<ns34:maxAllocation>

<ns34:quantity>4.0</ns34:quantity>

<ns34:unit>GB</ns34:unit>

</ns34:maxAllocation>

<ns34:overheadAllocation>

<ns34:quantity>1.69</ns34:quantity>

<ns34:unit>GB</ns34:unit>

</ns34:overheadAllocation>

<ns34:isUnlimitedMaxAllocation>false</ns34:isUnlimitedMaxAllocation>

<ns34:isExpandableAllocation>false</ns34:isExpandableAllocation>

<ns34:share>Custom</ns34:share>

<ns34:customerShareWeight>55555</ns34:customerShareWeight>

</ns34:memoryAllocation>

<ns34:dataStoreAllocation>

<ns34:Cisco_V_StoreAlloc>

<ns6:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1367238115853;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_DC</ns3:type>

<ns3:value>VCenter_ILBLR:-:PNIL</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_VM</ns3:type>

<ns3:value>vm-257</ns3:value>

</ns3:rdn>

Page 96: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 96

<ns3:rdn>

<ns3:type>Cisco_V_dataStoreAllocation</ns3:type>

<ns3:value>test</ns3:value>

</ns3:rdn>

</ns6:name>

<ns34:dataStoreName>test</ns34:dataStoreName>

<ns34:associateEntry>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1367238115853;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_DC</ns3:type>

<ns3:value>VCenter_ILBLR:-:PNIL</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_V_DataStore</ns3:type>

<ns3:value>test</ns3:value>

</ns3:rdn>

</ns34:associateEntry>

</ns34:Cisco_V_StoreAlloc>

</ns34:dataStoreAllocation>

<ns34:serviceId>vm-257</ns34:serviceId>

<ns39:vmVersion>vmx-08</ns39:vmVersion>

<ns39:minRequiredEVCMode>N/A</ns39:minRequiredEVCMode>

<ns39:supportingHostRef>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1367238115853;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_DC</ns3:type>

<ns3:value>VCenter_ILBLR:-:PNIL</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>Cisco_V_Host</ns3:type>

<ns3:value>10.105.172.244</ns3:value>

</ns3:rdn>

</ns39:supportingHostRef>

</ns5:vmAttrs>

</ns5:ciscoVMInv>

</ns5:Cisco_vmList>

</ns5:md>

</ns5:mdList>

</ns4:inventoryData>

</ns4:getInventoryResponse>

</soap:Body>

</soap:Envelope>

3.1.17 ResourceInventoryRetrieval::getInventory (FTP/PortChannel details)

Operation: getInventory

Page 97: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

97

SOAP Request

<soapenv:Envelopexmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"xmlns:v1="ht

tp://www.tmforum.org/mtop/fmw/xsd/hdr/v1"xmlns:v11="http://www.tmforum.org/mtop/mri/xs

d/rir/v1"xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">

<soapenv:Header>

<v1:header>

</v1:header>

</soapenv:Header>

<soapenv:Body>

<v11:getInventoryRequest>

<v11:filter>

<v11:baseInstance>

<v12:rdn>

<v12:type>MD</v12:type>

<v12:value>CISCO_PRIME</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>ME</v12:type>

<v12:value>C9-AGG20</v12:value>

</v12:rdn>

</v11:baseInstance>

<v11:includedObjectType>

<v11:objectType>FTP</v11:objectType>

<v11:granularity>FULL</v11:granularity>

</v11:includedObjectType>

</v11:filter>

</v11:getInventoryRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAPResponse

<soap:Envelopexmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<headerxmlns:ns48="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1"xmlns:ns47="

http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"xmlns:ns46="http://www.tmforum.org/mtop

/fmw/xsd/md/v1"xmlns:ns45="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"xmlns:ns44="http

://www.tmforum.org/mtop/nra/xsd/com/v1"xmlns:ns43="http://www.tmforum.org/mtop/fmw/xsd

/msg/v1"xmlns:ns42="http://www.tmforum.org/mtop/nrf/xsd/tcp/v1"xmlns:ns41="http://www.

tmforum.org/mtop/sb/xsd/csi/v1"xmlns:ns40="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns39="http://www.tmforum.org/mtop/nrf/xsd/os/v1"xmlns:ns38="http://www.tmforum.o

rg/mtop/nrf/xsd/tmd/v1"xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"xmlns:ns3

6="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"xmlns:ns35="http://www.tmforum.org/mtop

/nrf/xsd/fd/v1"xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"xmlns:ns33="h

ttp://www.tmforum.org/mtop/nrf/xsd/route/v1"xmlns:ns32="http://www.tmforum.org/mtop/nr

f/xsd/com/v1"xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"xmlns:ns30="htt

p://www.tmforum.org/mtop/nrf/xsd/snc/v1"xmlns:ns29="http://www.tmforum.org/mtop/nrf/xs

d/mlsn/v1"xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"xmlns:ns27="http://

www.tmforum.org/mtop/nrf/xsd/mfd/v1"xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/gt

p/v1"xmlns:ns25="http://www.tmforum.org/mtop/nra/xsd/epg/v1"xmlns:ns24="http://www.cis

co.com/mtop/nrf/xsd/v_hostCluster/v1"xmlns:ns23="http://www.cisco.com/mtop/nrf/xsd/v_h

ost/v1"xmlns:ns22="http://www.cisco.com/mtop/nrf/xsd/vm/v1"xmlns:ns21="http://www.tmfo

rum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"xmlns:ns20="http://www.cisco.com/mtop/nrb/xsd/v_

rsrci/v1"xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"xmlns:ns18="http://www

.tmforum.org/mtop/nra/xsd/pg/v1"xmlns:ns17="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME

_EQ_Inventory/v1"xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"xmlns:ns15="htt

p://www.tmforum.org/mtop/nrf/xsd/ftp/v1"xmlns:ns14="http://www.tmforum.org/mtop/nrf/xs

d/ctp/v1"xmlns:ns13="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"xmlns:ns12="http://www.

tmforum.org/mtop/nrf/xsd/ptp/v1"xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

Page 98: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 98

xmlns:ns10="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"xmlns:ns9="http://www.tmforum.or

g/mtop/nrb/xsd/lay/v1"xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"xmlns:ns7="

http://www.tmforum.org/mtop/nrb/xsd/cri/v1"xmlns:ns6="http://www.tmforum.org/mtop/fmw/

xsd/coi/v1"xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"xmlns:ns4="http:/

/www.tmforum.org/mtop/mri/xsd/rir/v1"xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/na

m/v1"xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"xmlns="http://www.tmforum.o

rg/mtop/fmw/xsd/hdr/v1">

<activityName>getInventory</activityName>

<msgName>getInventoryResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified in NormalizeSoapMsg.processResponse</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

<timestamp>2013-02-13T12:39:12.520+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns4:getInventoryResponsexmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"xmlns

:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"xmlns:ns3="http://www.tmforum.org/mto

p/fmw/xsd/nam/v1"xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"xmlns:ns5="http

://www.tmforum.org/mtop/nrf/xsd/invdata/v1"xmlns:ns6="http://www.tmforum.org/mtop/fmw/

xsd/coi/v1"xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"xmlns:ns8="http://www

.tmforum.org/mtop/nrf/xsd/me/v1"xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"xmlns:ns11="http://www.tmforum.o

rg/mtop/nrf/xsd/eq/v1"xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"xmlns:ns1

3="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"xmlns:ns14="http://www.tmforum.org/mtop/n

rf/xsd/ctp/v1"xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"xmlns:ns16="http:

//www.tmforum.org/mtop/nrf/xsd/cc/v1"xmlns:ns17="http://www.cisco.com/mtop/nrf/xsd/Cis

co_ME_EQ_Inventory/v1"xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"xmlns:ns19

="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"xmlns:ns20="http://www.cisco.com/mtop/nrb

/xsd/v_rsrci/v1"xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"xmlns

:ns22="http://www.cisco.com/mtop/nrf/xsd/vm/v1"xmlns:ns23="http://www.cisco.com/mtop/n

rf/xsd/v_host/v1"xmlns:ns24="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"xmlns:

ns25="http://www.tmforum.org/mtop/nra/xsd/epg/v1"xmlns:ns26="http://www.tmforum.org/mt

op/nrf/xsd/gtp/v1"xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"xmlns:ns28="h

ttp://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"xmlns:ns29="http://www.tmforum.org/mtop/nr

f/xsd/mlsn/v1"xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"xmlns:ns31="http:

//www.tmforum.org/mtop/nrf/xsd/tpdata/v1"xmlns:ns32="http://www.tmforum.org/mtop/nrf/x

sd/com/v1"xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/route/v1"xmlns:ns34="http://

www.tmforum.org/mtop/nrf/xsd/tppool/v1"xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd

/fd/v1"xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"xmlns:ns37="http://www.

tmforum.org/mtop/nrf/xsd/tl/v1"xmlns:ns38="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns39="http://www.tmforum.org/mtop/nrf/xsd/os/v1"xmlns:ns40="http://www.tmforum.o

rg/mtop/fmw/xsd/vob/v1"xmlns:ns41="http://www.tmforum.org/mtop/sb/xsd/csi/v1"xmlns:ns4

2="http://www.tmforum.org/mtop/nrf/xsd/tcp/v1"xmlns:ns43="http://www.tmforum.org/mtop/

fmw/xsd/msg/v1"xmlns:ns44="http://www.tmforum.org/mtop/nra/xsd/com/v1"xmlns:ns45="http

://www.tmforum.org/mtop/nrb/xsd/itu/v1"xmlns:ns46="http://www.tmforum.org/mtop/fmw/xsd

/md/v1"xmlns:ns47="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"xmlns:ns48="http://w

ww.tmforum.org/mtop/nrf/xsd/fdfrroute/v1">

<ns4:inventoryData>

<ns5:mdList>

<ns5:md>

<ns5:meList>

<ns5:meInv>

<ns5:ftpList>

<ns5:ftpInv>

<ns5:ftpAttrs>

<ns6:name>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

Page 99: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

99

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>C9-AGG20</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>FTP</ns3:type>

<ns3:value>25</ns3:value>

</ns3:rdn>

</ns6:name>

<ns6:aliasNameList>

<ns2:alias>

<ns2:aliasName>PN_DM_OID</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=C9-

AGG20)][LogicalRoot][Context(ContextName=Default

context)][DataLinkAggregationContainer(Type=1)][DataLinkAggregation(Index=25)]}</ns2:a

liasValue>

</ns2:alias>

</ns6:aliasNameList>

<ns6:vendorExtensions>

<ns17:Cisco_FTP_AttrName>

<ns17:aggrProtocolType>Cisco_Manual</ns17:aggrP

rotocolType>

<ns17:adminState>Cisco_UP</ns17:adminState>

<ns17:bandwidth>0.0 Kbps</ns17:bandwidth>

<ns17:grpNumber>25</ns17:grpNumber>

<ns17:macAddress>00 26 98 26 04

C1</ns17:macAddress>

</ns17:Cisco_FTP_AttrName>

</ns6:vendorExtensions>

<ns13:transmissionParametersListxsi:nil="true"xmlns:x

si="http://www.w3.org/2001/XMLSchema-instance"/>

</ns5:ftpAttrs>

</ns5:ftpInv>

<ns5:ftpInv>

<ns5:ftpAttrs>

<ns6:name>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>C9-AGG20</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>FTP</ns3:type>

<ns3:value>30</ns3:value>

</ns3:rdn>

</ns6:name>

<ns6:aliasNameList>

<ns2:alias>

<ns2:aliasName>PN_DM_OID</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=C9-

AGG20)][LogicalRoot][Context(ContextName=Default

context)][DataLinkAggregationContainer(Type=1)][DataLinkAggregation(Index=30)]}</ns2:a

liasValue>

</ns2:alias>

</ns6:aliasNameList>

<ns6:vendorExtensions>

<ns17:Cisco_FTP_AttrName>

<ns17:aggrProtocolType>Cisco_LACP</ns17:aggrPro

tocolType>

<ns17:adminState>Cisco_UP</ns17:adminState>

Page 100: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 100

<ns17:bandwidth>1000.0 Mbps</ns17:bandwidth>

<ns17:grpNumber>30</ns17:grpNumber>

<ns17:memberIpAddrList>

<ns17:ipAddress>192.168.81.1</ns17:ipAddress

>

<ns17:ipAddress>20.0.1.1</ns17:ipAddress>

<ns17:ipAddress>192.168.80.1</ns17:ipAddress

>

</ns17:memberIpAddrList>

<ns17:macAddress>00 26 98 26 04

C0</ns17:macAddress>

<ns17:ftpMemberList>

<ns12:ptp>

<ns6:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1360739356547;DMLIS

T:null</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>C9-AGG20</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>chassis</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>slot=0</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>PTP</ns3:type>

<ns3:value>GigabitEthernet0/0/0/14<

/ns3:value>

</ns3:rdn>

</ns6:name>

<ns13:transmissionParametersList>

<ns13:transmissionParameters>

<ns13:layerRate>LR_Not_Applicable</

ns13:layerRate>

</ns13:transmissionParameters>

</ns13:transmissionParametersList>

</ns12:ptp>

</ns17:ftpMemberList>

<ns17:dot3adLacpAttrs>

<ns17:partnerSystemId>00 26 0B E4 E3

80</ns17:partnerSystemId>

<ns17:actorOperKey>30</ns17:actorOperKey>

<ns17:actorSystemId>00 26 98 26 04

C4</ns17:actorSystemId>

<ns17:actorSystemPriority>32768</ns17:actorS

ystemPriority>

<ns17:collectorMaxDelay>65535</ns17:collecto

rMaxDelay>

<ns17:partnerOperKey>10</ns17:partnerOperKey

>

<ns17:partnerSystemPriority>32768</ns17:part

nerSystemPriority>

Page 101: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

101

</ns17:dot3adLacpAttrs>

</ns17:Cisco_FTP_AttrName>

</ns6:vendorExtensions>

<ns13:transmissionParametersListxsi:nil="true"xmlns:x

si="http://www.w3.org/2001/XMLSchema-instance"/>

</ns5:ftpAttrs>

</ns5:ftpInv>

<ns5:ftpInv>

<ns5:ftpAttrs>

<ns6:name>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>C9-AGG20</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>FTP</ns3:type>

<ns3:value>40</ns3:value>

</ns3:rdn>

</ns6:name>

<ns6:aliasNameList>

<ns2:alias>

<ns2:aliasName>PN_DM_OID</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=C9-

AGG20)][LogicalRoot][Context(ContextName=Default

context)][DataLinkAggregationContainer(Type=1)][DataLinkAggregation(Index=40)]}</ns2:a

liasValue>

</ns2:alias>

</ns6:aliasNameList>

<ns6:vendorExtensions>

<ns17:Cisco_FTP_AttrName>

<ns17:aggrProtocolType>Cisco_LACP</ns17:aggrPro

tocolType>

<ns17:adminState>Cisco_UP</ns17:adminState>

<ns17:bandwidth>1000.0 Mbps</ns17:bandwidth>

<ns17:grpNumber>40</ns17:grpNumber>

<ns17:macAddress>00 26 98 26 04

C9</ns17:macAddress>

<ns17:ftpMemberList>

<ns12:ptp>

<ns6:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1360739356548;DMLIS

T:null</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>C9-AGG20</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>chassis</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

Page 102: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 102

<ns3:value>slot=0</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>PTP</ns3:type>

<ns3:value>GigabitEthernet0/0/0/9</

ns3:value>

</ns3:rdn>

</ns6:name>

<ns13:transmissionParametersList>

<ns13:transmissionParameters>

<ns13:layerRate>LR_Not_Applicable</

ns13:layerRate>

</ns13:transmissionParameters>

</ns13:transmissionParametersList>

</ns12:ptp>

<ns12:ptp>

<ns6:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1360739356548;DMLIS

T:null</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>C9-AGG20</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>chassis</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>slot=0</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>PTP</ns3:type>

<ns3:value>GigabitEthernet0/0/0/12<

/ns3:value>

</ns3:rdn>

</ns6:name>

<ns13:transmissionParametersList>

<ns13:transmissionParameters>

<ns13:layerRate>LR_Not_Applicable</

ns13:layerRate>

</ns13:transmissionParameters>

</ns13:transmissionParametersList>

</ns12:ptp>

</ns17:ftpMemberList>

<ns17:dot3adLacpAttrs>

<ns17:partnerSystemId>00 25 46 EC 65

00</ns17:partnerSystemId>

<ns17:actorOperKey>40</ns17:actorOperKey>

<ns17:actorSystemId>00 26 98 26 04

C4</ns17:actorSystemId>

<ns17:actorSystemPriority>32768</ns17:actorS

ystemPriority>

<ns17:collectorMaxDelay>65535</ns17:collecto

rMaxDelay>

Page 103: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

103

<ns17:partnerOperKey>10</ns17:partnerOperKey

>

<ns17:partnerSystemPriority>32768</ns17:part

nerSystemPriority>

</ns17:dot3adLacpAttrs>

</ns17:Cisco_FTP_AttrName>

</ns6:vendorExtensions>

<ns13:transmissionParametersListxsi:nil="true"xmlns:x

si="http://www.w3.org/2001/XMLSchema-instance"/>

</ns5:ftpAttrs>

</ns5:ftpInv>

<ns5:ftpInv>

<ns5:ftpAttrs>

<ns6:name>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>C9-AGG20</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>FTP</ns3:type>

<ns3:value>20</ns3:value>

</ns3:rdn>

</ns6:name>

<ns6:aliasNameList>

<ns2:alias>

<ns2:aliasName>PN_DM_OID</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=C9-

AGG20)][LogicalRoot][Context(ContextName=Default

context)][DataLinkAggregationContainer(Type=1)][DataLinkAggregation(Index=20)]}</ns2:a

liasValue>

</ns2:alias>

</ns6:aliasNameList>

<ns6:vendorExtensions>

<ns17:Cisco_FTP_AttrName>

<ns17:aggrProtocolType>Cisco_LACP</ns17:aggrPro

tocolType>

<ns17:adminState>Cisco_UP</ns17:adminState>

<ns17:bandwidth>0.0 Kbps</ns17:bandwidth>

<ns17:grpNumber>20</ns17:grpNumber>

<ns17:memberIpAddrList>

<ns17:ipAddress>3.0.0.26</ns17:ipAddress>

<ns17:ipAddress>77.1.100.5</ns17:ipAddress>

</ns17:memberIpAddrList>

<ns17:macAddress>00 26 98 26 04

C2</ns17:macAddress>

<ns17:ftpMemberList>

<ns12:ptp>

<ns6:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1360739356548;DMLIS

T:null</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

Page 104: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 104

<ns3:value>C9-AGG20</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>chassis</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>slot=0</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>PTP</ns3:type>

<ns3:value>GigabitEthernet0/0/0/3</

ns3:value>

</ns3:rdn>

</ns6:name>

<ns13:transmissionParametersList>

<ns13:transmissionParameters>

<ns13:layerRate>LR_Not_Applicable</

ns13:layerRate>

</ns13:transmissionParameters>

</ns13:transmissionParametersList>

</ns12:ptp>

<ns12:ptp>

<ns6:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1360739356548;DMLIS

T:null</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>C9-AGG20</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>chassis</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>slot=0</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>PTP</ns3:type>

<ns3:value>GigabitEthernet0/0/0/2</

ns3:value>

</ns3:rdn>

</ns6:name>

<ns13:transmissionParametersList>

<ns13:transmissionParameters>

<ns13:layerRate>LR_Not_Applicable</

ns13:layerRate>

</ns13:transmissionParameters>

</ns13:transmissionParametersList>

</ns12:ptp>

</ns17:ftpMemberList>

<ns17:dot3adLacpAttrs>

<ns17:partnerSystemId>00 00 00 00 00

00</ns17:partnerSystemId>

Page 105: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

105

<ns17:actorOperKey>20</ns17:actorOperKey>

<ns17:actorSystemId>00 26 98 26 04

C4</ns17:actorSystemId>

<ns17:actorSystemPriority>32768</ns17:actorS

ystemPriority>

<ns17:collectorMaxDelay>65535</ns17:collecto

rMaxDelay>

<ns17:partnerOperKey>0</ns17:partnerOperKey>

<ns17:partnerSystemPriority>0</ns17:partnerS

ystemPriority>

</ns17:dot3adLacpAttrs>

</ns17:Cisco_FTP_AttrName>

</ns6:vendorExtensions>

<ns13:transmissionParametersListxsi:nil="true"xmlns:x

si="http://www.w3.org/2001/XMLSchema-instance"/>

</ns5:ftpAttrs>

</ns5:ftpInv>

<ns5:ftpInv>

<ns5:ftpAttrs>

<ns6:name>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>C9-AGG20</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>FTP</ns3:type>

<ns3:value>100</ns3:value>

</ns3:rdn>

</ns6:name>

<ns6:aliasNameList>

<ns2:alias>

<ns2:aliasName>PN_DM_OID</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=C9-

AGG20)][LogicalRoot][Context(ContextName=Default

context)][DataLinkAggregationContainer(Type=1)][DataLinkAggregation(Index=100)]}</ns2:

aliasValue>

</ns2:alias>

</ns6:aliasNameList>

<ns6:vendorExtensions>

<ns17:Cisco_FTP_AttrName>

<ns17:aggrProtocolType>Cisco_LACP</ns17:aggrPro

tocolType>

<ns17:adminState>Cisco_UP</ns17:adminState>

<ns17:bandwidth>0.0 Kbps</ns17:bandwidth>

<ns17:grpNumber>100</ns17:grpNumber>

<ns17:macAddress>00 26 98 26 04

C9</ns17:macAddress>

<ns17:ftpMemberList>

<ns12:ptp>

<ns6:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1360739356548;DMLIS

T:null</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

Page 106: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 106

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>C9-AGG20</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>chassis</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>slot=0</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>PTP</ns3:type>

<ns3:value>GigabitEthernet0/0/0/5</

ns3:value>

</ns3:rdn>

</ns6:name>

<ns13:transmissionParametersList>

<ns13:transmissionParameters>

<ns13:layerRate>LR_Not_Applicable</

ns13:layerRate>

</ns13:transmissionParameters>

</ns13:transmissionParametersList>

</ns12:ptp>

</ns17:ftpMemberList>

<ns17:dot3adLacpAttrs>

<ns17:partnerSystemId>00 00 00 00 00

00</ns17:partnerSystemId>

<ns17:actorOperKey>100</ns17:actorOperKey>

<ns17:actorSystemId>00 01 00 01 00

01</ns17:actorSystemId>

<ns17:actorSystemPriority>20</ns17:actorSyst

emPriority>

<ns17:collectorMaxDelay>65535</ns17:collecto

rMaxDelay>

<ns17:partnerOperKey>0</ns17:partnerOperKey>

<ns17:partnerSystemPriority>0</ns17:partnerS

ystemPriority>

</ns17:dot3adLacpAttrs>

</ns17:Cisco_FTP_AttrName>

</ns6:vendorExtensions>

<ns13:transmissionParametersListxsi:nil="true"xmlns:x

si="http://www.w3.org/2001/XMLSchema-instance"/>

</ns5:ftpAttrs>

</ns5:ftpInv>

<ns5:ftpInv>

<ns5:ftpAttrs>

<ns6:name>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>C9-AGG20</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>FTP</ns3:type>

<ns3:value>909</ns3:value>

</ns3:rdn>

</ns6:name>

<ns6:aliasNameList>

Page 107: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

107

<ns2:alias>

<ns2:aliasName>PN_DM_OID</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=C9-

AGG20)][LogicalRoot][Context(ContextName=Default

context)][DataLinkAggregationContainer(Type=1)][DataLinkAggregation(Index=909)]}</ns2:

aliasValue>

</ns2:alias>

</ns6:aliasNameList>

<ns6:vendorExtensions>

<ns17:Cisco_FTP_AttrName>

<ns17:aggrProtocolType>Cisco_LACP</ns17:aggrPro

tocolType>

<ns17:adminState>Cisco_UP</ns17:adminState>

<ns17:bandwidth>0.0 Kbps</ns17:bandwidth>

<ns17:grpNumber>909</ns17:grpNumber>

<ns17:macAddress>00 26 98 26 04

C7</ns17:macAddress>

<ns17:dot3adLacpAttrs>

<ns17:partnerSystemId>00 00 00 00 00

00</ns17:partnerSystemId>

<ns17:actorOperKey>909</ns17:actorOperKey>

<ns17:actorSystemId>00 01 00 01 00

01</ns17:actorSystemId>

<ns17:actorSystemPriority>20</ns17:actorSyst

emPriority>

<ns17:collectorMaxDelay>65535</ns17:collecto

rMaxDelay>

<ns17:partnerOperKey>0</ns17:partnerOperKey>

<ns17:partnerSystemPriority>0</ns17:partnerS

ystemPriority>

</ns17:dot3adLacpAttrs>

</ns17:Cisco_FTP_AttrName>

</ns6:vendorExtensions>

<ns13:transmissionParametersListxsi:nil="true"xmlns:x

si="http://www.w3.org/2001/XMLSchema-instance"/>

</ns5:ftpAttrs>

</ns5:ftpInv>

<ns5:ftpInv>

<ns5:ftpAttrs>

<ns6:name>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>C9-AGG20</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>FTP</ns3:type>

<ns3:value>10</ns3:value>

</ns3:rdn>

</ns6:name>

<ns6:aliasNameList>

<ns2:alias>

<ns2:aliasName>PN_DM_OID</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=C9-

AGG20)][LogicalRoot][Context(ContextName=Default

context)][DataLinkAggregationContainer(Type=1)][DataLinkAggregation(Index=10)]}</ns2:a

liasValue>

</ns2:alias>

</ns6:aliasNameList>

<ns6:vendorExtensions>

Page 108: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 108

<ns17:Cisco_FTP_AttrName>

<ns17:aggrProtocolType>Cisco_LACP</ns17:aggrPro

tocolType>

<ns17:adminState>Cisco_UP</ns17:adminState>

<ns17:bandwidth>0.0 Kbps</ns17:bandwidth>

<ns17:grpNumber>10</ns17:grpNumber>

<ns17:macAddress>00 26 98 26 04

C3</ns17:macAddress>

<ns17:ftpMemberList>

<ns12:ptp>

<ns6:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1360739356549;DMLIS

T:null</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>C9-AGG20</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>chassis</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>slot=0</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>PTP</ns3:type>

<ns3:value>GigabitEthernet0/0/0/0</

ns3:value>

</ns3:rdn>

</ns6:name>

<ns13:transmissionParametersList>

<ns13:transmissionParameters>

<ns13:layerRate>LR_Not_Applicable</

ns13:layerRate>

</ns13:transmissionParameters>

</ns13:transmissionParametersList>

</ns12:ptp>

</ns17:ftpMemberList>

<ns17:dot3adLacpAttrs>

<ns17:partnerSystemId>00 00 00 00 00

00</ns17:partnerSystemId>

<ns17:actorOperKey>10</ns17:actorOperKey>

<ns17:actorSystemId>00 26 98 26 04

C4</ns17:actorSystemId>

<ns17:actorSystemPriority>32768</ns17:actorS

ystemPriority>

<ns17:collectorMaxDelay>65535</ns17:collecto

rMaxDelay>

<ns17:partnerOperKey>0</ns17:partnerOperKey>

<ns17:partnerSystemPriority>0</ns17:partnerS

ystemPriority>

</ns17:dot3adLacpAttrs>

</ns17:Cisco_FTP_AttrName>

</ns6:vendorExtensions>

Page 109: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

109

<ns13:transmissionParametersListxsi:nil="true"xmlns:x

si="http://www.w3.org/2001/XMLSchema-instance"/>

</ns5:ftpAttrs>

</ns5:ftpInv>

</ns5:ftpList>

</ns5:meInv>

</ns5:meList>

</ns5:md>

</ns5:mdList>

</ns4:inventoryData>

</ns4:getInventoryResponse>

</soap:Body>

</soap:Envelope>

3.1.18 ResourceInventoryRetrieval::getInventory (All SNC Names)

Operation: getInventory SOAP Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">

<soapenv:Header>

<v1:header>

</v1:header>

</soapenv:Header>

<soapenv:Body>

<v11:getInventoryRequest>

<v11:filter>

<v11:baseInstance>

<v12:rdn>

<v12:type>MD</v12:type>

<v12:value>CISCO_RPIME</v12:value>

</v12:rdn>

</v11:baseInstance>

<v11:includedObjectType>

<v11:objectType>SNC</v11:objectType>

<v11:granularity>NAME</v11:granularity>

</v11:includedObjectType>

</v11:filter>

</v11:getInventoryRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAPResponse <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns51="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1"

xmlns:ns50="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns49="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns48="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns47="http://www.tmforum.org/mtop/fmw/xsd/md/v1"

xmlns:ns46="http://www.tmforum.org/mtop/nra/xsd/com/v1"

xmlns:ns45="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns44="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns43="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

Page 110: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 110

xmlns:ns42="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns41="http://www.tmforum.org/mtop/nrf/xsd/os/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns38="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns37="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns36="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns33="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/mlsn/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nra/xsd/epg/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>getInventory</activityName>

<msgName>getInventoryResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified in NormalizeSoapMsg.processResponse</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

<timestamp>2013-05-17T12:15:18.669+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns4:getInventoryResponse xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns4="http://www.tmforum.org/mtop/mri/xsd/rir/v1"

xmlns:ns5="http://www.tmforum.org/mtop/nrf/xsd/invdata/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns10="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1"

Page 111: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

111

xmlns:ns11="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns13="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns:ns16="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nra/xsd/pg/v1"

xmlns:ns19="http://www.tmforum.org/mtop/nra/xsd/pgp/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nra/xsd/epg/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/gtp/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"

xmlns:ns24="http://www.tmforum.org/mtop/nrf/xsd/mlsn/v1"

xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns28="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/tppool/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/fd/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfr/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/tl/v1"

xmlns:ns33="http://www.cisco.com/mtop/nrf/xsd/Cisco_dc/v1"

xmlns:ns34="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns36="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns37="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns38="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/tmd/v1"

xmlns:ns41="http://www.tmforum.org/mtop/nrf/xsd/os/v1"

xmlns:ns42="http://www.tmforum.org/mtop/fmw/xsd/vob/v1"

xmlns:ns43="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns44="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns45="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns46="http://www.tmforum.org/mtop/nra/xsd/com/v1"

xmlns:ns47="http://www.tmforum.org/mtop/fmw/xsd/md/v1"

xmlns:ns48="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"

xmlns:ns49="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns50="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns51="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1">

<ns4:inventoryData>

<ns5:mdList>

<ns5:md>

<ns5:mlsnList>

<ns5:mlsnInv>

<ns5:sncList>

<ns5:sncInv>

<ns5:sncNm>{"dmIdentifier":"net://net:1","vpnId":"1"}</n

s5:sncNm>

</ns5:sncInv>

<ns5:sncInv>

<ns5:sncNm>{"dmIdentifier":"net://net:1","vpnId":"2"}</n

s5:sncNm>

</ns5:sncInv>

<ns5:sncInv>

<ns5:sncNm>{"dmIdentifier":"net://net:1","vpnId":"3"}</n

s5:sncNm>

</ns5:sncInv>

<ns5:sncInv>

<ns5:sncNm>{"dmIdentifier":"net://net:1","vpnId":"4"}</n

s5:sncNm>

</ns5:sncInv>

Page 112: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 112

</ns5:sncList>

</ns5:mlsnInv>

</ns5:mlsnList>

</ns5:md>

</ns5:mdList>

</ns4:inventoryData>

</ns4:getInventoryResponse>

</soap:Body>

</soap:Envelope>

3.1.19 ConnectionRetrieval::getSubNetworkConnection (SNC details)

Operation: getSubNetworkConnection SOAP Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/conr/v1"

xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">

<soapenv:Header>

<v1:header>

</v1:header>

</soapenv:Header>

<soapenv:Body>

<v11:getSubnetworkConnectionRequest>

<v11:sncRef>

<v12:rdn>

<v12:type>MD</v12:type>

<v12:value>CISCO_PRIME</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>MLSN</v12:type>

<v12:value>CISCO_PRIME</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>SNC</v12:type>

<v12:value>{"dmIdentifier":"net://net:1","vpnId":"3"}</v12:value>

</v12:rdn>

</v11:sncRef>

</v11:getSubnetworkConnectionRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAPResponse <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns26="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns24="http://www.cisco.com/mtop/nrb/xsd/Cisco_MPLS-VPN_LP/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns20="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns18="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

Page 113: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

113

xmlns:ns17="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns5="http://www.tmforum.org/mtop/mri/xsd/conr/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns3="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>getSubnetworkConnection</activityName>

<msgName>getSubnetworkConnectionResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified in NormalizeSoapMsg.processResponse</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

<timestamp>2013-05-16T11:14:10.594+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns5:getSubnetworkConnectionResponse

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/mri/xsd/conr/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns17="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns18="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns19="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns20="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns24="http://www.cisco.com/mtop/nrb/xsd/Cisco_MPLS-VPN_LP/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns26="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns5:snc>

<ns7:name>

<ns4:rdn>

<ns4:type>HINTS</ns4:type>

<ns4:value>TIME:1368683050693;DMLIST:net://net:1</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>MD</ns4:type>

Page 114: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 114

<ns4:value>CISCO_PRIME</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>MLSN</ns4:type>

<ns4:value>Prime Network</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>SNC</ns4:type>

<ns4:value>{"dmIdentifier":"net://net:1","vpnId":"3"}</ns4:value>

</ns4:rdn>

</ns7:name>

<ns7:discoveredName>BLUE</ns7:discoveredName>

<ns7:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[Vpn(Id=3)]}</ns2:aliasValue>

</ns2:alias>

</ns7:aliasNameList>

<ns7:vendorExtensions>

<ns24:Cisco_MPLS-VPNAttrName>

<ns24:Route_NameRefList>

<ns24:VRF_Name>

<ns4:rdn>

<ns4:type>HINTS</ns4:type>

<ns4:value>TIME:1368683050693;DMLIST:net://net:1</ns4:value

>

</ns4:rdn>

<ns4:rdn>

<ns4:type>MD</ns4:type>

<ns4:value>CISCO_PRIME</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>ME</ns4:type>

<ns4:value>172.23.222.223</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>Cisco_V_Route</ns4:type>

<ns4:value>BLUE</ns4:value>

</ns4:rdn>

</ns24:VRF_Name>

</ns24:Route_NameRefList>

</ns24:Cisco_MPLS-VPNAttrName>

</ns7:vendorExtensions>

<ns9:direction>CD_BI</ns9:direction>

<ns9:layerRate>Cisco_LR_MPLS-VPN</ns9:layerRate>

<ns9:aEndTpDataList>

<ns10:tpData>

<ns10:tpRef>

<ns4:rdn>

<ns4:type>HINTS</ns4:type>

<ns4:value>TIME:1368683050693;DMLIST:net://net:1</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>MD</ns4:type>

<ns4:value>CISCO_PRIME</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>ME</ns4:type>

<ns4:value>172.23.222.223</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>CTP</ns4:type>

<ns4:value>Loopback345</ns4:value>

Page 115: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

115

</ns4:rdn>

</ns10:tpRef>

<ns11:transmissionParametersList>

<ns11:transmissionParameters>

<ns11:layerRate>Cisco_LR_MPLS-VPN</ns11:layerRate>

<ns11:vendorExtensions>

<ns24:Cisco_MPLS-VPNCTPAttrName>

<ns24:ipAddress>12.11.22.22</ns24:ipAddress>

<ns24:subNetMask>255.255.255.0</ns24:subNetMask>

<ns24:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=172.23.222.22

3)][LogicalRoot][FWComponentContainer(Type=3)][Vrf(VrfName=BLUE)][IpInterface(IpInterf

aceName=Loopback345)]}</ns2:aliasValue>

</ns2:alias>

</ns24:aliasNameList>

</ns24:Cisco_MPLS-VPNCTPAttrName>

</ns11:vendorExtensions>

</ns11:transmissionParameters>

</ns11:transmissionParametersList>

</ns10:tpData>

<ns10:tpData>

<ns10:tpRef>

<ns4:rdn>

<ns4:type>HINTS</ns4:type>

<ns4:value>TIME:1368683050693;DMLIST:net://net:1</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>MD</ns4:type>

<ns4:value>CISCO_PRIME</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>ME</ns4:type>

<ns4:value>172.23.222.223</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>CTP</ns4:type>

<ns4:value>Loopback366</ns4:value>

</ns4:rdn>

</ns10:tpRef>

<ns11:transmissionParametersList>

<ns11:transmissionParameters>

<ns11:layerRate>Cisco_LR_MPLS-VPN</ns11:layerRate>

<ns11:vendorExtensions>

<ns24:Cisco_MPLS-VPNCTPAttrName>

<ns24:ipAddress>11.22.44.22</ns24:ipAddress>

<ns24:subNetMask>255.255.255.255</ns24:subNetMask>

<ns24:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=172.23.222.22

3)][LogicalRoot][FWComponentContainer(Type=3)][Vrf(VrfName=BLUE)][IpInterface(IpInterf

aceName=Loopback366)]}</ns2:aliasValue>

</ns2:alias>

</ns24:aliasNameList>

</ns24:Cisco_MPLS-VPNCTPAttrName>

</ns11:vendorExtensions>

</ns11:transmissionParameters>

</ns11:transmissionParametersList>

</ns10:tpData>

<ns10:tpData>

<ns10:tpRef>

Page 116: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 116

<ns4:rdn>

<ns4:type>HINTS</ns4:type>

<ns4:value>TIME:1368683050693;DMLIST:net://net:1</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>MD</ns4:type>

<ns4:value>CISCO_PRIME</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>ME</ns4:type>

<ns4:value>172.23.222.223</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>CTP</ns4:type>

<ns4:value>Loopback355</ns4:value>

</ns4:rdn>

</ns10:tpRef>

<ns11:transmissionParametersList>

<ns11:transmissionParameters>

<ns11:layerRate>Cisco_LR_MPLS-VPN</ns11:layerRate>

<ns11:vendorExtensions>

<ns24:Cisco_MPLS-VPNCTPAttrName>

<ns24:ipAddress>11.22.33.44</ns24:ipAddress>

<ns24:subNetMask>255.255.255.255</ns24:subNetMask>

<ns24:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=172.23.222.22

3)][LogicalRoot][FWComponentContainer(Type=3)][Vrf(VrfName=BLUE)][IpInterface(IpInterf

aceName=Loopback355)]}</ns2:aliasValue>

</ns2:alias>

</ns24:aliasNameList>

</ns24:Cisco_MPLS-VPNCTPAttrName>

</ns11:vendorExtensions>

</ns11:transmissionParameters>

</ns11:transmissionParametersList>

</ns10:tpData>

</ns9:aEndTpDataList>

<ns9:correlationIdentifier>BLUE</ns9:correlationIdentifier>

<ns9:callName>BLUE</ns9:callName>

<ns9:connectionId>BLUE</ns9:connectionId>

</ns5:snc>

</ns5:getSubnetworkConnectionResponse>

</soap:Body>

</soap:Envelope>

3.1.20 ConnectionRetrieval::getRoute (SNC’s Route details)

Operation: getRoute SOAP Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/conr/v1"

xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">

<soapenv:Header>

<v1:header>

</v1:header>

Page 117: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

117

</soapenv:Header>

<soapenv:Body>

<v11:getRouteRequest>

<v11:sncRef>

<v12:rdn>

<v12:type>MD</v12:type>

<v12:value>CISCO_PRIME</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>MLSN</v12:type>

<v12:value>CISCO_PRIME</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>SNC</v12:type>

<v12:value>{"dmIdentifier":"net://net:1","vpnId":"3"}</v12:value>

</v12:rdn>

</v11:sncRef>

</v11:getRouteRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAPResponse <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns26="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns24="http://www.cisco.com/mtop/nrb/xsd/Cisco_MPLS-VPN_LP/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns20="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns18="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns17="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns5="http://www.tmforum.org/mtop/mri/xsd/conr/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns3="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>getRoute</activityName>

<msgName>getRouteResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified in NormalizeSoapMsg.processResponse</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

<timestamp>2013-05-16T11:20:04.640+05:30</timestamp>

</header>

Page 118: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 118

</soap:Header>

<soap:Body>

<ns5:getRouteResponse xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/mri/xsd/conr/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/nrf/xsd/snc/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1"

xmlns:ns11="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns15="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns17="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns18="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns19="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns20="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns24="http://www.cisco.com/mtop/nrb/xsd/Cisco_MPLS-VPN_LP/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns26="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns5:route>

<ns23:ccList>

<ns3:cc>

<ns3:direction>CD_BI</ns3:direction>

<ns3:aEndRefList>

<ns3:aEndName>

<ns4:rdn>

<ns4:type>HINTS</ns4:type>

<ns4:value>TIME:1368683405642;DMLIST:net://net:1</ns4:v

alue>

</ns4:rdn>

<ns4:rdn>

<ns4:type>MD</ns4:type>

<ns4:value>CISCO_PRIME</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>ME</ns4:type>

<ns4:value>172.23.222.223</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>CTP</ns4:type>

<ns4:value>Loopback366</ns4:value>

</ns4:rdn>

</ns3:aEndName>

<ns3:aEndName>

<ns4:rdn>

<ns4:type>HINTS</ns4:type>

<ns4:value>TIME:1368683405642;DMLIST:net://net:1</ns4:v

alue>

</ns4:rdn>

<ns4:rdn>

<ns4:type>MD</ns4:type>

<ns4:value>CISCO_PRIME</ns4:value>

</ns4:rdn>

<ns4:rdn>

Page 119: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

119

<ns4:type>ME</ns4:type>

<ns4:value>172.23.222.223</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>CTP</ns4:type>

<ns4:value>Loopback355</ns4:value>

</ns4:rdn>

</ns3:aEndName>

<ns3:aEndName>

<ns4:rdn>

<ns4:type>HINTS</ns4:type>

<ns4:value>TIME:1368683405642;DMLIST:net://net:1</ns4:v

alue>

</ns4:rdn>

<ns4:rdn>

<ns4:type>MD</ns4:type>

<ns4:value>CISCO_PRIME</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>ME</ns4:type>

<ns4:value>172.23.222.223</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>CTP</ns4:type>

<ns4:value>Loopback345</ns4:value>

</ns4:rdn>

</ns3:aEndName>

</ns3:aEndRefList>

<ns3:connectionId>BLUE</ns3:connectionId>

<ns3:vendorExtensions>

<ns24:Cisco_MPLS-VPNRouteAttrName>

<ns24:VRF_Name>

<ns4:rdn>

<ns4:type>HINTS</ns4:type>

<ns4:value>TIME:1368683405642;DMLIST:net://net:1</ns

4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>MD</ns4:type>

<ns4:value>CISCO_PRIME</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>MLSN</ns4:type>

<ns4:value>Prime Network</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>ME</ns4:type>

<ns4:value>172.23.222.223</ns4:value>

</ns4:rdn>

<ns4:rdn>

<ns4:type>Cisco_V_Route</ns4:type>

<ns4:value>BLUE</ns4:value>

</ns4:rdn>

</ns24:VRF_Name>

<ns24:VRF_AddrFamilyList/>

<ns24:VRF_RouteTable>

<ns24:Cisco_VRF_Route>

<ns24:Routing_ProtocolType_Enum>LOCAL</ns24:Routing_

ProtocolType_Enum>

<ns24:Route_Type>DIRECT</ns24:Route_Type>

<ns24:Route_Out_IfName>Loopback355</ns24:Route_Out_I

fName>

<ns24:Route_nextHop>11.22.33.44</ns24:Route_nextHop>

Page 120: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 120

<ns24:Route_Dest_IP>11.22.33.44</ns24:Route_Dest_IP>

<ns24:Route_DestIp_Mask>255.255.255.255</ns24:Route_

DestIp_Mask>

<ns24:Route_Dest_prefixLength>32</ns24:Route_Dest_pr

efixLength>

<ns24:Route_Bottom_In_Label>-

2147483648</ns24:Route_Bottom_In_Label>

<ns24:Route_Bottom_Out_Label>-

2147483648</ns24:Route_Bottom_Out_Label>

</ns24:Cisco_VRF_Route>

<ns24:Cisco_VRF_Route>

<ns24:Routing_ProtocolType_Enum>LOCAL</ns24:Routing_

ProtocolType_Enum>

<ns24:Route_Type>DIRECT</ns24:Route_Type>

<ns24:Route_Out_IfName>Loopback345</ns24:Route_Out_I

fName>

<ns24:Route_nextHop>12.11.22.22</ns24:Route_nextHop>

<ns24:Route_Dest_IP>12.11.22.22</ns24:Route_Dest_IP>

<ns24:Route_DestIp_Mask>255.255.255.255</ns24:Route_

DestIp_Mask>

<ns24:Route_Dest_prefixLength>32</ns24:Route_Dest_pr

efixLength>

<ns24:Route_Bottom_In_Label>-

2147483648</ns24:Route_Bottom_In_Label>

<ns24:Route_Bottom_Out_Label>-

2147483648</ns24:Route_Bottom_Out_Label>

</ns24:Cisco_VRF_Route>

<ns24:Cisco_VRF_Route>

<ns24:Routing_ProtocolType_Enum>LOCAL</ns24:Routing_

ProtocolType_Enum>

<ns24:Route_Type>DIRECT</ns24:Route_Type>

<ns24:Route_Out_IfName>Loopback366</ns24:Route_Out_I

fName>

<ns24:Route_nextHop>11.22.44.22</ns24:Route_nextHop>

<ns24:Route_Dest_IP>11.22.44.22</ns24:Route_Dest_IP>

<ns24:Route_DestIp_Mask>255.255.255.255</ns24:Route_

DestIp_Mask>

<ns24:Route_Dest_prefixLength>32</ns24:Route_Dest_pr

efixLength>

<ns24:Route_Bottom_In_Label>-

2147483648</ns24:Route_Bottom_In_Label>

<ns24:Route_Bottom_Out_Label>-

2147483648</ns24:Route_Bottom_Out_Label>

</ns24:Cisco_VRF_Route>

<ns24:Cisco_VRF_Route>

<ns24:Routing_ProtocolType_Enum>CONNECTED</ns24:Rout

ing_ProtocolType_Enum>

<ns24:Route_Type>DIRECT</ns24:Route_Type>

<ns24:Route_Out_IfName>Loopback345</ns24:Route_Out_I

fName>

<ns24:Route_nextHop>12.11.22.22</ns24:Route_nextHop>

<ns24:Route_Dest_IP>12.11.22.0</ns24:Route_Dest_IP>

<ns24:Route_DestIp_Mask>255.255.255.0</ns24:Route_De

stIp_Mask>

<ns24:Route_Dest_prefixLength>24</ns24:Route_Dest_pr

efixLength>

<ns24:Route_Bottom_In_Label>-

2147483648</ns24:Route_Bottom_In_Label>

<ns24:Route_Bottom_Out_Label>-

2147483648</ns24:Route_Bottom_Out_Label>

</ns24:Cisco_VRF_Route>

</ns24:VRF_RouteTable>

<ns24:aliasNameList>

Page 121: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

121

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=172.23.222.223)

][LogicalRoot][FWComponentContainer(Type=3)][Vrf(VrfName=BLUE)]}</ns2:aliasValue>

</ns2:alias>

</ns24:aliasNameList>

</ns24:Cisco_MPLS-VPNRouteAttrName>

</ns3:vendorExtensions>

</ns3:cc>

</ns23:ccList>

</ns5:route>

</ns5:getRouteResponse>

</soap:Body>

</soap:Envelope>

3.1.21 EquipmentInventoryRetrieval::getAllRemoteEquipmentByPTP (Gigabit Passive Optical Network)

SOAP Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:v11="http://www.tmforum.org/mtop/mri/xsd/eir/v1"

xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">

<soapenv:Header>

<v1:header>

<!--Optional:-->

<v1:msgSpecificProperties>

<!--Zero or more repetitions:-->

<v1:property>

<v1:propName>inventoryFromDm</v1:propName>

<v1:propValue>true</v1:propValue>

</v1:property>

</v1:msgSpecificProperties>

</v1:header>

</soapenv:Header>

<soapenv:Body>

<v11:getAllRemoteEquipmentByPTPRequest>

<!--Optional:-->

<v11:ptpRef>

<!--1 or more repetitions:-->

<v12:rdn>

<v12:type>MD</v12:type>

<v12:value>CISCO_PRIME</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>ME</v12:type>

<v12:value>GPON</v12:value>

</v12:rdn>

<v12:rdn>

<v12:type>PTP</v12:type>

<v12:value>/rack=chassis/slot=2/port=gpon2/1</v12:value

>

</v12:rdn>

</v11:ptpRef>

</v11:getAllRemoteEquipmentByPTPRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response

Page 122: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 122

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns28="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<msgName>getAllRemoteEquipmentByPTPResponse</msgName>

<msgType>RESPONSE</msgType>

<activityStatus>SUCCESS</activityStatus>

<priority>HIGH - modified in NormalizeSoapMsg.processResponse</priority>

<communicationPattern>SimpleResponse</communicationPattern>

<communicationStyle>RPC</communicationStyle>

<timestamp>2013-10-29T18:10:08.453+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns4:getAllRemoteEquipmentByPTPResponse

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<ns11:eoh>

<ns8:eh>

<ns5:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1383050409014;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>GPON</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>remote_unit="'/rack=chassis/slot=9/port=gpon9/1'/shelf='9/PON

1/5'"</ns3:value>

</ns3:rdn>

</ns5:name>

<ns5:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=9)][Modul

e][Port(PortNumber=gpon9/1)][Gpon][ONT(ONTId=9/PON 1/5)]}</ns2:aliasValue>

</ns2:alias>

</ns5:aliasNameList>

<ns6:resourceState>NON_WORKING</ns6:resourceState>

<ns8:holderType>remote_unit</ns8:holderType>

<ns8:holderState>UNKNOWN</ns8:holderState>

</ns8:eh>

</ns11:eoh>

<ns11:eoh>

<ns7:eq>

<ns5:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1383050409014;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>GPON</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>remote_unit="'/rack=chassis/slot=9/port=gpon9/1'/shelf='9/PON

1/5'"</ns3:value>

</ns3:rdn>

Page 123: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

123

<ns3:rdn>

<ns3:type>EQ</ns3:type>

<ns3:value>9/PON 1/5</ns3:value>

</ns3:rdn>

</ns5:name>

<ns5:userLabel>ONU 9.1.5</ns5:userLabel>

<ns5:discoveredName>9/PON 1/5</ns5:discoveredName>

<ns5:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=9)][Modul

e][Port(PortNumber=gpon9/1)][Gpon][ONT(ONTId=9/PON 1/5)]}</ns2:aliasValue>

</ns2:alias>

</ns5:aliasNameList>

<ns5:vendorExtensions>

<ns26:Cisco_EQ_Description>ONU 9.1.5</ns26:Cisco_EQ_Description>

</ns5:vendorExtensions>

<ns7:installedEquipmentObjectType>Cisco_GPON_ONU</ns7:installedEquipmentObjectType>

<ns7:installedSerialNumber>1122334455667788</ns7:installedSerialNumber>

<ns7:resourceFulfillmentState>IN_SERVICE</ns7:resourceFulfillmentState>

<ns7:protectionRole>UNKNOWN</ns7:protectionRole>

<ns7:protectionSchemeState>PSS_UNKNOWN</ns7:protectionSchemeState>

</ns7:eq>

</ns11:eoh>

<ns11:eoh>

<ns8:eh>

<ns5:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1383050409015;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>GPON</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>remote_unit="'/rack=chassis/slot=9/port=gpon9/1'/shelf='9/PON

1/6'"</ns3:value>

</ns3:rdn>

</ns5:name>

<ns5:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=9)][Modul

e][Port(PortNumber=gpon9/1)][Gpon][ONT(ONTId=9/PON 1/6)]}</ns2:aliasValue>

</ns2:alias>

</ns5:aliasNameList>

<ns6:resourceState>NON_WORKING</ns6:resourceState>

<ns8:holderType>remote_unit</ns8:holderType>

<ns8:holderState>UNKNOWN</ns8:holderState>

</ns8:eh>

</ns11:eoh>

<ns11:eoh>

<ns7:eq>

<ns5:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1383050409015;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

Page 124: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 124

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>GPON</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>remote_unit="'/rack=chassis/slot=9/port=gpon9/1'/shelf='9/PON

1/6'"</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EQ</ns3:type>

<ns3:value>9/PON 1/6</ns3:value>

</ns3:rdn>

</ns5:name>

<ns5:userLabel>ONU 9.1.6</ns5:userLabel>

<ns5:discoveredName>9/PON 1/6</ns5:discoveredName>

<ns5:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=9)][Modul

e][Port(PortNumber=gpon9/1)][Gpon][ONT(ONTId=9/PON 1/6)]}</ns2:aliasValue>

</ns2:alias>

</ns5:aliasNameList>

<ns5:vendorExtensions>

<ns26:Cisco_EQ_Description>ONU 9.1.6</ns26:Cisco_EQ_Description>

</ns5:vendorExtensions>

<ns7:installedEquipmentObjectType>Cisco_GPON_ONU</ns7:installedEquipmentObjectType>

<ns7:installedSerialNumber>9999999999099998</ns7:installedSerialNumber>

<ns7:resourceFulfillmentState>IN_SERVICE</ns7:resourceFulfillmentState>

<ns7:protectionRole>UNKNOWN</ns7:protectionRole>

<ns7:protectionSchemeState>PSS_UNKNOWN</ns7:protectionSchemeState>

</ns7:eq>

</ns11:eoh>

<ns11:eoh>

<ns8:eh>

<ns5:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1383050409016;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>GPON</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>remote_unit="'/rack=chassis/slot=9/port=gpon9/1'/shelf='9/PON

1/12'"</ns3:value>

</ns3:rdn>

</ns5:name>

<ns5:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=9)][Modul

e][Port(PortNumber=gpon9/1)][Gpon][ONT(ONTId=9/PON 1/12)]}</ns2:aliasValue>

</ns2:alias>

</ns5:aliasNameList>

<ns6:resourceState>NON_WORKING</ns6:resourceState>

<ns8:holderType>remote_unit</ns8:holderType>

<ns8:holderState>UNKNOWN</ns8:holderState>

</ns8:eh>

Page 125: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

125

</ns11:eoh>

<ns11:eoh>

<ns7:eq>

<ns5:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1383050409016;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>GPON</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>remote_unit="'/rack=chassis/slot=9/port=gpon9/1'/shelf='9/PON

1/12'"</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EQ</ns3:type>

<ns3:value>9/PON 1/12</ns3:value>

</ns3:rdn>

</ns5:name>

<ns5:userLabel>ONU 9.1.12</ns5:userLabel>

<ns5:discoveredName>9/PON 1/12</ns5:discoveredName>

<ns5:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=9)][Modul

e][Port(PortNumber=gpon9/1)][Gpon][ONT(ONTId=9/PON 1/12)]}</ns2:aliasValue>

</ns2:alias>

</ns5:aliasNameList>

<ns5:vendorExtensions>

<ns26:Cisco_EQ_Description>ONU 9.1.12</ns26:Cisco_EQ_Description>

</ns5:vendorExtensions>

<ns7:installedEquipmentObjectType>Cisco_GPON_ONU</ns7:installedEquipmentObjectType>

<ns7:installedSerialNumber>1122334455611799</ns7:installedSerialNumber>

<ns7:resourceFulfillmentState>IN_SERVICE</ns7:resourceFulfillmentState>

<ns7:protectionRole>UNKNOWN</ns7:protectionRole>

<ns7:protectionSchemeState>PSS_UNKNOWN</ns7:protectionSchemeState>

</ns7:eq>

</ns11:eoh>

<ns11:eoh>

<ns8:eh>

<ns5:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1383050409017;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>GPON</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>remote_unit="'/rack=chassis/slot=9/port=gpon9/1'/shelf='9/PON

1/2'"</ns3:value>

</ns3:rdn>

</ns5:name>

<ns5:aliasNameList>

Page 126: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 126

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=9)][Modul

e][Port(PortNumber=gpon9/1)][Gpon][ONT(ONTId=9/PON 1/2)]}</ns2:aliasValue>

</ns2:alias>

</ns5:aliasNameList>

<ns6:resourceState>NON_WORKING</ns6:resourceState>

<ns8:holderType>remote_unit</ns8:holderType>

<ns8:holderState>UNKNOWN</ns8:holderState>

<ns8:location>cisco</ns8:location>

</ns8:eh>

</ns11:eoh>

<ns11:eoh>

<ns7:eq>

<ns5:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1383050409017;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>GPON</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>remote_unit="'/rack=chassis/slot=9/port=gpon9/1'/shelf='9/PON

1/2'"</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EQ</ns3:type>

<ns3:value>9/PON 1/2</ns3:value>

</ns3:rdn>

</ns5:name>

<ns5:userLabel>8900</ns5:userLabel>

<ns5:discoveredName>9/PON 1/2</ns5:discoveredName>

<ns5:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=9)][Modul

e][Port(PortNumber=gpon9/1)][Gpon][ONT(ONTId=9/PON 1/2)]}</ns2:aliasValue>

</ns2:alias>

</ns5:aliasNameList>

<ns5:vendorExtensions>

<ns26:Cisco_EQ_Description>?</ns26:Cisco_EQ_Description>

</ns5:vendorExtensions>

<ns7:installedEquipmentObjectType>Cisco_GPON_ONU</ns7:installedEquipmentObjectType>

<ns7:installedSerialNumber>5054494E07291BA7</ns7:installedSerialNumber>

<ns7:resourceFulfillmentState>OUT_OF_SERVICE</ns7:resourceFulfillmentState>

<ns7:installedVersion>3NT7SFUC00B203</ns7:installedVersion>

<ns7:protectionRole>UNKNOWN</ns7:protectionRole>

<ns7:protectionSchemeState>PSS_UNKNOWN</ns7:protectionSchemeState>

</ns7:eq>

</ns11:eoh>

<ns11:eoh>

<ns8:eh>

<ns5:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1383050409017;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

Page 127: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

127

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>GPON</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>remote_unit="'/rack=chassis/slot=9/port=gpon9/1'/shelf='9/PON

1/1'"</ns3:value>

</ns3:rdn>

</ns5:name>

<ns5:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=9)][Modul

e][Port(PortNumber=gpon9/1)][Gpon][ONT(ONTId=9/PON 1/1)]}</ns2:aliasValue>

</ns2:alias>

</ns5:aliasNameList>

<ns6:resourceState>NON_WORKING</ns6:resourceState>

<ns8:holderType>remote_unit</ns8:holderType>

<ns8:holderState>UNKNOWN</ns8:holderState>

<ns8:location>BLR</ns8:location>

</ns8:eh>

</ns11:eoh>

<ns11:eoh>

<ns7:eq>

<ns5:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1383050409017;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>GPON</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>remote_unit="'/rack=chassis/slot=9/port=gpon9/1'/shelf='9/PON

1/1'"</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EQ</ns3:type>

<ns3:value>9/PON 1/1</ns3:value>

</ns3:rdn>

</ns5:name>

<ns5:userLabel>ONU 9.1.1</ns5:userLabel>

<ns5:discoveredName>9/PON 1/1</ns5:discoveredName>

<ns5:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=9)][Modul

e][Port(PortNumber=gpon9/1)][Gpon][ONT(ONTId=9/PON 1/1)]}</ns2:aliasValue>

</ns2:alias>

</ns5:aliasNameList>

<ns5:vendorExtensions>

<ns26:Cisco_EQ_Description>ONU 9.1.1</ns26:Cisco_EQ_Description>

</ns5:vendorExtensions>

<ns7:installedEquipmentObjectType>Cisco_GPON_ONU</ns7:installedEquipmentObjectType>

<ns7:installedSerialNumber>5054494E1DCEEBD7</ns7:installedSerialNumber>

<ns7:resourceFulfillmentState>OUT_OF_SERVICE</ns7:resourceFulfillmentState>

Page 128: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 128

<ns7:installedVersion>ONTRGW1214A002</ns7:installedVersion>

<ns7:protectionRole>UNKNOWN</ns7:protectionRole>

<ns7:protectionSchemeState>PSS_UNKNOWN</ns7:protectionSchemeState>

</ns7:eq>

</ns11:eoh>

<ns11:eoh>

<ns8:eh>

<ns5:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1383050409018;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>GPON</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>remote_unit="'/rack=chassis/slot=9/port=gpon9/1'/shelf='9/PON

1/10'"</ns3:value>

</ns3:rdn>

</ns5:name>

<ns5:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=9)][Modul

e][Port(PortNumber=gpon9/1)][Gpon][ONT(ONTId=9/PON 1/10)]}</ns2:aliasValue>

</ns2:alias>

</ns5:aliasNameList>

<ns6:resourceState>NON_WORKING</ns6:resourceState>

<ns8:holderType>remote_unit</ns8:holderType>

<ns8:holderState>UNKNOWN</ns8:holderState>

</ns8:eh>

</ns11:eoh>

<ns11:eoh>

<ns7:eq>

<ns5:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1383050409018;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>GPON</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>remote_unit="'/rack=chassis/slot=9/port=gpon9/1'/shelf='9/PON

1/10'"</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EQ</ns3:type>

<ns3:value>9/PON 1/10</ns3:value>

</ns3:rdn>

</ns5:name>

<ns5:userLabel>ONU 9.1.10</ns5:userLabel>

<ns5:discoveredName>9/PON 1/10</ns5:discoveredName>

<ns5:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

Page 129: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

129

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=9)][Modul

e][Port(PortNumber=gpon9/1)][Gpon][ONT(ONTId=9/PON 1/10)]}</ns2:aliasValue>

</ns2:alias>

</ns5:aliasNameList>

<ns5:vendorExtensions>

<ns26:Cisco_EQ_Description>ONU 9.1.10</ns26:Cisco_EQ_Description>

</ns5:vendorExtensions>

<ns7:installedEquipmentObjectType>Cisco_GPON_ONU</ns7:installedEquipmentObjectType>

<ns7:installedSerialNumber>9900000000000000</ns7:installedSerialNumber>

<ns7:resourceFulfillmentState>OUT_OF_SERVICE</ns7:resourceFulfillmentState>

<ns7:protectionRole>UNKNOWN</ns7:protectionRole>

<ns7:protectionSchemeState>PSS_UNKNOWN</ns7:protectionSchemeState>

</ns7:eq>

</ns11:eoh>

<ns11:eoh>

<ns8:eh>

<ns5:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1383050409019;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>GPON</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

<ns3:value>remote_unit="'/rack=chassis/slot=9/port=gpon9/1'/shelf='9/PON

1/11'"</ns3:value>

</ns3:rdn>

</ns5:name>

<ns5:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=9)][Modul

e][Port(PortNumber=gpon9/1)][Gpon][ONT(ONTId=9/PON 1/11)]}</ns2:aliasValue>

</ns2:alias>

</ns5:aliasNameList>

<ns6:resourceState>NON_WORKING</ns6:resourceState>

<ns8:holderType>remote_unit</ns8:holderType>

<ns8:holderState>UNKNOWN</ns8:holderState>

</ns8:eh>

</ns11:eoh>

<ns11:eoh>

<ns7:eq>

<ns5:name>

<ns3:rdn>

<ns3:type>HINTS</ns3:type>

<ns3:value>TIME:1383050409019;DMLIST:net://net:1</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>MD</ns3:type>

<ns3:value>CISCO_PRIME</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>ME</ns3:type>

<ns3:value>GPON</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EH</ns3:type>

Page 130: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 130

<ns3:value>remote_unit="'/rack=chassis/slot=9/port=gpon9/1'/shelf='9/PON

1/11'"</ns3:value>

</ns3:rdn>

<ns3:rdn>

<ns3:type>EQ</ns3:type>

<ns3:value>9/PON 1/11</ns3:value>

</ns3:rdn>

</ns5:name>

<ns5:userLabel>ONU 9.1.11</ns5:userLabel>

<ns5:discoveredName>9/PON 1/11</ns5:discoveredName>

<ns5:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(Sl

otNum=9)][Module][Port(PortNumber=gpon9/1)][Gpon][ONT(ONTId=9/PON

1/11)]}</ns2:aliasValue>

</ns2:alias>

</ns5:aliasNameList>

<ns5:vendorExtensions>

<ns26:Cisco_EQ_Description>ONU 9.1.11</ns26:Cisco_EQ_Description>

</ns5:vendorExtensions>

<ns7:installedEquipmentObjectType>Cisco_GPON_ONU</ns7:installedEquipmentObjectType>

<ns7:installedSerialNumber>1122334455667799</ns7:installedSerialNumber>

<ns7:resourceFulfillmentState>OUT_OF_SERVICE</ns7:resourceFulfillmentState>

<ns7:protectionRole>UNKNOWN</ns7:protectionRole>

<ns7:protectionSchemeState>PSS_UNKNOWN</ns7:protectionSchemeState>

</ns7:eq>

</ns11:eoh>

</ns4:getAllRemoteEquipmentByPTPResponse>

</soap:Body>

</soap:Envelope>

3.2 MTOSI Notification Samples received through SOAP client

3.2.1 VRF notifications

3.2.1.1 VRF Addition

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

Page 131: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

131

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrb/xsd/Cisco_MPLS-VPN_LP/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T17:27:34.919+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

Page 132: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 132

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrb/xsd/Cisco_MPLS-VPN_LP/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns17:resourceObjectCreation>

<ns4:notificationId>0</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T17:27:34.173+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_Route</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368619054173;DMLIST:net://net:16</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>172.23.222.223</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MLSN</ns6:type>

<ns6:value>Prime Network</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Route</ns6:type>

<ns6:value>PINK</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T17:27:34.173+05:30</ns5:osTime>

<ns7:Cisco_routeList>

<ns7:routeAttrs>

<ns8:cc>

<ns8:direction>CD_BI</ns8:direction>

<ns8:aEndRefList>

<ns8:aEndName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1365498805400;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>10.105.39.39</ns6:value>

Page 133: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

133

</ns6:rdn>

<ns6:rdn>

<ns6:type>CTP</ns6:type>

<ns6:value>LoopBack512</ns6:value>

</ns6:rdn>

</ns8:aEndName>

</ns8:aEndRefList>

<ns8:vendorExtensions>

<ns39:Cisco_MPLS-

VPNRouteAttrName>

<ns39:VRF_Name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1365498805400;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>10.105.39.39</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MLSN</ns6:type>

<ns6:value>Prime Network</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Route</ns6:type>

<ns6:value>BLUE</ns6:value>

</ns6:rdn>

</ns39:VRF_Name>

</ns39:Cisco_MPLS-

VPNRouteAttrName>

</ns8:vendorExtensions>

</ns8:cc>

</ns7:routeAttrs>

</ns7:Cisco_routeList>

</ns17:resourceObjectCreation>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.1.2 VRF Deletion

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

Page 134: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 134

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T17:27:34.919+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

Page 135: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

135

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns18:resourceObjectDeletion>

<ns4:notificationId>0</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T17:27:34.173+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_Route</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368619054173;DMLIST:net://net:16</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>172.23.222.223</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MLSN</ns6:type>

<ns6:value>Prime Network</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Route</ns6:type>

<ns6:value>PINK</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T17:27:34.173+05:30</ns5:osTime>

</ns18:resourceObjectDeletion>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.1.3 CTP Association with a VRF <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

Page 136: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 136

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrb/xsd/Cisco_MPLS-VPN_LP/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T17:27:34.919+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

Page 137: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

137

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrb/xsd/Cisco_MPLS-VPN_LP/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns17:resourceObjectCreation>

<ns4:notificationId>0</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T17:27:34.173+05:30</ns4:sourceTime>

<ns5:objectType>CTP</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1366107791233;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>172.22.222.223</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>CTP</ns6:type>

<ns6:value>Loopback345</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T17:27:34.173+05:30</ns5:osTime>

<ns7:object>

<ns40:ctp>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

Page 138: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 138

<ns6:value>TIME:1366107791234;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>172.22.222.223</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>CTP</ns6:type>

<ns6:value>Loopback345</ns6:value>

</ns6:rdn>

</ns9:name>

<ns40:direction>D_BIDIRECTIONAL</ns40:direction>

<ns35:transmissionParametersList>

<ns35:transmissionParameters>

<ns35:layerRate>Cisco_LR_MPLS-VPN</ns35:layerRate>

<ns35:vendorExtensions>

<ns39:Cisco_MPLS-

VPNCTPAttrName>

<ns39:ipAddress>11.22.11.22</ns39:ipAddress>

<ns39:routeRef>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1366107791234;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>172.22.222.223</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MLSN</ns6:type>

<ns6:value>Prime Network</ns6:value>

Page 139: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

139

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Route</ns6:type>

<ns6:value>BLUE</ns6:value>

</ns6:rdn>

</ns39:routeRef>

<ns39:aliasNameList>

<ns7:alias>

<ns7:aliasName>net://net:1</ns7:aliasName>

<ns7:aliasValue>{[ManagedElement(Key=172.22.222.223)][LogicalRoot][FWComponentC

ontainer(Type=3)][Vrf(VrfName=BLUE)][IpInterface(IpInterfaceName=Loopback345)]}</ns7:a

liasValue>

</ns7:alias>

</ns39:aliasNameList>

</ns39:Cisco_MPLS-

VPNCTPAttrName>

</ns35:vendorExtensions>

</ns35:transmissionParameters>

</ns35:transmissionParametersList>

</ns40:ctp>

</ns7:object>

</ns17:resourceObjectCreation>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.1.4 CTP Disassociation with a VRF

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

Page 140: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 140

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrb/xsd/Cisco_MPLS-VPN_LP/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T17:27:34.919+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

Page 141: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

141

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrb/xsd/Cisco_MPLS-VPN_LP/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns18:resourceObjectDeletion>

<ns4:notificationId>0</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T17:27:34.173+05:30</ns4:sourceTime>

<ns5:objectType>CTP</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1366107791233;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>172.22.222.223</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>CTP</ns6:type>

<ns6:value>Loopback345</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T17:27:34.173+05:30</ns5:osTime>

<ns18:resourceObjectDeletion>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.1.5 IP Address of the CTP which is associated with a VRF Changes

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

Page 142: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 142

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrb/xsd/Cisco_MPLS-VPN_LP/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T17:27:34.919+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

Page 143: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

143

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns39="http://www.cisco.com/mtop/nrb/xsd/Cisco_MPLS-VPN_LP/v1"

xmlns:ns40="http://www.tmforum.org/mtop/nrf/xsd/ctp/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns20:resourceAttributeValueChange>

<ns4:notificationId>0</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T17:27:34.173+05:30</ns4:sourceTime>

<ns5:objectType>CTP</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1366107791233;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>172.22.222.223</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>CTP</ns6:type>

<ns6:value>Loopback345</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T17:27:34.173+05:30</ns5:osTime>

<ns19:attributeList>

<ns40:ctp>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1366107791234;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>172.22.222.223</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>CTP</ns6:type>

<ns6:value>Loopback345</ns6:value>

Page 144: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 144

</ns6:rdn>

</ns9:name>

<ns35:transmissionParametersList>

<ns35:transmissionParameters>

<ns35:vendorExtensions>

<ns39:Cisco_MPLS-

VPNCTPAttrName>

<ns39:ipAddress>11.22.11.22</ns39:ipAddress>

</ns39:Cisco_MPLS-

VPNCTPAttrName>

</ns35:vendorExtensions>

</ns35:transmissionParameters>

</ns35:transmissionParametersList>

</ns40:ctp>

</ns19:attributeList>

</ns20:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

3.2.2 Datacenter Logical Inventory notifications

3.2.2.1 Addition of a Host

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

Page 145: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

145

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:08:57.939+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

Page 146: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 146

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns17:resourceObjectCreation>

<ns4:notificationId>1696</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:08:51.236+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_Host</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596331235;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:08:51.236+05:30</ns5:osTime>

<ns7:Cisco_hostList>

<ns7:hostAttrs>

<ns14:Cisco_V_Host>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596331235;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

Page 147: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

147

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

</ns9:name>

<ns9:discoveredName>10.105.172.244</ns9:discoveredName>

<ns9:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=10.105.172.252)][LogicalRoot][Cont

ext(ContextName=Default

context)][ComputeVirtualization][VirtualDataCenter(Name=PNIL)][HostsContai

ner][Host(Name=10.105.172.244)]}</ns2:aliasValue>

</ns2:alias>

</ns9:aliasNameList>

<ns9:vendorExtensions>

<ns2:nvsList>

<ns2:nvs>

<ns2:name>Cisco_vCenter</ns2:name>

<ns2:value>10.105.172.252</ns2:value>

</ns2:nvs>

</ns2:nvsList>

</ns9:vendorExtensions>

<ns14:vMotionEnabled>false</ns14:vMotionEnabled>

<ns14:evcMode>Disabled</ns14:evcMode>

<ns14:faultToleranceEnabled>false</ns14:faultToleranceEnabled>

</ns14:Cisco_V_Host>

</ns7:hostAttrs>

</ns7:Cisco_hostList>

</ns17:resourceObjectCreation>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.2 Removal of a Host

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

Page 148: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 148

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:07:39.510+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

Page 149: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

149

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns18:resourceObjectDeletion>

<ns4:notificationId>1690</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:07:35.114+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_Host</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596255114;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:07:35.114+05:30</ns5:osTime>

</ns18:resourceObjectDeletion>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.3 Changes in Host

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

Page 150: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 150

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:08:57.939+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

Page 151: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

151

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns20:resourceAttributeValueChange>

<ns4:notificationId>1697</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:08:52.308+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_Host</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596332308;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:08:52.308+05:30</ns5:osTime>

<ns19:Cisco_hostList>

<ns19:hostAttrs>

<ns14:Cisco_V_Host>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596331235;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

Page 152: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 152

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

</ns9:name>

<ns11:state>Disconnected</ns11:state>

</ns14:Cisco_V_Host>

</ns19:hostAttrs>

</ns19:Cisco_hostList>

</ns20:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.4 Changes in HostHypervisor <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

Page 153: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

153

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:08:57.939+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns20:resourceAttributeValueChange>

<ns4:notificationId>1699</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:08:54.684+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_Host</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596334683;DMLIST:net://net:1</ns6:value>

Page 154: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 154

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:08:54.684+05:30</ns5:osTime>

<ns19:Cisco_hostList>

<ns19:hostAttrs>

<ns14:Cisco_V_Host>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596331235;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

</ns9:name>

<ns14:hypervisorProperty>

<ns14:softwareType>Hypervisor</ns14:softwareType>

<ns14:state>Running</ns14:state>

</ns14:hypervisorProperty>

</ns14:Cisco_V_Host>

</ns19:hostAttrs>

</ns19:Cisco_hostList>

</ns20:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

Page 155: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

155

3.2.2.5 Changes in HostProcessor <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:08:57.939+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

Page 156: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 156

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns20:resourceAttributeValueChange>

<ns4:notificationId>1698</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:08:53.454+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_Host</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596333454;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:08:53.454+05:30</ns5:osTime>

<ns19:Cisco_hostList>

<ns19:hostAttrs>

<ns14:Cisco_V_Host>

<ns9:name>

<ns6:rdn>

Page 157: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

157

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596331235;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

</ns9:name>

<ns14:processPower>

<ns14:cpu>0</ns14:cpu>

<ns14:coresPerCpu>0</ns14:coresPerCpu>

<ns14:hyperThreadEnabled>false</ns14:hyperThreadEnabled>

</ns14:processPower>

</ns14:Cisco_V_Host>

</ns19:hostAttrs>

</ns19:Cisco_hostList>

</ns20:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.6 Association of a Virtual Network Entity to a Host

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

Page 158: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 158

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:10:04.956+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

Page 159: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

159

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns17:resourceObjectCreation>

<ns4:notificationId>1707</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:09:26.775+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_networkTP</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596366774;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_networkTP</ns6:type>

<ns6:value>vmnic0</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:09:26.775+05:30</ns5:osTime>

<ns7:object>

<ns12:Cisco_V_tp>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596366775;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

Page 160: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 160

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_networkTP</ns6:type>

<ns6:value>vmnic0</ns6:value>

</ns6:rdn>

</ns9:name>

<ns9:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=10.105.172.252)][LogicalRoot][Context(Cont

extName=Default

context)][ComputeVirtualization][VirtualDataCenter(Name=PNIL)][HostsContainer][Host(Na

me=10.105.172.244)][VirtualEntityNetworkEndPoint(Name=vmnic0)]}</ns2:aliasValue>

</ns2:alias>

</ns9:aliasNameList>

<ns12:macAddress>00 25 B5 00 00

3F</ns12:macAddress>

<ns12:mtuSize>0</ns12:mtuSize>

<ns12:operState>Up</ns12:operState>

<ns12:supportingPTP>vmnic0</ns12:supportingPTP>

</ns12:Cisco_V_tp>

</ns7:object>

</ns17:resourceObjectCreation>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.7 Dis-association of Virtual Network Entity to a Host

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

Page 161: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

161

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:07:39.426+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

Page 162: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 162

<ns3:message>

<ns18:resourceObjectDeletion>

<ns4:notificationId>1681</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:07:29.921+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_networkTP</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596249921;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_networkTP</ns6:type>

<ns6:value>vmnic3</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:07:29.921+05:30</ns5:osTime>

</ns18:resourceObjectDeletion>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.8 Changes in Host Virtual Network Entity <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

Page 163: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

163

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:10:04.956+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

Page 164: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 164

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns20:resourceAttributeValueChange>

<ns4:notificationId>1707</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:09:26.775+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_networkTP</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596366774;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_networkTP</ns6:type>

<ns6:value>vmnic0</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:09:26.775+05:30</ns5:osTime>

<ns19:attributeList>

<ns12:Cisco_V_tp>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596366775;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

<ns6:rdn>

Page 165: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

165

<ns6:type>Cisco_V_networkTP</ns6:type>

<ns6:value>vmnic0</ns6:value>

</ns6:rdn>

</ns9:name>

<ns12:operState>Up</ns12:operState>

</ns12:Cisco_V_tp>

</ns19:attributeList>

</ns20:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.9 Changes in HostCPUCapacityProvision <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

Page 166: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 166

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:08:57.939+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns20:resourceAttributeValueChange>

<ns4:notificationId>1701</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:08:56.881+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_Host</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596336881;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

Page 167: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

167

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:08:56.881+05:30</ns5:osTime>

<ns19:Cisco_hostList>

<ns19:hostAttrs>

<ns14:Cisco_V_Host>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596366775;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

</ns9:name>

<ns11:cpuAllocation>

<ns11:allocatable>

<ns11:quantity>0.0</ns11:quantity>

<ns11:unit>GHz</ns11:unit>

</ns11:allocatable>

<ns11:isUnlimitedMaxAllocation>false</ns11:isUnlimitedMaxAllocation>

</ns11:cpuAllocation>

</ns14:Cisco_V_Host>

</ns19:hostAttrs>

</ns19:Cisco_hostList>

</ns20:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.10 Changes in HostDiskCapacityProvision <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

Page 168: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 168

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:08:57.939+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

Page 169: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

169

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns20:resourceAttributeValueChange>

<ns4:notificationId>1700</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:08:55.802+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_Host</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596335802;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:08:55.802+05:30</ns5:osTime>

<ns19:Cisco_hostList>

<ns19:hostAttrs>

<ns14:Cisco_V_Host>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596331235;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

Page 170: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 170

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

</ns9:name>

<ns11:diskAllocation>

<ns11:allocatable>

<ns11:quantity>0.0</ns11:quantity>

<ns11:unit>GB</ns11:unit>

</ns11:allocatable>

</ns11:diskAllocation>

</ns14:Cisco_V_Host>

</ns19:hostAttrs>

</ns19:Cisco_hostList>

</ns20:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.11 Changes in HostMemoryCapacityProvision

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

Page 171: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

171

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:08:57.939+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

Page 172: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 172

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns20:resourceAttributeValueChange>

<ns4:notificationId>1700</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:08:55.802+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_Host</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596335802;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:08:55.802+05:30</ns5:osTime>

<ns19:Cisco_hostList>

<ns19:hostAttrs>

<ns14:Cisco_V_Host>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596331235;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

</ns9:name>

<ns11:memoryAllocation>

<ns11:allocatable>

Page 173: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

173

<ns11:quantity>0.0</ns11:quantity>

<ns11:unit>GB</ns11:unit>

</ns11:allocatable>

<ns11:isUnlimitedMaxAllocation>false</ns11:isUnlimitedMaxAllocation>

</ns11:memoryAllocation>

</ns14:Cisco_V_Host>

</ns19:hostAttrs>

</ns19:Cisco_hostList>

</ns20:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.12 Allocation of a Data Store to a Host

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

Page 174: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 174

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:10:04.956+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns17:resourceObjectCreation>

<ns4:notificationId>1752</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:10:01.435+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_dataStoreAllocation</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596401435;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

Page 175: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

175

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_dataStoreAllocation</ns6:type>

<ns6:value>test2</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:10:01.435+05:30</ns5:osTime>

<ns7:object>

<ns11:Cisco_V_StoreAlloc>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596401435;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_dataStoreAllocation</ns6:type>

<ns6:value>test2</ns6:value>

</ns6:rdn>

</ns9:name>

<ns11:dataStoreName>test2</ns11:dataStoreName>

<ns11:associateEntry>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596401435;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

Page 176: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 176

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_DataStore</ns6:type>

<ns6:value>test2</ns6:value>

</ns6:rdn>

</ns11:associateEntry>

</ns11:Cisco_V_StoreAlloc>

</ns7:object>

</ns17:resourceObjectCreation>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.13 DeAllocation of datastore from a Host <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

Page 177: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

177

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:00:51.467+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns17:resourceObjectCreation>

<ns4:notificationId>1665</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:00:49.162+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_dataStoreAllocation</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368595849162;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

Page 178: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 178

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_dataStoreAllocation</ns6:type>

<ns6:value>datastore1</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:00:49.162+05:30</ns5:osTime>

<ns7:object>

<ns11:Cisco_V_StoreAlloc>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368595849162;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_dataStoreAllocation</ns6:type>

<ns6:value>datastore1</ns6:value>

</ns6:rdn>

</ns9:name>

<ns11:dataStoreName>datastore1</ns11:dataStoreName>

<ns11:associateEntry>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368595849162;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

Page 179: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

179

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_DataStore</ns6:type>

<ns6:value>datastore1</ns6:value>

</ns6:rdn>

</ns11:associateEntry>

</ns11:Cisco_V_StoreAlloc>

</ns7:object>

</ns17:resourceObjectCreation>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.14 Changes in the Data Store Associated with the Host

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://pwww.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

Page 180: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 180

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:10:04.956+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns20:resourceAttributeValueChange>

<ns4:notificationId>1752</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:10:01.435+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_dataStoreAllocation</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

Page 181: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

181

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596401435;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_dataStoreAllocation</ns6:type>

<ns6:value>test2</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:10:01.435+05:30</ns5:osTime>

<ns19:attributeList>

<ns11:Cisco_V_StoreAlloc>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596401435;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_dataStoreAllocation</ns6:type>

<ns6:value>test2</ns6:value>

</ns6:rdn>

</ns9:name>

<ns11:isdataAccessible>true</ns11:isdataAccessible>

</ns11:Cisco_V_StoreAlloc>

</ns19:attributeList>

</ns20:resourceAttributeValueChange>

</ns3:message>

Page 182: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 182

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.15 Migration of a new Virtual Machine with Host/Addition of a new Virtual Machine under a Host

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:00:51.467+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

Page 183: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

183

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns17:resourceObjectCreation>

<ns4:notificationId>1663</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:00:48.599+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_VM</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368595848595;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252 </ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_VM</ns6:type>

<ns6:value>vm-561</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:00:48.599+05:30</ns5:osTime>

<ns7:Cisco_vMList>

Page 184: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 184

<ns7:vmAttrs>

<ns13:Cisco_VM>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368595848595;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_VM</ns6:type>

<ns6:value>vm-

561</ns6:value>

</ns6:rdn>

</ns9:name>

<ns9:discoveredName>PNILS</ns9:discoveredName>

<ns9:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=10.105.172.252)][LogicalRoot][Context(Cont

extName=Default

context)][ComputeVirtualization][VirtualDataCenter(Name=PNIL)][HostsContainer][Host(Na

me=10.105.172.244)][VirtualMachine(Name=PNILS)(VmID=vm-561)]}</ns2:aliasValue>

</ns2:alias>

</ns9:aliasNameList>

<ns9:vendorExtensions>

<ns2:nvsList>

<ns2:nvs>

<ns2:name>Cisco_vCenter</ns2:name>

<ns2:value>10.105.172.252</ns2:value>

</ns2:nvs>

</ns2:nvsList>

</ns9:vendorExtensions>

<ns11:state>Powered

Off</ns11:state>

<ns11:productType>Virtual

Machine</ns11:productType>

<ns11:softwareType>Microsoft

Windows Server 2008 R2 (64-bit)</ns11:softwareType>

<ns11:softwareVersion>Microsoft

Windows Server 2008 R2 (64-bit)</ns11:softwareVersion>

<ns11:uuid>501cad62-14b1-8ee1-

e35b-ccd9d2b53c25</ns11:uuid>

<ns11:serviceId>vm-

561</ns11:serviceId>

Page 185: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

185

<ns13:vmVersion>vmx-

08</ns13:vmVersion>

<ns13:minRequiredEVCMode>N/A</ns13:minRequiredEVCMode>

<ns13:supportingHostRef>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368595848599;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_Host</ns6:type>

<ns6:value>10.105.172.244</ns6:value>

</ns6:rdn>

</ns13:supportingHostRef>

</ns13:Cisco_VM>

</ns7:vmAttrs>

</ns7:Cisco_vMList>

</ns17:resourceObjectCreation>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.16 Removal of a Virtual Machine <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

Page 186: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 186

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T10:58:46.578+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

Page 187: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

187

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns18:resourceObjectDeletion>

<ns4:notificationId>1660</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T10:58:45.862+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_VM</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368595725862;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_VM</ns6:type>

<ns6:value>vm-526</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T10:58:45.862+05:30</ns5:osTime>

</ns18:resourceObjectDeletion>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.17 Changes in Virtual Machine <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

Page 188: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 188

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:45:21.773+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

Page 189: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

189

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns20:resourceAttributeValueChange>

<ns4:notificationId>1779</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:45:21.161+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_VM</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368598521160;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_VM</ns6:type>

<ns6:value>vm-574</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:45:21.161+05:30</ns5:osTime>

<ns19:Cisco_vMList>

<ns19:vmAttrs>

<ns13:Cisco_VM>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368595848595;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_VM</ns6:type>

<ns6:value>vm-

561</ns6:value>

</ns6:rdn>

</ns9:name>

<ns11:state>Powered

Off</ns11:state>

</ns13:Cisco_VM>

Page 190: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 190

</ns19:vmAttrs>

</ns19:Cisco_vMList>

</ns20:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.18 Changes in VMMemoryCapacityAllocation <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:00:51.467+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

Page 191: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

191

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns20:resourceAttributeValueChange>

<ns4:notificationId>1666</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:00:49.723+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_VM</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368595849722;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_VM</ns6:type>

<ns6:value>vm-561</ns6:value>

</ns6:rdn>

</ns5:objectName>

Page 192: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 192

<ns5:osTime>2013-05-

15T11:00:49.723+05:30</ns5:osTime>

<ns19:Cisco_vMList>

<ns19:vmAttrs>

<ns13:Cisco_VM>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368595848595;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_VM</ns6:type>

<ns6:value>vm-

561</ns6:value>

</ns6:rdn>

</ns9:name>

<ns11:memoryAllocation>

<ns11:startUpAllocation>

<ns11:quantity>4.0</ns11:quantity>

<ns11:unit>GB</ns11:unit>

</ns11:startUpAllocation>

<ns11:guaranteedAllocation>

<ns11:quantity>0.0</ns11:quantity>

<ns11:unit>GB</ns11:unit>

</ns11:guaranteedAllocation>

<ns11:maxAllocation>

<ns11:quantity>4.0</ns11:quantity>

<ns11:unit>GB</ns11:unit>

</ns11:maxAllocation>

<ns11:overheadAllocation>

<ns11:quantity>0.12</ns11:quantity>

<ns11:unit>GB</ns11:unit>

</ns11:overheadAllocation>

<ns11:isUnlimitedMaxAllocation>false</ns11:isUnlimitedMaxAllocation>

<ns11:isExpandableAllocation>false</ns11:isExpandableAllocation>

Page 193: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

193

<ns11:share>Normal</ns11:share>

<ns11:customerShareWeight>40960</ns11:customerShareWeight>

</ns11:memoryAllocation>

</ns13:Cisco_VM>

</ns19:vmAttrs>

</ns19:Cisco_vMList>

</ns20:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.19 Changes in of a VMCPUCapacityAllocation <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

Page 194: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 194

<timestamp>2013-05-15T11:00:51.467+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns20:resourceAttributeValueChange>

<ns4:notificationId>1667</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:00:50.297+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_VM</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368595850297;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252 </ns6:value>

</ns6:rdn>

Page 195: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

195

<ns6:rdn>

<ns6:type>Cisco_VM</ns6:type>

<ns6:value>vm-561</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:00:50.297+05:30</ns5:osTime>

<ns19:Cisco_vMList>

<ns19:vmAttrs>

<ns13:Cisco_VM/>

</ns19:vmAttrs>

</ns19:Cisco_vMList>

</ns20:resourceAttributeValueChange>

<ns20:resourceAttributeValueChange>

<ns4:notificationId>1668</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:00:50.877+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_VM</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368595850877;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_VM</ns6:type>

<ns6:value>vm-561</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:00:50.877+05:30</ns5:osTime>

<ns19:Cisco_vMList>

<ns19:vmAttrs>

<ns13:Cisco_VM>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368595848595;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252</ns6:value>

</ns6:rdn>

<ns6:rdn>

Page 196: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 196

<ns6:type>Cisco_VM</ns6:type>

<ns6:value>vm-

561</ns6:value>

</ns6:rdn>

</ns9:name>

<ns11:cpuAllocation>

<ns11:startUpAllocation>

<ns11:quantity>0.0</ns11:quantity>

<ns11:unit>GHz</ns11:unit>

</ns11:startUpAllocation>

<ns11:guaranteedAllocation>

<ns11:quantity>0.0</ns11:quantity>

<ns11:unit>GHz</ns11:unit>

</ns11:guaranteedAllocation>

<ns11:maxAllocation>

<ns11:quantity>2.9</ns11:quantity>

<ns11:unit>GHz</ns11:unit>

</ns11:maxAllocation>

<ns11:isUnlimitedMaxAllocation>false</ns11:isUnlimitedMaxAllocation>

<ns11:isExpandableAllocation>false</ns11:isExpandableAllocation>

<ns11:share>Normal</ns11:share>

<ns11:customerShareWeight>1000</ns11:customerShareWeight>

</ns11:cpuAllocation>

</ns13:Cisco_VM>

</ns19:vmAttrs>

</ns19:Cisco_vMList>

</ns20:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.20 Association of a Virtual Network Entity with a Virtual Machine

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

Page 197: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

197

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:10:04.956+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

Page 198: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 198

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns17:resourceObjectCreation>

<ns4:notificationId>1707</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:09:26.775+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_networkTP</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596366774;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL

</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_VM</ns6:type>

<ns6:value>vm-378</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_networkTP</ns6:type>

<ns6:value>vmnic0</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:09:26.775+05:30</ns5:osTime>

<ns7:object>

<ns12:Cisco_V_tp>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596366775;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

Page 199: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

199

<ns6:rdn>

<ns6:type>Cisco_VM</ns6:type>

<ns6:value>vm-

378</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_networkTP</ns6:type>

<ns6:value>vmnic0</ns6:value>

</ns6:rdn>

</ns9:name>

<ns9:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=10.105.172.252)][LogicalRoot][Context(Cont

extName=Default

context)][ComputeVirtualization][VirtualDataCenter(Name=PNIL)][HostsContainer][Host(Na

me=10.105.172.244)][VirtualMachine(Name=Test_VM)(VmID=vm-

573)][VirtualEntityNetworkEndPoint(Name=vmnic0)]}</ns2:aliasValue>

</ns2:alias>

</ns9:aliasNameList>

<ns12:macAddress>00 25 B5 00 00

3F</ns12:macAddress>

<ns12:mtuSize>0</ns12:mtuSize>

<ns12:operState>Up</ns12:operState>

<ns12:supportingPTP>vmnic0</ns12:supportingPTP>

</ns12:Cisco_V_tp>

</ns7:object>

</ns17:resourceObjectCreation>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.21 Dis-association of a Virtual Network Entity with a Virtual Machine

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

Page 200: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 200

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:07:39.426+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

Page 201: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

201

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns18:resourceObjectDeletion>

<ns4:notificationId>1681</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:07:29.921+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_networkTP</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596249921;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL

</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_VM</ns6:type>

<ns6:value>vm-378</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_networkTP</ns6:type>

<ns6:value>vmnic3</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:07:29.921+05:30</ns5:osTime>

</ns18:resourceObjectDeletion>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.22 Changes in Virtual Machine Virtual network entity

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

Page 202: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 202

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:10:04.956+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

Page 203: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

203

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns20:resourceAttributeValueChange>

<ns4:notificationId>1707</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:09:26.775+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_networkTP</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596366774;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL

</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_VM</ns6:type>

<ns6:value>vm-378</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_networkTP</ns6:type>

<ns6:value>vmnic0</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:09:26.775+05:30</ns5:osTime>

<ns19:attributeList>

<ns12:Cisco_V_tp>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596366775;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

Page 204: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 204

<ns6:rdn>

<ns6:type>Cisco_VM</ns6:type>

<ns6:value>vm-

378</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_networkTP</ns6:type>

<ns6:value>vmnic0</ns6:value>

</ns6:rdn>

</ns9:name>

<ns12:operState>Up</ns12:operState>

</ns12:Cisco_V_tp>

</ns19:attributeList>

</ns20:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.23 Allocation of a Data Store to a Virtual Machine

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

Page 205: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

205

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:10:04.956+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns17:resourceObjectCreation>

<ns4:notificationId>1752</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:10:01.435+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_dataStoreAllocation</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

Page 206: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 206

<ns6:value>TIME:1368596401435;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL

</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_VM</ns6:type>

<ns6:value>vm-572</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_dataStoreAllocation</ns6:type>

<ns6:value>test2</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:10:01.435+05:30</ns5:osTime>

<ns7:object>

<ns11:Cisco_V_StoreAlloc>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596401435;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_VM</ns6:type>

<ns6:value>vm-

572</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_dataStoreAllocation</ns6:type>

<ns6:value>test2</ns6:value>

</ns6:rdn>

</ns9:name>

<ns11:dataStoreName>test2</ns11:dataStoreName>

<ns11:associateEntry>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596401435;DMLIST:net://net:1</ns6:value>

Page 207: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

207

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_DataStore</ns6:type>

<ns6:value>test2</ns6:value>

</ns6:rdn>

</ns11:associateEntry>

</ns11:Cisco_V_StoreAlloc>

</ns7:object>

</ns17:resourceObjectCreation>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.24 DeAllocation of a Data Store from a Virtual Machine

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

Page 208: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 208

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:00:51.467+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns18:resourceObjectDeletion>

<ns4:notificationId>1665</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:00:49.162+05:30</ns4:sourceTime>

Page 209: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

209

<ns5:objectType>Cisco_V_dataStoreAllocation</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368595849162;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL

</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_VM</ns6:type>

<ns6:value>vm-561</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_dataStoreAllocation</ns6:type>

<ns6:value>datastore1</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:00:49.162+05:30</ns5:osTime>

</ns18:resourceObjectDeletion>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.25 Addition of a Host Cluster

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

Page 210: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 210

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:47:02.836+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1" xmlns:ns9="http://www.tmfor

um.org/mtop/fmw/xsd/coi/v1" xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

Page 211: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

211

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns17:resourceObjectCreation>

<ns4:notificationId>1802</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:47:01.124+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_HostCluster</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368598621123;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_HostCluster</ns6:type>

<ns6:value>ClusterB</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:47:01.124+05:30</ns5:osTime>

<ns7:Cisco_hostClusterList>

<ns7:hostClusterAttrs>

<ns15:Cisco_V_HostCluster>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368598621123;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_HostCluster</ns6:type>

<ns6:value>ClusterB</ns6:value>

</ns6:rdn>

</ns9:name>

<ns9:discoveredName>ClusterB</ns9:discoveredName>

<ns9:aliasNameList>

<ns2:alias>

Page 212: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 212

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=10.105.172.252)][LogicalRoot][Context(Cont

extName=Default

context)][ComputeVirtualization][VirtualDataCenter(Name=PNIL)][HostClusterContainer][H

ostCluster(Name=ClusterB)]}</ns2:aliasValue>

</ns2:alias>

</ns9:aliasNameList>

<ns9:vendorExtensions>

<ns2:nvsList>

<ns2:nvs>

<ns2:name>Cisco_vCenter</ns2:name>

<ns2:value>10.105.172.252</ns2:value>

</ns2:nvs>

</ns2:nvsList>

</ns9:vendorExtensions>

<ns11:state>Normal</ns11:state>

<ns15:isHaEnabled>false</ns15:isHaEnabled>

<ns15:isDrsEnabled>false</ns15:isDrsEnabled>

<ns15:vmMigrationCount>0</ns15:vmMigrationCount>

<ns15:isDpmEnabled>false</ns15:isDpmEnabled>

</ns15:Cisco_V_HostCluster>

</ns7:hostClusterAttrs>

</ns7:Cisco_hostClusterList>

</ns17:resourceObjectCreation>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.26 Removal of a Host Cluster

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

Page 213: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

213

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T10:50:10.696+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

Page 214: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 214

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns18:resourceObjectDeletion>

<ns4:notificationId>1635</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T10:50:10.126+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_HostCluster</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368595210126;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_HostCluster</ns6:type>

<ns6:value>samplecluster</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T10:50:10.126+05:30</ns5:osTime>

</ns18:resourceObjectDeletion>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.27 Changes in Host Cluster

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

Page 215: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

215

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:50:46.653+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

Page 216: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 216

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns20:resourceAttributeValueChange>

<ns4:notificationId>1812</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:50:46.070+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_HostCluster</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368598846070;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_HostCluster</ns6:type>

<ns6:value>ClusterB</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:50:46.070+05:30</ns5:osTime>

<ns19:Cisco_hostClusterList>

<ns19:hostClusterAttrs>

<ns15:Cisco_V_HostCluster>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368598846070;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_HostCluster</ns6:type>

<ns6:value>ClusterB</ns6:value>

</ns6:rdn>

Page 217: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

217

</ns9:name>

<ns15:evcMotion>amd-

greyhound</ns15:evcMotion>

</ns15:Cisco_V_HostCluster>

</ns19:hostClusterAttrs>

</ns19:Cisco_hostClusterList>

</ns20:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.28 Changes in HostClusterCPUCapacityProvision

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:47:02.836+05:30</timestamp>

Page 218: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 218

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns20:resourceAttributeValueChange>

<ns4:notificationId>1803</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:47:01.670+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_HostCluster</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368598621669;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

Page 219: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

219

<ns6:rdn>

<ns6:type>Cisco_V_HostCluster</ns6:type>

<ns6:value>ClusterB</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:47:01.670+05:30</ns5:osTime>

<ns19:Cisco_hostClusterList>

<ns19:hostClusterAttrs>

<ns15:Cisco_V_HostCluster>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368598621669;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_HostCluster</ns6:type>

<ns6:value>ClusterB</ns6:value>

</ns6:rdn>

</ns9:name>

<ns11:cpuAllocation>

<ns11:allocatable>

<ns11:quantity>0.0</ns11:quantity>

<ns11:unit>GHz</ns11:unit>

</ns11:allocatable>

<ns11:isUnlimitedMaxAllocation>false</ns11:isUnlimitedMaxAllocation>

</ns11:cpuAllocation>

</ns15:Cisco_V_HostCluster>

</ns19:hostClusterAttrs>

</ns19:Cisco_hostClusterList>

</ns20:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.29 Changes in HostClusterDiskCapacityProvision <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

Page 220: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 220

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:47:02.836+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

Page 221: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

221

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns20:resourceAttributeValueChange>

<ns4:notificationId>1804</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:47:02.273+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_HostCluster</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368598622272;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_HostCluster</ns6:type>

<ns6:value>ClusterB</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:47:02.273+05:30</ns5:osTime>

<ns19:Cisco_hostClusterList>

<ns19:hostClusterAttrs>

<ns15:Cisco_V_HostCluster>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368598622273;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

Page 222: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 222

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_HostCluster</ns6:type>

<ns6:value>ClusterB</ns6:value>

</ns6:rdn>

</ns9:name>

<ns11:diskAllocation>

<ns11:allocatable>

<ns11:quantity>10.0</ns11:quantity>

<ns11:unit>GB</ns11:unit>

</ns11:allocatable>

</ns11:diskAllocation>

</ns15:Cisco_V_HostCluster>

</ns19:hostClusterAttrs>

</ns19:Cisco_hostClusterList>

</ns20:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.30 Changes in HostClusterMemoryCapacityProvision

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

Page 223: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

223

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:47:02.836+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

Page 224: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 224

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns20:resourceAttributeValueChange>

<ns4:notificationId>1804</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:47:02.273+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_HostCluster</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368598622272;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_HostCluster</ns6:type>

<ns6:value>ClusterB</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:47:02.273+05:30</ns5:osTime>

<ns19:Cisco_hostClusterList>

<ns19:hostClusterAttrs>

<ns15:Cisco_V_HostCluster>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368598622273;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_HostCluster</ns6:type>

<ns6:value>ClusterB</ns6:value>

</ns6:rdn>

</ns9:name>

<ns11:memoryAllocation>

Page 225: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

225

<ns11:allocatable>

<ns11:quantity>0.0</ns11:quantity>

<ns11:unit>GB</ns11:unit>

</ns11:allocatable>

<ns11:isUnlimitedMaxAllocation>false</ns11:isUnlimitedMaxAllocation>

</ns11:memoryAllocation>

</ns15:Cisco_V_HostCluster>

</ns19:hostClusterAttrs>

</ns19:Cisco_hostClusterList>

</ns20:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.31 Addition of a new Data Store

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

Page 226: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 226

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:10:04.956+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns17:resourceObjectCreation>

<ns4:notificationId>1702</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:09:21.402+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_DataStore</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596361401;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

Page 227: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

227

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_DataStore</ns6:type>

<ns6:value>mindtree

datastore</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:09:21.402+05:30</ns5:osTime>

<ns7:Cisco_dataStoreList>

<ns7:dataStoreAttrs>

<ns16:Cisco_V_Store>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596361402;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_DataStore</ns6:type>

<ns6:value>mindtree

datastore</ns6:value>

</ns6:rdn>

</ns9:name>

<ns9:discoveredName>mindtree

datastore</ns9:discoveredName>

<ns9:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=10.105.172.252)][LogicalRoot][Context(Cont

extName=Default

context)][ComputeVirtualization][VirtualDataCenter(Name=PNIL)][VirtualDataStoresContai

ner][VirtualDataStore(Name=mindtree datastore)]}</ns2:aliasValue>

</ns2:alias>

</ns9:aliasNameList>

<ns9:vendorExtensions>

<ns2:nvsList>

<ns2:nvs>

<ns2:name>Cisco_vCenter</ns2:name>

<ns2:value>10.105.172.252</ns2:value>

Page 228: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 228

</ns2:nvs>

</ns2:nvsList>

</ns9:vendorExtensions>

<ns16:storeType>VMFS</ns16:storeType>

<ns16:storeLocation>ds:///vmfs/volumes/518b8c68-aaa8b410-08b5-

0025b500005f/</ns16:storeLocation>

<ns16:provisionedSpace>

<ns11:quantity>0.0</ns11:quantity>

<ns11:unit>GB</ns11:unit>

</ns16:provisionedSpace>

<ns16:capacity>

<ns11:quantity>0.0</ns11:quantity>

<ns11:unit>GB</ns11:unit>

</ns16:capacity>

<ns16:isAccessible>false</ns16:isAccessible>

<ns16:isMultiHostAccess>false</ns16:isMultiHostAccess>

<ns16:uuid>518b8c68-aaa8b410-

08b5-0025b500005f</ns16:uuid>

</ns16:Cisco_V_Store>

</ns7:dataStoreAttrs>

</ns7:Cisco_dataStoreList>

</ns17:resourceObjectCreation>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.32 Removal of a Data Store

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

Page 229: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

229

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:07:03.253+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

Page 230: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 230

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns18:resourceObjectDeletion>

<ns4:notificationId>1678</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:07:00.948+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_DataStore</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596220948;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_DataStore</ns6:type>

<ns6:value>datastore1</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:07:00.948+05:30</ns5:osTime>

</ns18:resourceObjectDeletion>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.2.33 Changes in the Data Store

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

Page 231: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

231

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-05-15T11:10:04.956+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/notmsg/v1"

xmlns:ns4="http://www.tmforum.org/mtop/fmw/xsd/cei/v1"

xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/ei/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/fmw/xsd/oc/v1"

xmlns:ns8="http://www.tmforum.org/mtop/nrf/xsd/cc/v1"

xmlns:ns9="http://www.tmforum.org/mtop/fmw/xsd/coi/v1"

xmlns:ns10="http://www.tmforum.org/mtop/nrb/xsd/cri/v1"

xmlns:ns11="http://www.cisco.com/mtop/nrb/xsd/v_rsrci/v1"

xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/Cisco_V_nettp/v1"

xmlns:ns13="http://www.cisco.com/mtop/nrf/xsd/vm/v1"

xmlns:ns14="http://www.cisco.com/mtop/nrf/xsd/v_host/v1"

xmlns:ns15="http://www.cisco.com/mtop/nrf/xsd/v_hostCluster/v1"

xmlns:ns16="http://www.cisco.com/mtop/nrf/xsd/v_store/v1"

xmlns:ns17="http://www.tmforum.org/mtop/nrb/xsd/rscoc/v1"

xmlns:ns18="http://www.tmforum.org/mtop/nrb/xsd/rscodel/v1"

xmlns:ns19="http://www.tmforum.org/mtop/fmw/xsd/avc/v1"

xmlns:ns20="http://www.tmforum.org/mtop/nrb/xsd/rscavc/v1"

xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/sc/v1"

xmlns:ns22="http://www.tmforum.org/mtop/nrb/xsd/rscsc/v1"

xmlns:ns23="http://www.tmforum.org/mtop/sb/xsd/soc/v1"

xmlns:ns24="http://www.tmforum.org/mtop/sb/xsd/savc/v1"

xmlns:ns25="http://www.tmforum.org/mtop/sb/xsd/ssc/v1"

xmlns:ns26="http://www.tmforum.org/mtop/sb/xsd/sodel/v1"

xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns28="http://www.tmforum.org/mtop/sb/xsd/csi/v1"

xmlns:ns29="http://www.tmforum.org/mtop/sb/xsd/svc/v1"

xmlns:ns30="http://www.tmforum.org/mtop/nrf/xsd/me/v1"

xmlns:ns31="http://www.tmforum.org/mtop/nrb/xsd/lay/v1"

xmlns:ns32="http://www.tmforum.org/mtop/nrf/xsd/com/v1"

xmlns:ns33="http://www.tmforum.org/mtop/nrf/xsd/eh/v1"

xmlns:ns34="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1"

xmlns:ns35="http://www.tmforum.org/mtop/nrb/xsd/lp/v1"

xmlns:ns36="http://www.tmforum.org/mtop/nrf/xsd/route/v1"

Page 232: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 232

xmlns:ns37="http://www.tmforum.org/mtop/nrf/xsd/eq/v1"

xmlns:ns38="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

</ns20:resourceAttributeValueChange>

<ns4:notificationId>1702</ns4:notificationId>

<ns4:sourceTime>2013-05-

15T11:09:21.402+05:30</ns4:sourceTime>

<ns5:objectType>Cisco_V_DataStore</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596361401;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-

:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_DataStore</ns6:type>

<ns6:value>mindtree

datastore</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-05-

15T11:09:21.402+05:30</ns5:osTime>

<ns7:Cisco_dataStoreList>

<ns7:dataStoreAttrs>

<ns16:Cisco_V_Store>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1368596361402;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_DC</ns6:type>

<ns6:value>10.105.172.252:-:PNIL</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>Cisco_V_DataStore</ns6:type>

<ns6:value>mindtree

datastore</ns6:value>

</ns6:rdn>

</ns9:name>

<ns16:isAccessible>true</ns16:isAccessible>

Page 233: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

233

</ns16:Cisco_V_Store>

</ns7:dataStoreAttrs>

</ns7:Cisco_dataStoreList>

</ns20:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

Page 234: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 234

3.2.3 Gigabit Passive Optical Network Notifications

3.2.3.1 Remote Unit(ONU) Add Notification

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns40="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1" >

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2014-01-13T11:24:30.911+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1" >

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns20:resourceObjectCreation>

<ns4:notificationId>1330</ns4:notificationId>

<ns4:sourceTime>2014-01-

13T11:24:28.783+05:30</ns4:sourceTime>

<ns5:objectType>EH</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1389592468781;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=9/port=gpon9/1'/shelf='9/PON

1/15'&quot;</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2014-01-13T11:24:28.783+05:30</ns5:osTime>

<ns19:object>

<ns38:eh>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1389592468782;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

Page 235: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

235

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=9/port=gpon9/1'/shelf='9/PON

1/15'&quot;</ns6:value>

</ns6:rdn>

</ns9:name>

<ns9:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=9)][Modul

e][Port(PortNumber=gpon9/1)][Gpon][ONT(ONTId=9/PON 1/15)]}</ns2:aliasValue>

</ns2:alias>

</ns9:aliasNameList>

<ns10:resourceState>NON_WORKING</ns10:resourceState>

<ns38:holderType>remote_unit</ns38:holderType>

<ns38:holderState>UNKNOWN</ns38:holderState>

</ns38:eh>

</ns19:object>

</ns20:resourceObjectCreation>

<ns20:resourceObjectCreation>

<ns4:notificationId>1330</ns4:notificationId>

<ns4:sourceTime>2014-01-

13T11:24:29.868+05:30</ns4:sourceTime>

<ns5:objectType>EQ</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1389592469867;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=9/port=gpon9/1'/shelf='9/PON

1/15'&quot;</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>9/PON 1/15</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2014-01-13T11:24:29.868+05:30</ns5:osTime>

<ns19:object>

<ns36:eq>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1389592468782;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

Page 236: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 236

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=9/port=gpon9/1'/shelf='9/PON

1/15'&quot;</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>9/PON

1/15</ns6:value>

</ns6:rdn>

</ns9:name>

<ns9:discoveredName>9/PON

1/15</ns9:discoveredName>

<ns9:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=9)][Modul

e][Port(PortNumber=gpon9/1)][Gpon][ONT(ONTId=9/PON 1/15)]}</ns2:aliasValue>

</ns2:alias>

</ns9:aliasNameList>

<ns36:installedEquipmentObjectType>Cisco_GPON_ONU</ns36:installedEquipmentObjectType>

<ns36:installedSerialNumber>AAAAA11166BB2221</ns36:installedSerialNumber>

<ns36:resourceFulfillmentState>IN_SERVICE</ns36:resourceFulfillmentState>

<ns36:protectionRole>UNKNOWN</ns36:protectionRole>

<ns36:protectionSchemeState>PSS_UNKNOWN</ns36:protectionSchemeState>

</ns36:eq>

</ns19:object>

</ns20:resourceObjectCreation>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

Following table will give the default values to be populated in Notifications:

Notification Type Default Objects Default Values

ONU Add 1. EH.holderState 1. Remote_unit

2. EH.hoderType 2. UNKNOWN

3. EQ.installedEquipmentObjectType 3. Cisco_GPON_ONU

4. EQ. protectionRole 4. UNKNOWN

5. EQ. protectionSchemeStat 5. PSS_UNKNOWN

ONU Port Add Notification

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-10-15T17:29:26.751+05:30</timestamp>

</header>

Page 237: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

237

</soap:Header>

<soap:Body>

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns17:resourceObjectCreation>

<ns4:notificationId>2646</ns4:notificationId>

<ns4:sourceTime>2013-10-

15T17:29:22.375+05:30</ns4:sourceTime>

<ns5:objectType>PTP</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1381838362375;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>PTP</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=2/port=gpon2/1'/shelf='2/PON

1/32'&quot;/port=Eth 1</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-10-15T17:29:22.375+05:30</ns5:osTime>

<ns7:object>

<ns35:ptp>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1381838362376;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>PTP</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=2/port=gpon2/1'/shelf='2/PON

1/32'&quot;/port=Eth 1</ns6:value>

</ns6:rdn>

</ns9:name>

<ns9:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=2)][Modul

e][Port(PortNumber=gpon2/1)][Gpon][ONT(ONTId=2/PON 1/32)][ONTEthernetEntry(EthernetPort=Eth

1)]}</ns2:aliasValue>

</ns2:alias>

</ns9:aliasNameList>

<ns9:vendorExtensions>

<ns41:Cisco_PTP_portType

xmlns:ns41="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">Ethernet</ns41:Cisco

_PTP_portType>

Page 238: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 238

<ns41:Cisco_PTP_Admin_State

xmlns:ns41="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">WORKING</ns41:Cisco_

PTP_Admin_State>

</ns9:vendorExtensions>

<ns10:resourceState>UNKNOWN</ns10:resourceState>

<ns31:transmissionParametersList>

<ns31:transmissionParameters>

<ns31:layerRate>LR_Ethernet</ns31:layerRate>

</ns31:transmissionParameters>

</ns31:transmissionParametersList>

</ns35:ptp>

</ns7:object>

</ns17:resourceObjectCreation>

<ns17:resourceObjectCreation>

<ns4:notificationId>2647</ns4:notificationId>

<ns4:sourceTime>2013-10-

15T17:29:23.224+05:30</ns4:sourceTime>

<ns5:objectType>PTP</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1381838363224;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>PTP</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=2/port=gpon2/1'/shelf='2/PON

1/32'&quot;/port=RF 1</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-10-15T17:29:23.224+05:30</ns5:osTime>

<ns7:object>

<ns35:ptp>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1381838363225;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>PTP</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=2/port=gpon2/1'/shelf='2/PON

1/32'&quot;/port=RF 1</ns6:value>

</ns6:rdn>

</ns9:name>

<ns9:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

Page 239: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

239

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=2)][Modul

e][Port(PortNumber=gpon2/1)][Gpon][ONT(ONTId=2/PON

1/32)][ONTAnalogRFPortEntry(AnalogRFPort=RF 1)]}</ns2:aliasValue>

</ns2:alias>

</ns9:aliasNameList>

<ns9:vendorExtensions>

<ns41:Cisco_PTP_portType

xmlns:ns41="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">RF</ns41:Cisco_PTP_p

ortType>

<ns41:Cisco_PTP_Admin_State

xmlns:ns41="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">NON_WORKING</ns41:Ci

sco_PTP_Admin_State>

</ns9:vendorExtensions>

<ns10:resourceState>NON_WORKING</ns10:resourceState>

<ns31:transmissionParametersList>

<ns31:transmissionParameters>

<ns31:layerRate>LR_Not_Applicable</ns31:layerRate>

</ns31:transmissionParameters>

</ns31:transmissionParametersList>

</ns35:ptp>

</ns7:object>

</ns17:resourceObjectCreation>

<ns17:resourceObjectCreation>

<ns4:notificationId>2648</ns4:notificationId>

<ns4:sourceTime>2013-10-

15T17:29:24.140+05:30</ns4:sourceTime>

<ns5:objectType>PTP</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1381838364140;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>PTP</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=2/port=gpon2/1'/shelf='2/PON

1/32'&quot;/port=Eth 3</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-10-15T17:29:24.140+05:30</ns5:osTime>

<ns7:object>

<ns35:ptp>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1381838364141;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>PTP</ns6:type>

Page 240: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 240

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=2/port=gpon2/1'/shelf='2/PON

1/32'&quot;/port=Eth 3</ns6:value>

</ns6:rdn>

</ns9:name>

<ns9:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=2)][Modul

e][Port(PortNumber=gpon2/1)][Gpon][ONT(ONTId=2/PON 1/32)][ONTEthernetEntry(EthernetPort=Eth

3)]}</ns2:aliasValue>

</ns2:alias>

</ns9:aliasNameList>

<ns9:vendorExtensions>

<ns41:Cisco_PTP_portType

xmlns:ns41="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">Ethernet</ns41:Cisco

_PTP_portType>

<ns41:Cisco_PTP_Admin_State

xmlns:ns41="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">WORKING</ns41:Cisco_

PTP_Admin_State>

</ns9:vendorExtensions>

<ns10:resourceState>UNKNOWN</ns10:resourceState>

<ns31:transmissionParametersList>

<ns31:transmissionParameters>

<ns31:layerRate>LR_Ethernet</ns31:layerRate>

</ns31:transmissionParameters>

</ns31:transmissionParametersList>

</ns35:ptp>

</ns7:object>

</ns17:resourceObjectCreation>

<ns17:resourceObjectCreation>

<ns4:notificationId>2649</ns4:notificationId>

<ns4:sourceTime>2013-10-

15T17:29:25.026+05:30</ns4:sourceTime>

<ns5:objectType>PTP</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1381838365026;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>PTP</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=2/port=gpon2/1'/shelf='2/PON

1/32'&quot;/port=Eth 4</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-10-15T17:29:25.026+05:30</ns5:osTime>

<ns7:object>

<ns35:ptp>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1381838365027;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

Page 241: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

241

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>PTP</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=2/port=gpon2/1'/shelf='2/PON

1/32'&quot;/port=Eth 4</ns6:value>

</ns6:rdn>

</ns9:name>

<ns9:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=2)][Modul

e][Port(PortNumber=gpon2/1)][Gpon][ONT(ONTId=2/PON 1/32)][ONTEthernetEntry(EthernetPort=Eth

4)]}</ns2:aliasValue>

</ns2:alias>

</ns9:aliasNameList>

<ns9:vendorExtensions>

<ns41:Cisco_PTP_portType

xmlns:ns41="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">Ethernet</ns41:Cisco

_PTP_portType>

<ns41:Cisco_PTP_Admin_State

xmlns:ns41="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">WORKING</ns41:Cisco_

PTP_Admin_State>

</ns9:vendorExtensions>

<ns10:resourceState>UNKNOWN</ns10:resourceState>

<ns31:transmissionParametersList>

<ns31:transmissionParameters>

<ns31:layerRate>LR_Ethernet</ns31:layerRate>

</ns31:transmissionParameters>

</ns31:transmissionParametersList>

</ns35:ptp>

</ns7:object>

</ns17:resourceObjectCreation>

<ns17:resourceObjectCreation>

<ns4:notificationId>2650</ns4:notificationId>

<ns4:sourceTime>2013-10-

15T17:29:25.874+05:30</ns4:sourceTime>

<ns5:objectType>PTP</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1381838365874;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>PTP</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=2/port=gpon2/1'/shelf='2/PON

1/32'&quot;/port=Eth 2</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-10-15T17:29:25.874+05:30</ns5:osTime>

<ns7:object>

Page 242: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 242

<ns35:ptp>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1381838365875;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>PTP</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=2/port=gpon2/1'/shelf='2/PON

1/32'&quot;/port=Eth 2</ns6:value>

</ns6:rdn>

</ns9:name>

<ns9:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=2)][Modul

e][Port(PortNumber=gpon2/1)][Gpon][ONT(ONTId=2/PON 1/32)][ONTEthernetEntry(EthernetPort=Eth

2)]}</ns2:aliasValue>

</ns2:alias>

</ns9:aliasNameList>

<ns9:vendorExtensions>

<ns41:Cisco_PTP_portType

xmlns:ns41="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">Ethernet</ns41:Cisco

_PTP_portType>

<ns41:Cisco_PTP_Admin_State

xmlns:ns41="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">WORKING</ns41:Cisco_

PTP_Admin_State>

</ns9:vendorExtensions>

<ns10:resourceState>UNKNOWN</ns10:resourceState>

<ns31:transmissionParametersList>

<ns31:transmissionParameters>

<ns31:layerRate>LR_Ethernet</ns31:layerRate>

</ns31:transmissionParameters>

</ns31:transmissionParametersList>

</ns35:ptp>

</ns7:object>

</ns17:resourceObjectCreation>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

Following table will give the default values to be populated in Notifications:

Notification Type Default Objects Default Values

ONU Port Add 6. Cisco_PTP_portType 6. Ethernet/RF/PON/VoIP

7. Cisco_PTP_Admin_State 7. Admin State of ONU Port

8. layerRate 8. Line rate of ONU Ports

Page 243: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

243

9. resourceState 9. Admin state of ONU RF Port only

3.2.3.2 Remote unit(ONU) Remove Notification <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns40="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1" >

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-11-12T12:40:43.988+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1" >

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns20:resourceObjectDeletion>

<ns4:notificationId>374</ns4:notificationId>

<ns4:sourceTime>2013-11-

12T12:40:42.212+05:30</ns4:sourceTime>

<ns5:objectType>EQ</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1384240242212;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON_OLT_1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=9/port=gpon9/1'/shelf='9/PON

1/11'&quot;</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>9/PON 1/11</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-11-12T12:40:42.212+05:30</ns5:osTime>

</ns20:resourceObjectDeletion>

<ns20:resourceObjectDeletion>

<ns4:notificationId>374</ns4:notificationId>

<ns4:sourceTime>2013-11-

12T12:40:43.097+05:30</ns4:sourceTime>

<ns5:objectType>EH</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1384240243095;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

Page 244: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 244

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON_OLT_1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=9/port=gpon9/1'/shelf='9/PON

1/11'&quot;</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-11-12T12:40:43.097+05:30</ns5:osTime>

</ns20:resourceObjectDeletion>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.3.3 ONU Attribute Value Change – ONU Location

soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-10-10T15:58:56.996+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns19:resourceAttributeValueChange>

<ns4:notificationId>1253</ns4:notificationId>

<ns4:sourceTime>2013-10-

10T15:58:56.980+05:30</ns4:sourceTime>

<ns5:objectType>EH</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1381400936980;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>remote_unit=&quot;/rack=chassis/slot=2/port='gpon2/1'/shelf='2/PON

1/3'&quot;</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-10-

10T15:58:56.980+05:30</ns5:osTime>

<ns9:attributeList>

Page 245: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

245

<ns34:eh>

<ns11:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1381400936980;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>remote_unit=&quot;/rack=chassis/slot=2/port='gpon2/1'/shelf='2/PON

1/3'&quot;</ns6:value>

</ns6:rdn>

</ns11:name>

<ns11:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=2)][Mod

ule][Port(PortNumber=gpon2/1)][Gpon][ONT(ONTId=2/PON 1/3)]}</ns2:aliasValue>

</ns2:alias>

</ns11:aliasNameList>

<ns34:holderType>remote_unit</ns34:holderType>

<ns34:holderState>UNKNOWN</ns34:holderState>

<ns34:location>Bangalore</ns34:location>

</ns34:eh>

</ns9:attributeList>

</ns19:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body> </soap:Envelope>

Following table will give the default values to be populated in Notifications:

Notification Type Default Objects Default Values

ONU Attribute Value Change

1. EH.holderState Remote_unit

2. EH.hoderType UNKNOWN

3.2.3.4 ONU Attribute Value Change – ONU Serial Number Update

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<destinationURI>destinationURI</destinationURI><soap:Envelope

xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

Page 246: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 246

<soap:Header>

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-10-15T16:22:13.458+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns19:resourceAttributeValueChange>

<ns4:notificationId>2595</ns4:notificationId>

<ns4:sourceTime>2013-10-

15T16:22:12.570+05:30</ns4:sourceTime>

<ns5:objectType>EQ</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1381834332570;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=2/port=gpon2/1'/shelf='2/PON

1/25'&quot;</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>2/PON

1/25</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-10-

15T16:22:12.570+05:30</ns5:osTime>

<ns18:attributeList>

<ns38:eq>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1381834332570;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

<ns6:rdn>

Page 247: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

247

<ns6:type>EH</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=2/port=gpon2/1'/shelf='2/PON

1/25'&quot;</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>2/PON 1/25</ns6:value>

</ns6:rdn>

</ns9:name>

<ns9:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalRoot][Chassis][Slot(SlotNum=2)][Mod

ule][Port(PortNumber=gpon2/1)][Gpon][ONT(ONTId=2/PON 1/25)]}</ns2:aliasValue>

</ns2:alias>

</ns9:aliasNameList>

<ns9:vendorExtensions/>

<ns38:installedEquipmentObjectType>Cisco_GPON_ONU</ns38:installedEquipmentObjectType>

<ns38:protectionRole>UNKNOWN</ns38:protectionRole>

<ns38:protectionSchemeState>PSS_UNKNOWN</ns38:protectionSchemeState>

<ns38:installedSerialNumber>1111122222333455</ns38:installedSerialNumber>

</ns38:eq>

</ns18:attributeList>

</ns19:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

Following table will give the default values to be populated in Notifications:

Notification Type Default Objects Default Values

ONU Attribute Value Change

1. EQ.installedEquipmentObjectType Cisco_GPON_ONU

2. EQ. protectionRole UNKNOWN

3. EQ. protectionSchemeStat PSS_UNKNOWN

3.2.3.5 ONU Attribute Value Change – Admin State Change

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns40="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1">

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-11-06T18:12:48.180+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

Page 248: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 248

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns20:resourceAttributeValueChange>

<ns4:notificationId>4538</ns4:notificationId>

<ns4:sourceTime>2013-11-06T18:12:48.171+05:30</ns4:sourceTime>

<ns5:objectType>EQ</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1383741768171;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=9/port=gpon9

/1'/shelf='9/PON 1/1'&quot;</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>9/PON 1/1</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-11-06T18:12:48.171+05:30</ns5:osTime>

<ns19:attributeList>

<ns35:eq>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1383741768171;DMLIST:net://net:1</ns6

:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=9/po

rt=gpon9/1'/shelf='9/PON 1/1'&quot;</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>9/PON 1/1</ns6:value>

</ns6:rdn>

</ns9:name>

<ns9:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalR

oot][Chassis][Slot(SlotNum=9)][Module][Port(PortNumber=gpon9/1)][Gpon][ONT(ONTId=9/PON

1/1)]}</ns2:aliasValue>

</ns2:alias>

</ns9:aliasNameList>

<ns9:vendorExtensions/>

<ns35:installedEquipmentObjectType>Cisco_GPON_ONU</ns35:insta

lledEquipmentObjectType>

<ns35:resourceFulfillmentState>OUT_OF_SERVICE</ns35:resourceF

ulfillmentState>

<ns35:protectionRole>UNKNOWN</ns35:protectionRole>

Page 249: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

249

<ns35:protectionSchemeState>PSS_UNKNOWN</ns35:protectionSchem

eState>

</ns35:eq>

</ns19:attributeList>

</ns20:resourceAttributeValueChange>

<ns20:resourceAttributeValueChange>

<ns4:notificationId>4539</ns4:notificationId>

<ns4:sourceTime>2013-11-06T18:12:48.171+05:30</ns4:sourceTime>

<ns5:objectType>EH</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1383741768171;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=9/port=gpon9

/1'/shelf='9/PON 1/1'&quot;</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-11-06T18:12:48.171+05:30</ns5:osTime>

<ns19:attributeList>

<ns39:eh>

<ns9:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1383741768172;DMLIST:net://net:1</ns6

:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>remote_unit=&quot;'/rack=chassis/slot=9/po

rt=gpon9/1'/shelf='9/PON 1/1'&quot;</ns6:value>

</ns6:rdn>

</ns9:name>

<ns9:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON)][PhysicalR

oot][Chassis][Slot(SlotNum=9)][Module][Port(PortNumber=gpon9/1)][Gpon][ONT(ONTId=9/PON

1/1)]}</ns2:aliasValue>

</ns2:alias>

</ns9:aliasNameList>

<ns10:resourceState>NON_WORKING</ns10:resourceState>

<ns39:holderType>remote_unit</ns39:holderType>

<ns39:holderState>UNKNOWN</ns39:holderState>

</ns39:eh>

</ns19:attributeList>

</ns20:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

Page 250: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 250

Following table will give the default values to be populated in Notifications:

Notification Type Default Objects Default Values

ONU Attribute Value Change

1.EH.holderState remote_unit

2.EH.hoderType UNKNOWN

3.EQ.installedEquipmentObjectType Cisco_GPON_ONU

4.EQ. protectionRole UNKNOWN

5. EQ. protectionSchemeStat PSS_UNKNOWN

3.2.3.6 GPON OLT Attribute Value Change – GPON OLT Card status change <ns20:resourceAttributeValueChange>

<ns4:notificationId>48533</ns4:notificationId>

<ns4:sourceTime>2014-02-12T11:46:52.339+05:30</ns4:sourceTime>

<ns5:objectType>EQ</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1392185812339;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON_OLT</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>chassis</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>slot=10</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>Module</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2014-02-12T11:46:52.339+05:30</ns5:osTime>

<ns19:attributeList>

<ns37:eq>

<ns10:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1392185812340;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON_OLT</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

Page 251: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

251

<ns6:value>chassis</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>slot=10</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>Module</ns6:value>

</ns6:rdn>

</ns10:name>

<ns10:discoveredName>Module</ns10:discoveredName>

<ns10:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON_OLT)][PhysicalRoot][Chassis][Slot(SlotNum=10)][

Module]}</ns2:aliasValue>

</ns2:alias>

</ns10:aliasNameList>

<ns10:vendorExtensions/>

<ns37:resourceFulfillmentState>OUT_OF_SERVICE</ns37:resourceFulfillmentState>

</ns37:eq>

</ns19:attributeList>

</ns20:resourceAttributeValueChange>

3.2.3.7 GPON OLT Card Remove Notification <ns7:resourceObjectDeletion>

<ns4:notificationId>48712</ns4:notificationId>

<ns4:sourceTime>2014-02-12T12:27:31.598+05:30</ns4:sourceTime>

<ns5:objectType>EH</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1392188251598;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON_OLT</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>chassis</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>slot=10</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2014-02-12T12:27:31.598+05:30</ns5:osTime>

</ns7:resourceObjectDeletion>

3.2.3.8 GPON OLT Card Add Notification

<ns18:resourceObjectCreation>

Page 252: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 252

<ns4:notificationId>48714</ns4:notificationId>

<ns4:sourceTime>2014-02-12T12:27:33.649+05:30</ns4:sourceTime>

<ns5:objectType>EH</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1392188253649;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON_OLT</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>chassis</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>slot=10</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2014-02-12T12:27:33.649+05:30</ns5:osTime>

<ns8:object>

<ns36:eh>

<ns10:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1392188253650;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON_OLT</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>chassis</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>slot=10</ns6:value>

</ns6:rdn>

</ns10:name>

<ns10:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON_OLT)][PhysicalRoot][Chassis][Slot(SlotNum=10)]}

</ns2:aliasValue>

</ns2:alias>

</ns10:aliasNameList>

<ns10:vendorExtensions>

<ns41:Cisco_EQH_ModelType

xmlns:ns41="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">AMX-

16GPON</ns41:Cisco_EQH_ModelType>

</ns10:vendorExtensions>

Page 253: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

253

<ns11:resourceState>WORKING</ns11:resourceState>

<ns36:holderType>slot</ns36:holderType>

<ns36:expectedOrInstalledEquipmentRef>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1392188253650;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON_OLT</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>chassis</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>slot=10</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>Module</ns6:value>

</ns6:rdn>

</ns36:expectedOrInstalledEquipmentRef>

<ns36:holderState>UNKNOWN</ns36:holderState>

</ns36:eh>

<ns37:eq>

<ns10:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1392188253650;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>GPON_OLT</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>chassis</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>slot=10</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>Module</ns6:value>

</ns6:rdn>

</ns10:name>

<ns10:discoveredName>Slot 10: Card -AMX-

16GPON</ns10:discoveredName>

<ns10:aliasNameList>

Page 254: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 254

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=GPON_OLT)][PhysicalRoot][Chassis][Slot(SlotNum=10)][

Module]}</ns2:aliasValue>

</ns2:alias>

</ns10:aliasNameList>

<ns10:vendorExtensions>

<ns41:Cisco_EQH_Description

xmlns:ns41="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">AMX-16GPON

card</ns41:Cisco_EQH_Description>

<ns41:Cisco_EQH_ModelType

xmlns:ns41="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">AMX-

16GPON</ns41:Cisco_EQH_ModelType>

</ns10:vendorExtensions>

<ns37:resourceFulfillmentState>IN_SERVICE</ns37:resourceFulfillmentState>

<ns37:installedVersion>3.8.14 / PCB

2.3</ns37:installedVersion>

<ns37:protectionRole>NA</ns37:protectionRole>

<ns37:protectionSchemeState>PSS_NONE</ns37:protectionSchemeState>

</ns37:eq>

</ns8:object>

</ns18:resourceObjectCreation>

3.2.4 Pluggable Transceiver Notification

3.2.4.1 Pluggable Port Plug-out Notification

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns40="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1" >

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-11-19T12:38:43.203+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1" >

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns19:resourceAttributeValueChange>

<ns4:notificationId>423</ns4:notificationId>

<ns4:sourceTime>2013-11-

19T12:38:43.190+05:30</ns4:sourceTime>

<ns5:objectType>EQ</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1384844923190;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>10.104.120.67</ns6:value>

Page 255: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

255

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>chassis</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>slot=0</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>ppm_holder=GigabitEthernet0/2</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>GigabitEthernet0/2</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-11-19T12:38:43.190+05:30</ns5:osTime>

<ns9:attributeList>

<ns39:eq>

<ns11:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1384844923190;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>10.104.120.67</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>chassis</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>slot=0</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>ppm_holder=GigabitEthernet0/2</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>GigabitEthernet0/2</ns6:value>

</ns6:rdn>

</ns11:name>

<ns11:discoveredName>GigabitEthernet0/2</ns11:discoveredName>

<ns11:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=10.104.120.67)][PhysicalRoot][Chassis][Slot(SlotNum=

0)][Module][Port(PortNumber=GigabitEthernet0/2)][PluggableTransceiver]}</ns2:aliasValue>

</ns2:alias>

</ns11:aliasNameList>

<ns39:resourceFulfillmentState>OUT_OF_SERVICE</ns39:resourceFulfillmentState>

Page 256: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 256

</ns39:eq>

</ns9:attributeList>

</ns19:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.2.4.2 Pluggable Port Plug-in Notification <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<header xmlns:ns40="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1" >

<activityName>notify</activityName>

<msgName>notify</msgName>

<msgType>NOTIFICATION</msgType>

<senderURI>senderURI</senderURI>

<destinationURI>destinationURI</destinationURI>

<communicationPattern>Notification</communicationPattern>

<communicationStyle>MSG</communicationStyle>

<timestamp>2013-11-19T12:56:46.210+05:30</timestamp>

</header>

</soap:Header>

<soap:Body>

<ns3:notify xmlns="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1" >

<ns3:topic>INVENTORY_NOTIFICATIONS</ns3:topic>

<ns3:message>

<ns19:resourceAttributeValueChange>

<ns4:notificationId>477</ns4:notificationId>

<ns4:sourceTime>2013-11-

19T12:56:46.185+05:30</ns4:sourceTime>

<ns5:objectType>EQ</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1384846006185;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>10.104.120.67</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>chassis</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>slot=0</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>ppm_holder=GigabitEthernet0/2</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>GigabitEthernet0/2</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-11-19T12:56:46.185+05:30</ns5:osTime>

<ns9:attributeList>

<ns39:eq>

<ns11:name>

Page 257: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

257

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1384846006185;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>10.104.120.67</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>chassis</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>slot=0</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>ppm_holder=GigabitEthernet0/2</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>GigabitEthernet0/2</ns6:value>

</ns6:rdn>

</ns11:name>

<ns11:discoveredName>GigabitEthernet0/2</ns11:discoveredName>

<ns11:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=10.104.120.67)][PhysicalRoot][Chassis][Slot(SlotNum=

0)][Module][Port(PortNumber=GigabitEthernet0/2)][PluggableTransceiver]}</ns2:aliasValue>

</ns2:alias>

</ns11:aliasNameList>

<ns11:vendorExtensions>

<ns41:Cisco_EQ_Description

xmlns:ns41="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">1000BaseSX

SFP</ns41:Cisco_EQ_Description>

</ns11:vendorExtensions>

</ns39:eq>

</ns9:attributeList>

</ns19:resourceAttributeValueChange>

<ns19:resourceAttributeValueChange>

<ns4:notificationId>478</ns4:notificationId>

<ns4:sourceTime>2013-11-

19T12:56:46.185+05:30</ns4:sourceTime>

<ns5:objectType>EQ</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1384846006185;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

Page 258: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 258

<ns6:value>10.104.120.67</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>chassis</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>slot=0</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>ppm_holder=GigabitEthernet0/2</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>GigabitEthernet0/2</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-11-19T12:56:46.185+05:30</ns5:osTime>

<ns9:attributeList>

<ns39:eq>

<ns11:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1384846006185;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>10.104.120.67</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>chassis</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>slot=0</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>ppm_holder=GigabitEthernet0/2</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>GigabitEthernet0/2</ns6:value>

</ns6:rdn>

</ns11:name>

<ns11:discoveredName>GigabitEthernet0/2</ns11:discoveredName>

<ns11:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=10.104.120.67)][PhysicalRoot][Chassis][Slot(SlotNum=

0)][Module][Port(PortNumber=GigabitEthernet0/2)][PluggableTransceiver]}</ns2:aliasValue>

</ns2:alias>

</ns11:aliasNameList>

<ns11:vendorExtensions>

Page 259: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

259

<ns41:Cisco_EQ_PID

xmlns:ns41="http://www.cisco.com/mtop/nrf/xsd/Cisco_ME_EQ_Inventory/v1">GLC-SX-

MM</ns41:Cisco_EQ_PID>

</ns11:vendorExtensions>

</ns39:eq>

</ns9:attributeList>

</ns19:resourceAttributeValueChange>

<ns19:resourceAttributeValueChange>

<ns4:notificationId>479</ns4:notificationId>

<ns4:sourceTime>2013-11-

19T12:56:46.186+05:30</ns4:sourceTime>

<ns5:objectType>EQ</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1384846006186;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>10.104.120.67</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>chassis</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>slot=0</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>ppm_holder=GigabitEthernet0/2</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>GigabitEthernet0/2</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-11-19T12:56:46.186+05:30</ns5:osTime>

<ns9:attributeList>

<ns39:eq>

<ns11:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1384846006186;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>10.104.120.67</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>chassis</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>slot=0</ns6:value>

Page 260: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 260

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>ppm_holder=GigabitEthernet0/2</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>GigabitEthernet0/2</ns6:value>

</ns6:rdn>

</ns11:name>

<ns11:discoveredName>GigabitEthernet0/2</ns11:discoveredName>

<ns11:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=10.104.120.67)][PhysicalRoot][Chassis][Slot(SlotNum=

0)][Module][Port(PortNumber=GigabitEthernet0/2)][PluggableTransceiver]}</ns2:aliasValue>

</ns2:alias>

</ns11:aliasNameList>

<ns39:installedSerialNumber>AGA1634LLDV</ns39:installedSerialNumber>

</ns39:eq>

</ns9:attributeList>

</ns19:resourceAttributeValueChange>

<ns19:resourceAttributeValueChange>

<ns4:notificationId>482</ns4:notificationId>

<ns4:sourceTime>2013-11-

19T12:56:46.186+05:30</ns4:sourceTime>

<ns5:objectType>EQ</ns5:objectType>

<ns5:objectName>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

<ns6:value>TIME:1384846006186;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>10.104.120.67</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>chassis</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>slot=0</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>ppm_holder=GigabitEthernet0/2</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>GigabitEthernet0/2</ns6:value>

</ns6:rdn>

</ns5:objectName>

<ns5:osTime>2013-11-19T12:56:46.186+05:30</ns5:osTime>

<ns9:attributeList>

<ns39:eq>

<ns11:name>

<ns6:rdn>

<ns6:type>HINTS</ns6:type>

Page 261: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

261

<ns6:value>TIME:1384846006186;DMLIST:net://net:1</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>MD</ns6:type>

<ns6:value>CISCO_PRIME</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>ME</ns6:type>

<ns6:value>10.104.120.67</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>chassis</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>slot=0</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EH</ns6:type>

<ns6:value>ppm_holder=GigabitEthernet0/2</ns6:value>

</ns6:rdn>

<ns6:rdn>

<ns6:type>EQ</ns6:type>

<ns6:value>GigabitEthernet0/2</ns6:value>

</ns6:rdn>

</ns11:name>

<ns11:discoveredName>GigabitEthernet0/2</ns11:discoveredName>

<ns11:aliasNameList>

<ns2:alias>

<ns2:aliasName>net://net:1</ns2:aliasName>

<ns2:aliasValue>{[ManagedElement(Key=10.104.120.67)][PhysicalRoot][Chassis][Slot(SlotNum=

0)][Module][Port(PortNumber=GigabitEthernet0/2)][PluggableTransceiver]}</ns2:aliasValue>

</ns2:alias>

</ns11:aliasNameList>

<ns39:resourceFulfillmentState>IN_SERVICE</ns39:resourceFulfillmentState>

</ns39:eq>

</ns9:attributeList>

</ns19:resourceAttributeValueChange>

</ns3:message>

</ns3:notify>

</soap:Body>

</soap:Envelope>

3.3 Delta Inventory Request and Response

3.3.1 Get Delta Inventory Changes

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:api="http://www.cisco.com/prime/mtosi/ext/me/api">

<soapenv:Header>

<v1:header></v1:header>

</soapenv:Header>

Page 262: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 262

<soapenv:Body>

<api:getAllManagedElementNamesTSRequest>

<!--Optional:-->

<filter>

<timestamp>2013-05-28T14:00:00</timestamp>

</filter>

</api:getAllManagedElementNamesTSRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Header>

<ns2:header xmlns:ns8="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"

xmlns:ns7="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns5="http://www.cisco.com/prime/mtosi/ext/me/data"

xmlns:ns4="http://www.cisco.com/prime/mtosi/ext/me/api"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1">

<ns2:activityName>getAllManagedElementNamesTS</ns2:activityName>

<ns2:msgName>getAllManagedElementNamesTSResponse</ns2:msgName>

<ns2:msgType>RESPONSE</ns2:msgType>

<ns2:activityStatus>SUCCESS</ns2:activityStatus>

<ns2:priority>HIGH - modified in

NormalizeSoapMsg.processResponse</ns2:priority>

<ns2:communicationPattern>SimpleResponse</ns2:communicationPattern>

<ns2:communicationStyle>RPC</ns2:communicationStyle>

<ns2:timestamp>2013-05-31T16:42:36.931+05:30</ns2:timestamp>

</ns2:header>

</soap:Header>

<soap:Body>

<ns4:getAllManagedElementNamesTSResponse

xmlns:ns2="http://www.tmforum.org/mtop/fmw/xsd/gen/v1"

xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"

xmlns:ns4="http://www.cisco.com/prime/mtosi/ext/me/api"

xmlns:ns5="http://www.cisco.com/prime/mtosi/ext/me/data"

xmlns:ns6="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"

xmlns:ns7="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1"

xmlns:ns8="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">

<ns5:managedElementInfoList>

<ns5:managedElementInfo>

<ns5:name>10.105.172.220</ns5:name>

<ns5:timestamp>2013-05-30T19:22:30.988+05:30</ns5:timestamp>

<ns5:operation>UPDATE</ns5:operation>

<ns5:hints>TIME:1369998757534;DMLIST:net://net:1</ns5:hints>

</ns5:managedElementInfo>

<ns5:managedElementInfo>

<ns5:name>172.23.222.223</ns5:name>

<ns5:timestamp>2013-05-31T12:03:25.164+05:30</ns5:timestamp>

<ns5:operation>UPDATE</ns5:operation>

<ns5:hints>TIME:1369998757534;DMLIST:net://net:1</ns5:hints>

</ns5:managedElementInfo>

<ns5:managedElementInfo>

<ns5:name>10.105.172.252</ns5:name>

<ns5:timestamp>2013-05-31T15:48:07.209+05:30</ns5:timestamp>

<ns5:operation>UPDATE</ns5:operation>

<ns5:hints>TIME:1369998757534;DMLIST:net://net:1</ns5:hints>

</ns5:managedElementInfo>

<ns5:managedElementInfo>

Page 263: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

MTOSI SOAP Request Response

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

263

<ns5:name>10.105.172.223</ns5:name>

<ns5:timestamp>2013-05-30T16:00:05.864+05:30</ns5:timestamp>

<ns5:operation>ADD</ns5:operation>

<ns5:hints>TIME:1369998757534;DMLIST:net://net:1</ns5:hints>

</ns5:managedElementInfo>

<ns5:managedElementInfo>

<ns5:name>10.56.22.105</ns5:name>

<ns5:timestamp>2013-05-31T15:13:47.315+05:30</ns5:timestamp>

<ns5:operation>UPDATE</ns5:operation>

<ns5:hints>TIME:1369998757534;DMLIST:net://net:1</ns5:hints>

</ns5:managedElementInfo>

<ns5:managedElementInfo>

<ns5:name>10.56.22.54</ns5:name>

<ns5:timestamp>2013-05-31T12:55:49.872+05:30</ns5:timestamp>

<ns5:operation>DELETE</ns5:operation>

<ns5:hints>TIME:1369998757534;DMLIST:net://net:1</ns5:hints>

</ns5:managedElementInfo>

</ns5:managedElementInfoList>

</ns4:getAllManagedElementNamesTSResponse>

</soap:Body>

</soap:Envelope>

Page 264: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

Cisco Specific Interfaces

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 264

4 Cisco Specific Interfaces

This section describes the SOAP Request Responses for the following Cisco specific interfaces

Alarm Life Cycle Management

Alarm Retrieval

4.1 Alarm Life Cycle Management Web Service Sample Request and Response

This section describes the SOAP Request / Response for the alarm life cycle management interface.

4.1.1 AlarmMgmt::acknowlegeAlarm

Operation: acknowlegeAlarm

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:data="http://www.cisco.com/prime/esb/alarm/data">

<soapenv:Header/>

<soapenv:Body>

<data:acknowledgeAlarmRequest>

<data:alarmId>

<data:uniqueId>{[NewAlarm(Id=84)]}</data:uniqueId>

<!--Optional:-->

<data:hint>?</data:hint>

<!--Optional:-->

<data:extension>

<!--Zero or more repetitions:-->

<data:entry>

<data:name>?</data:name>

<data:value>?</data:value>

</data:entry>

</data:extension>

</data:alarmId>

<!--Optional:-->

<data:note>Acknowledge Note</data:note>

<!--Optional:-->

<data:username>Testuser</data:username>

</data:acknowledgeAlarmRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<acknowledgeAlarmResponse xmlns="http://www.cisco.com/prime/esb/alarm/data">

<alarmId>

<uniqueId>{[NewAlarm(Id=84)]}</uniqueId>

<hint>?</hint>

<extension>

Page 265: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

Cisco Specific Interfaces

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

265

<entry>

<name>?</name>

<value>?</value>

</entry>

</extension>

</alarmId>

<success>true</success>

<message/>

</acknowledgeAlarmResponse>

</soap:Body>

</soap:Envelope>

4.1.2 AlarmMgmt::De-acknowlegeAlarm

Operation: de-acknowlegeAlarm

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:data="http://www.cisco.com/prime/esb/alarm/data">

<soapenv:Header/>

<soapenv:Body>

<data:deAcknowledgeAlarmRequest>

<data:alarmId>

<data:uniqueId>{[NewAlarm(Id=84)]}</data:uniqueId>

<!--Optional:-->

<data:hint>?</data:hint>

<!--Optional:-->

<data:extension>

<!--Zero or more repetitions:-->

<data:entry>

<data:name>?</data:name>

<data:value>?</data:value>

</data:entry>

</data:extension>

</data:alarmId>

<!--Optional:-->

<data:note>De Acknowledge note</data:note>

<!--Optional:-->

<data:username>ILUser2</data:username>

</data:deAcknowledgeAlarmRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<deAcknowledgeAlarmResponse xmlns="http://www.cisco.com/prime/esb/alarm/data">

<alarmId>

<uniqueId>{[NewAlarm(Id=84)]}</uniqueId>

<hint>?</hint>

<extension>

<entry>

<name>?</name>

<value>?</value>

</entry>

</extension>

</alarmId>

Page 266: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

Cisco Specific Interfaces

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 266

<success>true</success>

<message/>

</deAcknowledgeAlarmResponse>

</soap:Body>

</soap:Envelope>

4.1.3 AlarmMgmt::clearAlarm

Operation:clearAlarm

SOAP Request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:data="http://www.cisco.com/prime/esb/alarm/data">

<soapenv:Header/>

<soapenv:Body>

<data:clearAlarmRequest>

<data:alarmId>

<data:uniqueId>{[NewAlarm(Id=85)]}</data:uniqueId>

<!--Optional:-->

<data:hint>?</data:hint>

<!--Optional:-->

<data:extension>

<!--Zero or more repetitions:-->

<data:entry>

<data:name>?</data:name>

<data:value>?</data:value>

</data:entry>

</data:extension>

</data:alarmId>

<!--Optional:-->

<data:note>Clear</data:note>

<!--Optional:-->

<data:username>External User2</data:username>

</data:clearAlarmRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<clearAlarmResponse xmlns="http://www.cisco.com/prime/esb/alarm/data">

<alarmId>

<uniqueId>{[NewAlarm(Id=85)]}</uniqueId>

<hint>?</hint>

<extension>

<entry>

<name>?</name>

<value>?</value>

</entry>

</extension>

</alarmId>

<success>true</success>

<message/>

</clearAlarmResponse>

</soap:Body>

</soap:Envelope>

Page 267: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

Cisco Specific Interfaces

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

267

4.1.4 AlarmMgmt::addNoteAlarm

Operation: addNoteAlarm

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:data="http://www.cisco.com/prime/esb/alarm/data">

<soapenv:Header/>

<soapenv:Body>

<data:addNoteToAlarmRequest>

<data:alarmId>

<data:uniqueId>{[NewAlarm(Id=85)]}</data:uniqueId>

<!--Optional:-->

<data:hint>?</data:hint>

<!--Optional:-->

<data:extension>

<!--Zero or more repetitions:-->

<data:entry>

<data:name>?</data:name>

<data:value>?</data:value>

</data:entry>

</data:extension>

</data:alarmId>

<data:note>Add Note</data:note>

<!--Optional:-->

<data:username>External User 5</data:username>

</data:addNoteToAlarmRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<addNoteToAlarmResponse xmlns="http://www.cisco.com/prime/esb/alarm/data">

<alarmId>

<uniqueId>{[NewAlarm(Id=85)]}</uniqueId>

<hint>?</hint>

<extension>

<entry>

<name>?</name>

<value>?</value>

</entry>

</extension>

</alarmId>

<success>true</success>

<message/>

</addNoteToAlarmResponse>

</soap:Body>

</soap:Envelope>

4.1.5 AlarmMgmt::retireAlarm

Operation: retireAlarm

SOAP Request:

Page 268: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

Cisco Specific Interfaces

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 268

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:data="http://www.cisco.com/prime/esb/alarm/data">

<soapenv:Header/>

<soapenv:Body>

<data:retireAlarmRequest>

<data:alarmId>

<data:uniqueId>{[NewAlarm(Id=85)]}</data:uniqueId>

<!--Optional:-->

<data:hint>?</data:hint>

<!--Optional:-->

<data:extension>

<!--Zero or more repetitions:-->

<data:entry>

<data:name>?</data:name>

<data:value>?</data:value>

</data:entry>

</data:extension>

</data:alarmId>

<!--Optional:-->

<data:username>External User5</data:username>

</data:retireAlarmRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<retireAlarmResponse xmlns="http://www.cisco.com/prime/esb/alarm/data">

<alarmId>

<uniqueId>{[NewAlarm(Id=85)]}</uniqueId>

<hint>?</hint>

<extension>

<entry>

<name>?</name>

<value>?</value>

</entry>

</extension>

</alarmId>

<success>true</success>

<message/>

</retireAlarmResponse>

</soap:Body>

</soap:Envelope>

4.2 Alarm Retrieval Management Web Service Sample Request and Response

4.2.1 AlarmRetrieval::getSubtendingEvents

Operation: getSubtendingEvents

Page 269: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

Cisco Specific Interfaces

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response

269

SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:data="http://www.cisco.com/prime/esb/alarm/retrieval/data"

xmlns:data1="http://www.cisco.com/prime/esb/alarm/data">

<soapenv:Header/>

<soapenv:Body>

<data:getSubtendingEventsRequest>

<data1:alarmId>

<data1:uniqueId>80</data1:uniqueId>

<data1:hint/>

</data1:alarmId>

</data:getSubtendingEventsRequest>

</soapenv:Body>

</soapenv:Envelope>

SOAP Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<ns2:getSubtendingEventsResponse

xmlns="http://www.cisco.com/prime/esb/alarm/data"

xmlns:ns2="http://www.cisco.com/prime/esb/alarm/retrieval/data">

<alarmId>

<uniqueId>80</uniqueId>

<hint/>

</alarmId>

<ns2:subtendingEventList>

<ns2:subtendingEvent>

<ns2:eventId>{[NetworkEvent(Id=231928234002_1362404417705)]}</ns2:eventId>

<ns2:correlationId>{[NewAlarm(Id=80)]}</ns2:correlationId>

<ns2:description>CPU utilization of 86% exceeded the

upper threshold of 80%.</ns2:description>

<ns2:source>{[ManagedElement(Key=10.56.22.105)]}</ns2:source>

<ns2:duplicationCount>1</ns2:duplicationCount>

<ns2:severity>Major</ns2:severity>

<ns2:timestamp>1362404417705</ns2:timestamp>

<ns2:extendedData>

<entry>

<name>Archived</name>

<value>false</value>

</entry>

<entry>

<name>ElementTypeA</name>

<value>Cisco ASR 5000 Mobile-

Gateway</value>

</entry>

<entry>

<name>ElementTypeZ</name>

<value>null</value>

</entry>

<entry>

<name>DetectionType</name>

<value>Service</value>

</entry>

<entry>

<name>ExtendedName</name>

<value>17</value>

Page 270: Addendum: Prime Network OSS Integration Guide - Sample ...€¦ · 3.1 MTOSI Web Service Sample Request and Response ..... 32 3.1.1 ManagedElementRetrieval::getME ... getInventory

Cisco Specific Interfaces

Annexure: Cisco Prime Network OSS Integration Guide –Sample SOAP Request and Response 270

</entry>

<entry>

<name>State</name>

<value>CPU utilization exceeded upper

threshold</value>

</entry>

<entry>

<name>SuppressDisplay</name>

<value>false</value>

</entry>

<entry>

<name>Name</name>

<value>17</value>

</entry>

<entry>

<name>ReductionCount</name>

<value>1</value>

</entry>

<entry>

<name>CreationInDeviceTimezone</name>

<value>null</value>

</entry>

</ns2:extendedData>

</ns2:subtendingEvent>

</ns2:subtendingEventList>

</ns2:getSubtendingEventsResponse>

</soap:Body>

</soap:Envelope>