Next Topic

Previous Topic

Book Contents

action.report

action.report retrieves a list of devices and tests or message categories associated with a specified action profile. Accepts the asterisk (*) wildcard.

The general syntax is:

action.report "actionName=<value>",
  "target=<event|test|container>"
  "[,deviceName=<wildcard>]"
  "[,departmentName=<value>]"

For {{target=event}} the command returns a list of devices that have the specified action profile assigned and the event categories. For example:

"serialNumber=123", "deviceName=router1", "deviceSerialNumber=789", "departmentName=Core", "eventCategory=(trap/*) CISCO-EIGRP-MIB::cEigrpAuthFailureEvent"

"serialNumber=123", "deviceName=router1", "deviceSerialNumber=789", "departmentName=Core", "eventCategory=(trap/*) CISCO-ENTITY-FRU-CONTROL-MIB::cefcFRURemoved"

"serialNumber=123", "deviceName=router1", "deviceSerialNumber=789", "departmentName=Core", "eventCategory=(socket/ism) ISM: Used For Testing"

"serialNumber=123", "deviceName=server2", "deviceSerialNumber=456", "departmentName=Core", "eventCategory=(winevt/*) *"