Introducing SOC Insights for BloxOne Threat Defense: Boost your SOC efficiency with AI-driven insights to eliminate manual work and accelerate investigation and response times. Read the blog announcement here.

API & Integration, DevOps,NetOps,SecOps

Reply

Create the IP Address /ipam/address

[ Edited ]
New Member
Posts: 2
1065     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
1066     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

NIOS 8.6.3 – What’s New in DDI