[GH-ISSUE #253] GetConfig does not return configured efidisk #55

Closed
opened 2026-02-28 00:40:23 +03:00 by kerem · 0 comments
Owner

Originally created by @riverar on GitHub (Apr 19, 2023).
Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/253

When retrieving the configuration of an existing VM, the configured EFI disk is not returned.

.\proxmox-api-go.exe getConfig 1000

2023/04/18 21:44:24 {
  "name": "test",
  "bios": "ovmf",
  "onboot": false,
  "tablet": true,
  "agent": 1,
  "memory": 8192,
  "balloon": 1,
  "ostype": "win11",
  "cores": 12,
  "sockets": 1,
  "cpu": "host",
  "numa": false,
  "kvm": true,
  "hotplug": "network,disk,usb",
  "iso": "cifs-win10-vcurrent:iso/Win10_22H2_English_x64.iso",
  "boot": "order=sata0;ide2;ide0",
  "scsihw": "virtio-scsi-pci",
  "disk": {
    "0": {
      "file": "iso/virtio-win-0.1.229.iso",
      "format": "iso",
      "media": "cdrom",
      "size": "522284K",
      "slot": 0,
      "storage": "local",
      "storage_type": "dir",
      "type": "ide",
      "volume": "local:iso/virtio-win-0.1.229.iso"
    },
    "2": {
      "file": "iso/Win10_22H2_English_x64.iso",
      "format": "iso",
      "media": "cdrom",
      "size": "5971862K",
      "slot": 2,
      "storage": "cifs-win10-vcurrent",
      "storage_type": "cifs",
      "type": "ide",
      "volume": "cifs-win10-vcurrent:iso/Win10_22H2_English_x64.iso"
    }
  },
  "vga": {
    "": null
  }
}
Originally created by @riverar on GitHub (Apr 19, 2023). Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/253 When retrieving the configuration of an existing VM, the configured EFI disk is not returned. ``` .\proxmox-api-go.exe getConfig 1000 2023/04/18 21:44:24 { "name": "test", "bios": "ovmf", "onboot": false, "tablet": true, "agent": 1, "memory": 8192, "balloon": 1, "ostype": "win11", "cores": 12, "sockets": 1, "cpu": "host", "numa": false, "kvm": true, "hotplug": "network,disk,usb", "iso": "cifs-win10-vcurrent:iso/Win10_22H2_English_x64.iso", "boot": "order=sata0;ide2;ide0", "scsihw": "virtio-scsi-pci", "disk": { "0": { "file": "iso/virtio-win-0.1.229.iso", "format": "iso", "media": "cdrom", "size": "522284K", "slot": 0, "storage": "local", "storage_type": "dir", "type": "ide", "volume": "local:iso/virtio-win-0.1.229.iso" }, "2": { "file": "iso/Win10_22H2_English_x64.iso", "format": "iso", "media": "cdrom", "size": "5971862K", "slot": 2, "storage": "cifs-win10-vcurrent", "storage_type": "cifs", "type": "ide", "volume": "cifs-win10-vcurrent:iso/Win10_22H2_English_x64.iso" } }, "vga": { "": null } } ```
kerem closed this issue 2026-02-28 00:40:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#55
No description provided.