LinuxUpdateDeployment view
The Reporting3.LinuxUpdateDeployment view describes deployments of advisories and packages.
Column Name |
Data Type |
Nullable |
Description |
---|---|---|---|
Id |
int |
|
This is the unique identifier. |
Uid |
uniqueidentifier |
|
Deployment GUID. |
ConsoleId |
int |
|
Console ID. |
AssessedMachineStateId |
int |
|
The id of the assessed machine state. See AssessedMachineState view. |
StartedOn |
datetime2 |
|
The date the deployment started on. |
EndedOn |
datetime2 |
|
The date the deployment ended on. |
RebootRequested |
bit |
X |
If a reboot is requested. |
RebootScheduled |
bit |
X |
If a reboot is scheduled. |
ExitCode |
int |
X |
Exit code. Success is null or 0. |
ErrorNote |
nvarchar(max) |
X |
Detailed error message. |