Delete SOW Messages
AMPS also provides modules for deleting SOW contents. The amps-action-do-delete-sow
module deletes messages from the specified SOW topic.
This module requires the Topic
, MessageType
and Filter
parameters in order to delete the desired message.
Parameter | Description |
---|---|
| The name of the SOW topic from which to delete messages. This parameter supports regular expressions. There is no default for this parameter. |
| The message type of the SOW topic or topics to delete from. There is no default for this parameter. |
| Set the filter to apply. Only messages matching that filter will be deleted. |
This module does not add any variables to the AMPS context.
Last updated