SMS_R_System

Represents a discovered system resource (computer or device) in Configuration Manager.

ComplianceConfiguration ManagementDevice ManagementEndpoint ManagementMobile Device ManagementPatch ManagementSoftware Deployment

Properties

Name Type Description
ResourceID integer Unique resource identifier.
Name string Computer name.
SMSUniqueIdentifier string SMS unique identifier.
ResourceDomainORWorkgroup string Domain or workgroup.
Client integer Whether the Configuration Manager client is installed (1=yes).
Active integer Whether the resource is active.
IPAddresses array IP addresses of the system.
MACAddresses array MAC addresses of the system.
OperatingSystemNameandVersion string Full operating system name and version string.
LastLogonUserName string Last logged on user name.
LastLogonTimestamp string Last logon timestamp.
View JSON Schema on GitHub

JSON Schema

microsoft-endpoint-configuration-management-sms-r-system-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SMS_R_System",
  "title": "SMS_R_System",
  "type": "object",
  "description": "Represents a discovered system resource (computer or device) in Configuration Manager.",
  "properties": {
    "ResourceID": {
      "type": "integer",
      "description": "Unique resource identifier."
    },
    "Name": {
      "type": "string",
      "description": "Computer name."
    },
    "SMSUniqueIdentifier": {
      "type": "string",
      "description": "SMS unique identifier."
    },
    "ResourceDomainORWorkgroup": {
      "type": "string",
      "description": "Domain or workgroup."
    },
    "Client": {
      "type": "integer",
      "description": "Whether the Configuration Manager client is installed (1=yes)."
    },
    "Active": {
      "type": "integer",
      "description": "Whether the resource is active."
    },
    "IPAddresses": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "IP addresses of the system."
    },
    "MACAddresses": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "MAC addresses of the system."
    },
    "OperatingSystemNameandVersion": {
      "type": "string",
      "description": "Full operating system name and version string."
    },
    "LastLogonUserName": {
      "type": "string",
      "description": "Last logged on user name."
    },
    "LastLogonTimestamp": {
      "type": "string",
      "format": "date-time",
      "description": "Last logon timestamp."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-endpoint-configuration-management-sms-r-system"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.