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
 
 
476
 
Name
 
Value
 
Description
 
Mandatory or 
Optional
 
software version.
 
type for which to add the new software 
version.
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INVALID_INPUT - Raised in case of invalid input. This could be specific 
to the EMS. 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
Compliance 
Prime Optical-defined. 
3.20.13 getSWDownloadStatus 
Synopsis 
void getSWDownloadStatus (  
        in globaldefs::NamingAttributes_T managedElementName, 
        out BackupStatus_T  backupStatus)  
        raises(globaldefs::ProcessingFailureException) 
Description 
The NMS uses this method to obtain the current software download status of an individual ME. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
managedElementName
 
globaldefs::NamingAttributes_T 
managedElementName
 
In
 
Name of the ME for which 
a software download 
status is required.
 
backupStatus
 
BackupStatus_T
 
Out
 
Status of the download.
 
struct BackupStatus_T  
Current_OperationStatus_T opStatus; 
string failureReason; 
BackupStatus_T is defined as:  
•  Current_OperationStatus_T opStatus—Indicates the current operational status of the 
software download. 
•  string failureReason—A free-form text string that is provided if the opStatus value is 
COS_Aborted to explain the reason for the abort. (For example, “Comms loss with NE.”)