]> git.proxmox.com Git - pve-docs.git/commitdiff
update static/schema information
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Jun 2023 06:44:45 +0000 (08:44 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Jun 2023 06:51:31 +0000 (08:51 +0200)
The changes stem mostly from the actual definition of our minimum and
maximum range for the pve-vmid format.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
api-viewer/apidata.js
pct.1-synopsis.adoc
pvenode.1-synopsis.adoc
pvesm.1-synopsis.adoc
pvesr.1-synopsis.adoc
qm.1-synopsis.adoc
qmrestore.1-synopsis.adoc

index ccb3dad3a960237a5181eeb1cb7874fdf9ac896b..98cd2ed6621f5ab10e508b6414c76945f5687275 100644 (file)
@@ -5300,8 +5300,10 @@ const apiSchema = [
                                           "freedns",
                                           "gandi_livedns",
                                           "gcloud",
+                                          "gcore",
                                           "gd",
                                           "geoscaling",
+                                          "googledomains",
                                           "he",
                                           "hetzner",
                                           "hexonet",
@@ -5312,6 +5314,7 @@ const apiSchema = [
                                           "internetbs",
                                           "inwx",
                                           "ionos",
+                                          "ipv64",
                                           "ispconfig",
                                           "jd",
                                           "joker",
@@ -5337,6 +5340,7 @@ const apiSchema = [
                                           "namecheap",
                                           "namecom",
                                           "namesilo",
+                                          "nanelo",
                                           "nederhost",
                                           "neodigit",
                                           "netcup",
@@ -5574,8 +5578,10 @@ const apiSchema = [
                                     "freedns",
                                     "gandi_livedns",
                                     "gcloud",
+                                    "gcore",
                                     "gd",
                                     "geoscaling",
+                                    "googledomains",
                                     "he",
                                     "hetzner",
                                     "hexonet",
@@ -5586,6 +5592,7 @@ const apiSchema = [
                                     "internetbs",
                                     "inwx",
                                     "ionos",
+                                    "ipv64",
                                     "ispconfig",
                                     "jd",
                                     "joker",
@@ -5611,6 +5618,7 @@ const apiSchema = [
                                     "namecheap",
                                     "namecom",
                                     "namesilo",
+                                    "nanelo",
                                     "nederhost",
                                     "neodigit",
                                     "netcup",
@@ -9864,10 +9872,11 @@ const apiSchema = [
                         "vmid" : {
                            "description" : "The (unique) ID of the VM.",
                            "format" : "pve-vmid",
-                           "minimum" : 1,
+                           "maximum" : 999999999,
+                           "minimum" : 100,
                            "optional" : 1,
                            "type" : "integer",
-                           "typetext" : "<integer> (1 - N)"
+                           "typetext" : "<integer> (100 - 999999999)"
                         }
                      }
                   },
@@ -9961,9 +9970,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -10006,9 +10016,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -10249,9 +10260,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -10294,9 +10306,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -10466,9 +10479,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -10527,9 +10541,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -10571,9 +10586,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -10640,9 +10656,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -10684,9 +10701,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -10765,9 +10783,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -10833,9 +10852,10 @@ const apiSchema = [
                                                             "vmid" : {
                                                                "description" : "The (unique) ID of the VM.",
                                                                "format" : "pve-vmid",
-                                                               "minimum" : 1,
+                                                               "maximum" : 999999999,
+                                                               "minimum" : 100,
                                                                "type" : "integer",
-                                                               "typetext" : "<integer> (1 - N)"
+                                                               "typetext" : "<integer> (100 - 999999999)"
                                                             }
                                                          }
                                                       },
@@ -10883,9 +10903,10 @@ const apiSchema = [
                                                             "vmid" : {
                                                                "description" : "The (unique) ID of the VM.",
                                                                "format" : "pve-vmid",
-                                                               "minimum" : 1,
+                                                               "maximum" : 999999999,
+                                                               "minimum" : 100,
                                                                "type" : "integer",
-                                                               "typetext" : "<integer> (1 - N)"
+                                                               "typetext" : "<integer> (100 - 999999999)"
                                                             }
                                                          }
                                                       },
@@ -10950,9 +10971,10 @@ const apiSchema = [
                                                             "vmid" : {
                                                                "description" : "The (unique) ID of the VM.",
                                                                "format" : "pve-vmid",
-                                                               "minimum" : 1,
+                                                               "maximum" : 999999999,
+                                                               "minimum" : 100,
                                                                "type" : "integer",
-                                                               "typetext" : "<integer> (1 - N)"
+                                                               "typetext" : "<integer> (100 - 999999999)"
                                                             }
                                                          }
                                                       },
@@ -11007,9 +11029,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -11051,9 +11074,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -11138,9 +11162,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -11182,9 +11207,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -11273,9 +11299,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -11317,9 +11344,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -11548,9 +11576,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -11619,9 +11648,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -11686,9 +11716,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -11748,9 +11779,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -11797,9 +11829,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -11843,9 +11876,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -11889,9 +11923,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -11935,9 +11970,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -11981,9 +12017,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -12027,9 +12064,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -12073,9 +12111,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -12119,9 +12158,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -12165,9 +12205,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -12211,9 +12252,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -12257,9 +12299,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -12303,9 +12346,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -12349,9 +12393,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -12395,9 +12440,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -12441,9 +12487,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -12487,9 +12534,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -12533,9 +12581,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -12579,9 +12628,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -12625,9 +12675,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -12671,9 +12722,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -12736,9 +12788,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -12798,9 +12851,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -12854,9 +12908,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -12940,9 +12995,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -13015,9 +13071,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -13060,9 +13117,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -13128,9 +13186,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -13200,9 +13259,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -13269,9 +13329,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -13332,9 +13393,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -17978,9 +18040,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           },
                                           "vmstatestorage" : {
                                              "description" : "Default storage for VM state volumes/files.",
@@ -20399,9 +20462,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           },
                                           "vmstatestorage" : {
                                              "description" : "Default storage for VM state volumes/files.",
@@ -20468,9 +20532,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -20549,9 +20614,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -20593,9 +20659,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -20656,9 +20723,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -20711,9 +20779,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -20763,9 +20832,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           },
                                           "websocket" : {
                                              "description" : "starts websockify instead of vncproxy",
@@ -20846,9 +20916,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -20911,9 +20982,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           },
                                           "vncticket" : {
                                              "description" : "Ticket from previous call to vncproxy.",
@@ -20973,9 +21045,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -21038,9 +21111,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -21140,7 +21214,8 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer"
                                                 }
                                              },
@@ -21235,9 +21310,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -21307,9 +21383,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -21358,9 +21435,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -21430,9 +21508,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -21482,9 +21561,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -21548,9 +21628,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -21605,9 +21686,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -21650,9 +21732,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -21713,9 +21796,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -21775,9 +21859,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -21862,9 +21947,10 @@ const apiSchema = [
                                           "newid" : {
                                              "description" : "VMID for the clone.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           },
                                           "node" : {
                                              "description" : "The cluster node name.",
@@ -21904,9 +21990,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -22661,17 +22748,19 @@ const apiSchema = [
                                           "target-vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "optional" : 1,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           },
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -22723,9 +22812,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -22833,9 +22923,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           },
                                           "with-local-disks" : {
                                              "description" : "Enable live storage migration for local disk",
@@ -22925,17 +23016,19 @@ const apiSchema = [
                                           "target-vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "optional" : 1,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           },
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -22984,9 +23077,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -23113,9 +23207,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -23170,9 +23265,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -23224,9 +23320,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -23283,9 +23380,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -23345,9 +23443,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -23391,9 +23490,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -23438,9 +23538,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -23524,9 +23625,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           },
                                           "vmstate" : {
                                              "description" : "Save the vmstate",
@@ -23642,9 +23744,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -23703,9 +23806,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -23779,9 +23883,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -23846,9 +23951,10 @@ const apiSchema = [
                                     "vmid" : {
                                        "description" : "The (unique) ID of the VM.",
                                        "format" : "pve-vmid",
-                                       "minimum" : 1,
+                                       "maximum" : 999999999,
+                                       "minimum" : 100,
                                        "type" : "integer",
-                                       "typetext" : "<integer> (1 - N)"
+                                       "typetext" : "<integer> (100 - 999999999)"
                                     }
                                  }
                               },
@@ -23884,9 +23990,10 @@ const apiSchema = [
                                     "vmid" : {
                                        "description" : "The (unique) ID of the VM.",
                                        "format" : "pve-vmid",
-                                       "minimum" : 1,
+                                       "maximum" : 999999999,
+                                       "minimum" : 100,
                                        "type" : "integer",
-                                       "typetext" : "<integer> (1 - N)"
+                                       "typetext" : "<integer> (100 - 999999999)"
                                     }
                                  }
                               },
@@ -24019,7 +24126,8 @@ const apiSchema = [
                                  "vmid" : {
                                     "description" : "The (unique) ID of the VM.",
                                     "format" : "pve-vmid",
-                                    "minimum" : 1,
+                                    "maximum" : 999999999,
+                                    "minimum" : 100,
                                     "type" : "integer"
                                  }
                               },
@@ -26432,9 +26540,10 @@ const apiSchema = [
                               "vmid" : {
                                  "description" : "The (unique) ID of the VM.",
                                  "format" : "pve-vmid",
-                                 "minimum" : 1,
+                                 "maximum" : 999999999,
+                                 "minimum" : 100,
                                  "type" : "integer",
-                                 "typetext" : "<integer> (1 - N)"
+                                 "typetext" : "<integer> (100 - 999999999)"
                               },
                               "vmstatestorage" : {
                                  "description" : "Default storage for VM state volumes/files.",
@@ -26506,9 +26615,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -27557,9 +27667,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -27611,9 +27722,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -27689,7 +27801,8 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer"
                                                 }
                                              },
@@ -27733,9 +27846,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -27784,9 +27898,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -27844,9 +27959,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -27889,9 +28005,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -27934,9 +28051,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -27986,9 +28104,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -28031,9 +28150,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -28101,9 +28221,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -28157,9 +28278,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -28211,9 +28333,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -28269,9 +28392,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -28315,9 +28439,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -28362,9 +28487,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -28443,9 +28569,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -28507,9 +28634,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -28552,9 +28680,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -28795,9 +28924,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -28840,9 +28970,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -29012,9 +29143,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -29073,9 +29205,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -29117,9 +29250,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -29186,9 +29320,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -29230,9 +29365,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -29311,9 +29447,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -29379,9 +29516,10 @@ const apiSchema = [
                                                             "vmid" : {
                                                                "description" : "The (unique) ID of the VM.",
                                                                "format" : "pve-vmid",
-                                                               "minimum" : 1,
+                                                               "maximum" : 999999999,
+                                                               "minimum" : 100,
                                                                "type" : "integer",
-                                                               "typetext" : "<integer> (1 - N)"
+                                                               "typetext" : "<integer> (100 - 999999999)"
                                                             }
                                                          }
                                                       },
@@ -29429,9 +29567,10 @@ const apiSchema = [
                                                             "vmid" : {
                                                                "description" : "The (unique) ID of the VM.",
                                                                "format" : "pve-vmid",
-                                                               "minimum" : 1,
+                                                               "maximum" : 999999999,
+                                                               "minimum" : 100,
                                                                "type" : "integer",
-                                                               "typetext" : "<integer> (1 - N)"
+                                                               "typetext" : "<integer> (100 - 999999999)"
                                                             }
                                                          }
                                                       },
@@ -29496,9 +29635,10 @@ const apiSchema = [
                                                             "vmid" : {
                                                                "description" : "The (unique) ID of the VM.",
                                                                "format" : "pve-vmid",
-                                                               "minimum" : 1,
+                                                               "maximum" : 999999999,
+                                                               "minimum" : 100,
                                                                "type" : "integer",
-                                                               "typetext" : "<integer> (1 - N)"
+                                                               "typetext" : "<integer> (100 - 999999999)"
                                                             }
                                                          }
                                                       },
@@ -29553,9 +29693,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -29597,9 +29738,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -29684,9 +29826,10 @@ const apiSchema = [
                                                       "vmid" : {
                                                          "description" : "The (unique) ID of the VM.",
                                                          "format" : "pve-vmid",
-                                                         "minimum" : 1,
+                                                         "maximum" : 999999999,
+                                                         "minimum" : 100,
                                                          "type" : "integer",
-                                                         "typetext" : "<integer> (1 - N)"
+                                                         "typetext" : "<integer> (100 - 999999999)"
                                                       }
                                                    }
                                                 },
