All Products
Search
Document Center

ApsaraVideo Media Processing:ListAllMediaBucket

Last Updated:Mar 29, 2024

Queries all media buckets bound to the media library.

Operation description

A maximum of 100 media buckets can be returned.

QPS limit

You can call this operation up to 10 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation. For more information, see QPS limit.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
NextPageTokenstringNo

The pagination token that is used in the next request to retrieve a new page of results. You do not need to specify this parameter for the first request. The response to the first request contains this parameter, which is added to the next request.

P2Zqo1PLGhZdygo-ajSsjUX5zrBHCgXy6j4hEvv****
MaximumPageSizeintegerNo

The maximum number of media buckets to return. Valid values: 1 to 100. Default value: 50.

10

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The ID of the request.

79760D91-D3CF-4165-****-B7E2836EF62A
NextPageTokenstring

The returned value of NextPageToken is a pagination token, which can be used in the next request to retrieve a new page of results.

P2Zqo1PLGhZdygo-ajSsjUX5zrBHCgXy6j4hEvv****
MediaBucketListobject []

The media buckets returned.

Typestring

The type of the media bucket. Valid values:

  • Input: input media bucket
  • Output: output media bucket
Input
Bucketstring

The name of the media bucket.

example-bucket-****
Refererstring

The settings of Object Storage Service (OSS) hotlink protection. For more information, see Hotlink protection.

http://www.example.com

Examples

Sample success responses

JSONformat

{
  "RequestId": "79760D91-D3CF-4165-****-B7E2836EF62A",
  "NextPageToken": "P2Zqo1PLGhZdygo-ajSsjUX5zrBHCgXy6j4hEvv****",
  "MediaBucketList": {
    "MediaBucket": [
      {
        "Type": "Input",
        "Bucket": "example-bucket-****",
        "Referer": "http://www.example.com"
      }
    ]
  }
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2021-11-18The response structure of the API has changedsee changesets
Change itemChange content
Output ParametersThe response structure of the API has changed.