invalid configuration id

  1. E

    Why can a configuration ID not begin with a digit?

    Attempting to create a directory mapping with a name such as 4444, you get an error message saying "Parameter verification failed. (400)" and "id: invalid format - invalid configuration ID '4444'". The rule for what is valid might be this one: our $CONFIGID_RE = qr/[a-z][a-z0-9_-]+/i; Why are...
  2. O

    Resource Mapping - ID/Name Invalid Format

    According to the Proxmox API, there is the ability to create a resource mapping for PCI and USB devices. The resource mapping requires a unique Name/ID to be created successfully according to the documentation here. While creating this resource mapping, using the spec from the official Proxmox...