Assets - List Streaming Locators
Streaminglocators vermelden
Lijsten streaming-locators die zijn gekoppeld aan deze asset.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/assets/{assetName}/listStreamingLocators?api-version=2022-08-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
account
|
path | True |
string |
De naam van het Media Services-account. |
asset
|
path | True |
string |
De assetnaam. |
resource
|
path | True |
string |
De naam van de resourcegroep binnen het Azure-abonnement. |
subscription
|
path | True |
string |
De unieke id voor een Microsoft Azure-abonnement. |
api-version
|
query | True |
string |
De versie van de API die moet worden gebruikt met de clientaanvraag. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
Gedetailleerde foutinformatie. |
Voorbeelden
List Asset SAS URLs
Voorbeeldaanvraag
Voorbeeldrespons
{
"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"
}
]
}
Definities
Name | Description |
---|---|
Asset |
Eigenschappen van de streaming-locator. |
Error |
Aanvullende informatie over de resourcebeheerfout. |
Error |
De foutdetails. |
Error |
Foutreactie |
List |
De streaming-locators die aan deze asset zijn gekoppeld. |
AssetStreamingLocator
Eigenschappen van de streaming-locator.
Name | Type | Description |
---|---|---|
assetName |
string |
Assetnaam. |
created |
string |
De aanmaaktijd van de streaming-locator. |
defaultContentKeyPolicyName |
string |
Naam van de standaard ContentKeyPolicy die door deze streaming-locator wordt gebruikt. |
endTime |
string |
De eindtijd van de streaming-locator. |
name |
string |
Naam van streaming-locator. |
startTime |
string |
De begintijd van de streaming-locator. |
streamingLocatorId |
string |
StreamingLocatorId van de streaming-locator. |
streamingPolicyName |
string |
Naam van het streamingbeleid dat door deze streaming-locator wordt gebruikt. |
ErrorAdditionalInfo
Aanvullende informatie over de resourcebeheerfout.
Name | Type | Description |
---|---|---|
info |
object |
De aanvullende informatie. |
type |
string |
Het type aanvullende informatie. |
ErrorDetail
De foutdetails.
Name | Type | Description |
---|---|---|
additionalInfo |
Aanvullende informatie over de fout. |
|
code |
string |
De foutcode. |
details |
De foutdetails. |
|
message |
string |
Het foutbericht. |
target |
string |
Het foutdoel. |
ErrorResponse
Foutreactie
Name | Type | Description |
---|---|---|
error |
Het foutobject. |
ListStreamingLocatorsResponse
De streaming-locators die aan deze asset zijn gekoppeld.
Name | Type | Description |
---|---|---|
streamingLocators |
De lijst met streaming-locators. |