I Database tables and fields

TABLE 87

DEPLOYMENT_PRODUCT_STATUS (Continued)

 

 

 

 

 

 

 

Field

 

Definition

Format

Size

 

 

 

 

 

PRODUCT_ID

 

This record will be per product. Hence this will

int

 

 

 

have the id of the product.

 

 

 

 

 

 

PRODUCT_TYPE_ID

Foreign Key references TARGET_TYPE(id). This

int

 

 

 

identifies the PRODUCT_ID. (Whether it is

 

 

 

 

switch, device, etc).

 

 

 

 

 

 

 

STATUS

 

Indicated the product deployment status

smallint

 

 

 

1-Aborted

 

 

 

 

2-Succesful

 

 

 

 

3-Partial Failure

 

 

 

 

4-Failed

 

 

 

 

 

 

 

MESSAGE

 

Message to be displayed in the report.

txt

 

 

 

 

 

ERROR_CODE

Error code, can be used for i18n

int

 

 

 

 

 

 

TABLE 88

DEPLOYMENT_REPORT_TEMPLATE

 

 

 

 

 

 

 

Field

 

Definition

Format

Size

 

 

 

 

DEPLOYMENT_HANDLER_ID

Foreign Key references

int

 

 

 

DEPLOYMENT_HANDLER(id).

 

 

 

 

 

 

 

HEADER

 

Stores header content of deployment report. This

text

 

 

 

could be plain text or HTML or XML

 

 

 

 

 

 

 

FOOTER

 

Stores the footer content of deployment report.

text

 

 

 

This could be plain text or HTML or XML.

 

 

 

 

 

 

 

TABLE 89

DEPLOYMENT_STATUS

 

 

 

 

 

 

 

Field

 

Definition

Format

Size

 

 

 

 

 

ID

 

Unique generated database identifier.

serial

 

 

 

 

 

DEPLOYMENT_CONFIGU

Foreign Key References

int

 

RATION_ID

 

DEPLOYMENT_CONFIGURATION(id).

 

 

 

 

Identifies the deployment configuration

 

 

 

 

 

 

DEPLOYMENT_TIME

Start Time of the deployment (UTC)

timestamp with time zone

 

 

 

 

 

 

STATUS

 

Overall status of the deployment.

smallint

 

 

 

1-In Progress

 

 

 

 

2-Success

 

 

 

 

3-Failure

 

 

 

 

4-Partially failed

 

 

 

 

 

 

DEPLOYED_BY

User who deployed the configuration

varchar

255

 

 

 

 

STATUS_MESSAGE

Overall Success/Failure status description

txt

 

 

 

 

 

TRIGGER_SOURCE

Maintains the source from which this

varchar

128

 

 

deployment was triggered such as Event Action

 

 

 

 

<Event policy name>, Manual and Scheduled

 

 

 

 

etc.

 

 

 

 

 

 

 

1402

Brocade Network Advisor IP User Manual

 

53-1003056-01

Page 1454
Image 1454
Brocade Communications Systems IP250 Database tables and fields Deploymentproductstatus, Deploymentreporttemplate