Apache CloudStack 4.17.0.0 Root Admin API Reference
addExternalFirewall
Adds an external firewall appliance
Request parameters
Parameter Name | Description | Required |
password | Password of the external firewall appliance. | true |
url | URL of the external firewall appliance. | true |
username | Username of the external firewall appliance. | true |
zoneid | Zone in which to add the external firewall appliance. | true |
Response Tags
Response Name | Description |
id | the ID of the external firewall |
ipaddress | the management IP address of the external firewall |
numretries | the number of times to retry requests to the external firewall |
privateinterface | the private interface of the external firewall |
privatezone | the private security zone of the external firewall |
publicinterface | the public interface of the external firewall |
publiczone | the public security zone of the external firewall |
timeout | the timeout (in seconds) for requests to the external firewall |
usageinterface | the usage interface of the external firewall |
username | the username that's used to log in to the external firewall |
zoneid | the zone ID of the external firewall |