ZonedApiUpdateAclRequest: {
    aclId: string;
    action: AclAction;
    description?: string;
    index: number;
    match?: AclMatch;
    name: string;
    zone?: Zone;
}

Type declaration

  • aclId: string

    ACL ID.

  • action: AclAction

    Action to take when incoming traffic matches an ACL filter.

  • Optionaldescription?: string

    ACL description.

  • index: number

    Priority of this ACL (ACLs are applied in ascending order, 0 is the first ACL executed).

  • Optionalmatch?: AclMatch

    ACL match filter object. One of ip_subnet or http_filter & http_filter_value are required.

  • name: string

    ACL name.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.