ServiceNow · JSON Structure

Servicenow Cmdb Instance Cmdb Instance Summary Structure

A summary of a CMDB configuration item containing its identifier and display name.

Type: object Properties: 2
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflows

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

Properties

sys_id name

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "A summary of a CMDB configuration item containing its identifier and display name.",
  "name": "CmdbInstanceSummary",
  "properties": {
    "sys_id": {
      "type": "string",
      "description": "Unique identifier for the configuration item."
    },
    "name": {
      "type": "string",
      "description": "The display name of the configuration item."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}