All Products
Search
Document Center

ApsaraVideo VOD:DescribeVodRefreshQuota

Last Updated:Apr 16, 2024

Queries the maximum number and remaining number of requests to refresh or prefetch files on the current day. You can prefetch files based on URLs and refresh files based on URLs or directories.

Operation description

Note
  • This operation is available only in the China (Shanghai) region.
  • You can call the RefreshVodObjectCaches operation to refresh content and the PreloadVodObjectCaches operation to prefetch content.
  • 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
    The current API does not require request parameters

    Response parameters

    ParameterTypeDescriptionExample
    object
    BlockQuotastring

    The maximum number of Object Storage Service (OSS) buckets that can be refreshed each day.

    500
    PreloadRemainstring

    The remaining number of URLs of files that can be prefetched on the current day.

    500
    RequestIdstring

    The ID of the request.

    42E0554B-80F4-4921-****-ACFB22CAAAD0
    blockRemainstring

    The remaining number of OSS buckets that can be refreshed on the current day.

    500
    DirRemainstring

    The remaining number of directories of files that can be refreshed on the current day.

    99
    UrlRemainstring

    The remaining number of URLs of files that can be refreshed on the current day.

    1996
    DirQuotastring

    The maximum number of directories of files that can be refreshed each day.

    100
    UrlQuotastring

    The maximum number of URLs of files that can be refreshed each day.

    2000
    PreloadQuotastring

    The maximum number of URLs of files that can be prefetched each day.

    500

    Examples

    Sample success responses

    JSONformat

    {
      "BlockQuota": "500",
      "PreloadRemain": "500",
      "RequestId": "42E0554B-80F4-4921-****-ACFB22CAAAD0",
      "blockRemain": "500",
      "DirRemain": "99",
      "UrlRemain": "1996",
      "DirQuota": "100",
      "UrlQuota": "2000",
      "PreloadQuota": "500"
    }

    Error codes

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

    Common errors

    The following table describes the common errors that this operation can return.

    Error codeError messageHTTP status codeDescription
    ThrottlingRequest was denied due to request throttling.503The error message returned because the request was denied due to throttling.
    OperationDeniedYour account does not open VOD service yet.403The error message returned because ApsaraVideo VOD has not been activated for your Alibaba Cloud account.
    OperationDenied.SuspendedYour VOD service is suspended.403The error message returned because your Alibaba Cloud account has overdue payments. Add funds to your account.