Assets - List Streaming Locators

ストリーミング ロケーターの一覧表示
この資産に関連付けられているストリーミング ロケーターをListsします。

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

URI パラメーター

名前 / 必須 説明
accountName
path True

string

Media Services アカウント名。

assetName
path True

string

資産名。

resourceGroupName
path True

string

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

subscriptionId
path True

string

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

api-version
query True

string

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

応答

名前 説明
200 OK

ListStreamingLocatorsResponse

OK

Other Status Codes

ErrorResponse

詳細なエラー情報。

List Asset SAS URLs

Sample Request

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

Sample Response

{
  "streamingLocators": [
    {
      "name": "secureStreamingLocator",
      "assetName": "ClimbingMountSaintHelens",
      "created": "2018-08-08T18:29:26.9729344Z",
      "endTime": "9999-12-31T23:59:59.9999999Z",
      "streamingLocatorId": "36b74ce3-20b4-4de0-84f1-97e9138e886c",
      "streamingPolicyName": "secureStreamingPolicy"
    },
    {
      "name": "clearStreamingLocator",
      "assetName": "ClimbingMountSaintHelens",
      "created": "2018-08-08T18:29:26.9487636Z",
      "endTime": "9999-12-31T23:59:59.9999999Z",
      "streamingLocatorId": "3e8d9ac3-50f6-4f6d-8482-078ceb56f23a",
      "streamingPolicyName": "clearStreamingPolicy"
    }
  ]
}

定義

名前 説明
AssetStreamingLocator

ストリーミング ロケーターのプロパティ。

ErrorAdditionalInfo

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

ErrorDetail

エラーの詳細。

ErrorResponse

エラー応答

ListStreamingLocatorsResponse

このアセットに関連付けられているストリーミング ロケーター。

AssetStreamingLocator

ストリーミング ロケーターのプロパティ。

名前 説明
assetName

string

資産名。

created

string

ストリーミング ロケーターの作成時刻。

defaultContentKeyPolicyName

string

このストリーミング ロケーターで使用される既定の ContentKeyPolicy の名前。

endTime

string

ストリーミング ロケーターの終了時刻。

name

string

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

startTime

string

ストリーミング ロケーターの開始時刻。

streamingLocatorId

string

ストリーミング ロケーターの StreamingLocatorId。

streamingPolicyName

string

このストリーミング ロケーターで使用されるストリーミング ポリシーの名前。

ErrorAdditionalInfo

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

名前 説明
info

object

追加情報。

type

string

追加情報の種類。

ErrorDetail

エラーの詳細。

名前 説明
additionalInfo

ErrorAdditionalInfo[]

エラーの追加情報。

code

string

エラー コード。

details

ErrorDetail[]

エラーの詳細です。

message

string

エラー メッセージ。

target

string

エラーのターゲット。

ErrorResponse

エラー応答

名前 説明
error

ErrorDetail

error オブジェクト。

ListStreamingLocatorsResponse

このアセットに関連付けられているストリーミング ロケーター。

名前 説明
streamingLocators

AssetStreamingLocator[]

ストリーミング ロケーターの一覧。