This table is used by Unicenter Patch Management to schedule deployments of service packs or patches by Unicenter Software Delivery. The contents of this table should not be modified directly by the user except on direct instructions from CA.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| deployment_uuid | byte(16) | not null | The uuid of the software job as assigned by UPM when the job is created by UPM within Unicenter Software Delivery. |
| package_uuid | byte(16) | with null | The uuid of the software delivery package as returned by the Unicenter Software Delivery API when UPM created the package. |
| status | integer1 | with null | "The current status of the deployment. 0 = Created 1 = Waiting 2 = Evaluating 3 = Cascading 4 = Building 5 = In Progress 6 = Success 7 = Failure; 8 = Terminating 9 = Build Success 10 = Build Success with Failures 11 = Success with Warnings 12 = Delivery Halt in Progress 13 = Delivery Halted 14 = Not Renewed 15 = Partially Renewed 30 = Rejected 31 = Pending Workflow" |
| when_created | integer | with null | The date/time the deployment was created. The date/time is recorded as the number of seconds that have elapsed since January 1, 1970 at midnight GMT. |
| when_scheduled | integer | with null | The date/time the deployment was scheduled. The date/time is recorded as the number of seconds that have elapsed since January 1, 1970 at midnight GMT. |
| when_completed | integer | with null | The date/time the deployment was completed. The date/time is recorded as the number of seconds that have elapsed since January 1, 1970 at midnight GMT. |
| install_pkg_uuid | byte(16) | not null | The uuid of the associated service pack or patch installation package. See ca_install_package.install_pkg_uuid. |
Product Name: Unicenter Patch Management
Table Type: Table