Cisco Cisco Prime Network Registrar 8.1 기술 참조

다운로드
페이지 316
ExportDeviceResourceRecord 
Cisco Prime Network Registrar IPAM 8.1.1 CLI and API Guide 
     259 
Selector 
Description 
Example 
by Or) Selector type filters. 
IP Address Range 
Select device by IP Address range.  
 
IPAddressRange=10.0.0.1-11.0.0.1 
Device type 
Select device by Device type. 
DeviceType=’Router’ 
DeviceType ends ‘uter’ 
DeviceType begins ’Rou’ 
DeviceType contains ’out’ 
Domain 
Select device by Domain name. 
Domain=’ins.com.’ 
Domain begins ’ins.c’ 
Domain ends ’.com.’ 
Domain contains ’s.com’ 
Domain Type 
Select device by domain type. 
DomainType=’Internal’ 
DomainType begins ‘abc’ 
DomainType ends ‘xyz’ 
Domain Type contains ‘lmnop’ 
Block 
Select device by Block name.  
Block=’10.0.0.0/24’ 
Block begins ’10.0.0’ 
Block ends ‘.0/24’ 
Block contains ’.0.0.0’ 
Block Type 
Select device by Block type. 
BlockType=’Any’ 
BlockType begins ’An’ 
BlockType ends ’ny’ 
BlockType contains ’n’ 
User Defined Fields 
Select device by user defined field name 
and value.  Usage 
UDF.<fieldname>=’<fieldvalue>’ 
UDF.order=’first’ 
UDF.order begins ’fir’ 
UDF.order ends ’rst’ 
UDF.order contains ’irs’ 
Response 
The response from the 
initExportDeviceResourceRec
 web service is a 
WSContext
 object defined previously and 
must be included in each successive call to 
exportDeviceResourceRec
, as described below. 
Service Invocation 
The portion of 
Exports.wsdl that describes the 
exportDeviceResourceRec
 request and 
response messages is shown following. 
<wsdl:message name="exportDeviceResourceRecRequest"> 
  <wsdl:part name="context" type="tns2:WSContext" />  
</wsdl:message> 
<wsdl:message name="exportDeviceResourceRecResponse"> 
  <wsdl:part name="exportDeviceResourceRecReturn" 
type="impl:ArrayOf_tns2_WSDeviceResourceRec"/> 
</wsdl:message>
 
Request 
The 
WSContext
 passed as input by the client web service is the 
WSContext
 object 
returned by the 
initExportDeviceRec
 service defined above and has the