This command lists status information about every notification attempt that is made during the processing of the specified notification request.
This command has the following format:
ADDRESS VOX "NMILISTCALLERS ITEM(item) [CMDRESP(destination)] [PREFIX(varname)]"
Specifies the item number.
(Optional) Directs return information, if any, to a specific destination. For a list of valid destination values, see ADDRESS VOX Return Information.
Default: REXX
(Optional) Specifies the name of the REXX stem variable (other than the default name) that contains the return information for the command.
For information about changing the default variable name, see ADDRESS VOX Return Information.
Default: VOX.NMILISTCALLERS
Usage Note:
For more information on this command, see the sample REXX program listcallers.rex in the CA Automation Point installation folder \sample\nm.
After the NMILISTCALLERS command executes, it sets the special REXX return code variable RC.
The following example retrieves the list of all notification attempts made for notification request item number 1234:
ADDRESS VOX “NMILISTCALLERS ITEM(1234)”
|
Copyright © 2012 CA Technologies.
All rights reserved.
|
|