@@ -29728,9 +29871,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -29819,9 +29963,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -29863,9 +30008,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -30094,9 +30240,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -30165,9 +30312,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -30232,9 +30380,10 @@ const apiSchema = [
                                                 "vmid" : {
                                                    "description" : "The (unique) ID of the VM.",
                                                    "format" : "pve-vmid",
-                                                   "minimum" : 1,
+                                                   "maximum" : 999999999,
+                                                   "minimum" : 100,
                                                    "type" : "integer",
-                                                   "typetext" : "<integer> (1 - N)"
+                                                   "typetext" : "<integer> (100 - 999999999)"
                                                 }
                                              }
                                           },
@@ -30294,9 +30443,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -30367,9 +30517,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -30436,9 +30587,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -30492,9 +30644,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           },
                                           "websocket" : {
                                              "description" : "use websocket instead of standard VNC.",
@@ -30567,9 +30720,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -30632,9 +30786,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           },
                                           "vncticket" : {
                                              "description" : "Ticket from previous call to vncproxy.",
@@ -30694,9 +30849,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -30803,10 +30959,11 @@ const apiSchema = [
                                           "target-vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "optional" : 1,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           },
                                           "timeout" : {
                                              "default" : 180,
@@ -30818,9 +30975,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -30904,9 +31062,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -30967,9 +31126,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -31017,9 +31177,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -31084,9 +31245,10 @@ const apiSchema = [
                                           "newid" : {
                                              "description" : "VMID for the clone.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           },
                                           "node" : {
                                              "description" : "The cluster node name.",
@@ -31126,9 +31288,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -31469,9 +31632,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -31553,10 +31717,11 @@ const apiSchema = [
                                           "target-vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "optional" : 1,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           },
                                           "target-volume" : {
                                              "description" : "The config key the volume will be moved to. Default is the source volume key.",
@@ -32081,9 +32246,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           },
                                           "volume" : {
                                              "description" : "Volume which will be moved.",
@@ -32646,9 +32812,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -32730,9 +32897,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -32806,9 +32974,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "The (unique) ID of the VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -32874,9 +33043,10 @@ const apiSchema = [
                                     "vmid" : {
                                        "description" : "The (unique) ID of the VM.",
                                        "format" : "pve-vmid",
-                                       "minimum" : 1,
+                                       "maximum" : 999999999,
+                                       "minimum" : 100,
                                        "type" : "integer",
-                                       "typetext" : "<integer> (1 - N)"
+                                       "typetext" : "<integer> (100 - 999999999)"
                                     }
                                  }
                               },
@@ -32912,9 +33082,10 @@ const apiSchema = [
                                     "vmid" : {
                                        "description" : "The (unique) ID of the VM.",
                                        "format" : "pve-vmid",
-                                       "minimum" : 1,
+                                       "maximum" : 999999999,
+                                       "minimum" : 100,
                                        "type" : "integer",
-                                       "typetext" : "<integer> (1 - N)"
+                                       "typetext" : "<integer> (100 - 999999999)"
                                     }
                                  }
                               },
@@ -33027,7 +33198,8 @@ const apiSchema = [
                                  "vmid" : {
                                     "description" : "The (unique) ID of the VM.",
                                     "format" : "pve-vmid",
-                                    "minimum" : 1,
+                                    "maximum" : 999999999,
+                                    "minimum" : 100,
                                     "type" : "integer"
                                  }
                               },
@@ -33633,9 +33805,10 @@ const apiSchema = [
                               "vmid" : {
                                  "description" : "The (unique) ID of the VM.",
                                  "format" : "pve-vmid",
-                                 "minimum" : 1,
+                                 "maximum" : 999999999,
+                                 "minimum" : 100,
                                  "type" : "integer",
-                                 "typetext" : "<integer> (1 - N)"
+                                 "typetext" : "<integer> (100 - 999999999)"
                               }
                            }
                         },
@@ -39158,10 +39331,11 @@ const apiSchema = [
                               "vmid" : {
                                  "description" : "Only list tasks for this VM.",
                                  "format" : "pve-vmid",
-                                 "minimum" : 1,
+                                 "maximum" : 999999999,
+                                 "minimum" : 100,
                                  "optional" : 1,
                                  "type" : "integer",
-                                 "typetext" : "<integer> (1 - N)"
+                                 "typetext" : "<integer> (100 - 999999999)"
                               }
                            }
                         },
@@ -40345,10 +40519,11 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "Only prune backups for this VM.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "optional" : 1,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -40401,10 +40576,11 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "Only consider backups for this guest.",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "optional" : 1,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -40715,10 +40891,11 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "Only list images for this VM",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "optional" : 1,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -40859,9 +41036,10 @@ const apiSchema = [
                                           "vmid" : {
                                              "description" : "Specify owner VM",
                                              "format" : "pve-vmid",
-                                             "minimum" : 1,
+                                             "maximum" : 999999999,
+                                             "minimum" : 100,
                                              "type" : "integer",
-                                             "typetext" : "<integer> (1 - N)"
+                                             "typetext" : "<integer> (100 - 999999999)"
                                           }
                                        }
                                     },
@@ -41683,11 +41861,8 @@ const apiSchema = [
                                     "perm",
                                     "/",
                                     [
-                                       "Sys.Audit",
-                                       "Datastore.Audit"
-                                    ],
-                                    "any",
-                                    1
+                                       "Sys.Audit"
+                                    ]
                                  ]
                               },
                               "protected" : 1,
