attributes


Description

This view contains a list of system-defined attributes defined for all zones.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
device_id int4 10 null

Id of the device for which the attribute is saved.

ip inet 2147483647 null

The IP Address of the device for which the attribute is saved.

mac macaddr 2147483647 null

The MAC Address of the device for which the attribute is saved.

identity text 2147483647 null
type_id int4 10 null

Id for system attribute. This maps to system.attributetype.id

type text 2147483647 null

The name of the system attribute

attribute_id int4 10 null

Id for value of the system attribute. This maps to zone.attribute.attributetype_id

attribute text 2147483647 null

The value for the system attribute

Table contained 0 rows

View Definition


Possibly Referenced Tables/Views