INPUT_OBJECT

ProxmoxEnvironmentUpdateConfigInput

Description

Configuration for updating a Proxmox environment.

link GraphQL Schema definition

  • input ProxmoxEnvironmentUpdateConfigInput {
  • # The API token of the updated Proxmox environment.
  • apiToken: String
  • # Concatenated X.509 certificates in Base64 encoded DER format. Each certificate
  • # must start with -----BEGIN CERTIFICATE----- and end with -----END
  • # CERTIFICATE-----.
  • caCerts: String
  • }