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
 
 
469
 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
managedElementName
 
globaldefs::NamingAttributes_T 
managedElementName
 
In
 
Name of the ME on which 
to revert software back to 
the older version.
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support this service. 
EXCPT_INVALID_INPUT - Raised when input parameters are syntactically 
incorrect. 
EXCPT_ENTITY_NOT_FOUND - Raised when the ME does not exist. 
Compliance 
Prime Optical-defined. 
3.20.7  restoreME 
Synopsis 
void restoreME( 
        in globaldefs::NamingAttributes_T managedElementName, 
        in string downloadFileName) 
        raises(globaldefs::ProcessingFailureException) 
Description 
This asynchronous operation initiates a restore request on the specified ME. The ME 
configuration file to restore is obtained from the server. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
managedElementName
 
NamingAttributes_T
 
In
 
Name of the ME for which a restore of 
configuration data is required.
 
downloadFileName
 
String
 
In
 
Name of the file to restore.
 
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 the ME does not exist.