create network acl

This block is part of the virtualisation group and was last modified in core v15.0.0.

create network acl v13.0.9 Updated v15.0.0

Creates a network ACL on the LXD server.

In pins 6 + flow
  • flow
    flow
  • Connection required
    lxdconnection

    The LXD connection

  • Name required
    value

    The name of the network ACL to create.

  • Description required
    value

    The description of the network ACL to create.

  • Config required
    array

    Array of all the configs to set, has to be array with objects that all have fields key and value.

  • Ingress rules required
    array

    Array of all the ingress rules to set, has to be array with objects.

  • Egress rules required
    array

    Array of all the ingress rules to set, has to be array with objects.

Out pins 3 + flow
  • flow
    flow
  • Connection
    lxdconnection

    The LXD connection

  • Success
    condition

    If successful, this pin returns true.

  • Error
    value

    Error message if the network ACL could not be created.

A typical wiring for create network acl: a function trigger starts the flow; create network feeds the connection pin; value feeds the name pin; value feeds the description pin; with values feeds the config pin; with values feeds the ingress_rules pin; with values feeds the egress_rules pin; the flow out pin feeds debug.

Studio canvas example for the create network acl block: typical wiring for create network acl.

Version history

Introduced in v13.0.9.

Last modified in v15.0.0.

Service documentation

External API reference This block wraps a third-party service. Click here for the service's own documentation of the underlying endpoint.
Back to virtualisation Return to the main group to view all sub-groups Back to LXD Return to the group to view all blocks within this group