Skip to main content
Version: Next

Tasks

The API includes both standard synchronous methods, whose results are returned immediately upon execution, and asynchronous methods, which return a uuid-formatted task id as the result.

Task Types

Domains
  • ENABLE_CDN
  • DISABLE_CDN
  • DELETE_DOMAIN
  • ISSUE_CERT
S3 Objects
  • CREATE_S3_RESOURCE
  • DELETE_S3_RESOURCE
  • DISABLE_BUCKET
  • DISABLE_BUCKETS_BY_RESOURCE
  • DELETE_BUCKET
VoD
  • ENABLE_VOD
  • DISABLE_VOD
  • DELETE_VOD
Streams
  • CREATE_STREAM
  • UPDATE_STREAM
  • DELETE_STREAM
  • ENABLE_STREAM
  • DISABLE_STREAM
  • START_STREAM_PUSH_PUBLISHING
  • STOP_STREAM_PUSH_PUBLISHING
  • START_STREAM_RECORDING
  • STOP_STREAM_RECORDING

Task Statuses

  • TO_IN_PROGRESS – task is queued for execution
  • IN_PROGRESS – task is currently being executed
  • COMPLETED – task completed successfully
  • FAILED – task failed
  • TO_CANCELLING – task is queued for cancellation
  • CANCELLING – task is in the process of being cancelled
  • CANCELED – task has been cancelled