ServiceNow · JSON Structure

Servicenow Cmdb Instance Cmdb Instance Structure

A full CMDB configuration item record. Fields vary by CI class but common attributes are included below.

Type: object Properties: 26
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformITSMProcessesT1Workflow-AutomationWorkflows

CmdbInstance is a JSON Structure definition published by ServiceNow, describing 26 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

sys_id name sys_class_name category subcategory operational_status install_status serial_number asset_tag ip_address mac_address dns_domain fqdn os os_version manufacturer model_id location department company assigned_to managed_by owned_by support_group sys_created_on sys_updated_on

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "A full CMDB configuration item record. Fields vary by CI class but common attributes are included below.",
  "name": "CmdbInstance",
  "properties": {
    "sys_id": {
      "type": "string",
      "description": "Unique identifier for the configuration item."
    },
    "name": {
      "type": "string",
      "description": "The display name of the configuration item."
    },
    "sys_class_name": {
      "type": "string",
      "description": "The CMDB class name for this CI."
    },
    "category": {
      "type": "string",
      "description": "The category of the CI."
    },
    "subcategory": {
      "type": "string",
      "description": "The subcategory of the CI."
    },
    "operational_status": {
      "type": "string",
      "description": "The operational status of the CI.",
      "enum": [
        "1",
        "2",
        "3",
        "4",
        "5",
        "6"
      ]
    },
    "install_status": {
      "type": "string",
      "description": "The installation status of the CI."
    },
    "serial_number": {
      "type": "string",
      "description": "The serial number of the hardware asset."
    },
    "asset_tag": {
      "type": "string",
      "description": "The asset tag identifier."
    },
    "ip_address": {
      "type": "string",
      "description": "The IP address of the CI."
    },
    "mac_address": {
      "type": "string",
      "description": "The MAC address of the CI."
    },
    "dns_domain": {
      "type": "string",
      "description": "The DNS domain of the CI."
    },
    "fqdn": {
      "type": "string",
      "description": "The fully qualified domain name."
    },
    "os": {
      "type": "string",
      "description": "The operating system."
    },
    "os_version": {
      "type": "string",
      "description": "The operating system version."
    },
    "manufacturer": {
      "type": "string",
      "description": "The sys_id of the manufacturer."
    },
    "model_id": {
      "type": "string",
      "description": "The sys_id of the model."
    },
    "location": {
      "type": "string",
      "description": "The sys_id of the CI location."
    },
    "department": {
      "type": "string",
      "description": "The sys_id of the department."
    },
    "company": {
      "type": "string",
      "description": "The sys_id of the owning company."
    },
    "assigned_to": {
      "type": "string",
      "description": "The sys_id of the assigned user."
    },
    "managed_by": {
      "type": "string",
      "description": "The sys_id of the managing user."
    },
    "owned_by": {
      "type": "string",
      "description": "The sys_id of the owner."
    },
    "support_group": {
      "type": "string",
      "description": "The sys_id of the support group."
    },
    "sys_created_on": {
      "type": "datetime",
      "description": "The date and time when the CI was created."
    },
    "sys_updated_on": {
      "type": "datetime",
      "description": "The date and time when the CI was last updated."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/servicenow-cmdb-instance-cmdb-instance-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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