get network acl info

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

get network acl info v13.0.9 Updated v15.0.0

Retreives all the info of a network ACL on LXD server.

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

    The LXD connection

  • Network ACL name required
    value

    The name of the network ACL you want to get info of.

Out pins 8 + flow
  • flow
    flow
  • Connection
    lxdconnection

    The LXD connection

  • Success
    condition

    If successful, this pin returns true.

  • Description
    value

    The description of the network ACL.

  • Egress rules
    array

    All the egress rules for this network ACL.

  • Ingress rules
    array

    All the ingress rules for this network ACL.

  • Config
    object

    The config object for this network ACL.

  • Used by
    array

    All the things in your LXD server that use this network ACL.

  • Error
    value

    Error message if the operation could not be requested.

A typical wiring for get network acl info: a function trigger starts the flow; create network feeds the connection pin; value feeds the network_acl_name pin; the flow out pin feeds debug.

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

Version history

Introduced in v13.0.9.

Last modified in v15.0.0.


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