Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
406
 
Throws 
Compliance 
None. 
3.20    Software and Data Manager Interface 
The softwareAndDataManager interface is used to gain access to operations related to backing up ME 
configuration data. 
A handle to an instance of this interface is gained via the emsSession::EmsSession_I::getManager() 
operation in Manager. 
This interface is inherited from interface SoftwareAndDataMgr_I:common::Common_I. 
The softwareAndDataManager interface also implements the getCapabilities method. When the NMS 
invokes the getCapabilities method, the operations described in the following sections are returned. 
 
3.20.1  backupME 
Synopsis 
Description 
This asynchronous operation initiates a backup request on the specified ME. This creates a backup of the 
current configuration on the ME. The EMS sends the results of the ME backup operation via the 
notification service. The NMS can obtain the status of any backup operation on demand. An 
NT_BACKUP_STATUS event is sent to indicate the result of the backup operation. 
Parameters 
Name 
Type 
Input/ 
Output 
Description 
managedElementName  NamingAttributes_T  In 
Name of the ME for which a backup of 
configuration data is required. 
Throws