@@ -41894,11 +42069,8 @@ const apiSchema = [
                                     "perm",
                                     "/",
                                     [
-                                       "Sys.Audit",
-                                       "Datastore.Audit"
-                                    ],
-                                    "any",
-                                    1
+                                       "Sys.Audit"
+                                    ]
                                  ]
                               },
                               "protected" : 1,
@@ -42075,11 +42247,8 @@ const apiSchema = [
                                     "perm",
                                     "/",
                                     [
-                                       "Sys.Audit",
-                                       "Datastore.Audit"
-                                    ],
-                                    "any",
-                                    1
+                                       "Sys.Audit"
+                                    ]
                                  ]
                               },
                               "protected" : 1,
@@ -42223,8 +42392,7 @@ const apiSchema = [
                                           "perm",
                                           "/",
                                           [
-                                             "Sys.Modify",
-                                             "Datastore.Allocate"
+                                             "Sys.Modify"
                                           ]
                                        ]
                                     },
@@ -42261,11 +42429,8 @@ const apiSchema = [
                                           "perm",
                                           "/",
                                           [
-                                             "Sys.Audit",
-                                             "Datastore.Audit"
-                                          ],
-                                          "any",
-                                          1
+                                             "Sys.Audit"
+                                          ]
                                        ]
                                     },
                                     "protected" : 1,
