Cisco Voice Portal · JSON Structure

Cisco Voice Portal Administration Operation Status Structure

Type: object Properties: 6
Contact CenterIVRTelephonyVoiceVXML

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

Properties

operationId status message startedAt completedAt progress

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "OperationStatus",
  "type": "object",
  "properties": {
    "operationId": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "startedAt": {
      "type": "string"
    },
    "completedAt": {
      "type": "string"
    },
    "progress": {
      "type": "number"
    }
  }
}