チャンネル削除
- 印刷する
- PDF
チャンネル削除
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
Live Stationで作成した Re-Streamチャンネルを削除する APIです。
リクエスト
リクエストヘッダ
ヘッダ名 | 要否 | 説明 |
---|---|---|
x-ncp-apigw-timestamp | YES | 1970年1月1日00:00:00協定世界時(UTC)からの経過時間をミリ秒(Millisecond)で表し、API Gatewayサーバとの時間差が5分以上の場合は、無効なリクエストとみなすx-ncp-apigw-timestamp:{Timestamp} |
x-ncp-iam-access-key | YES | NAVERクラウドプラットフォームポータルで発行された Access Key ID値x-ncp-iam-access-key:{Sub Account Access Key} |
x-ncp-apigw-signature-v2 | YES | Access Key ID値と Secret Keyで暗号化した署名x-ncp-apigw-signature-v2:{API Gateway Signature} |
x-ncp-region_code | YES | リージョンコード(KR) |
レスポンス
フィールド名 | タイプ | 説明 | 備考 |
---|---|---|---|
channelId | String | ||
channelName | String | ||
channelStatus | String | CREATING, READY, PUBLISH, DELETED, BLOCK, FORCE_BLOCK, FORCE_DELETED | |
createdTime | Integer | ||
instanceNo | Integer | ||
isPublishing | Boolean | ||
planType | String | ||
platformCount | Integer | ||
publishUrl | String | ||
globalPublishUrl | String | 海外配信対応のための URL | |
streamKey | String | ||
totalPublishSeconds | Integer | ||
recentPublishStartTime | Integer | ||
alertOn | Boolean | if alertOn == true, alertOptions should be set | |
alertOptions | Object | ||
alertOptions.alertChangeStatus | Boolean | ||
alertOptions.alertVodUploadFail | Boolean | ||
alertOptions.alertReStreamFail | Boolean | ||
envType | String | DEV, STAGE, REAL | |
callbackEndpoint | String |
例
リクエスト例
レスポンス例
この記事は役に立ちましたか?