Redirect | ||||
---|---|---|---|---|
|
Note |
---|
This method of extracting information is deprecated. You should now use the CAST RestAPI to extract the information you require. |
...
Column Name | Label | Column Type | Notes | |
---|---|---|---|---|
OBJECT_ID | ID of object as stored in the Dashboard Service | int NULL | ||
OBJECT_NAME | Name of the object as stored in the Dashboard Service | varchar 1000 | ||
MODULE_ID | ID number of the module the object belongs to | int NULL | ||
MODULE_NAME | Name number of the module the object belongs to | varchar 255 | ||
SNAPHOT_ID | ID number of the current snapshot the object belongs to | int NULL | In CAST AIP ≥ 8.3.3, the column SNAPSHOT_ID has been added to correct the typographical error on the existing column name SNAPHOT_ID. The column SNAPHOT_ID will be deprecated in a future release: please update any scripts or queries that use the column SNAPHOT_ID. | |
SNAPSHOT_ID | ID number of the current snapshot the object belongs to | int NULL | ||
SNAPSHOT_NAME | Name of the current snapshot the object belongs to | varchar 255 | ||
PREVIOUS_SNAPSHOT_ID | ID number of the previous snapshot the object belonged to (-1 if not) | int NULL | ||
PREVIOUS_SNAPSHOT_NAME | Name of the previous snapshot the object belonged to | varchar 255 | ||
OBJECT_STATUS | Status of the object in the current snapshot:
| varchar 9 | ||
OBJECT_IS_ARTIFACT | Whether the object is considered to be an artifact or not | varchar 15 | ||
OBJECT_COST_COMPLEXITY | - | float NULL | ||
OBEJCT_TECHNO_TYPE_ID | ID of the Technology the object is classed as | int NULL | In CAST AIP ≥ 8.3.3, the column OBJECT_TECHNO_TYPE_ID has been added to correct the typographical error on the existing column name OBEJCT_TECHNO_TYPE_ID. The column OBEJCT_TECHNO_TYPE_ID will be deprecated in a future release: please update any scripts or queries that use the column OBEJCT_TECHNO_TYPE_ID. | |
OBJECT_TECHNO_TYPE_ID | ID of the Technology the object is classed as | int NULL |
...
Column Name | Label | Column Type | Notes | |
---|---|---|---|---|
DIAG_ID | ID number of the rule that has been violated | int NULL | ||
DIAG_NAME | Name of the rule that has been violated | varchar 255 | ||
OBJECT_ID | ID number of the object that is violating the rule | int NULL | ||
OBJECT_NAME | Name of the object that is violating the rule | varchar 1000 | ||
SNAPHOT_ID | ID number of the current snapshot which the object belongs to | int NULL | In CAST AIP ≥ 8.3.3, the column SNAPSHOT_ID has been added to correct the typographical error on the existing column name SNAPHOT_ID. The column SNAPHOT_ID will be deprecated in a future release: please update any scripts or queries that use the column SNAPHOT_ID. | |
SNAPSHOT_ID | ID number of the current snapshot which the object belongs to | int NULL | ||
SNAPSHOT_NAME | Name of the current snapshot which the object belongs to | varchar 255 | ||
VIOLATION_STATUS | Status of the violation in the current snapshot:
| varchar 9 |