Page tree

Versions Compared

Key

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

...

  1. Browse to DNS → Zones.
  2. Click a record such as "lum-forward"


  3. You can see the record types in the Type column and add a new record here of the types A, AAAA, PTR, Host.

...

  1. Image Added

Extensible Attributes

To view extensible attributes from the GUI:

  1. Navigate to Administration → Extensible Attributes
    Image Added
  2. You can add or import extensible attributes from here. 

    Image Added

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",

...