1. Packages
  2. Proxmox Virtual Environment (Proxmox VE)
  3. API Docs
  4. sdn
  5. sdn/fabric
  6. getOpenfabric
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
proxmoxve logo
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski

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

    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(id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetOpenfabricResult
    def get_openfabric_output(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/getOpenfabric:getOpenfabric
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The unique identifier of the SDN fabric.
    Id string
    The unique identifier of the SDN fabric.
    id String
    The unique identifier of the SDN fabric.
    id string
    The unique identifier of the SDN fabric.
    id str
    The unique identifier of the SDN fabric.
    id String
    The unique identifier of the SDN fabric.

    getOpenfabric Result

    The following output properties are available:

    CsnpInterval int
    The csnpInterval property for OpenFabric.
    HelloInterval int
    The helloInterval property for OpenFabric.
    Id string
    The unique identifier of the SDN fabric.
    Ip6Prefix string
    IPv6 prefix cidr for the fabric.
    IpPrefix string
    IPv4 prefix cidr for the fabric.
    CsnpInterval int
    The csnpInterval property for OpenFabric.
    HelloInterval int
    The helloInterval property for OpenFabric.
    Id string
    The unique identifier of the SDN fabric.
    Ip6Prefix string
    IPv6 prefix cidr for the fabric.
    IpPrefix string
    IPv4 prefix cidr for the fabric.
    csnpInterval Integer
    The csnpInterval property for OpenFabric.
    helloInterval Integer
    The helloInterval property for OpenFabric.
    id String
    The unique identifier of the SDN fabric.
    ip6Prefix String
    IPv6 prefix cidr for the fabric.
    ipPrefix String
    IPv4 prefix cidr for the fabric.
    csnpInterval number
    The csnpInterval property for OpenFabric.
    helloInterval number
    The helloInterval property for OpenFabric.
    id string
    The unique identifier of the SDN fabric.
    ip6Prefix string
    IPv6 prefix cidr for the fabric.
    ipPrefix string
    IPv4 prefix cidr for the fabric.
    csnp_interval int
    The csnpInterval property for OpenFabric.
    hello_interval int
    The helloInterval property for OpenFabric.
    id str
    The unique identifier of the SDN fabric.
    ip6_prefix str
    IPv6 prefix cidr for the fabric.
    ip_prefix str
    IPv4 prefix cidr for the fabric.
    csnpInterval Number
    The csnpInterval property for OpenFabric.
    helloInterval Number
    The helloInterval property for OpenFabric.
    id String
    The unique identifier of the SDN fabric.
    ip6Prefix String
    IPv6 prefix cidr for the fabric.
    ipPrefix String
    IPv4 prefix cidr for the fabric.

    Package Details

    Repository
    proxmoxve muhlba91/pulumi-proxmoxve
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the proxmox Terraform Provider.
    proxmoxve logo
    Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
    published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
      Try Pulumi Cloud free. Your team will thank you.