...
- Browse to DNS → Zones.
- Click a record such as "lum-forward"
- You can see the record types in the Type column and add a new record here of the types A, AAAA, PTR, Host.
...
Extensible Attributes
To view extensible attributes from the GUI:
- Navigate to Administration → Extensible Attributes
- You can add or import extensible attributes from here.
To view extensible attributes from the CLI:
curl -s -k -u admin:infoblox -X GET "https://172.16.42.113/wapi/v2.8/extensibleattributedef?_return_fields=name,type,list_values" | grep "name" "name": "Building", "name": "Country", "name": "Region", "name": "Site", "name": "State", "name": "VLAN", "name": "IB Discovery Owned", "name": "Parental-Control-Policy", "name": "Subscriber-Secure-Policy", "name": "Proxy-All", "name": "Black-List", "name": "White-List", "name": "PC-Category-Policy", "name": "User-Name", "name": "ReportingSite",
...