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 api-viewer documentation, I receive the error:
The documentation does not specify a 'valid' format to follow to create these IDs. Does anyone have any clarification into what CAN and CANNOT be part of this unique identifier name?
Code:
Parameter verification failed. (400)
id: invalid format - invalid configuration ID 'test@1'
The documentation does not specify a 'valid' format to follow to create these IDs. Does anyone have any clarification into what CAN and CANNOT be part of this unique identifier name?