Streaming Locators - List Content Keys

このストリーミング ロケーターで使用されるコンテンツ キーを一覧表示する

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators/{streamingLocatorName}/listContentKeys?api-version=2022-08-01

URI パラメーター

名前 / 必須 説明
accountName
path True

string

Media Services アカウント名。

resourceGroupName
path True

string

Azure サブスクリプション内のリソース グループの名前。

streamingLocatorName
path True

string

ストリーミング ロケーター名。

subscriptionId
path True

string

Microsoft Azure サブスクリプションの一意識別子。

api-version
query True

string

クライアント要求で使用される API のバージョン。

応答

名前 説明
200 OK

ListContentKeysResponse

OK

Other Status Codes

ErrorResponse

詳細なエラー情報。

List Content Keys

Sample Request

POST https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Media/mediaServices/contosomedia/streamingLocators/secureStreamingLocator/listContentKeys?api-version=2022-08-01

Sample Response

{
  "contentKeys": [
    {
      "id": "9259eb06-eeee-4f77-987f-48f4ea5c649f",
      "type": "EnvelopeEncryption",
      "labelReferenceInStreamingPolicy": "aesDefaultKey",
      "value": "QpiqeQROdN5xamnfUF2Wdw==",
      "policyName": "PolicyWithMultipleOptions",
      "tracks": []
    },
    {
      "id": "06bfeff1-2bb6-4f58-af27-a2767f058bca",
      "type": "CommonEncryptionCenc",
      "labelReferenceInStreamingPolicy": "cencDefaultKey",
      "value": "ZjgWhNnqnqcov/h+wrYusw==",
      "policyName": "PolicyWithMultipleOptions",
      "tracks": []
    },
    {
      "id": "799e78a0-ed6f-4179-9222-ed4ec4223cec",
      "type": "CommonEncryptionCbcs",
      "labelReferenceInStreamingPolicy": "cbcsDefaultKey",
      "value": "FjZ3n3yRcVxRFftdYFbe9g==",
      "policyName": "PolicyWithMultipleOptions",
      "tracks": []
    }
  ]
}

定義

名前 説明
ErrorAdditionalInfo

リソース管理エラーの追加情報。

ErrorDetail

エラーの詳細。

ErrorResponse

エラー応答

ListContentKeysResponse

listContentKeys アクションの応答クラス

StreamingLocatorContentKey

ストリーミング ロケーターのコンテンツ キーのクラス

StreamingLocatorContentKeyType

コンテンツ キーの暗号化の種類

TrackPropertyCompareOperation

プロパティ条件の操作を追跡する

TrackPropertyCondition

1 つのトラック プロパティ条件を指定するクラス

TrackPropertyType

プロパティの種類を追跡する

TrackSelection

トラックを選択するクラス

ErrorAdditionalInfo

リソース管理エラーの追加情報。

名前 説明
info

object

追加情報。

type

string

追加情報の種類。

ErrorDetail

エラーの詳細。

名前 説明
additionalInfo

ErrorAdditionalInfo[]

エラーの追加情報。

code

string

エラー コード。

details

ErrorDetail[]

エラーの詳細です。

message

string

エラー メッセージ。

target

string

エラーのターゲット。

ErrorResponse

エラー応答

名前 説明
error

ErrorDetail

error オブジェクト。

ListContentKeysResponse

listContentKeys アクションの応答クラス

名前 説明
contentKeys

StreamingLocatorContentKey[]

現在のストリーミング ロケーターで使用される ContentKeys

StreamingLocatorContentKey

ストリーミング ロケーターのコンテンツ キーのクラス

名前 説明
id

string

コンテンツ キーの ID

labelReferenceInStreamingPolicy

string

ストリーミング ポリシーで指定されているコンテンツ キーのラベル

policyName

string

コンテンツ キーで使用される ContentKeyPolicy

tracks

TrackSelection[]

このコンテンツ キーを使用するトラック

type

StreamingLocatorContentKeyType

コンテンツ キーの暗号化の種類

value

string

コンテンツ キーの値

StreamingLocatorContentKeyType

コンテンツ キーの暗号化の種類

名前 説明
CommonEncryptionCbcs

string

CBCS を使用した一般的な暗号化

CommonEncryptionCenc

string

CENC を使用した一般的な暗号化

EnvelopeEncryption

string

エンベロープ暗号化

TrackPropertyCompareOperation

プロパティ条件の操作を追跡する

名前 説明
Equal

string

等号演算

Unknown

string

不明なトラック プロパティの比較操作

TrackPropertyCondition

1 つのトラック プロパティ条件を指定するクラス

名前 説明
operation

TrackPropertyCompareOperation

プロパティ条件の操作を追跡する

property

TrackPropertyType

プロパティの種類を追跡する

value

string

プロパティ値を追跡する

TrackPropertyType

プロパティの種類を追跡する

名前 説明
FourCC

string

FourCC を追跡する

Unknown

string

不明なトラック プロパティ

TrackSelection

トラックを選択するクラス

名前 説明
trackSelections

TrackPropertyCondition[]

TrackSelections は、トラックを指定できるトラック プロパティ条件リストです