[GH-ISSUE #11] Parameter verification failed with 8.0.4 #9

Closed
opened 2026-02-26 17:32:04 +03:00 by kerem · 1 comment
Owner

Originally created by @antibarbie on GitHub (Nov 9, 2023).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-api-powershell/issues/11

What happened?

Hello I think i just found a regression,

With 8.04, simple functions like Get-PveClusterNextid now fails with error "Parameter verification failed".

Get-PveClusterNextid -vmid 50000
Response            :
StatusCode          : 400
ReasonPhrase        : Parameter verification failed.
IsSuccessStatusCode : False
RequestResource     : /cluster/nextid
Parameters          : {[vmid, 50000]}
Method              : Get
ResponseType        : json

Expected behavior

with 8.0.3 behaviour is ok :

Get-PveClusterNextid -vmid 50000

Response            : @{data=50017}
StatusCode          : 200
ReasonPhrase        :
IsSuccessStatusCode : True
RequestResource     : /cluster/nextid
Parameters          : {[vmid, 50000]}
Method              : Get
ResponseType        : json

Relevant log output

No response

Proxmox VE Version

7.4

Version (bug)

8.0.4

Version (working)

8.0.3

On what operating system are you experiencing the issue?

Windows

Pull Request

  • I would like to do a Pull Request
Originally created by @antibarbie on GitHub (Nov 9, 2023). Original GitHub issue: https://github.com/Corsinvest/cv4pve-api-powershell/issues/11 ### What happened? Hello I think i just found a regression, With 8.04, simple functions like `Get-PveClusterNextid` now fails with error "**Parameter verification failed**". ``` Get-PveClusterNextid -vmid 50000 Response : StatusCode : 400 ReasonPhrase : Parameter verification failed. IsSuccessStatusCode : False RequestResource : /cluster/nextid Parameters : {[vmid, 50000]} Method : Get ResponseType : json ``` ### Expected behavior with 8.0.3 behaviour is ok : ``` Get-PveClusterNextid -vmid 50000 Response : @{data=50017} StatusCode : 200 ReasonPhrase : IsSuccessStatusCode : True RequestResource : /cluster/nextid Parameters : {[vmid, 50000]} Method : Get ResponseType : json ``` ### Relevant log output _No response_ ### Proxmox VE Version 7.4 ### Version (bug) 8.0.4 ### Version (working) 8.0.3 ### On what operating system are you experiencing the issue? Windows ### Pull Request - [ ] I would like to do a Pull Request
kerem closed this issue 2026-02-26 17:32:05 +03:00
Author
Owner

@franklupo commented on GitHub (Dec 11, 2023):

Fix in new release

<!-- gh-comment-id:1850197340 --> @franklupo commented on GitHub (Dec 11, 2023): Fix in new release
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cv4pve-api-powershell#9
No description provided.