SetStatus

The SetStatus action sets the runtime status of the protocol instance. This information appears in the status of the data 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 data source status in the IBM® Security QRadar® Log Insights and API.
<SetStatus type="ERROR" message="The password has expired" />