![Cisco ASR 9000 Serie Configuration Manuals Download Page 173](http://html.mh-extra.com/html/cisco/asr-9000-serie/asr-9000-serie_configuration-manuals_66679173.webp)
appl_reqinfo
Retrieves previously saved information from the Embedded Event Manager (EEM). This Tcl command
extension provides support for retrieving information from EEM that has been previously saved with a unique
key, which must be specified in order to retrieve the information. Note that retrieving the information deletes
it from EEM. It must be resaved if it is to be retrieved again.
Syntax
appl_reqinfo key ?
Arguments
(Mandatory) String key of the data.
key
Result String
data %s
Where data is the application string data to be retrieved.
Set _cerrno
Yes
(_cerr_sub_err =
2)
FH_ESYSERR
(generic/unknown error from OS/system)
This error means that the operating system reported an error. The POSIX errno value that is reported with the
error should be used to determine the cause of the operating system error.
(_cerr_sub_err =
7)
FH_ENOSUCHKEY
(could not find key)
This error means that the application event detector info key or other ID was not found.
appl_setinfo
Saves information in the EEM. This Tcl command extension provides support for saving information in the
EEM that can be retrieved later by the same policy or by another policy. A unique key must be specified. This
key allows the information to be retrieved later.
Syntax
appl_setinfo key ? data ?
Arguments
(Mandatory) String key of the data.
key
(Mandatory) Application string data to save.
data
Cisco ASR 9000 Series Aggregation Services Router System Monitoring Configuration Guide, Release 4.2.x
157
Configuring and Managing Embedded Event Manager Policies
Embedded Event Manager Utility Tcl Command Extensions