Cisco Cisco Evolved Programmable Network Manager 2.0 Developer's Guide

Page of 637
 
MTOSI Interface Details 
 
 
 
 
 
 
Cisco EPN Manager 2.0 MTOSI API Guide for OSS Integration  
 
 
31 
MANAGED_BUT_CONFLICTINGCREDENTIALS 
MANAGED_BUT_SYNCHRONIZING 
UNMANAGED_UNLICENSED 
VendorExtensions 
 
Contains Cisco specific Vendor Extensions. 
ciscoManagedElementEx
tension  
CiscoManaged 
Element 
ExtensionType 
Holder to contain the following Cisco specific 
Managed Element attributes. 
networkElementId 
String 
ID of the Network Element.  
description 
String 
Description. 
managementAddress 
String 
IP address of the device. This is the preferred 
management access address for the device. This is 
typically an address at which SNMP, Telnet, and SSH 
agents are available. 
lastBootTime 
DateTime 
Last boot time. 
creationTime 
DateTime 
Timestamp when the instance of the device was 
created 
collectionTime 
DateTime 
Time of inventory collection. 
collectionStatus 
String 
Status of the inventory collection. 
sysObjectId 
String 
System object ID of the ME. 
sysUpTime 
String 
Up time. 
productVendor 
String 
Vendor. 
productSeries 
String 
Product series. 
productFamily 
String 
Product family of this device. 
softwareFamily 
String 
Software family. 
softwareType 
String 
A string that identifies the specific type of software 
that is installed. For example, Cisco IOS or Linux. 
satelliteCount 
int 
Set to the number of satellites that this managed 
element manages. 
clusterCount 
int 
Set to number of cluster nodes this managed 
element manages. 
 
4.1.2  Operations  
4.1.2.1  getAllManagedElements 
This operation retrieves all Managed Element instances present in the network.  
4.1.2.1.1 Input 
Request Parameter 
Data Type 
Description 
requestedBatchSize 
integer 
Maximum number of objects to return.  
getAllManagedElementsR
equest 
getAllManagedElementsRe
quest 
Empty Request Element representing the 
request. 
4.1.2.1.2 Output 
Response data 
Data Type 
Description 
batchSequenceEndOfReply 
boolean 
Indicator of end of batched replies. 
iteratorReferenceURI 
String  
Iterator reference URI which can be used to 
retrieve the next batch. 
getAllManagedElementsResp
onse 
MultipleMeObjectsRespo
nseType 
Holder for containing the list of Managed 
Elements returned.