Unquarantine an IP address and close a response.
Definition
quarantine/unquarantine
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/ unquarantine?ip=<target_ip>"
