1. Packages
  2. Proxmox Virtual Environment (Proxmox VE)
  3. API Docs
  4. acme
  5. getPluginsLegacy
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

    Deprecated: Use proxmoxve.acme.getPlugins instead. This data source will be removed in v1.0.

    Retrieves the list of ACME plugins.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as proxmoxve from "@muhlba91/pulumi-proxmoxve";
    
    const example = proxmoxve.acme.getPluginsLegacy({});
    export const dataProxmoxVirtualEnvironmentAcmePlugins = example.then(example => example.plugins);
    
    import pulumi
    import pulumi_proxmoxve as proxmoxve
    
    example = proxmoxve.acme.get_plugins_legacy()
    pulumi.export("dataProxmoxVirtualEnvironmentAcmePlugins", example.plugins)
    
    package main
    
    import (
    	"github.com/muhlba91/pulumi-proxmoxve/sdk/v8/go/proxmoxve/acme"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		example, err := acme.GetPluginsLegacy(ctx, map[string]interface{}{}, nil)
    		if err != nil {
    			return err
    		}
    		ctx.Export("dataProxmoxVirtualEnvironmentAcmePlugins", example.Plugins)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using ProxmoxVE = Pulumi.ProxmoxVE;
    
    return await Deployment.RunAsync(() => 
    {
        var example = ProxmoxVE.Acme.GetPluginsLegacy.Invoke();
    
        return new Dictionary<string, object?>
        {
            ["dataProxmoxVirtualEnvironmentAcmePlugins"] = example.Apply(getPluginsLegacyResult => getPluginsLegacyResult.Plugins),
        };
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.proxmoxve.acme.AcmeFunctions;
    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 example = AcmeFunctions.getPluginsLegacy(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference);
    
            ctx.export("dataProxmoxVirtualEnvironmentAcmePlugins", example.plugins());
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: proxmoxve:acme:getPluginsLegacy
          arguments: {}
    outputs:
      dataProxmoxVirtualEnvironmentAcmePlugins: ${example.plugins}
    

    Using getPluginsLegacy

    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 getPluginsLegacy(opts?: InvokeOptions): Promise<GetPluginsLegacyResult>
    function getPluginsLegacyOutput(opts?: InvokeOptions): Output<GetPluginsLegacyResult>
    def get_plugins_legacy(opts: Optional[InvokeOptions] = None) -> GetPluginsLegacyResult
    def get_plugins_legacy_output(opts: Optional[InvokeOptions] = None) -> Output[GetPluginsLegacyResult]
    func GetPluginsLegacy(ctx *Context, opts ...InvokeOption) (*GetPluginsLegacyResult, error)
    func GetPluginsLegacyOutput(ctx *Context, opts ...InvokeOption) GetPluginsLegacyResultOutput

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

    public static class GetPluginsLegacy 
    {
        public static Task<GetPluginsLegacyResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetPluginsLegacyResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPluginsLegacyResult> getPluginsLegacy(InvokeOptions options)
    public static Output<GetPluginsLegacyResult> getPluginsLegacy(InvokeOptions options)
    
    fn::invoke:
      function: proxmoxve:acme/getPluginsLegacy:getPluginsLegacy
      arguments:
        # arguments dictionary

    getPluginsLegacy Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Plugins List<Pulumi.ProxmoxVE.Acme.Outputs.GetPluginsLegacyPlugin>
    List of ACME plugins
    Id string
    The provider-assigned unique ID for this managed resource.
    Plugins []GetPluginsLegacyPlugin
    List of ACME plugins
    id String
    The provider-assigned unique ID for this managed resource.
    plugins List<GetPluginsLegacyPlugin>
    List of ACME plugins
    id string
    The provider-assigned unique ID for this managed resource.
    plugins GetPluginsLegacyPlugin[]
    List of ACME plugins
    id str
    The provider-assigned unique ID for this managed resource.
    plugins Sequence[GetPluginsLegacyPlugin]
    List of ACME plugins
    id String
    The provider-assigned unique ID for this managed resource.
    plugins List<Property Map>
    List of ACME plugins

    Supporting Types

    GetPluginsLegacyPlugin

    Api string
    API plugin name.
    Data Dictionary<string, string>
    DNS plugin data.
    Digest string
    Prevent changes if current configuration file has a different digest. This can be used to prevent concurrent modifications.
    Plugin string
    ACME Plugin ID name.
    Type string
    ACME challenge type (dns, standalone).
    ValidationDelay int
    Extra delay in seconds to wait before requesting validation. Allows to cope with a long TTL of DNS records (0 - 172800).
    Api string
    API plugin name.
    Data map[string]string
    DNS plugin data.
    Digest string
    Prevent changes if current configuration file has a different digest. This can be used to prevent concurrent modifications.
    Plugin string
    ACME Plugin ID name.
    Type string
    ACME challenge type (dns, standalone).
    ValidationDelay int
    Extra delay in seconds to wait before requesting validation. Allows to cope with a long TTL of DNS records (0 - 172800).
    api String
    API plugin name.
    data Map<String,String>
    DNS plugin data.
    digest String
    Prevent changes if current configuration file has a different digest. This can be used to prevent concurrent modifications.
    plugin String
    ACME Plugin ID name.
    type String
    ACME challenge type (dns, standalone).
    validationDelay Integer
    Extra delay in seconds to wait before requesting validation. Allows to cope with a long TTL of DNS records (0 - 172800).
    api string
    API plugin name.
    data {[key: string]: string}
    DNS plugin data.
    digest string
    Prevent changes if current configuration file has a different digest. This can be used to prevent concurrent modifications.
    plugin string
    ACME Plugin ID name.
    type string
    ACME challenge type (dns, standalone).
    validationDelay number
    Extra delay in seconds to wait before requesting validation. Allows to cope with a long TTL of DNS records (0 - 172800).
    api str
    API plugin name.
    data Mapping[str, str]
    DNS plugin data.
    digest str
    Prevent changes if current configuration file has a different digest. This can be used to prevent concurrent modifications.
    plugin str
    ACME Plugin ID name.
    type str
    ACME challenge type (dns, standalone).
    validation_delay int
    Extra delay in seconds to wait before requesting validation. Allows to cope with a long TTL of DNS records (0 - 172800).
    api String
    API plugin name.
    data Map<String>
    DNS plugin data.
    digest String
    Prevent changes if current configuration file has a different digest. This can be used to prevent concurrent modifications.
    plugin String
    ACME Plugin ID name.
    type String
    ACME challenge type (dns, standalone).
    validationDelay Number
    Extra delay in seconds to wait before requesting validation. Allows to cope with a long TTL of DNS records (0 - 172800).

    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.