Software Management UnApplied Patches

Returns

GET/api/odata/1.0/SoftwareManagementUnAppliedPatches

Model Schema

Field

Datatype

AgentId

string

PartitionId

string

PatchIdentifier

string

PatchName

string

VendorName

string

InstallStatus

string

PatchApprovalStatus

string

PatchApprovalStatusChangeDate

string

FailedInstallDateTime

string

FailureMessage

string

IsPatchInstallInProgress

boolean

Impact

string

CveCode

string

ReleaseDate

string

ProcessedBy

string

Sample Response Model

[
  {
    "AgentId": "string",
    "PartitionId": "string",
    "PatchIdentifier": "string",
    "PatchName": "string",
    "VendorName": "string",
    "InstallStatus": "string",
    "PatchApprovalStatus": "string",
    "PatchApprovalStatusChangeDate": "2022-01-14T08:49:41.113Z",
    "FailedInstallDateTime": "2022-01-14T08:49:41.113Z",
    "FailureMessage": "string",
    "IsPatchInstallInProgress": true,
    "Impact": "string",
    "CveCode": "string",
    "ReleaseDate": "2022-01-14T08:49:41.113Z",
    "ProcessedBy": "string"
  }
]