fingerprint : DHCP Fingerprint object.

The DHCP Fingerprint object is part of the Fingerprint filter.

Only ‘CUSTOM’ fingerprint can be added or modified. The ‘STANDARD’ fingerprint can be disabled only.

Object Reference

References to fingerprint are object references. The name part of a fingerprint object reference has the following components:

  • Name of the Fingerprint object

Example: fingerprint/SW5mb2Jsb3ggQXBwbGlhbmNl:Infoblox%20Appliance

Restrictions

The object cannot be managed on Cloud Platform members.

Fields

These fields are actual members of the object; thus, they can be requested by using _return_fields, if the fields are readable.

The basic version of the object contains the field(s): comment, device_class, name.

The following fields are required to create this object:

Field Notes
device_class  
ipv6_option_sequence See the field description for more information
name  
option_sequence See the field description for more information
vendor_id See the field description for more information

comment

comment

Comment for the Fingerprint; maximum 256 characters.

Type

String.

Create

The default value is empty.

Search

The field is available for search via

  • ‘:=’ (case insensitive search)
  • ‘=’ (exact equality)
  • ‘~=’ (regular expression)

Notes

The comment is part of the base object.

device_class

device_class

A class of DHCP Fingerprint object; maximum 256 characters.

Type

String.

Values with leading or trailing white space are not valid for this field.

Create

The field is required on creation.

Search

The field is available for search via

  • ‘:=’ (case insensitive search)
  • ‘=’ (exact equality)
  • ‘~=’ (regular expression)

Notes

The device_class is part of the base object.

disable

disable

Determines if the DHCP Fingerprint object is disabled or not.

Type

Bool.

Create

The default value is False.

Search

The field is not available for search.

extattrs

extattrs

Extensible attributes associated with the object.

For valid values for extensible attributes, see the following information.

Type

Extensible attributes.

This field allows +/- to be specified as part of the field name when updating the object, see the following information.

Create

The default value is empty.

Search

For how to search extensible attributes, see the following information.

ipv6_option_sequence

ipv6_option_sequence

A list (comma separated list) of IPv6 option number sequences of the device or operating system.

Type

String array.

Create

The field is required if neither option_sequence nor vendor_id is specified.

Search

The field is not available for search.

name

name

Name of the DHCP Fingerprint object.

Type

String.

Values with leading or trailing white space are not valid for this field.

Create

The field is required on creation.

Search

The field is available for search via

  • ‘:=’ (case insensitive search)
  • ‘=’ (exact equality)
  • ‘~=’ (regular expression)

Notes

The name is part of the base object.

option_sequence

option_sequence

A list (comma separated list) of IPv4 option number sequences of the device or operating system.

Type

String array.

Create

The field is required if neither ipv6_option_sequence nor vendor_id is specified.

Search

The field is not available for search.

type

type

The type of the DHCP Fingerprint object.

Type

String.

Valid values are:
  • CUSTOM
  • STANDARD

Create

The default value is CUSTOM.

Search

The field is available for search via

  • ‘=’ (exact equality)

vendor_id

vendor_id

A list of vendor IDs of the device or operating system.

Type

String array.

Create

The field is required if neither option_sequence nor ipv6_option_sequence is specified.

Search

The field is not available for search.

Fields List

Field Type Req R/O Base Search
comment String N N Y : = ~
device_class String Y N Y : = ~
disable Bool N N N N/A
extattrs Extattr N N N ext
ipv6_option_sequence [String] Y* N N N/A
name String Y N Y : = ~
option_sequence [String] Y* N N N/A
type String N N N =
vendor_id [String] Y* N N N/A

* Required in some cases, see detailed field description above.