Unable to fetch VirtualMachine.Primary_IP.address #106
valentin2105
started this conversation in
General
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing this issue for now. Feel free to open it again if the issue persists. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm building an RoR app that fetch my Netbox instance to show our virtual machines.
I'm happy to find your lib, it work as well but I got issues to fetch a variable.
Maybe it's my low level in Ruby the cause, but I don't find any answer.
I have tried
vm.primary_ip['address']
,vm.primary_ip('address')
and few other way, but I'm unable to get my VM Primary IP Address.I got error like this :
undefined method
name' for #NetboxClientRuby::IPAM::IpAddress:0x00007ffff51d63c8`Any idea ?
Thanks by advance
Beta Was this translation helpful? Give feedback.
All reactions