mirror of
https://github.com/Corsinvest/cv4pve-api-php.git
synced 2026-04-25 04:25:48 +03:00
[GH-ISSUE #25] How to get next bigger vmID? #21
Labels
No labels
enhancement
needs investigation
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-api-php#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @OfflinePing on GitHub (Aug 31, 2023).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-api-php/issues/25
Hey,
I want to automatically deploy new containers. How do I auto Increment the vmID?
my code:
$client->getNodes()->get('pve-claas')->getLxc()->createVm('debian-11-standard_11.7.1_amd64.tar.zst', '...AUTOINCREMENT-HERE');@franklupo commented on GitHub (Sep 1, 2023):
$client->getCluster()->getNextId()