@@ -42365,11 +42530,8 @@ const apiSchema = [
                                     "perm",
                                     "/",
                                     [
-                                       "Sys.Audit",
-                                       "Datastore.Audit"
-                                    ],
-                                    "any",
-                                    1
+                                       "Sys.Audit"
+                                    ]
                                  ]
                               },
                               "protected" : 1,
@@ -42513,8 +42675,7 @@ const apiSchema = [
                                     "perm",
                                     "/",
                                     [
-                                       "Sys.Modify",
-                                       "Datastore.Allocate"
+                                       "Sys.Modify"
                                     ]
                                  ]
                               },
@@ -42577,21 +42738,15 @@ const apiSchema = [
                                        "perm",
                                        "/",
                                        [
-                                          "Sys.Audit",
-                                          "Datastore.Audit"
-                                       ],
-                                       "any",
-                                       1
+                                          "Sys.Audit"
+                                       ]
                                     ],
                                     [
                                        "perm",
                                        "/nodes/{node}",
                                        [
-                                          "Sys.Audit",
-                                          "Datastore.Audit"
-                                       ],
-                                       "any",
-                                       1
+                                          "Sys.Audit"
+                                       ]
                                     ]
                                  ]
                               },
@@ -42690,11 +42845,8 @@ const apiSchema = [
                                     "perm",
                                     "/",
                                     [
-                                       "Sys.Audit",
-                                       "Datastore.Audit"
-                                    ],
-                                    "any",
-                                    1
+                                       "Sys.Audit"
+                                    ]
                                  ]
                               },
                               "protected" : 1,
