Quarantine an IP address and create a response.
Definition
quarantine/quarantine
Parameters
| Parameter | Type | Description |
| ip | IP address | IP address for the target host. Required to create or close a response. |
| id | integer | Response History ID that is displayed in the Response
History table on the SMS.
|
| policy | string | Specific Active Response Policy to implement.
|
| timeout | long | Optional argument to specify the duration of response.
|
Example
curl -k --header "X-SMS-API-KEY: <string>" "https://<sms_server>/quarantine/ quarantine?ip=<target_ip>&policy=<policy_name>&timeout=<minutes_to_quarantine>"
