description

  1. R

    [Suggestion] Comment/Description field to accompany VM disks?

    Hi, Wasn't sure whether to post here or create a GitHub issue. Whilst managing VMs it's generally a hassle to cross-reference disk IDs all the time and I can imagine lead to people accidentally deleting the wrong disk - especially when more than one disk is on the VM with same pool/capacity...
  2. V

    pvesh and description

    If the description contains non-alphabetic characters, you can not create a snapshot on another server Run the command from the server p1 root@p1 # pvesh create /nodes/p1/qemu/125/snapshot -snapname "ss_test1" -description "automatically created" -vmstate false 200 OK root@p1 # pvesh create...
  3. E

    How to get virtual machine description via API?

    There is a way to set description for virtual machine when making POST request. How to retrieve that info for a particular virtual machine if we know its vmid?