UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 47.1 kB
{"openapi":"3.0.0","info":{"description":"This Swagger was generated by the API Framework.","title":"Azure Media Services","version":"2018-07-01","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/mediaservices/resource-manager/Microsoft.Media/preview/2019-05-01-preview/AssetsAndAssetFilters.json","version":"2.0"}],"x-providerName":"azure.com","x-serviceName":"mediaservices-AssetsAndAssetFilters","x-tags":["Azure","Microsoft"]},"paths":{"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/assets":{"get":{"description":"List Assets in the Media Services account with optional filtering and ordering","operationId":"Assets_List","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"$ref":"#/components/parameters/ApiVersion"},{"description":"Restricts the set of items returned.","in":"query","name":"$filter","required":false,"schema":{"type":"string"},"examples":{"List Asset created in a date range":{"value":"properties/created gt 2012-06-01 and properties/created lt 2013-07-01"}}},{"description":"Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n.","in":"query","name":"$top","required":false,"schema":{"type":"integer"}},{"description":"Specifies the key by which the result collection should be ordered.","in":"query","name":"$orderby","required":false,"schema":{"type":"string"},"examples":{"List Asset created in a date range":{"value":"properties/created"},"List Asset ordered by date":{"value":"properties/created"}}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssetCollection"},"examples":{"List Asset created in a date range":{"$ref":"#/components/examples/List_Asset_created_in_a_date_range"},"List Asset ordered by date":{"$ref":"#/components/examples/List_Asset_ordered_by_date"},"List all Assets":{"$ref":"#/components/examples/List_all_Assets"}}}}},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"List Assets","x-ms-odata":"#/components/schemas/Asset","x-ms-pageable":{"nextLinkName":"@odata.nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/assets/{assetName}":{"delete":{"description":"Deletes an Asset in the Media Services account","operationId":"Assets_Delete","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Asset name.","in":"path","name":"assetName","required":true,"schema":{"type":"string"},"examples":{"Delete an Asset":{"value":"ClimbingMountAdams"}}},{"$ref":"#/components/parameters/ApiVersion"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Delete an Asset."},"get":{"description":"Get the details of an Asset in the Media Services account","operationId":"Assets_Get","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Asset name.","in":"path","name":"assetName","required":true,"schema":{"type":"string"},"examples":{"Get an Asset by name":{"value":"ClimbingMountAdams"}}},{"$ref":"#/components/parameters/ApiVersion"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Asset"},"examples":{"Get an Asset by name":{"$ref":"#/components/examples/Get_an_Asset_by_name"}}}}},"404":{"description":"NotFound"},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Get an Asset"},"patch":{"description":"Updates an existing Asset in the Media Services account","operationId":"Assets_Update","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Asset name.","in":"path","name":"assetName","required":true,"schema":{"type":"string"},"examples":{"Update an Asset":{"value":"ClimbingMountBaker"}}},{"$ref":"#/components/parameters/ApiVersion"}],"requestBody":{"$ref":"#/components/requestBodies/Asset"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Asset"},"examples":{"Update an Asset":{"$ref":"#/components/examples/Update_an_Asset"}}}}},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Update an Asset"},"put":{"description":"Creates or updates an Asset in the Media Services account","operationId":"Assets_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Asset name.","in":"path","name":"assetName","required":true,"schema":{"type":"string"},"examples":{"Create an Asset":{"value":"ClimbingMountLogan"}}},{"$ref":"#/components/parameters/ApiVersion"}],"requestBody":{"$ref":"#/components/requestBodies/Asset"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Asset"},"examples":{"Create an Asset":{"$ref":"#/components/examples/Create_an_Asset"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Asset"},"examples":{"Create an Asset":{"$ref":"#/components/examples/Create_an_Asset"}}}}},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Create or update an Asset"}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/assets/{assetName}/assetFilters":{"get":{"description":"List Asset Filters associated with the specified Asset.","operationId":"AssetFilters_List","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Asset name.","in":"path","name":"assetName","required":true,"schema":{"type":"string"},"examples":{"List all Asset Filters":{"value":"ClimbingMountRainer"}}},{"$ref":"#/components/parameters/ApiVersion"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssetFilterCollection"},"examples":{"List all Asset Filters":{"$ref":"#/components/examples/List_all_Asset_Filters"}}}}},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"List Asset Filters","x-ms-pageable":{"nextLinkName":"@odata.nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/assets/{assetName}/assetFilters/{filterName}":{"delete":{"description":"Deletes an Asset Filter associated with the specified Asset.","operationId":"AssetFilters_Delete","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Asset name.","in":"path","name":"assetName","required":true,"schema":{"type":"string"},"examples":{"Delete an Asset Filter":{"value":"ClimbingMountRainer"}}},{"description":"The Asset Filter name","in":"path","name":"filterName","required":true,"schema":{"type":"string"},"examples":{"Delete an Asset Filter":{"value":"assetFilterWithTimeWindowAndTrack"}}},{"$ref":"#/components/parameters/ApiVersion"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Delete an Asset Filter."},"get":{"description":"Get the details of an Asset Filter associated with the specified Asset.","operationId":"AssetFilters_Get","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Asset name.","in":"path","name":"assetName","required":true,"schema":{"type":"string"},"examples":{"Get an Asset Filter by name":{"value":"ClimbingMountRainer"}}},{"description":"The Asset Filter name","in":"path","name":"filterName","required":true,"schema":{"type":"string"},"examples":{"Get an Asset Filter by name":{"value":"assetFilterWithTimeWindowAndTrack"}}},{"$ref":"#/components/parameters/ApiVersion"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssetFilter"},"examples":{"Get an Asset Filter by name":{"$ref":"#/components/examples/Get_an_Asset_Filter_by_name"}}}}},"404":{"description":"NotFound"},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Get an Asset Filter."},"patch":{"description":"Updates an existing Asset Filter associated with the specified Asset.","operationId":"AssetFilters_Update","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Asset name.","in":"path","name":"assetName","required":true,"schema":{"type":"string"},"examples":{"Update an Asset Filter":{"value":"ClimbingMountRainer"}}},{"description":"The Asset Filter name","in":"path","name":"filterName","required":true,"schema":{"type":"string"},"examples":{"Update an Asset Filter":{"value":"assetFilterWithTimeWindowAndTrack"}}},{"$ref":"#/components/parameters/ApiVersion"}],"requestBody":{"$ref":"#/components/requestBodies/AssetFilter"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssetFilter"},"examples":{"Update an Asset Filter":{"$ref":"#/components/examples/Update_an_Asset_Filter"}}}}},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Update an Asset Filter"},"put":{"description":"Creates or updates an Asset Filter associated with the specified Asset.","operationId":"AssetFilters_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Asset name.","in":"path","name":"assetName","required":true,"schema":{"type":"string"},"examples":{"Create an Asset Filter":{"value":"ClimbingMountRainer"}}},{"description":"The Asset Filter name","in":"path","name":"filterName","required":true,"schema":{"type":"string"},"examples":{"Create an Asset Filter":{"value":"newAssetFilter"}}},{"$ref":"#/components/parameters/ApiVersion"}],"requestBody":{"$ref":"#/components/requestBodies/AssetFilter"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssetFilter"},"examples":{"Create an Asset Filter":{"$ref":"#/components/examples/Create_an_Asset_Filter"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssetFilter"},"examples":{"Create an Asset Filter":{"$ref":"#/components/examples/Create_an_Asset_Filter"}}}}},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Create or update an Asset Filter"}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/assets/{assetName}/getEncryptionKey":{"post":{"description":"Gets the Asset storage encryption keys used to decrypt content created by version 2 of the Media Services API","operationId":"Assets_GetEncryptionKey","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Asset name.","in":"path","name":"assetName","required":true,"schema":{"type":"string"},"examples":{"Get Asset Storage Encryption Keys":{"value":"ClimbingMountSaintHelens"}}},{"$ref":"#/components/parameters/ApiVersion"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageEncryptedAssetDecryptionData"},"examples":{"Get Asset Storage Encryption Keys":{"$ref":"#/components/examples/Get_Asset_Storage_Encryption_Keys"}}}}},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Gets the Asset storage key"}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/assets/{assetName}/listContainerSas":{"post":{"description":"Lists storage container URLs with shared access signatures (SAS) for uploading and downloading Asset content. The signatures are derived from the storage account keys.","operationId":"Assets_ListContainerSas","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Asset name.","in":"path","name":"assetName","required":true,"schema":{"type":"string"},"examples":{"List Asset SAS URLs":{"value":"ClimbingMountBaker"}}},{"$ref":"#/components/parameters/ApiVersion"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListContainerSasInput"}}},"description":"The request parameters","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssetContainerSas"},"examples":{"List Asset SAS URLs":{"$ref":"#/components/examples/List_Asset_SAS_URLs"}}}}},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"List the Asset URLs"}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/assets/{assetName}/listStreamingLocators":{"post":{"description":"Lists Streaming Locators which are associated with this asset.","operationId":"Assets_ListStreamingLocators","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Asset name.","in":"path","name":"assetName","required":true,"schema":{"type":"string"},"examples":{"List Asset SAS URLs":{"value":"ClimbingMountSaintHelens"}}},{"$ref":"#/components/parameters/ApiVersion"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListStreamingLocatorsResponse"},"examples":{"List Asset SAS URLs":{"$ref":"#/components/examples/List_Asset_SAS_URLs"}}}}},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"List Streaming Locators"}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"List_Asset_created_in_a_date_range":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountRainier","name":"ClimbingMountRainier","properties":{"alternateId":"CLIMB00001","assetId":"f8eea45c-b814-44c2-9c42-a5174ebdee4c","container":"asset-f8eea45c-b814-44c2-9c42-a5174ebdee4c","created":"2012-11-01T00:00:00Z","description":"A documentary showing the ascent of Mount Rainier","lastModified":"2012-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountAdams","name":"ClimbingMountAdams","properties":{"alternateId":"CLIMB00002","assetId":"1b648c1a-2268-461d-a1da-742bde23db40","container":"asset-1b648c1a-2268-461d-a1da-742bde23db40","created":"2013-02-01T00:00:00Z","description":"A documentary showing the ascent of Mount Adams","lastModified":"2017-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountSaintHelens","name":"ClimbingMountSaintHelens","properties":{"alternateId":"CLIMB00005","assetId":"14d58c40-ec1f-446c-b041-f5cff949bd1d","container":"asset-14d58c40-ec1f-446c-b041-f5cff949bd1d","created":"2013-03-01T00:00:00Z","description":"A documentary showing the ascent of Saint Helens","lastModified":"2013-04-01T00:00:00Z","storageEncryptionFormat":"MediaStorageClientEncryption"},"type":"Microsoft.Media/mediaservices/assets"}]}},"List_Asset_ordered_by_date":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountBaker","name":"ClimbingMountBaker","properties":{"alternateId":"CLIMB00004","assetId":"89af1750-e681-4fbe-8c4c-9a5567867a6b","container":"asset-89af1750-e681-4fbe-8c4c-9a5567867a6b","created":"2011-02-01T00:00:00Z","description":"A documentary showing the ascent of Mount Baker","lastModified":"2017-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingLittleTahoma","name":"ClimbingLittleTahoma","properties":{"alternateId":"CLIMB00003","assetId":"e6c7ee55-d1f5-48bc-9c36-2d2157aadbbe","container":"asset-e6c7ee55-d1f5-48bc-9c36-2d2157aadbbe","created":"2012-04-01T00:00:00Z","description":"A documentary showing the ascent of Little Tahoma","lastModified":"2017-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountRainier","name":"ClimbingMountRainier","properties":{"alternateId":"CLIMB00001","assetId":"f8eea45c-b814-44c2-9c42-a5174ebdee4c","container":"asset-f8eea45c-b814-44c2-9c42-a5174ebdee4c","created":"2012-11-01T00:00:00Z","description":"A documentary showing the ascent of Mount Rainier","lastModified":"2012-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountAdams","name":"ClimbingMountAdams","properties":{"alternateId":"CLIMB00002","assetId":"1b648c1a-2268-461d-a1da-742bde23db40","container":"asset-1b648c1a-2268-461d-a1da-742bde23db40","created":"2013-02-01T00:00:00Z","description":"A documentary showing the ascent of Mount Adams","lastModified":"2017-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountSaintHelens","name":"ClimbingMountSaintHelens","properties":{"alternateId":"CLIMB00005","assetId":"14d58c40-ec1f-446c-b041-f5cff949bd1d","container":"asset-14d58c40-ec1f-446c-b041-f5cff949bd1d","created":"2013-03-01T00:00:00Z","description":"A documentary showing the ascent of Saint Helens","lastModified":"2013-04-01T00:00:00Z","storageEncryptionFormat":"MediaStorageClientEncryption"},"type":"Microsoft.Media/mediaservices/assets"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountRainer","name":"ClimbingMountRainer","properties":{"alternateId":"altClimbingMountRainer","assetId":"8cdacfe5-8473-413a-9aec-dd2a478b37c8","container":"testasset0","created":"2018-08-08T18:29:25.0514734Z","description":"descClimbingMountRainer","lastModified":"2018-08-08T21:29:25.0514734Z","storageAccountName":"storage0","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"}]}},"List_all_Assets":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingLittleTahoma","name":"ClimbingLittleTahoma","properties":{"alternateId":"CLIMB00003","assetId":"e6c7ee55-d1f5-48bc-9c36-2d2157aadbbe","container":"asset-e6c7ee55-d1f5-48bc-9c36-2d2157aadbbe","created":"2012-04-01T00:00:00Z","description":"A documentary showing the ascent of Little Tahoma","lastModified":"2017-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountAdams","name":"ClimbingMountAdams","properties":{"alternateId":"CLIMB00002","assetId":"1b648c1a-2268-461d-a1da-742bde23db40","container":"asset-1b648c1a-2268-461d-a1da-742bde23db40","created":"2013-02-01T00:00:00Z","description":"A documentary showing the ascent of Mount Adams","lastModified":"2017-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountBaker","name":"ClimbingMountBaker","properties":{"alternateId":"CLIMB00004","assetId":"89af1750-e681-4fbe-8c4c-9a5567867a6b","container":"asset-89af1750-e681-4fbe-8c4c-9a5567867a6b","created":"2011-02-01T00:00:00Z","description":"A documentary showing the ascent of Mount Baker","lastModified":"2017-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountRainer","name":"ClimbingMountRainer","properties":{"alternateId":"altClimbingMountRainer","assetId":"258878ef-fe05-4518-988f-052e86dc19f6","container":"testasset0","created":"2018-08-08T18:29:24.3948982Z","description":"descClimbingMountRainer","lastModified":"2018-08-08T21:29:24.3948982Z","storageAccountName":"storage0","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountRainier","name":"ClimbingMountRainier","properties":{"alternateId":"CLIMB00001","assetId":"f8eea45c-b814-44c2-9c42-a5174ebdee4c","container":"asset-f8eea45c-b814-44c2-9c42-a5174ebdee4c","created":"2012-11-01T00:00:00Z","description":"A documentary showing the ascent of Mount Rainier","lastModified":"2012-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountSaintHelens","name":"ClimbingMountSaintHelens","properties":{"alternateId":"CLIMB00005","assetId":"14d58c40-ec1f-446c-b041-f5cff949bd1d","container":"asset-14d58c40-ec1f-446c-b041-f5cff949bd1d","created":"2013-03-01T00:00:00Z","description":"A documentary showing the ascent of Saint Helens","lastModified":"2013-04-01T00:00:00Z","storageEncryptionFormat":"MediaStorageClientEncryption"},"type":"Microsoft.Media/mediaservices/assets"}]}},"Get_an_Asset_by_name":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountAdams","name":"ClimbingMountAdams","properties":{"alternateId":"CLIMB00002","assetId":"1b648c1a-2268-461d-a1da-742bde23db40","container":"asset-1b648c1a-2268-461d-a1da-742bde23db40","created":"2013-02-01T00:00:00Z","description":"A documentary showing the ascent of Mount Adams","lastModified":"2017-11-01T00:00:00Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"}},"Update_an_Asset":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountBaker","name":"ClimbingMountBaker","properties":{"alternateId":"CLIMB00004","assetId":"89af1750-e681-4fbe-8c4c-9a5567867a6b","container":"asset-89af1750-e681-4fbe-8c4c-9a5567867a6b","created":"2011-02-01T00:00:00Z","description":"A documentary showing the ascent of Mount Baker in HD","lastModified":"2018-08-08T18:29:26.503Z","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"}},"Create_an_Asset":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountLogan","name":"ClimbingMountLogan","properties":{"assetId":"09194258-36ba-4403-abb3-68780e6bc545","container":"asset-09194258-36ba-4403-abb3-68780e6bc545","created":"2018-08-08T18:29:26.08Z","description":"A documentary showing the ascent of Mount Logan","lastModified":"2018-08-08T18:29:26.08Z","storageAccountName":"storage0","storageEncryptionFormat":"None"},"type":"Microsoft.Media/mediaservices/assets"}},"List_all_Asset_Filters":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountRainer/assetFilters/assetFilterWithTimeWindowAndTrack","name":"assetFilterWithTimeWindowAndTrack","properties":{"firstQuality":{"bitrate":128000},"presentationTimeRange":{"endTimestamp":170000000,"forceEndTimestamp":false,"liveBackoffDuration":0,"presentationWindowDuration":900000000000,"startTimestamp":0,"timescale":10000000},"tracks":[{"trackSelections":[{"operation":"Equal","property":"Type","value":"Audio"},{"operation":"NotEqual","property":"Language","value":"en"},{"operation":"NotEqual","property":"FourCC","value":"EC-3"}]},{"trackSelections":[{"operation":"Equal","property":"Type","value":"Video"},{"operation":"Equal","property":"Bitrate","value":"3000000-5000000"}]}]},"type":"Microsoft.Media/mediaservices/assets/assetFilters"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountRainer/assetFilters/assetFilterWithTimeWindow","name":"assetFilterWithTimeWindow","properties":{"firstQuality":{"bitrate":128000},"presentationTimeRange":{"endTimestamp":170000000,"forceEndTimestamp":false,"liveBackoffDuration":0,"presentationWindowDuration":900000000000,"startTimestamp":0,"timescale":10000000},"tracks":[]},"type":"Microsoft.Media/mediaservices/assets/assetFilters"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountRainer/assetFilters/assetFilterWithTrack","name":"assetFilterWithTrack","properties":{"tracks":[{"trackSelections":[{"operation":"Equal","property":"Type","value":"Audio"},{"operation":"NotEqual","property":"Language","value":"en"},{"operation":"NotEqual","property":"FourCC","value":"EC-3"}]},{"trackSelections":[{"operation":"Equal","property":"Type","value":"Video"},{"operation":"Equal","property":"Bitrate","value":"3000000-5000000"}]}]},"type":"Microsoft.Media/mediaservices/assets/assetFilters"}]}},"Get_an_Asset_Filter_by_name":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountRainer/assetFilters/assetFilterWithTimeWindowAndTrack","name":"assetFilterWithTimeWindowAndTrack","properties":{"firstQuality":{"bitrate":128000},"presentationTimeRange":{"endTimestamp":170000000,"forceEndTimestamp":false,"liveBackoffDuration":0,"presentationWindowDuration":900000000000,"startTimestamp":0,"timescale":10000000},"tracks":[{"trackSelections":[{"operation":"Equal","property":"Type","value":"Audio"},{"operation":"NotEqual","property":"Language","value":"en"},{"operation":"NotEqual","property":"FourCC","value":"EC-3"}]},{"trackSelections":[{"operation":"Equal","property":"Type","value":"Video"},{"operation":"Equal","property":"Bitrate","value":"3000000-5000000"}]}]},"type":"Microsoft.Media/mediaservices/assets/assetFilters"}},"Update_an_Asset_Filter":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountRainer/assetFilters/assetFilterWithTimeWindowAndTrack","name":"assetFilterWithTimeWindowAndTrack","properties":{"firstQuality":{"bitrate":128000},"presentationTimeRange":{"endTimestamp":170000000,"forceEndTimestamp":false,"liveBackoffDuration":0,"presentationWindowDuration":900000000000,"startTimestamp":10,"timescale":10000000},"tracks":[{"trackSelections":[{"operation":"Equal","property":"Type","value":"Audio"},{"operation":"NotEqual","property":"Language","value":"en"},{"operation":"NotEqual","property":"FourCC","value":"EC-3"}]},{"trackSelections":[{"operation":"Equal","property":"Type","value":"Video"},{"operation":"Equal","property":"Bitrate","value":"3000000-5000000"}]}]},"type":"Microsoft.Media/mediaservices/assets/assetFilters"}},"Create_an_Asset_Filter":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/assets/ClimbingMountRainer/assetFilters/newAssetFilter","name":"newAssetFilter","properties":{"firstQuality":{"bitrate":128000},"presentationTimeRange":{"endTimestamp":170000000,"forceEndTimestamp":false,"liveBackoffDuration":0,"presentationWindowDuration":900000000000,"startTimestamp":0,"timescale":10000000},"tracks":[{"trackSelections":[{"operation":"Equal","property":"Type","value":"Audio"},{"operation":"NotEqual","property":"Language","value":"en"},{"operation":"NotEqual","property":"FourCC","value":"EC-3"}]},{"trackSelections":[{"operation":"Equal","property":"Type","value":"Video"},{"operation":"Equal","property":"Bitrate","value":"3000000-5000000"}]}]},"type":"Microsoft.Media/mediaservices/assets/assetFilters"}},"Get_Asset_Storage_Encryption_Keys":{"value":{"assetFileEncryptionMetadata":[{"assetFileId":"a9536fa7-bd5d-4f84-a137-d1290982fe95","assetFileName":"AssetFile0","initializationVector":"-988929866"},{"assetFileId":"f4060046-94ac-422d-824c-3f1d6aa3ecf2","assetFileName":"AssetFile1","initializationVector":"1604993689"},{"assetFileId":"485968d3-ddae-4b13-98e7-901201a9620b","assetFileName":"AssetFile2","initializationVector":"100082635"}],"key":"AAAAAAAAAAAAAAAAAAAAAA=="}},"List_Asset_SAS_URLs":{"value":{"streamingLocators":[{"assetName":"ClimbingMountSaintHelens","created":"2018-08-08T18:29:26.9729344Z","endTime":"9999-12-31T23:59:59.9999999Z","name":"secureStreamingLocator","streamingLocatorId":"36b74ce3-20b4-4de0-84f1-97e9138e886c","streamingPolicyName":"secureStreamingPolicy"},{"assetName":"ClimbingMountSaintHelens","created":"2018-08-08T18:29:26.9487636Z","endTime":"9999-12-31T23:59:59.9999999Z","name":"clearStreamingLocator","streamingLocatorId":"3e8d9ac3-50f6-4f6d-8482-078ceb56f23a","streamingPolicyName":"clearStreamingPolicy"}]}}},"parameters":{"ApiVersion":{"description":"The Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"List Asset created in a date range":{"value":"2018-07-01"},"List Asset ordered by date":{"value":"2018-07-01"},"List all Assets":{"value":"2018-07-01"},"Delete an Asset":{"value":"2018-07-01"},"Get an Asset by name":{"value":"2018-07-01"},"Update an Asset":{"value":"2018-07-01"},"Create an Asset":{"value":"2018-07-01"},"List all Asset Filters":{"value":"2018-07-01"},"Delete an Asset Filter":{"value":"2018-07-01"},"Get an Asset Filter by name":{"value":"2018-07-01"},"Update an Asset Filter":{"value":"2018-07-01"},"Create an Asset Filter":{"value":"2018-07-01"},"Get Asset Storage Encryption Keys":{"value":"2018-07-01"},"List Asset SAS URLs":{"value":"2018-07-01"}}},"MediaServicesAccountName":{"description":"The Media Services account name.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"List Asset created in a date range":{"value":"contosomedia"},"List Asset ordered by date":{"value":"contosomedia"},"List all Assets":{"value":"contosomedia"},"Delete an Asset":{"value":"contosomedia"},"Get an Asset by name":{"value":"contosomedia"},"Update an Asset":{"value":"contosomedia"},"Create an Asset":{"value":"contosomedia"},"List all Asset Filters":{"value":"contosomedia"},"Delete an Asset Filter":{"value":"contosomedia"},"Get an Asset Filter by name":{"value":"contosomedia"},"Update an Asset Filter":{"value":"contosomedia"},"Create an Asset Filter":{"value":"contosomedia"},"Get Asset Storage Encryption Keys":{"value":"contosomedia"},"List Asset SAS URLs":{"value":"contosomedia"}}},"ResourceGroupName":{"description":"The name of the resource group within the Azure subscription.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"List Asset created in a date range":{"value":"contoso"},"List Asset ordered by date":{"value":"contoso"},"List all Assets":{"value":"contoso"},"Delete an Asset":{"value":"contoso"},"Get an Asset by name":{"value":"contoso"},"Update an Asset":{"value":"contoso"},"Create an Asset":{"value":"contoso"},"List all Asset Filters":{"value":"contoso"},"Delete an Asset Filter":{"value":"contoso"},"Get an Asset Filter by name":{"value":"contoso"},"Update an Asset Filter":{"value":"contoso"},"Create an Asset Filter":{"value":"contoso"},"Get Asset Storage Encryption Keys":{"value":"contoso"},"List Asset SAS URLs":{"value":"contoso"}}},"SubscriptionId":{"description":"The unique identifier for a Microsoft Azure subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"List Asset created in a date range":{"value":"00000000-0000-0000-0000-000000000000"},"List Asset ordered by date":{"value":"00000000-0000-0000-0000-000000000000"},"List all Assets":{"value":"00000000-0000-0000-0000-000000000000"},"Delete an Asset":{"value":"00000000-0000-0000-0000-000000000000"},"Get an Asset by name":{"value":"00000000-0000-0000-0000-000000000000"},"Update an Asset":{"value":"00000000-0000-0000-0000-000000000000"},"Create an Asset":{"value":"00000000-0000-0000-0000-000000000000"},"List all Asset Filters":{"value":"00000000-0000-0000-0000-000000000000"},"Delete an Asset Filter":{"value":"00000000-0000-0000-0000-000000000000"},"Get an Asset Filter by name":{"value":"00000000-0000-0000-0000-000000000000"},"Update an Asset Filter":{"value":"00000000-0000-0000-0000-000000000000"},"Create an Asset Filter":{"value":"00000000-0000-0000-0000-000000000000"},"Get Asset Storage Encryption Keys":{"value":"00000000-0000-0000-0000-000000000000"},"List Asset SAS URLs":{"value":"00000000-0000-0000-0000-000000000000"}}}},"requestBodies":{"AssetFilter":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssetFilter"}}},"description":"The request parameters","required":true},"Asset":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Asset"}}},"description":"The request parameters","required":true}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"Impersonate your user account"}}}}},"schemas":{"ApiError":{"description":"The API error.","properties":{"error":{"$ref":"#/components/schemas/ODataError"}},"type":"object"},"Asset":{"allOf":[{"allOf":[{"description":"The core properties of ARM resources.","properties":{"id":{"description":"Fully qualified resource ID for the resource.","readOnly":true,"type":"string"},"name":{"description":"The name of the resource.","readOnly":true,"type":"string"},"type":{"description":"The type of the resource.","readOnly":true,"type":"string"}},"x-ms-azure-resource":true}],"description":"The resource model definition for a ARM proxy resource."}],"description":"An Asset.","properties":{"properties":{"$ref":"#/components/schemas/AssetProperties"}},"type":"object"},"AssetCollection":{"description":"A collection of Asset items.","properties":{"@odata.nextLink":{"description":"A link to the next page of the collection (when the collection contains too many results to return in one response).","type":"string"},"value":{"description":"A collection of Asset items.","items":{"$ref":"#/components/schemas/Asset"},"type":"array"}},"type":"object"},"AssetContainerSas":{"description":"The Asset Storage container SAS URLs.","properties":{"assetContainerSasUrls":{"description":"The list of Asset container SAS URLs.","items":{"type":"string"},"type":"array"}},"type":"object"},"AssetFileEncryptionMetadata":{"description":"The Asset File Storage encryption metadata.","properties":{"assetFileId":{"description":"The Asset File Id.","format":"uuid","type":"string"},"assetFileName":{"description":"The Asset File name.","type":"string"},"initializationVector":{"description":"The Asset File initialization vector.","type":"string"}},"required":["assetFileId"],"type":"object"},"AssetFilter":{"allOf":[{"allOf":[{"description":"The core properties of ARM resources.","properties":{"id":{"description":"Fully qualified resource ID for the resource.","readOnly":true,"type":"string"},"name":{"description":"The name of the resource.","readOnly":true,"type":"string"},"type":{"description":"The type of the resource.","readOnly":true,"type":"string"}},"x-ms-azure-resource":true}],"description":"The resource model definition for a ARM proxy resource."}],"description":"An Asset Filter.","properties":{"properties":{"$ref":"#/components/schemas/MediaFilterProperties"}},"type":"object"},"AssetFilterCollection":{"description":"A collection of AssetFilter items.","properties":{"@odata.nextLink":{"description":"A link to the next page of the collection (when the collection contains too many results to return in one response).","type":"string"},"value":{"description":"A collection of AssetFilter items.","items":{"$ref":"#/components/schemas/AssetFilter"},"type":"array"}},"type":"object"},"AssetProperties":{"description":"The Asset properties.","properties":{"alternateId":{"description":"The alternate ID of the Asset.","type":"string"},"assetId":{"description":"The Asset ID.","format":"uuid","readOnly":true,"type":"string","nullable":false},"container":{"description":"The name of the asset blob container.","type":"string"},"created":{"description":"The creation date of the Asset.","format":"date-time","readOnly":true,"type":"string","nullable":false},"description":{"description":"The Asset description.","type":"string"},"lastModified":{"description":"The last modified date of the Asset.","format":"date-time","readOnly":true,"type":"string","nullable":false},"storageAccountName":{"description":"The name of the storage account.","type":"string"},"storageEncryptionFormat":{"description":"The Asset encryption format. One of None or MediaStorageEncryption.","enum":["None","MediaStorageClientEncryption"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"AssetStorageEncryptionFormat","values":[{"description":"The Asset does not use client-side storage encryption (this is the only allowed value for new Assets).","value":"None"},{"description":"The Asset is encrypted with Media Services client-side encryption.","value":"MediaStorageClientEncryption"}]},"nullable":false}},"type":"object"},"AssetStreamingLocator":{"description":"Properties of the Streaming Locator.","properties":{"assetName":{"description":"Asset Name.","readOnly":true,"type":"string"},"created":{"description":"The creation time of the Streaming Locator.","format":"date-time","readOnly":true,"type":"string","nullable":false},"defaultContentKeyPolicyName":{"description":"Name of the default ContentKeyPolicy used by this Streaming Locator.","readOnly":true,"type":"string"},"endTime":{"description":"The end time of the Streaming Locator.","format":"date-time","readOnly":true,"type":"string","nullable":false},"name":{"description":"Streaming Locator name.","readOnly":true,"type":"string"},"startTime":{"description":"The start time of the Streaming Locator.","format":"date-time","readOnly":true,"type":"string","nullable":false},"streamingLocatorId":{"description":"StreamingLocatorId of the Streaming Locator.","format":"uuid","readOnly":true,"type":"string","nullable":false},"streamingPolicyName":{"description":"Name of the Streaming Policy used by this Streaming Locator.","readOnly":true,"type":"string"}},"type":"object"},"FilterTrackPropertyCondition":{"description":"The class to specify one track property condition.","properties":{"operation":{"description":"The track property condition operation.","enum":["Equal","NotEqual"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"FilterTrackPropertyCompareOperation","values":[{"description":"The equal operation.","value":"Equal"},{"description":"The not equal operation.","value":"NotEqual"}]}},"property":{"description":"The track property type.","enum":["Unknown","Type","Name","Language","FourCC","Bitrate"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"FilterTrackPropertyType","values":[{"description":"The unknown track property type.","value":"Unknown"},{"description":"The type.","value":"Type"},{"description":"The name.","value":"Name"},{"description":"The language.","value":"Language"},{"description":"The fourCC.","value":"FourCC"},{"description":"The bitrate.","value":"Bitrate"}]}},"value":{"description":"The track property value.","type":"string"}},"required":["property","value","operation"],"type":"object"},"FilterTrackSelection":{"description":"Representing a list of FilterTrackPropertyConditions to select a track. The filters are combined using a logical AND operation.","properties":{"trackSelections":{"description":"The track selections.","items":{"$ref":"#/components/schemas/FilterTrackPropertyCondition"},"type":"array"}},"required":["trackSelections"],"type":"object"},"FirstQuality":{"description":"Filter First Quality","properties":{"bitrate":{"description":"The first quality bitrate.","format":"int32","type":"integer"}},"required":["bitrate"],"type":"object"},"ListContainerSasInput":{"description":"The parameters to the list SAS request.","properties":{"expiryTime":{"description":"The SAS URL expiration time. This must be less than 24 hours from the current time.","format":"date-time","type":"string"},"permissions":{"description":"The permissions to set on the SAS URL.","enum":["Read","ReadWrite","ReadWriteDelete"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"AssetContainerPermission","values":[{"description":"The SAS URL will allow read access to the container.","value":"Read"},{"description":"The SAS URL will allow read and write access to the container.","value":"ReadWrite"},{"description":"The SAS URL will allow read, write and delete access to the container.","value":"ReadWriteDelete"}]}}},"type":"object"},"ListStreamingLocatorsResponse":{"description":"The Streaming Locators associated with this Asset.","properties":{"streamingLocators":{"description":"The list of Streaming Locators.","items":{"$ref":"#/components/schemas/AssetStreamingLocator"},"readOnly":true,"type":"array"}},"type":"object"},"MediaFilterProperties":{"description":"The Media Filter properties.","properties":{"firstQuality":{"$ref":"#/components/schemas/FirstQuality"},"presentationTimeRange":{"$ref":"#/components/schemas/PresentationTimeRange"},"tracks":{"description":"The tracks selection conditions.","items":{"$ref":"#/components/schemas/FilterTrackSelection"},"type":"array"}},"type":"object"},"ODataError":{"description":"Information about an error.","properties":{"code":{"description":"A language-independent error name.","type":"string"},"details":{"description":"The error details.","items":{"$ref":"#/components/schemas/ODataError"},"type":"array"},"message":{"description":"The error message.","type":"string"},"target":{"description":"The target of the error (for example, the name of the property in error).","type":"string"}},"type":"object"},"PresentationTimeRange":{"description":"The presentation time range, this is asset related and not recommended for Account Filter.","properties":{"endTimestamp":{"description":"The absolute end time boundary.","format":"int64","type":"integer"},"forceEndTimestamp":{"description":"The indicator of forcing existing of end time stamp.","type":"boolean"},"liveBackoffDuration":{"description":"The relative to end right edge.","format":"int64","type":"integer"},"presentationWindowDuration":{"description":"The relative to end sliding window.","format":"int64","type":"integer"},"startTimestamp":{"description":"The absolute start time boundary.","format":"int64","type":"integer"},"timescale":{"description":"The time scale of time stamps.","format":"int64","type":"integer"}},"type":"object"},"StorageEncryptedAssetDecryptionData":{"description":"Data needed to decrypt asset files encrypted with legacy storage encryption.","properties":{"assetFileEncryptionMetadata":{"description":"Asset File encryption metadata.","items":{"$ref":"#/components/schemas/AssetFileEncryptionMetadata"},"type":"array"},"key":{"description":"The Asset File storage encryption key.","format":"byte","type":"string"}},"type":"object"}}}}