Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Existing API

createNetworkAcl

New parameters

  • ** action (required) - allow/deny
  • **  number (required) - rule number. ACL rules are ordered by this number
  • container_id (optional) - id of the network ACL container

network_id parameter is not required when container_id is specified.

createNetwork

New parameters

  • ** container_id (optional) - id of the network ACL container. Default NetworkACLContainer will be used when not specified. 

new API

updateNetworkACL

Parameters:

  • ** id (required) - Id of the network ACL
  • trafficType (optional) - can be ingress/egress (defaulted to ingress if not specified)
  • cidrlist (optional) - List of the coma separated CIDRs for the rule. If not specified, defaulted to 0.0.0.0/0
  • startPort (optional)
  • endPort (optional)
  • protocol (optional). TCP/UDP/ICMP protocol types are supported
  • icmpType (optional) - type of the icmp message being sent
  • icmpCode (optional) - error code for this icmp message
  • action (optional) - allow/deny
  • number (optional) - rule number

createNetworkAclContainer

...