@@ -44635,10 +44787,11 @@ const apiSchema = [
                               "guest" : {
                                  "description" : "Only list replication jobs for this guest.",
                                  "format" : "pve-vmid",
-                                 "minimum" : 1,
+                                 "maximum" : 999999999,
+                                 "minimum" : 100,
                                  "optional" : 1,
                                  "type" : "integer",
-                                 "typetext" : "<integer> (1 - N)"
+                                 "typetext" : "<integer> (100 - 999999999)"
                               },
                               "node" : {
                                  "description" : "The cluster node name.",
@@ -46158,9 +46311,9 @@ const apiSchema = [
                                  "default" : "login",
                                  "description" : "Run specific command or default to login.",
                                  "enum" : [
+                                    "login",
                                     "upgrade",
-                                    "ceph_install",
-                                    "login"
+                                    "ceph_install"
                                  ],
                                  "optional" : 1,
                                  "type" : "string"
@@ -46254,9 +46407,9 @@ const apiSchema = [
                                  "default" : "login",
                                  "description" : "Run specific command or default to login.",
                                  "enum" : [
+                                    "login",
                                     "upgrade",
-                                    "ceph_install",
-                                    "login"
+                                    "ceph_install"
                                  ],
                                  "optional" : 1,
                                  "type" : "string"
@@ -46380,9 +46533,9 @@ const apiSchema = [
                                  "default" : "login",
                                  "description" : "Run specific command or default to login.",
                                  "enum" : [
+                                    "login",
                                     "upgrade",
-                                    "ceph_install",
-                                    "login"
+                                    "ceph_install"
                                  ],
                                  "optional" : 1,
                                  "type" : "string"
index ee54277076f5ec59ab37217a114a882a95d7bdd5..add622aef01c045505f4bd0d62c1df2777ec4e5a 100644 (file)
@@ -4,11 +4,11 @@
 
 Create a container clone/copy
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
-`<newid>`: `<integer> (1 - N)` ::
+`<newid>`: `<integer> (100 - 999999999)` ::
 
 VMID for the clone.
 
@@ -48,7 +48,7 @@ Target node. Only allowed if the original VM is on shared storage.
 
 Get container configuration.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -64,7 +64,7 @@ Fetch config values from given snapshot.
 
 Launch a console for the specified container.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -80,7 +80,7 @@ Print the list of assigned CPU sets.
 
 Create or restore a container.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -252,7 +252,7 @@ Reference to unused volumes. This is used internally, and should not be modified
 
 Delete a LXC snapshot.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -268,7 +268,7 @@ For removal from config file, even if removing disk snapshots fails.
 
 Destroy the container (also delete all uses files).
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -288,7 +288,7 @@ Remove container from all related configurations. For example, backup jobs, repl
 
 Get the container's current disk usage.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -296,7 +296,7 @@ The (unique) ID of the VM.
 
 Launch a shell for the specified container.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -304,7 +304,7 @@ The (unique) ID of the VM.
 
 Launch a command inside the specified container.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -316,7 +316,7 @@ Extra arguments as array
 
 Run a filesystem check (fsck) on a container volume.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -333,7 +333,7 @@ Force checking, even if the filesystem seems clean
 Run fstrim on a chosen CT and its mountpoints, except bind or read-only
 mountpoints.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -361,7 +361,7 @@ LXC container index (per node).
 
 List all snapshots.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -369,7 +369,7 @@ The (unique) ID of the VM.
 
 Migrate the container to another node. Creates a new migration task.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -403,7 +403,7 @@ Mount the container's filesystem on the host. This will hold a lock on the
 container and is meant for emergency maintenance only as it will prevent
 further operations on the container other than start and stop.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -412,7 +412,7 @@ The (unique) ID of the VM.
 Move a rootfs-/mp-volume to a different storage or to a different
 container.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -424,7 +424,7 @@ Volume which will be moved.
 
 Target Storage.
 
-`<target-vmid>`: `<integer> (1 - N)` ::
+`<target-vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -459,7 +459,7 @@ An alias for 'pct move-volume'.
 
 Get container configuration, including pending changes.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -467,7 +467,7 @@ The (unique) ID of the VM.
 
 Copy a file from the container to the local system.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -495,7 +495,7 @@ Owner user name or id.
 
 Copy a local file to the container.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -524,7 +524,7 @@ Owner user name or id. When using a name it must exist inside the container.
 Reboot the container by shutting it down, and starting it again. Applies
 pending changes.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -537,11 +537,11 @@ Wait maximal timeout seconds for the shutdown.
 Migrate container to a remote cluster. Creates a new migration task.
 EXPERIMENTAL feature!
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
-`<target-vmid>`: `<integer> (1 - N)` ::
+`<target-vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -585,7 +585,7 @@ Rescan all storages and update disk sizes and unused disk images.
 
 Do not actually write changes out to conifg.
 
-`--vmid` `<integer> (1 - N)` ::
+`--vmid` `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -593,7 +593,7 @@ The (unique) ID of the VM.
 
 Resize a container mount point.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -613,7 +613,7 @@ Prevent changes if current configuration file has different SHA1 digest. This ca
 
 Create or restore a container.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -781,7 +781,7 @@ Reference to unused volumes. This is used internally, and should not be modified
 
 Resume the container.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -789,7 +789,7 @@ The (unique) ID of the VM.
 
 Rollback LXC state to specified snapshot.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -805,7 +805,7 @@ Whether the container should get started after rolling back successfully
 
 Set container options.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -944,7 +944,7 @@ Reference to unused volumes. This is used internally, and should not be modified
 Shutdown the container. This will trigger a clean shutdown of the
 container, see lxc-stop(1) for details.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -960,7 +960,7 @@ Wait maximal timeout seconds.
 
 Snapshot a container.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -976,7 +976,7 @@ A textual description or comment.
 
 Start the container.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -992,7 +992,7 @@ Ignore locks - only root is allowed to use this option.
 
 Show CT status.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -1005,7 +1005,7 @@ Verbose output format
 Stop the container. This will abruptly stop all processes running in the
 container.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -1017,7 +1017,7 @@ Ignore locks - only root is allowed to use this option.
 
 Suspend the container. This is experimental.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -1025,7 +1025,7 @@ The (unique) ID of the VM.
 
 Create a Template.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -1033,7 +1033,7 @@ The (unique) ID of the VM.
 
 Unlock the VM.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -1041,7 +1041,7 @@ The (unique) ID of the VM.
 
 Unmount the container's filesystem.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
index 2b8fa7293abc27bdbdec2fe4e6ed4f552ae0765f..2f6ece1f56ada391f203f1015a2e8b822526e48e 100644 (file)
@@ -81,7 +81,7 @@ ACME challenge type.
 
 ACME Plugin ID name
 
-`--api` `<1984hosting | acmedns | acmeproxy | active24 | ad | ali | anx | arvan | aurora | autodns | aws | azion | azure | bunny | cf | clouddns | cloudns | cn | conoha | constellix | cpanel | curanet | cyon | da | ddnss | desec | df | dgon | dnshome | dnsimple | dnsservices | do | doapi | domeneshop | dp | dpi | dreamhost | duckdns | durabledns | dyn | dynu | dynv6 | easydns | edgedns | euserv | exoscale | fornex | freedns | gandi_livedns | gcloud | gd | geoscaling | he | hetzner | hexonet | hostingde | huaweicloud | infoblox | infomaniak | internetbs | inwx | ionos | ispconfig | jd | joker | kappernet | kas | kinghost | knot | la | leaseweb | lexicon | linode | linode_v4 | loopia | lua | maradns | me | miab | misaka | myapi | mydevil | mydnsjp | mythic_beasts | namecheap | namecom | namesilo | nederhost | neodigit | netcup | netlify | nic | njalla | nm | nsd | nsone | nsupdate | nw | oci | one | online | openprovider | openstack | opnsense | ovh | pdns | pleskxml | pointhq | porkbun | rackcorp | rackspace | rage4 | rcode0 | regru | scaleway | schlundtech | selectel | selfhost | servercow | simply | tele3 | transip | udr | ultra | unoeuro | variomedia | veesp | vercel | vscale | vultr | websupport | world4you | yandex | yc | zilore | zone | zonomi>` ::
+`--api` `<1984hosting | acmedns | acmeproxy | active24 | ad | ali | anx | arvan | aurora | autodns | aws | azion | azure | bunny | cf | clouddns | cloudns | cn | conoha | constellix | cpanel | curanet | cyon | da | ddnss | desec | df | dgon | dnshome | dnsimple | dnsservices | do | doapi | domeneshop | dp | dpi | dreamhost | duckdns | durabledns | dyn | dynu | dynv6 | easydns | edgedns | euserv | exoscale | fornex | freedns | gandi_livedns | gcloud | gcore | gd | geoscaling | googledomains | he | hetzner | hexonet | hostingde | huaweicloud | infoblox | infomaniak | internetbs | inwx | ionos | ipv64 | ispconfig | jd | joker | kappernet | kas | kinghost | knot | la | leaseweb | lexicon | linode | linode_v4 | loopia | lua | maradns | me | miab | misaka | myapi | mydevil | mydnsjp | mythic_beasts | namecheap | namecom | namesilo | nanelo | nederhost | neodigit | netcup | netlify | nic | njalla | nm | nsd | nsone | nsupdate | nw | oci | one | online | openprovider | openstack | opnsense | ovh | pdns | pleskxml | pointhq | porkbun | rackcorp | rackspace | rage4 | rcode0 | regru | scaleway | schlundtech | selectel | selfhost | servercow | simply | tele3 | transip | udr | ultra | unoeuro | variomedia | veesp | vercel | vscale | vultr | websupport | world4you | yandex | yc | zilore | zone | zonomi>` ::
 
 API plugin name
 
@@ -133,7 +133,7 @@ Update ACME plugin configuration.
 
 ACME Plugin ID name
 
-`--api` `<1984hosting | acmedns | acmeproxy | active24 | ad | ali | anx | arvan | aurora | autodns | aws | azion | azure | bunny | cf | clouddns | cloudns | cn | conoha | constellix | cpanel | curanet | cyon | da | ddnss | desec | df | dgon | dnshome | dnsimple | dnsservices | do | doapi | domeneshop | dp | dpi | dreamhost | duckdns | durabledns | dyn | dynu | dynv6 | easydns | edgedns | euserv | exoscale | fornex | freedns | gandi_livedns | gcloud | gd | geoscaling | he | hetzner | hexonet | hostingde | huaweicloud | infoblox | infomaniak | internetbs | inwx | ionos | ispconfig | jd | joker | kappernet | kas | kinghost | knot | la | leaseweb | lexicon | linode | linode_v4 | loopia | lua | maradns | me | miab | misaka | myapi | mydevil | mydnsjp | mythic_beasts | namecheap | namecom | namesilo | nederhost | neodigit | netcup | netlify | nic | njalla | nm | nsd | nsone | nsupdate | nw | oci | one | online | openprovider | openstack | opnsense | ovh | pdns | pleskxml | pointhq | porkbun | rackcorp | rackspace | rage4 | rcode0 | regru | scaleway | schlundtech | selectel | selfhost | servercow | simply | tele3 | transip | udr | ultra | unoeuro | variomedia | veesp | vercel | vscale | vultr | websupport | world4you | yandex | yc | zilore | zone | zonomi>` ::
+`--api` `<1984hosting | acmedns | acmeproxy | active24 | ad | ali | anx | arvan | aurora | autodns | aws | azion | azure | bunny | cf | clouddns | cloudns | cn | conoha | constellix | cpanel | curanet | cyon | da | ddnss | desec | df | dgon | dnshome | dnsimple | dnsservices | do | doapi | domeneshop | dp | dpi | dreamhost | duckdns | durabledns | dyn | dynu | dynv6 | easydns | edgedns | euserv | exoscale | fornex | freedns | gandi_livedns | gcloud | gcore | gd | geoscaling | googledomains | he | hetzner | hexonet | hostingde | huaweicloud | infoblox | infomaniak | internetbs | inwx | ionos | ipv64 | ispconfig | jd | joker | kappernet | kas | kinghost | knot | la | leaseweb | lexicon | linode | linode_v4 | loopia | lua | maradns | me | miab | misaka | myapi | mydevil | mydnsjp | mythic_beasts | namecheap | namecom | namesilo | nanelo | nederhost | neodigit | netcup | netlify | nic | njalla | nm | nsd | nsone | nsupdate | nw | oci | one | online | openprovider | openstack | opnsense | ovh | pdns | pleskxml | pointhq | porkbun | rackcorp | rackspace | rage4 | rcode0 | regru | scaleway | schlundtech | selectel | selfhost | servercow | simply | tele3 | transip | udr | ultra | unoeuro | variomedia | veesp | vercel | vscale | vultr | websupport | world4you | yandex | yc | zilore | zone | zonomi>` ::
 
 API plugin name
 
@@ -334,7 +334,7 @@ Only list tasks until this UNIX epoch.
 
 Only list tasks from this user.
 
-`--vmid` `<integer> (1 - N)` ::
+`--vmid` `<integer> (100 - 999999999)` ::
 
 Only list tasks for this VM.
 
index acc6746467414fd91c5714508d53eb64826b2cee..cf264c9aa5c31fb16cfab1101b110e416a5913d9 100644 (file)
@@ -260,7 +260,7 @@ Allocate disk images.
 
 The storage identifier.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 Specify owner VM
 
@@ -410,7 +410,7 @@ The storage identifier.
 
 Only list content of this type.
 
-`--vmid` `<integer> (1 - N)` ::
+`--vmid` `<integer> (100 - 999999999)` ::
 
 Only list images for this VM
 
@@ -480,7 +480,7 @@ Keep backups for the last <N> different years. If there is morethan one backup f
 
 Either 'qemu' or 'lxc'. Only consider backups for guests of this type.
 
-`--vmid` `<integer> (1 - N)` ::
+`--vmid` `<integer> (100 - 999999999)` ::
 
 Only consider backups for this guest.
 
index d5800d5288d5a4138a7fa20328ae11a8485e28d6..f2e5b01424721c629b00d943f6b8c3ce8f9ed494 100644 (file)
@@ -174,7 +174,7 @@ Replication Job ID. The ID is composed of a Guest ID and a job number, separated
 Set the job replication state on migration. This call is for internal use.
 It will accept the job state as ja JSON obj.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -186,7 +186,7 @@ Job state as JSON decoded string.
 
 List status of all replication jobs on this node.
 
-`--guest` `<integer> (1 - N)` ::
+`--guest` `<integer> (100 - 999999999)` ::
 
 Only list replication jobs for this guest.
 
index 279fa0c7efaac3fb052cb3f00a4e434747633e09..c5d88a8ad9d413fb25f138927f2ef00d5b24d2c2 100644 (file)
@@ -9,7 +9,7 @@ An alias for 'qm guest cmd'.
 Cleans up resources like tap devices, vgpus, etc. Called after a vm shuts
 down, crashes, etc.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -25,11 +25,11 @@ Indicates if the shutdown was requested by the guest or via qmp.
 
 Create a copy of virtual machine/template.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
-`<newid>`: `<integer> (1 - N)` ::
+`<newid>`: `<integer> (100 - 999999999)` ::
 
 VMID for the clone.
 
@@ -73,7 +73,7 @@ Target node. Only allowed if the original VM is on shared storage.
 
 Get automatically generated cloudinit config.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -85,7 +85,7 @@ Config type.
 
 Get the cloudinit configuration with both current and pending values.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -93,7 +93,7 @@ The (unique) ID of the VM.
 
 Regenerate and change cloudinit config drive.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -103,7 +103,7 @@ Get the virtual machine configuration with pending configuration changes
 applied. Set the 'current' parameter to get the current configuration
 instead.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -119,7 +119,7 @@ Fetch config values from given snapshot.
 
 Create or restore a virtual machine.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -483,7 +483,7 @@ Create a virtual hardware watchdog device.
 
 Delete a VM snapshot.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -500,7 +500,7 @@ For removal from config file, even if removing disk snapshots fails.
 Destroy the VM and  all used/owned volumes. Removes any VM specific
 permissions and firewall rules
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -521,7 +521,7 @@ Ignore locks - only root is allowed to use this option.
 Import an external disk image as an unused disk in a VM. The
  image format has to be supported by qemu-img(1).
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -541,7 +541,7 @@ Target format
 
 Move volume to different storage or to a different VM.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -579,7 +579,7 @@ Prevent changes if the current config file of the target VM has a"
 
 The config key the disk will be moved to on the target VM (for example, ide0 or scsi1). Default is the source disk key.
 
-`--target-vmid` `<integer> (1 - N)` ::
+`--target-vmid` `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -591,7 +591,7 @@ Rescan all storages and update disk sizes and unused disk images.
 
 Do not actually write changes out to VM config(s).
 
-`--vmid` `<integer> (1 - N)` ::
+`--vmid` `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -599,7 +599,7 @@ The (unique) ID of the VM.
 
 Extend volume size.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -623,7 +623,7 @@ Ignore locks - only root is allowed to use this option.
 
 Unlink/delete disk images.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -639,7 +639,7 @@ A list of disk IDs you want to delete.
 
 Execute QEMU Guest Agent commands.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -651,7 +651,7 @@ The QGA command.
 
 Executes the given command via the guest agent
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -675,7 +675,7 @@ The maximum time to wait synchronously for the command to finish. If reached, th
 
 Gets the status of the given pid started by the guest-agent
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -687,7 +687,7 @@ The PID to query
 
 Sets the password for the given user to the given password
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -719,7 +719,7 @@ An alias for 'qm disk import'.
 
 Create a new VM using parameters read from an OVF manifest
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -751,7 +751,7 @@ Determine the full status of active VMs.
 
 List all snapshots.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -759,7 +759,7 @@ The (unique) ID of the VM.
 
 Migrate virtual machine. Creates a new migration task.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -799,7 +799,7 @@ Enable live storage migration for local disk
 
 Enter QEMU Monitor interface.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -819,7 +819,7 @@ Used by qmigrate - do not use manually.
 
 Stop embedded nbd server.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -827,7 +827,7 @@ The (unique) ID of the VM.
 
 Get the virtual machine configuration with both current and pending values.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -836,7 +836,7 @@ The (unique) ID of the VM.
 Reboot the VM by shutting it down, and starting it again. Applies pending
 changes.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -849,11 +849,11 @@ Wait maximal timeout seconds for the shutdown.
 Migrate virtual machine to a remote cluster. Creates a new migration task.
 EXPERIMENTAL feature!
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
-`<target-vmid>`: `<integer> (1 - N)` ::
+`<target-vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -889,7 +889,7 @@ An alias for 'qm disk rescan'.
 
 Reset virtual machine.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -905,7 +905,7 @@ An alias for 'qm disk resize'.
 
 Resume virtual machine.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -921,7 +921,7 @@ Ignore locks - only root is allowed to use this option.
 
 Rollback VM state to specified snapshot.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -937,7 +937,7 @@ Whether the VM should get started after rolling back successfully. (Note: VMs wi
 
 Send key event to virtual machine.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -955,7 +955,7 @@ Set virtual machine options (synchrounous API) - You should consider using
 the POST method instead for any actions involving hotplug or storage
 allocation.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -1303,7 +1303,7 @@ Create a virtual hardware watchdog device.
 
 Show command line which is used to start the VM (debug info).
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -1321,7 +1321,7 @@ Shutdown virtual machine. This is similar to pressing the power button on a
 physical machine.This will send an ACPI event for the guest OS, which
 should then proceed to a clean shutdown.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -1345,7 +1345,7 @@ Wait maximal timeout seconds.
 
 Snapshot a VM.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -1365,7 +1365,7 @@ Save the vmstate
 
 Start virtual machine.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -1409,7 +1409,7 @@ Wait maximal timeout seconds.
 
 Show VM status.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -1422,7 +1422,7 @@ Verbose output format
 Stop virtual machine. The qemu process will exit immediately. Thisis akin
 to pulling the power plug of a running computer and may damage the VM data
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -1446,7 +1446,7 @@ Wait maximal timeout seconds.
 
 Suspend virtual machine.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -1468,7 +1468,7 @@ If set, suspends the VM to disk. Will be resumed on next VM start.
 
 Create a Template.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -1481,7 +1481,7 @@ If you want to convert only 1 disk to base image.
 Open a terminal using a serial device (The VM need to have a serial device
 configured, for example 'serial0: socket')
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -1501,7 +1501,7 @@ An alias for 'qm disk unlink'.
 
 Unlock the VM.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -1509,7 +1509,7 @@ The (unique) ID of the VM.
 
 Proxy VM VNC traffic to stdin/stdout
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
@@ -1517,7 +1517,7 @@ The (unique) ID of the VM.
 
 Wait until the VM is stopped.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.
 
index 97bb4625234613dd0839dc9a8adda997a2f849b0..5d808b080f4a9dc5774b386c9b48c7aaf4ef0475 100644 (file)
@@ -8,7 +8,7 @@ Restore QemuServer vzdump backups.
 
 The backup file. You can pass '-' to read from standard input.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 The (unique) ID of the VM.