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 API version details.
Using getVersion
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 getVersion(opts?: InvokeOptions): Promise<GetVersionResult>
function getVersionOutput(opts?: InvokeOptions): Output<GetVersionResult>def get_version(opts: Optional[InvokeOptions] = None) -> GetVersionResult
def get_version_output(opts: Optional[InvokeOptions] = None) -> Output[GetVersionResult]func GetVersion(ctx *Context, opts ...InvokeOption) (*GetVersionResult, error)
func GetVersionOutput(ctx *Context, opts ...InvokeOption) GetVersionResultOutput> Note: This function is named GetVersion in the Go SDK.
public static class GetVersion
{
public static Task<GetVersionResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetVersionResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetVersionResult> getVersion(InvokeOptions options)
public static Output<GetVersionResult> getVersion(InvokeOptions options)
fn::invoke:
function: proxmoxve:index/getVersion:getVersion
arguments:
# arguments dictionarygetVersion Result
The following output properties are available:
- Id string
- Placeholder identifier attribute.
- Release string
- The current Proxmox VE point release in
x.yformat. - Repository
Id string - The short git revision from which this version was build.
- Version string
- The full pve-manager package version of this node.
- Id string
- Placeholder identifier attribute.
- Release string
- The current Proxmox VE point release in
x.yformat. - Repository
Id string - The short git revision from which this version was build.
- Version string
- The full pve-manager package version of this node.
- id String
- Placeholder identifier attribute.
- release String
- The current Proxmox VE point release in
x.yformat. - repository
Id String - The short git revision from which this version was build.
- version String
- The full pve-manager package version of this node.
- id string
- Placeholder identifier attribute.
- release string
- The current Proxmox VE point release in
x.yformat. - repository
Id string - The short git revision from which this version was build.
- version string
- The full pve-manager package version of this node.
- id str
- Placeholder identifier attribute.
- release str
- The current Proxmox VE point release in
x.yformat. - repository_
id str - The short git revision from which this version was build.
- version str
- The full pve-manager package version of this node.
- id String
- Placeholder identifier attribute.
- release String
- The current Proxmox VE point release in
x.yformat. - repository
Id String - The short git revision from which this version was build.
- version String
- The full pve-manager package version of this node.
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
