Are you interested in our Early Access Program (EAP)? This program allows you to preview code, test in your lab and provide feedback prior to General Availability (GA) release of all Infoblox products. If so, please click the link here.

API & Integration, DevOps,NetOps,SecOps

Reply

WAPI GET Name Server Groups

Member
Posts: 3
1770     0

Need to get the servers list inside a Name Server Group, name and ip address, the only think I'm able to get right now is the list of Name Server Groups using something like:
https://{{grid_master}}/wapi/v2.7/nsgroup?_return_fields%2B=grid_primary,grid_secondaries
Is there a way to obtain that list?

Re: WAPI GET Name Server Groups

[ Edited ]
Superuser
Posts: 115
1771     0

Are you using Python or Ansible?

It will return a JSON object and you loop and parse it.

 

Let me know if you are using Python, if so I can send you an example API

 

[
    {
        "_ref": "nsgroup/ZG5zLm5zX2dyb3VwJHRlc3Q:test",
        "grid_primary": [
            {
                "name": "gm.baksh.local",
                "stealth": false
            }
        ],
        "grid_secondaries": [],
        "name": "test"
    }
]
Follow me on LinkedIn: https://www.linkedin.com/in/sifbaksh
Twitter: https://twitter.com/sifbaksh

https://sifbaksh.com

Re: WAPI GET Name Server Groups

Member
Posts: 3
1771     0

I'm using Infoblox WAPI Postman Collection since I'm pretty new on this

Re: WAPI GET Name Server Groups

Member
Posts: 3
1771     0

Python could be good for me as well

Re: WAPI GET Name Server Groups

Member
Posts: 1
1771     0

Controlling a virtual production stage is getting easier with the ability to expose ... the client must first establish a connection with the server. foodmenuprices.info 

Showing results for 
Search instead for 
Did you mean: 

Recommended for You