Creating an Edge Policy IP Address List
Create an IP address list for an edge policy in Web Application Firewall.
This task creates an address list in a specified compartment and allows it to be used in a Web Application Acceleration and Security (WAAS) policy and referenced by access rules. Addresses can be IP addresses and CIDR notations.
- Enter the following command and required parameters:
oci waas address-list create --compartment-id compartment_ocid --display-name display_name --addresses addresses [OPTIONS]The
addressesvalue is a complex type whose value must be valid JSON. The value can be provided as a string on the command line or passed in as a file using thefile://path/to/filesyntax.See the CLI online help for a list of optional parameters:
oci waas address-list create --helpRefer to the Oracle Cloud Infrastructure documentation for a complete description of the oci waas address-list create command.
Use the CreateAddressList operation to create an IP address list using the API.