Webex · Schema

LatestExecutionStatus

* `STARTING` - Indicates the job has started. * `STARTED` - Indicates the job is in progress. * `COMPLETED` - Indicates the job has completed. * `FAILED` - Indicates the job has failed.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-latestexecutionstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LatestExecutionStatus",
  "title": "LatestExecutionStatus",
  "type": "string",
  "enum": [
    "STARTING",
    "STARTED",
    "COMPLETED",
    "FAILED"
  ],
  "description": " * `STARTING` - Indicates the job has started.\n * `STARTED` - Indicates the job is in progress.\n * `COMPLETED` - Indicates the job has completed.\n * `FAILED` - Indicates the job has failed.\n"
}