@ansir did you check the docs links? The example is in there: {
"name": "My Task",
"order": 1,
"owner": 2,
"phase_id": 20,
"description": "Investigate the event",
"playbooks": [{
"scm": "local",
"playbook": "investigate"
},
{
"scm": "community",
"playbook": "04_07_2017 - PhishMe"
}
],
"actions": ["geolocate ip", "block_ip"]
}'
... View more