Cisco Voice Portal · JSON Structure

Cisco Voice Portal Administration Application Structure

Type: object Properties: 8
Contact CenterIVRTelephonyVoiceVXML

Application is a JSON Structure definition published by Cisco Voice Portal, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

applicationId applicationName applicationType status version deployedServers createdAt updatedAt

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Application",
  "type": "object",
  "properties": {
    "applicationId": {
      "type": "string"
    },
    "applicationName": {
      "type": "string"
    },
    "applicationType": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "deployedServers": {
      "type": "array"
    },
    "createdAt": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    }
  }
}