Apache CloudStack 4.20.0.0 Root Admin API Reference
removeQuarantinedIp
Removes a public IP address from quarantine. Only IPs in active quarantine can be removed.
Request parameters
| Parameter Name | Description | Required |
| removalreason | The reason for removing the public IP address from quarantine prematurely. | true |
| id | The ID of the public IP address in active quarantine. Either the IP address is informed, or the ID of the IP address in quarantine. | false |
| ipaddress | The public IP address in active quarantine. Either the IP address is informed, or the ID of the IP address in quarantine. | false |
Response Tags
| Response Name | Description |
| id | ID of the quarantine process. |
| created | When the quarantine was created. |
| enddate | End date for the quarantine. |
| ipaddress | The public IP address in quarantine. |
| previousownerid | Account ID of the previous public IP address owner. |
| previousownername | Account name of the previous public IP address owner. |
| removalreason | The reason for removing the IP from quarantine prematurely. |
| removed | When the quarantine was removed. |
| removeraccountid | ID of the account that removed the IP from quarantine. |