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…
It looks like you're new here. Sign in or register to get started.