Brocade Communications Systems IP250 Network Hardware User Manual


  Open as PDF
of 1753
 
1376 Brocade Network Advisor IP User Manual
53-1003056-01
Database tables and fields
I
REPORT_TEMPLATE_TITLE Report Template title. This name is the same as the
title name in the REPORT_TEMPLATE table. There is no
foreign key relation here as the user may delete and
add a template but the schedule should still hold good
if looked up by title. Also title is unique in the
REPORT_TEMPLATE table.
varchar 256
NAME Name of the generated report file. varchar 256
TABLE 36 BIRTREPORT_SCHEDULE_CONFIG
Field Definition Format Size
ID The primary key of the table. int
DEPLOYMENT_ID References the ID column in the
DEPLOYMENT_CONFIGURATION table.
int
NAME Name of the schedule. varchar 128
REPORT_STORE_LOCATION Path to the location where the generated report files
are stored.
varchar 256
OVERWRITE 0 and 1 are allowed values.1 indicates overwrite is
true. I.e., every run of the schedule will overwrite the
previous output.0 indicates archive. I.e., every run of
the schedule will create a new folder in the store
location with timestamp to ensure that output of all the
runs will be archived.
int
FORMAT_TYPE Possible values are 0, 1, and 2.
0 indicates output will be in HTML
1 indicates PDF
2 indicates CSV
int
TABLE 37 BOOT_IMAGE_DRIVER_MAP
Field Definition Format Size
ID Unique generated database identifier. int
MAJOR_VERSION Major Version bit from Boot Image file smallint
MINOR_VERSION Minor Version bit from Boot Image file smallint
MAINTENANCE Maintenance Version bit from Boot Image file smallint
PATCH Patch Version bit from Boot Image file varchar 32
MD5_HASH MD5 hash value for Boot Image file varchar 64
SUPPORTED_DRIVERS Compatible HCM Drivers delimited by comma varchar 256
TABLE 38 BOOT_IMAGE_FILE_DETAILS_
Field Definition Format Size
ID int
DRIVER_MAPPING_ID int
BOOT_IMAGE_NAME Name of Boot Image file varchar 64
TABLE 35 BIRTREPORT_RUN_TEMPLATE (Continued)
Field Definition Format Size