Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
467
 
3.20.4  getBackupList 
Synopsis 
void getBackupList( 
        in globaldefs::NamingAttributesList_T managedElementNameList, 
        in unsigned long how_many, 
        out BackupIdList_T backupList, 
        out BackupIdIterator_I backupIt)  
        raises(globaldefs::ProcessingFailureException) 
Description 
The NMS invokes this method to determine what configuration data backups exist in the EMS 
for a specified list of MEs.  
This interface returns a list of IDs of all configuration data backups for the specified MEs. If the 
list of MEs in the request is empty, the IDs of all configuration data backups are returned for all 
MEs. 
To allow the NMS to handle a large number of objects, this operation uses an iterator. See the 
TMF document Overview of Iterator Usage for information on how iterators are used in this 
interface. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
managedElementNameList
 
NamingAttributesList_T
 
In
 
List of names of MEs for which the 
configuration data IDs are returned. If 
one or more MEs do not exist, the 
operation stops.
 
how_many
 
long
 
In
 
Maximum number of configuration 
data backup IDs to report in the first 
batch.
 
backupList
 
BackupIdList_T
 
Out
 
First batch of configuration data 
backup IDs.
 
backupIt
 
BackupIdIterator_I
 
Out
 
Iterator to retrieve the remaining 
configuration data backup IDs.
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support this service. 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when input parameters are syntactically 
incorrect. 
EXCPT_ENTITY_NOT_FOUND - Raised when one or more MEs in the list do not exist.