Cisco Cisco Firepower Management Center 2000 Entwickleranleitung

Seite von 180
 
6-15
FireSIGHT System Database Access Guide
 
Chapter 6      Schema: Discovery Event and Network Map Tables
  rna_host_attribute
rna_host_attribute Fields
The following table describes the fields you can access in the 
rna_host_attribute
 table.
rna_host_attribute Joins
The following table describes the joins you can perform on the 
rna_host_attribute
 table.
rna_host_attribute Sample Query
The following query returns all host attributes and values associated with the selected host ID.
SELECT attribute_name, attribute_value 
FROM rna_host_attribute 
WHERE HEX(host_id) = "00000000000000000000000000000008";
Table 6-12
rna_host_attribute Fields 
Field
Description
attribute_name
The host attribute. For example, 
Host Criticality
 or 
Default White List
.
attribute_value
The value of the host attribute.
host_id
ID number of the host.
Table 6-13
rna_host_attribute Joins 
You can join this table on...
And...
host_id