Cisco Cisco Firepower Management Center 2000 开发者指南

下载
页码 180
 
6-59
FireSIGHT System Database Access Guide
 
Chapter 6      Schema: Discovery Event and Network Map Tables
  url_categories
tag_info Sample Query
The following query returns the application tag record for a selected tag ID.
SELECT tag_id, tag_name, tag_type, tag_description 
FROM tag_info 
WHERE tag_id="100";
url_categories
The 
url_categories
 table lists the categories that characterize URLs requested by hosts in your 
monitored network.
For more information, see the following sections:
  •
  •
  •
url_categories Fields
The following table describes the fields in the 
url_categories
 table.
url_categories Joins
You cannot perform joins on the 
url_categories
 table.
url_categories Sample Query
The following query returns a category record for the selected category ID.
SELECT category_id, category_description 
FROM url_categories 
WHERE category_id="1";
Table 6-55
url_categories Fields 
Field
Description
category_description
The description of the URL category.
category_id
The internal identification number of the URL category.