tencent cloud

Feedback

DescribeStorageDetails

Last updated: 2024-03-27 16:09:01

    1. API Description

    Domain name for API request: vod.tencentcloudapi.com.

    This API is used to query VOD storage usage in bytes within the query period.
    1. You can only query storage usage for the last 365 days.
    2. The query period is up to 90 days.
    3. The query period at minute-level granularity is up to 7 days.

    A maximum of 100 requests can be initiated per second for this API.

    We recommend you to use API Explorer
    Try it
    API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

    2. Input Parameters

    The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

    Parameter Name Required Type Description
    Action Yes String Common Params. The value used for this API: DescribeStorageDetails.
    Version Yes String Common Params. The value used for this API: 2018-07-17.
    Region No String Common Params. This parameter is not required.
    StartTime Yes String Start time in ISO 8601 format. For more information, please see ISO date format.
    EndTime Yes String End time in ISO 8601 format, which should be larger than the start time. For more information, please see ISO date format.
    SubAppId No Integer The VOD application ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.
    Interval No String Time granularity. Valid values:
  • Minute: 5-minute granularity
  • Day: 1-day granularity

  • The value is set according to query period length by default. 5-minute granularity is set for periods no longer than 1 day, and 1-day granularity is set for periods longer than 1 day.
    StorageType No String Queryed storage type, valid values:
  • TotalStorage: total storage amount, the sum of standard, low-frequency, archive and deep archive storage amounts, excluding early deletion amount.
  • StandardStorage: Standard storage.
  • InfrequentStorage: low-frequency storage.
  • ArchiveStorage: archive storage.
  • DeepArchiveStorage: deep archive storage.
  • DeletedInfrequentStorage: The amount of early deletion of low-frequency storage.
  • DeletedArchiveStorage: The amount of archives deleted in advance.
  • DeletedDeepArchiveStorage: The amount of deep archive deletion in advance.
  • ArchiveStandardRetrieval: Archive standard retrieval amount.
  • ArchiveExpeditedRetrieval: archive quick retrieval amount.
  • ArchiveBulkRetrieval: Archive batch retrieval amount.
  • DeepArchiveStandardRetrieval: Deep archive standard retrieval amount.
  • DeepArchiveBulkRetrieval: Deep archive batch retrieval amount.
  • InfrequentRetrieval: Low-frequency storage retrieval amount.

  • The default value is TotalStorage.
    Area No String Storage region to query. Valid values:
  • Chinese Mainland
  • Outside Chinese Mainland

  • Default value: Chinese Mainland

    3. Output Parameters

    Parameter Name Type Description
    Data Array of StatDataItem Storage statistics with one piece of data for every 5 minutes or 1 day.
    RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

    4. Example

    Example1 Querying VOD storage usage statistics

    This example shows you how to query the storage usage between December 1, 2018 (inclusive) and December 7, 2018 (inclusive).

    Input Example

    https://vod.tencentcloudapi.com/?Action=DescribeStorageDetails
    &StartTime=2018-12-01T00:00:00+08:00
    &EndTime=2018-12-07T00:00:00+08:00
    &Area=Chinese Mainland
    &<Common request parameters>
    

    Output Example

    {
        "Response": {
            "Data": [
                {
                    "Time": "2018-12-01T00:00:00+08:00",
                    "Value": 1000000
                },
                {
                    "Time": "2018-12-02T00:00:00+08:00",
                    "Value": 1500000
                },
                {
                    "Time": "2018-12-03T00:00:00+08:00",
                    "Value": 1500000
                },
                {
                    "Time": "2018-12-04T00:00:00+08:00",
                    "Value": 1500000
                },
                {
                    "Time": "2018-12-05T00:00:00+08:00",
                    "Value": 1500000
                },
                {
                    "Time": "2018-12-06T00:00:00+08:00",
                    "Value": 1500000
                },
                {
                    "Time": "2018-12-07T00:00:00+08:00",
                    "Value": 1500000
                }
            ],
            "RequestId": "requestId"
        }
    }
    

    5. Developer Resources

    SDK

    TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

    Command Line Interface

    6. Error Code

    The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

    Error Code Description
    FailedOperation Operation failed.
    FailedOperation.InvalidVodUser The VOD service is not activated.
    InternalError Internal error.
    InternalError.TimeParseError An error occurred while parsing the time.
    InvalidParameter Invalid parameter.
    InvalidParameterValue.Area Invalid Area.
    InvalidParameterValue.EndTime Incorrect parameter value: invalid EndTime.
    InvalidParameterValue.StartTime Incorrect parameter value: invalid StartTime.
    InvalidParameterValue.StorageType Incorrect parameter value: StorageType.
    InvalidParameterValue.TimeType Incorrect parameter value: TimeType.
    UnauthorizedOperation Unauthorized operation.
    Contact Us

    Contact our sales team or business advisors to help your business.

    Technical Support

    Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

    7x24 Phone Support