Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To view/create/delete extensible attributes from Infoblox GUI: Administration → Extensible Attributes:

Example This applies to versions 4.6 or earlier.  As an example of creating "Operating System" extensible attribute:

curl -k -u infoadmin:infopass -X POST 'https://172.16.42.113/wapi/v2.11/extensibleattributedef' -H "Content-Type: application/json" -d '{"name":"Operating System", "type":"STRING"}'

...