SMS_Site

Represents a Configuration Manager site.

ComplianceConfiguration ManagementDevice ManagementEndpoint ManagementMobile Device ManagementPatch ManagementSoftware Deployment

Properties

Name Type Description
SiteCode string Three-character site code.
SiteName string Site name.
Type integer Site type (1=Secondary, 2=Primary, 4=CAS).
Version string Site version.
BuildNumber string Build number.
ServerName string Site server name.
Status integer Site status.
View JSON Schema on GitHub

JSON Schema

microsoft-endpoint-configuration-management-sms-site-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SMS_Site",
  "title": "SMS_Site",
  "type": "object",
  "description": "Represents a Configuration Manager site.",
  "properties": {
    "SiteCode": {
      "type": "string",
      "description": "Three-character site code."
    },
    "SiteName": {
      "type": "string",
      "description": "Site name."
    },
    "Type": {
      "type": "integer",
      "description": "Site type (1=Secondary, 2=Primary, 4=CAS)."
    },
    "Version": {
      "type": "string",
      "description": "Site version."
    },
    "BuildNumber": {
      "type": "string",
      "description": "Build number."
    },
    "ServerName": {
      "type": "string",
      "description": "Site server name."
    },
    "Status": {
      "type": "integer",
      "description": "Site status."
    }
  }
}