Infoblox’s global team of threat hunters uncovers a DNS operation with the ability to bypass traditional security measures and control the Great Firewall of China. Read about “Muddling Meerkat” and the many other threat actors discovered by Infoblox Threat Intel here.

API & Integration, DevOps,NetOps,SecOps

Reply

Create the IP Address /ipam/address

[ Edited ]
New Member
Posts: 2
1101     1

According to /api/ddi/v1 /ipam/address Create the IP address documentation I should be able to create a new ip address in a designated space.  Below is the body of the Post

{
    "address""192.247.28.96",
    "comment""Test Creation",
    "names": [
        {
            "name""Test Name",
            "type""Test Type"
        }
    ],
    "space""ipam/ip_space/6592d280-3207-11ec-8461-62a66421ac6b",
    "tags": {
        "Owner""NDY.COM Admin",
        "site_number""S0782",
        "internal_ip""222.111.222.111"
    }
}

 This is the error message returned.

{
    "error": [
        {
            "message""No existing Subnet to contain 192.247.28.96 IP Address"
        }
    ]
}  
 
Looking for help!

Re: Create the IP Address /ipam/address

New Member
Posts: 2
1101     1

I was able to figure out what I was doing wrong.  I had to find a defined subnet and use an IP within that range in order to create a new entry.  

Showing results for 
Search instead for 
Did you mean: 

Recommended for You