ipacl_uuidstring |
Unique identifier for an IP access control list. |
namestring |
Friendly name for the IP access control list. |
associated_ipsarray |
Comma-separated list of IP addresses. |
If successful, returns “IP access control list created successfully.” in the message field along with an ipacl_uuid.
{
"ipacl_uuid": "f19c4773-4ae6-4b75-92ea-9cf3ea4227d6",
"name": "sample_ipacl",
"ip_addresses": [
"192.168.1.1,127.0.1.1"
]
}