SMS_SoftwareUpdate

Represents a software update known to Configuration Manager.

ComplianceConfiguration ManagementDevice ManagementEndpoint ManagementMobile Device ManagementPatch ManagementSoftware Deployment

Properties

Name Type Description
CI_ID integer Configuration item ID.
ArticleID string Knowledge base article ID.
BulletinID string Security bulletin ID.
LocalizedDisplayName string Display name of the update.
LocalizedDescription string Description of the update.
DatePosted string Date the update was posted.
DateRevised string Date the update was revised.
IsDeployed boolean Whether the update is deployed.
IsSuperseded boolean Whether the update is superseded.
NumMissing integer Number of systems missing this update.
NumPresent integer Number of systems with this update installed.
SeverityName string Severity rating.
View JSON Schema on GitHub

JSON Schema

microsoft-endpoint-configuration-management-sms-softwareupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SMS_SoftwareUpdate",
  "title": "SMS_SoftwareUpdate",
  "type": "object",
  "description": "Represents a software update known to Configuration Manager.",
  "properties": {
    "CI_ID": {
      "type": "integer",
      "description": "Configuration item ID."
    },
    "ArticleID": {
      "type": "string",
      "description": "Knowledge base article ID."
    },
    "BulletinID": {
      "type": "string",
      "description": "Security bulletin ID."
    },
    "LocalizedDisplayName": {
      "type": "string",
      "description": "Display name of the update."
    },
    "LocalizedDescription": {
      "type": "string",
      "description": "Description of the update."
    },
    "DatePosted": {
      "type": "string",
      "format": "date-time",
      "description": "Date the update was posted."
    },
    "DateRevised": {
      "type": "string",
      "format": "date-time",
      "description": "Date the update was revised."
    },
    "IsDeployed": {
      "type": "boolean",
      "description": "Whether the update is deployed."
    },
    "IsSuperseded": {
      "type": "boolean",
      "description": "Whether the update is superseded."
    },
    "NumMissing": {
      "type": "integer",
      "description": "Number of systems missing this update."
    },
    "NumPresent": {
      "type": "integer",
      "description": "Number of systems with this update installed."
    },
    "SeverityName": {
      "type": "string",
      "description": "Severity rating."
    }
  }
}