SetStatus

The SetStatus action sets the runtime status of the protocol instance. This information appears in the status of the log source.

The following table shows the parameters for the SetStatus action.

Table 1. SetStatus action parameters
Name Data type Required Notes
type Enumeration Yes

The status type.

Possible values include:

  • INFO
  • WARN
  • ERROR
message String Yes The status message.

XML Example:

This action sets the runtime status of the protocol instance to ERROR with a message that states:
The password has expired
This information is displayed as the log source status in the IBM® QRadar® Log Source Management app and API.
<SetStatus type="ERROR" message="The password has expired" />