1. Packages
  2. Proxmox Virtual Environment (Proxmox VE)
  3. API Docs
  4. Sdn
  5. Sdn/fabric
  6. Sdn/fabric/node
  7. getOpenfabric
Proxmox Virtual Environment (Proxmox VE) v7.13.0 published on Tuesday, Feb 10, 2026 by Daniel Muehlbachler-Pietrzykowski
proxmoxve logo
Proxmox Virtual Environment (Proxmox VE) v7.13.0 published on Tuesday, Feb 10, 2026 by Daniel Muehlbachler-Pietrzykowski

    OpenFabric Fabric Node in Proxmox SDN. Fabrics in Proxmox VE SDN provide automated routing between nodes in a cluster.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as proxmoxve from "@muhlba91/pulumi-proxmoxve";
    
    const main = proxmoxve.Sdn.fabric.node.getOpenfabric({
        fabricId: "main-fabric",
        nodeId: "pve",
    });
    
    import pulumi
    import pulumi_proxmoxve as proxmoxve
    
    main = proxmoxve.Sdn.fabric.node.get_openfabric(fabric_id="main-fabric",
        node_id="pve")
    
    package main
    
    import (
    	"github.com/muhlba91/pulumi-proxmoxve/sdk/v7/go/proxmoxve/sdn"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := sdn.GetOpenfabric(ctx, &fabric/node.GetOpenfabricArgs{
    			FabricId: "main-fabric",
    			NodeId:   "pve",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using ProxmoxVE = Pulumi.ProxmoxVE;
    
    return await Deployment.RunAsync(() => 
    {
        var main = ProxmoxVE.Sdn.Fabric.Node.GetOpenfabric.Invoke(new()
        {
            FabricId = "main-fabric",
            NodeId = "pve",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.proxmoxve.Sdn_fabric_node.Sdn_fabric_nodeFunctions;
    import com.pulumi.proxmoxve.Sdn.inputs.GetOpenfabricArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var main = Sdn_fabric_nodeFunctions.getOpenfabric(GetOpenfabricArgs.builder()
                .fabricId("main-fabric")
                .nodeId("pve")
                .build());
    
        }
    }
    
    variables:
      main:
        fn::invoke:
          function: proxmoxve:Sdn/fabric/node:getOpenfabric
          arguments:
            fabricId: main-fabric
            nodeId: pve
    

    Using getOpenfabric

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getOpenfabric(args: GetOpenfabricArgs, opts?: InvokeOptions): Promise<GetOpenfabricResult>
    function getOpenfabricOutput(args: GetOpenfabricOutputArgs, opts?: InvokeOptions): Output<GetOpenfabricResult>
    def get_openfabric(fabric_id: Optional[str] = None,
                       node_id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetOpenfabricResult
    def get_openfabric_output(fabric_id: Optional[pulumi.Input[str]] = None,
                       node_id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetOpenfabricResult]
    func LookupOpenfabric(ctx *Context, args *LookupOpenfabricArgs, opts ...InvokeOption) (*LookupOpenfabricResult, error)
    func LookupOpenfabricOutput(ctx *Context, args *LookupOpenfabricOutputArgs, opts ...InvokeOption) LookupOpenfabricResultOutput

    > Note: This function is named LookupOpenfabric in the Go SDK.

    public static class GetOpenfabric 
    {
        public static Task<GetOpenfabricResult> InvokeAsync(GetOpenfabricArgs args, InvokeOptions? opts = null)
        public static Output<GetOpenfabricResult> Invoke(GetOpenfabricInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOpenfabricResult> getOpenfabric(GetOpenfabricArgs args, InvokeOptions options)
    public static Output<GetOpenfabricResult> getOpenfabric(GetOpenfabricArgs args, InvokeOptions options)
    
    fn::invoke:
      function: proxmoxve:Sdn/fabric/node/getOpenfabric:getOpenfabric
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FabricId string
    The unique identifier of the SDN fabric.
    NodeId string
    The unique identifier of the SDN fabric node.
    FabricId string
    The unique identifier of the SDN fabric.
    NodeId string
    The unique identifier of the SDN fabric node.
    fabricId String
    The unique identifier of the SDN fabric.
    nodeId String
    The unique identifier of the SDN fabric node.
    fabricId string
    The unique identifier of the SDN fabric.
    nodeId string
    The unique identifier of the SDN fabric node.
    fabric_id str
    The unique identifier of the SDN fabric.
    node_id str
    The unique identifier of the SDN fabric node.
    fabricId String
    The unique identifier of the SDN fabric.
    nodeId String
    The unique identifier of the SDN fabric node.

    getOpenfabric Result

    The following output properties are available:

    FabricId string
    The unique identifier of the SDN fabric.
    Id string
    InterfaceNames List<string>
    Set of interface names associated with the fabric node.
    Ip string
    IPv4 address for the fabric node.
    Ip6 string
    IPv6 address for the fabric node.
    NodeId string
    The unique identifier of the SDN fabric node.
    FabricId string
    The unique identifier of the SDN fabric.
    Id string
    InterfaceNames []string
    Set of interface names associated with the fabric node.
    Ip string
    IPv4 address for the fabric node.
    Ip6 string
    IPv6 address for the fabric node.
    NodeId string
    The unique identifier of the SDN fabric node.
    fabricId String
    The unique identifier of the SDN fabric.
    id String
    interfaceNames List<String>
    Set of interface names associated with the fabric node.
    ip String
    IPv4 address for the fabric node.
    ip6 String
    IPv6 address for the fabric node.
    nodeId String
    The unique identifier of the SDN fabric node.
    fabricId string
    The unique identifier of the SDN fabric.
    id string
    interfaceNames string[]
    Set of interface names associated with the fabric node.
    ip string
    IPv4 address for the fabric node.
    ip6 string
    IPv6 address for the fabric node.
    nodeId string
    The unique identifier of the SDN fabric node.
    fabric_id str
    The unique identifier of the SDN fabric.
    id str
    interface_names Sequence[str]
    Set of interface names associated with the fabric node.
    ip str
    IPv4 address for the fabric node.
    ip6 str
    IPv6 address for the fabric node.
    node_id str
    The unique identifier of the SDN fabric node.
    fabricId String
    The unique identifier of the SDN fabric.
    id String
    interfaceNames List<String>
    Set of interface names associated with the fabric node.
    ip String
    IPv4 address for the fabric node.
    ip6 String
    IPv6 address for the fabric node.
    nodeId String
    The unique identifier of the SDN fabric node.

    Package Details

    Repository
    proxmoxve muhlba91/pulumi-proxmoxve
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the proxmox Terraform Provider.
    proxmoxve logo
    Proxmox Virtual Environment (Proxmox VE) v7.13.0 published on Tuesday, Feb 10, 2026 by Daniel Muehlbachler-Pietrzykowski
      Meet Neo: Your AI Platform Teammate