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

Create the IP Address /ipam/address

[ Edited ]
Member
Posts: 2
767     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

Member
Posts: 2
768     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

Demo: Infoblox IPAM plug-in integration with OpenStack Newton