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.
Name | Data type | Required | Notes |
---|---|---|---|
type | Enumeration | Yes |
The status type. Possible values include:
|
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 expiredThis 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" />