Cisco Cisco Prime Central 1.2 Developer's Guide

Page of 181
  </soap:Body>
 </soap:Envelope>
Ethernet Virtual Connection Resource Inventory - Request and Response
Examples
FlowDomainRetrievalRPC
getAllFlowDomainFragmentNames
RequestResponse-getAllFlowDomainFragmentNames
Request - getFlowDomainFragmentNames
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:data="http://www.cisco.com/prime/esb/alarm/fm/query/data" 
xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">
   <soapenv:Header/>
   <soapenv:Body>
      <data:getActiveAlarmCountsRequest>
         <data:severityList>
            <!--1 or more repetitions:-->
            <data:severity>Critical</data:severity>
            <data:severity>Major</data:severity>
            <data:severity>Minor</data:severity>
         </data:severityList>
         <data:filter>
            <data:type>Device</data:type>
            <data:name>
               <!--1 or more repetitions:-->
               <v1:rdn>
                  <v1:type>MD</v1:type>
                  <v1:value>CISCO_PRIME</v1:value>
               </v1:rdn>
               <v1:rdn>
                  <v1:type>ME</v1:type>
                  <v1:value>Prime-dcdev-vcenter</v1:value>
               </v1:rdn>
            </data:name>
         </data:filter>
      </data:getActiveAlarmCountsRequest>
   </soapenv:Body>
</soapenv:Envelope>
Response - getFlowDomainFragmentNames
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Header>
      <header xmlns:ns31="http://www.tmforum.org/mtop/nrf/xsd/fdfrroute/v1" 
xmlns:ns30="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"
xmlns:ns29="http://www.tmforum.org/mtop/sa/xsd/saiexcpt/v1" 
xmlns:ns28="http://www.cisco.com/mtop/nrb/xsd/Cisco_CE_LP/v1"
xmlns:ns27="http://www.tmforum.org/mtop/nrf/xsd/com/v1" 
xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/mfd/v1"
xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/cc/v1" 
xmlns:ns24="http://www.tmforum.org/mtop/nrb/xsd/itu/v1"
xmlns:ns23="http://www.tmforum.org/mtop/nrf/xsd/fd/v1" 
xmlns:ns22="http://www.tmforum.org/mtop/nrf/xsd/mfdfr/v1"
xmlns:ns21="http://www.tmforum.org/mtop/fmw/xsd/msg/v1"