Software Management Agent Installed Patches

Returns

GET/api/odata/1.0/SoftwareManagementAgentInstalledPatches

Model Schema

Field

Datatype

AgentId

string

PartitionId

string

PatchName

string

InstallationDate

string

Sample Response Model

[
  {
    "AgentId": "string",
    "PartitionId": "string",
    "PatchName": "string",
    "InstallationDate": "2022-01-14T08:11:27.228Z"
  }
]