LinuxUpdateDeploymentPackage view
The Reporting3.LinuxUpdateDeploymentPackage view describes deployments of packages.
|
Column Name |
Data Type |
Nullable |
Description |
|---|---|---|---|
|
Id |
bigint |
|
This is the unique identifier. |
|
DeploymentId |
int |
|
Deployment ID. See LinuxUpdateDeployment view. |
|
LinuxAdvisoryId |
int |
X |
The advisory ID. See LinuxAdvisory view. |
|
DetectedPackageId |
bigint |
X |
The id of the detected update package ID. See LinuxDetectedUpdatePackage view. |
|
RequestedVersionId |
int |
X |
The requested Linux package ID. See LinuxPackage view. |
|
InstalledVersionId |
int |
X |
The installed Linux package ID. See LinuxPackage view. |
|
PreviousVersionId |
int |
X |
The previous Linux package ID. See LinuxPackage view. |
|
RemediationDetailedCode |
tinyint |
|
Remediation detailed code. See LinuxPackageRemediationDetailedCode view. This view has been deprecated. |
|
RemediationState |
tinyint |
|
Remediation state of the package. 0 – Success 1 – Failed 2 – Pending Reboot |
|
ExitCode |
int |
X |
Exit code. Success is null or 0. |
|
ErrorNote |
nvarchar(max) |
X |
Detailed error message. |
|
PolicyRequested |
bit |
X |
If this package was specified in the patch group. |