#How to find node-management lifs

1 messages · Page 1 of 1 (latest)

late vessel
#

Has someone an idea how to filter the node management lifs? I tried using na_ontap_rest_info, but 'networks/ip/interfaces' does not show role.
Service-Policy: data-management, and Failover Policy=home-node-only also shows cluster and intercluster ports.

shy flax
#

Can you try to use scope? Though AFAIK, it only supports cluster and svm.

#

role has been deprecated some time ago

deep garnet
#

Try

      - network/ip/interfaces
    parameters:
      scope: "cluster"
      service_policy.name: "default-management"
      location.failover: "home_node_only"
late vessel
#

Hello Rene, thank you very much. that works. also interesting the "parameter" usage, as it is not well described in ansible docs.