ライブカーテンコンテンツの削除
    • PDF

    ライブカーテンコンテンツの削除

    • PDF

    Article Summary

    Live Stationのライブカーテンコンテンツ削除のための APIです。

    リクエスト

    DELETE https://livestation.apigw.ntruss.com/api/v2/curtainContents/{contentId} 
    

    リクエストヘッダ

    ヘッダ名必須有無説明
    x-ncp-apigw-timestampYES- 1970年1月1日00:00:00協定世界時(UTC)からの経過時間をミリ秒(Millisecond)で表したもの
    - API Gatewayサーバとの時間差が5分以上の場合は無効なリクエストとみなす
    x-ncp-apigw-timestamp:{Timestamp}
    x-ncp-iam-access-keyYESNAVERクラウドプラットフォームポータルから発行された Access Key ID値
    x-ncp-iam-access-key:{Sub Account Access Key}
    x-ncp-apigw-signature-v2YESAccess Key ID値と Secret Keyで暗号化した署名
    x-ncp-apigw-signature-v2:{API Gateway Signature}
    Content-TypeYESRequest body content typeを application/jsonに指定
    Content-Type: application/json
    x-ncp-region_codeYESリージョンコード(KR)

    レスポンス

    フィールド名タイプ説明備考
    contentObjectライブカーテンのコンテンツオブジェクト
    content.idIntegerライブカーテンのコンテンツ ID
    content.registerTimeTimestampライブカーテンコンテンツ作成リクエスト時間
    content.updatedTimeTimestampライブカーテンコンテンツアップデート時間
    content.fileSizeIntegerライブカーテンコンテンツファイルサイズ
    content.fileDurationIntegerライブカーテンコンテンツファイル再生時間
    content.statusStringライブカーテンのコンテンツ状態CREATING,READY,PROCESSING_FAIL,DELETED
    content.inputArrayライブカーテンコンテンツとして作成するコンテンツの Object Storageパス(bucketName/filePath)

    レスポンス例

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 19 Jul 2022 09:53:32 GMT
    Content-Type: application/json;charset=utf-8
    Connection: keep-alive
    Access-Control-Allow-Origin: *
    x-ncp-trace-id: 36c9k60om4p3238cpmc9gm4cj4
    
    {
      "content": {
        "id": 1188,
        "registerTime": 1658304625565,
        "updatedTime": 1658316119783,
        "status": "DELETED",
        "fileSize": 29874482,
        "fileDuration": 300,
        "input": [
          "myTestBucket/test.mp4"
        ]
      }
    }
    
    

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.