- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
A question about _ref
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 07:47 AM
So I noticed something (potentially?) odd.
The _ref value for a subnet in one standalone infoblox instance is the exact same as another _ref value for a subnet in another standalone infoblox instance.
Here's a sample of what it looks like in both instances :
Instance 1 API call :
<_ref>network/LAlhashdqqoherwlijfhaspasdbfad:192.168.10.0/24/default</_ref>
Instance 2 API call :
<_ref>network/LAlhashdqqoherwlijfhaspasdbfad:192.168.10.0/24/default</_ref>
What I'm trying to understand is how is the_ref string determined? Is there a _ref for each network or is it supposed to be randomly generated and this is an anomaly ?
Solved! Go to Solution.
Re: A question about _ref
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 08:44 AM
I don't think the method for generation of a _ref is documented anywhere. They are guaranteed to be unique within a grid, but (as you have discovered) they are not guaranteed to be unique from one grid to the next. In fact, for similar objects they are likely to be the same, and for the objects present in a brand new grid deployment they will most likely be the same.