Webex · Schema

SJNode2

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
nodeId string ID of the Video Mesh node.
hostNameOrIp string Host Name or the IP of the Video Mesh node.
deploymentType string Deployment Type of the Video Mesh node.
location object Location details of the Video Mesh node.
View JSON Schema on GitHub

JSON Schema

webex-sjnode2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SJNode2",
  "title": "SJNode2",
  "type": "object",
  "properties": {
    "nodeId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzM2ZDg5NGY3LTJiNTctNDNjMS1hY2VlLWQ0N2U2Nzc2MTQxNDo1ODJhMWFlYy03YTMwLTQ2MDItYTI2NS02YTE5NDcwOWZkOTg",
      "description": "ID of the Video Mesh node."
    },
    "hostNameOrIp": {
      "type": "string",
      "example": "xyz.abc.com",
      "description": "Host Name or the IP of the Video Mesh node."
    },
    "deploymentType": {
      "type": "string",
      "example": "Video Mesh Node Lite",
      "description": "Deployment Type of the Video Mesh node."
    },
    "location": {
      "$ref": "#/components/schemas/SJNodeLocation",
      "description": "Location details of the Video Mesh node."
    }
  }
}