sonar-delete-stream-rule-command-batch
Delete a command from stream rules from input records.
Input record:
- guid (required) - Target rule GUID
- ordinal (required) - Ordinal of the target command in the rule body
sonar-delete-stream-rule-command-batch [run=VALUE]
- run=VALUE
- Optional. Update rule only if value is 't'
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| _status | String | Status | e.g. success. One of success (written), applicable (checks passed but run=t was not given, so nothing was written), or failure - see _error |
| _error | String | Error | e.g. Stream rule not found. Reason the record was rejected |