You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Capture traffic using Insight Architecture
ack:
enabled: true
append_url: false
format: "Sit tight - I'm going to capture packets matching `{{ execution.parameters.filter }}` on switch(es) `{{ execution.parameters.switches | list | join (', ') }}`.\nAfter {{ execution.parameters.timeout }} seconds or {{execution.parameters.count}} packets I will post the PCAPs to CloudShark."
action_ref: st2_demos.multicap
#action_ref: core.noop
enabled: true
extra: {}
formats:
- display: "multicapture <filter> on switches <switch1,switch2>"
representation:
- "multicapture {{filter}} on switches {{switches}} {{timeout=300}} {{count=100}}"
result:
format: "Capture completed, cleaning up and tearing down capture sessions now."