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.
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 log source status in the IBM® QRadar® Log Source Management app and API.
<SetStatus type="ERROR" message="The password has expired" />