mirror of
https://github.com/Corsinvest/cv4pve-api-php.git
synced 2026-04-25 04:25:48 +03:00
[GH-ISSUE #8] lxc IP? #7
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#7
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 @huglester on GitHub (Feb 1, 2020).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-api-php/issues/8
$client->getNodes()->get("nodex")->getLxc()->Vmlist()
but this one does not have and IP address. Any way to get it?
thanks
@franklupo commented on GitHub (Feb 1, 2020):
Hi,
loop for any ct and read config
@huglester commented on GitHub (Feb 1, 2020):
thanks.
so basically this:
$client->getNodes()->get("nodex")->getLxc()->get(1001)->getConfig()->getRest()->getResponse()
[GH-ISSUE #8] lxc IP?to [GH-ISSUE #8] lxc IP?