The most recent content from our members.
Hi all, I need a solution to place DNS record via WAPI. Create is working with: curl -k \ -u 'user:pass' \ -H 'Content-Type: application/json' \ -X POST 'https://my.ipam.com/wapi/v2.13.6/record:host' \ -d '{"ipv4addrs": [ { "ipv4addr": "10.10.10.1" } ], "name": "devicename.my.network.com"}' also updating is working with:…
Greetings, some time ago I wrote a script to help move several zones from their respective Shared Record Groups to another. This was accomplished by means of an API PUT by specyfing the "zone_associations" field of the Shared Record Groups that I needed to edit. For example, for a Shared Record Group containing the zones…
Hi All, I am new to using WAPI. I am using a vmware version as I am testing a bulk of range import but i got this error to identify which version of the WAPI >curl -k -u admin:infoblox https://172.16.23.30/wapi/ Unknown WAPI version Could you please help to fix this issue. Thanks Regards
Hi, I am trying to get all zones DNS records for specific DNS view in a csv file using API. Can someone please suggest is there a way to accomplish this ? Thanks, Arul.
Hi all, I am currently facing an issue with running WAPI call with below syntax. My lab is NIOS 8.6.2 with IPAM (Network Insight license is not installed). curl -k -u admin:infoblox -H 'content-type: application/json' -X POST "…
How can i get the Entries shown in the DHCP -> Network Panel GUI with the wapi. Some entires are showing in this view as FREE The recieved item with the WAPI showed the lease_state "BACKUP" Is it possible to receive the obove shown view with the wapi
Hello, I have a workflow in place which means I need to approve the requests. When I try to create a network for instance I cannot create it because the ticket number is a mandatory field but I cannot find a way to pass this my script: curl -k1 -u admin:infoblox -X POST 'https://-------------/wapi/v2.10/network' -H…
NIOS v8.5.2: I have a script that emails our team when a DNS restart is required (since we disabled the banner, it caused too much confusion amongst other users). It checks the member status for "REQUESTING". I realized this is not accurate since if the members aren't "polled" they will continue to report that they do not…
Hi, I am using WAPI/v2.9.5 and I am trying to create a network 172.10.0.0/16. When I make the request through Postman the Network is created as expected but when I do it through my NodeJS app it is created as a Network Container. This is the call I am making: POST…
Good morning, Within the domain zone Default I have created a domain and within that domain I have subzones created. The problem is that when I launch this request to the API: CURL \ --tlsv1 \ --insecure \ -u "$ USERNAME: $ PASSWORD" \ -H "Content-Type: application / json" \ -X POST https: // $ SERVER / wapi / $ VERSION /…
It looks like you're new here. Sign in or register to get started.