Database Table: BZSVCSTA

This table indicates the last-known status of a rule service. Each row represents status reported by an application clone for a rule service.

Column Name Column Type Column Description
BZSVCCFG_ID INTEGER
NOT NULL
The ID of the rule service to which this status report corresponds.
CLONE_ID VARCHAR (32)
NOT NULL
The name of the application clone reporting status.
STATUSCODE VARCHAR (32)
NOT NULL
A code representing the status of this rule service. The code must not be translated.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416034849870 BZSVCCFG_ID, CLONE_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_150 BZSVCCFG_ID BZSVCCFG BZSVCCFG_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable