查询回放流状态。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetPlaybackStatus | 接口名称。当前 API 的名称为 GetPlaybackStatus 。 |
Version | String | 是 | 2023-10-01 | 接口版本。当前 API 的版本为 2023-10-01 。 |
PlaybackID | String | 是 | 524c804d-0149-4b58-8209-2f17f6xxxxxx | 回放流 ID,可通过 StartPlayback 接口获取 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Status | String |
| 回放流状态:
|
GET https://open.volcengineapi.com?Action=GetPlaybackStatus&Version=2023-10-01&PlaybackID=524c804d-0149-4b58-8209-2f17f6xxxxxx
{ "ResponseMetadata": { "RequestId": "202306041104200100100232280022D31", "Action": "GetPlaybackStatus", "Version": "2023-10-01", "Service": "aiotvideo", "Region": "cn-north-1" }, "Result": { "Status": "pulling" } }
您可访问公共错误码,获取更多错误码信息。