Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
Retrieves the list of ACME plugins.
Using getPlugins
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 getPlugins(opts?: InvokeOptions): Promise<GetPluginsResult>
function getPluginsOutput(opts?: InvokeOptions): Output<GetPluginsResult>def get_plugins(opts: Optional[InvokeOptions] = None) -> GetPluginsResult
def get_plugins_output(opts: Optional[InvokeOptions] = None) -> Output[GetPluginsResult]func GetPlugins(ctx *Context, opts ...InvokeOption) (*GetPluginsResult, error)
func GetPluginsOutput(ctx *Context, opts ...InvokeOption) GetPluginsResultOutput> Note: This function is named GetPlugins in the Go SDK.
public static class GetPlugins
{
public static Task<GetPluginsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetPluginsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetPluginsResult> getPlugins(InvokeOptions options)
public static Output<GetPluginsResult> getPlugins(InvokeOptions options)
fn::invoke:
function: proxmoxve:acme/getPlugins:getPlugins
arguments:
# arguments dictionarygetPlugins Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Plugins
List<Pulumi.
Proxmox VE. Acme. Outputs. Get Plugins Plugin> - List of ACME plugins
- Id string
- The provider-assigned unique ID for this managed resource.
- Plugins
[]Get
Plugins Plugin - List of ACME plugins
- id String
- The provider-assigned unique ID for this managed resource.
- plugins
List<Get
Plugins Plugin> - List of ACME plugins
- id string
- The provider-assigned unique ID for this managed resource.
- plugins
Get
Plugins Plugin[] - List of ACME plugins
- id str
- The provider-assigned unique ID for this managed resource.
- plugins
Sequence[Get
Plugins Plugin] - 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
GetPluginsPlugin
- 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).
- 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]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).
- 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,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).
- validation
Delay 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).
- validation
Delay 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).
- validation
Delay 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
proxmoxTerraform Provider.
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
