1. Packages
  2. Proxmox Virtual Environment (Proxmox VE)
  3. API Docs
  4. sdn
  5. sdn/fabric
  6. sdn/fabric/node
  7. getOspf
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

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

    Using getOspf

    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 getOspf(args: GetOspfArgs, opts?: InvokeOptions): Promise<GetOspfResult>
    function getOspfOutput(args: GetOspfOutputArgs, opts?: InvokeOptions): Output<GetOspfResult>
    def get_ospf(fabric_id: Optional[str] = None,
                 node_id: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetOspfResult
    def get_ospf_output(fabric_id: Optional[pulumi.Input[str]] = None,
                 node_id: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetOspfResult]
    func LookupOspf(ctx *Context, args *LookupOspfArgs, opts ...InvokeOption) (*LookupOspfResult, error)
    func LookupOspfOutput(ctx *Context, args *LookupOspfOutputArgs, opts ...InvokeOption) LookupOspfResultOutput

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

    public static class GetOspf 
    {
        public static Task<GetOspfResult> InvokeAsync(GetOspfArgs args, InvokeOptions? opts = null)
        public static Output<GetOspfResult> Invoke(GetOspfInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOspfResult> getOspf(GetOspfArgs args, InvokeOptions options)
    public static Output<GetOspfResult> getOspf(GetOspfArgs args, InvokeOptions options)
    
    fn::invoke:
      function: proxmoxve:sdn/fabric/node/getOspf:getOspf
      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.

    getOspf Result

    The following output properties are available:

    FabricId string
    The unique identifier of the SDN fabric.
    Id string
    The unique identifier of the SDN fabric node, in the format \n\n/\n\n.
    InterfaceNames List<string>
    Set of interface names associated with the fabric node.
    Ip string
    IPv4 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
    The unique identifier of the SDN fabric node, in the format \n\n/\n\n.
    InterfaceNames []string
    Set of interface names associated with the fabric node.
    Ip string
    IPv4 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
    The unique identifier of the SDN fabric node, in the format \n\n/\n\n.
    interfaceNames List<String>
    Set of interface names associated with the fabric node.
    ip String
    IPv4 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
    The unique identifier of the SDN fabric node, in the format \n\n/\n\n.
    interfaceNames string[]
    Set of interface names associated with the fabric node.
    ip string
    IPv4 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
    The unique identifier of the SDN fabric node, in the format \n\n/\n\n.
    interface_names Sequence[str]
    Set of interface names associated with the fabric node.
    ip str
    IPv4 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
    The unique identifier of the SDN fabric node, in the format \n\n/\n\n.
    interfaceNames List<String>
    Set of interface names associated with the fabric node.
    ip String
    IPv4 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
    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.