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 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
account
|
path | True |
string |
媒體服務帳戶名稱。 |
resource
|
path | True |
string |
Azure 訂用帳戶內的資源組名。 |
streaming
|
path | True |
string |
串流定位器名稱。 |
subscription
|
path | True |
string |
Microsoft Azure 訂用帳戶的唯一標識符。 |
api-version
|
query | True |
string |
要與用戶端要求搭配使用的 API 版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
確定 |
|
Other Status Codes |
詳細的錯誤資訊。 |
範例
List Content Keys
範例要求
範例回覆
{
"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": []
}
]
}
定義
名稱 | Description |
---|---|
Error |
資源管理錯誤其他資訊。 |
Error |
錯誤詳細數據。 |
Error |
錯誤回應 |
List |
listContentKeys 動作的響應類別 |
Streaming |
串流定位器中內容密鑰的類別 |
Streaming |
內容金鑰的加密類型 |
Track |
追蹤屬性條件作業 |
Track |
指定一個追蹤屬性條件的類別 |
Track |
追蹤屬性類型 |
Track |
選取追蹤的類別 |
ErrorAdditionalInfo
資源管理錯誤其他資訊。
名稱 | 類型 | Description |
---|---|---|
info |
object |
其他資訊。 |
type |
string |
其他信息類型。 |
ErrorDetail
錯誤詳細數據。
名稱 | 類型 | Description |
---|---|---|
additionalInfo |
錯誤其他資訊。 |
|
code |
string |
錯誤碼。 |
details |
錯誤詳細資料。 |
|
message |
string |
錯誤訊息。 |
target |
string |
錯誤目標。 |
ErrorResponse
錯誤回應
名稱 | 類型 | Description |
---|---|---|
error |
錯誤物件。 |
ListContentKeysResponse
listContentKeys 動作的響應類別
名稱 | 類型 | Description |
---|---|---|
contentKeys |
目前串流定位器所使用的 ContentKeys |
StreamingLocatorContentKey
串流定位器中內容密鑰的類別
名稱 | 類型 | Description |
---|---|---|
id |
string |
內容金鑰的識別碼 |
labelReferenceInStreamingPolicy |
string |
串流原則中指定的內容密鑰標籤 |
policyName |
string |
ContentKeyPolicy 由內容密鑰使用 |
tracks |
追蹤使用此內容金鑰 |
|
type |
內容金鑰的加密類型 |
|
value |
string |
內容索引鍵的值 |
StreamingLocatorContentKeyType
內容金鑰的加密類型
名稱 | 類型 | Description |
---|---|---|
CommonEncryptionCbcs |
string |
使用 CBCS 的常見加密 |
CommonEncryptionCenc |
string |
使用 CENC 的常見加密 |
EnvelopeEncryption |
string |
封套加密 |
TrackPropertyCompareOperation
追蹤屬性條件作業
名稱 | 類型 | Description |
---|---|---|
Equal |
string |
相等運算 |
Unknown |
string |
未知的追蹤屬性比較作業 |
TrackPropertyCondition
指定一個追蹤屬性條件的類別
名稱 | 類型 | Description |
---|---|---|
operation |
追蹤屬性條件作業 |
|
property |
追蹤屬性類型 |
|
value |
string |
追蹤屬性值 |
TrackPropertyType
追蹤屬性類型
名稱 | 類型 | Description |
---|---|---|
FourCC |
string |
追蹤FourCC |
Unknown |
string |
未知的追蹤屬性 |
TrackSelection
選取追蹤的類別
名稱 | 類型 | Description |
---|---|---|
trackSelections |
TrackSelections 是追蹤屬性條件清單,可指定追蹤 () |