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 매개 변수

Name In(다음 안에) 필수 형식 Description
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의 버전입니다.

응답

Name 형식 Description
200 OK

ListStreamingLocatorsResponse

정상

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"
    }
  ]
}

정의

Name Description
AssetStreamingLocator

스트리밍 로케이터의 속성입니다.

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

ErrorDetail

오류 세부 정보입니다.

ErrorResponse

오류 응답

ListStreamingLocatorsResponse

이 자산과 연결된 스트리밍 로케이터입니다.

AssetStreamingLocator

스트리밍 로케이터의 속성입니다.

Name 형식 Description
assetName

string

자산 이름입니다.

created

string

스트리밍 로케이터를 만든 시간입니다.

defaultContentKeyPolicyName

string

이 스트리밍 로케이터에서 사용하는 ContentKeyPolicy의 기본 이름입니다.

endTime

string

스트리밍 로케이터의 종료 시간입니다.

name

string

스트리밍 로케이터 이름입니다.

startTime

string

스트리밍 로케이터의 시작 시간입니다.

streamingLocatorId

string

스트리밍 로케이터의 StreamingLocatorId입니다.

streamingPolicyName

string

이 스트리밍 로케이터에서 사용하는 스트리밍 정책의 이름입니다.

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

Name 형식 Description
info

object

추가 정보입니다.

type

string

추가 정보 유형입니다.

ErrorDetail

오류 세부 정보입니다.

Name 형식 Description
additionalInfo

ErrorAdditionalInfo[]

오류 추가 정보입니다.

code

string

오류 코드입니다.

details

ErrorDetail[]

오류 세부 정보입니다.

message

string

오류 메시지입니다.

target

string

오류 대상입니다.

ErrorResponse

오류 응답

Name 형식 Description
error

ErrorDetail

Error 개체.

ListStreamingLocatorsResponse

이 자산과 연결된 스트리밍 로케이터입니다.

Name 형식 Description
streamingLocators

AssetStreamingLocator[]

스트리밍 로케이터 목록입니다.