Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Create the IP Address /ipam/address
[ Edited ]Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2022 10:31 AM - edited 03-07-2022 10:40 AM
1510     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!
Solved! Go to Solution.
Re: Create the IP Address /ipam/address
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2022 12:13 PM
1510     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.