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
How to create host record and assign the hostname to an unused IP
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2024 05:58 AM
1307     0
Hi infoblox family,
I was looking through the documentation of infoblox and I got the API calls to search the record hosts with zone name (testingwapi-hostname is already created by me in UI)
API call:
https://["URL"]/wapi/v2.10.3/allrecords?zone="domain_name"&name=testingwapi
I am looking to use POST API call method to create a record host with a hostname and zone and use the record host _ref to create another POST API call to assign an IPv4 address.
Re: How to create host record and assign the hostname to an unused IP
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 06:03 AM
1308     0
It is not possible unfortunately. The IP address must be added as part of the initial creation, either by supplying it directly or by using a next_available_ip function.
Re: How to create host record and assign the hostname to an unused IP
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2024 01:09 PM
1308     0
Hello i want to create a host:record, using wapi do you have any example