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

    Retrieves a single ACME plugin by plugin ID name.

    Using getPlugin

    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 getPlugin(args: GetPluginArgs, opts?: InvokeOptions): Promise<GetPluginResult>
    function getPluginOutput(args: GetPluginOutputArgs, opts?: InvokeOptions): Output<GetPluginResult>
    def get_plugin(plugin: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetPluginResult
    def get_plugin_output(plugin: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetPluginResult]
    func GetPlugin(ctx *Context, args *GetPluginArgs, opts ...InvokeOption) (*GetPluginResult, error)
    func GetPluginOutput(ctx *Context, args *GetPluginOutputArgs, opts ...InvokeOption) GetPluginResultOutput

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

    public static class GetPlugin 
    {
        public static Task<GetPluginResult> InvokeAsync(GetPluginArgs args, InvokeOptions? opts = null)
        public static Output<GetPluginResult> Invoke(GetPluginInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPluginResult> getPlugin(GetPluginArgs args, InvokeOptions options)
    public static Output<GetPluginResult> getPlugin(GetPluginArgs args, InvokeOptions options)
    
    fn::invoke:
      function: proxmoxve:acme/getPlugin:getPlugin
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Plugin string
    ACME Plugin ID name.
    Plugin string
    ACME Plugin ID name.
    plugin String
    ACME Plugin ID name.
    plugin string
    ACME Plugin ID name.
    plugin str
    ACME Plugin ID name.
    plugin String
    ACME Plugin ID name.

    getPlugin Result

    The following output properties are available:

    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.
    Id string
    The provider-assigned unique ID for this managed resource.
    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.
    Id string
    The provider-assigned unique ID for this managed resource.
    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.
    id String
    The provider-assigned unique ID for this managed resource.
    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.
    id string
    The provider-assigned unique ID for this managed resource.
    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.
    id str
    The provider-assigned unique ID for this managed resource.
    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.
    id String
    The provider-assigned unique ID for this managed resource.
    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.