All Products
Search
Document Center

Cloud Phone:DescribeBuckets

Last Updated:Jun 10, 2026

Mengkueri informasi tentang bucket. Operasi ini hanya mengembalikan bucket yang namanya diawali dengan `cloudphone-saved-bucket-`.

Deskripsi operasi

Currently, you can save backup files generated by Cloud Phone only to Object Storage Service (OSS).

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Parameter permintaan

Parameter

Type

Required

Description

Example

FileType

string

No

Jenis file OSS.

Catatan

Parameter ini belum tersedia.

docx

Elemen respons

Element

Type

Description

Example

object

The response elements.

Data

array<object>

The returned result object.

array<object>

The returned result object.

GmtCreated

string

The time when the bucket was created.

2024-05-15 17:33:59

RegionId

string

The region ID.

cn-hangzhou

BucketName

string

The name of the bucket.

zydctest

ExtranetEndpoint

string

The public endpoint that is used to access the bucket.

oss-cn-hangzhou.aliyuncs.com

IntranetEndpoint

string

The internal endpoint that is used by a same-region ECS instance to access the bucket.

oss-cn-hangzhou-internal.aliyuncs.com

Location

string

The storage path, such as a path in Hadoop Distributed File System (HDFS) or OSS.

center

OssObjectList

array<object>

The information about the objects in the bucket.

array<object>

The information about the objects in the bucket.

BucketName

string

The name of the bucket.

tf-testacceu-central-1ensbucketlifecycle44222

Key

string

The tag key.

con

ETag

string

The Entity Tag (ETag) is created when an object is generated. It is used to identify the content of an object.

  • For an object created by a PutObject request, the ETag value is the MD5 hash of the object content.

  • For an object created by other methods, the ETag value is a unique value generated based on specific calculation rules. It is not the MD5 hash of the object content.

  • The ETag value can be used to check if the object content has changed. Do not use the ETag value as the MD5 hash to verify the data integrity of the object.

5B3C1A2E053D763E1B002CC607C5A0FE1****

Size

integer

The size of the file. Unit: KB.

9

LastModified

string

The time when the object was last modified.

2012-02-24T08:42:32.000Z

StorageClass

string

The storage class of the bucket. Valid values:

  • Standard (default): Standard

  • IA: Infrequent Access

  • Archive: Archive Storage

  • ColdArchive: Cold Archive

  • DeepColdArchive: Deep Cold Archive

ARCHIVE

Owner

object

The information about the bucket owner.

DisplayName

string

The name of the bucket owner.

佳钰

Id

string

The unique identifier of the bucket owner.

395

Type

string

The type of the trigger method.

InstanceGroup

RestoreInfo

string

The information about database recovery if the database type is MSSQL. The value is a JSON string that contains the following parameters:

  • name: The name of the database.

  • files: The path of the database file.

ongoing-request="true"

RequestId

string

The request ID.

425F351C-3F8E-5218-A520-B6311D0D****

Success

boolean

The result of the request.

True

Code

string

The error code.

Catatan

This parameter is returned only when the call fails.

200

Message

string

The returned message.

Success.

HttpStatusCode

integer

The return status code of the request.

200

Contoh

Respons sukses

JSONformat

{
  "Data": [
    {
      "GmtCreated": "2024-05-15 17:33:59",
      "RegionId": "cn-hangzhou",
      "BucketName": "zydctest",
      "ExtranetEndpoint": "oss-cn-hangzhou.aliyuncs.com",
      "IntranetEndpoint": "oss-cn-hangzhou-internal.aliyuncs.com\n\n",
      "Location": "center",
      "OssObjectList": [
        {
          "BucketName": "tf-testacceu-central-1ensbucketlifecycle44222",
          "Key": "con",
          "ETag": "5B3C1A2E053D763E1B002CC607C5A0FE1****\n\n",
          "Size": 9,
          "LastModified": "2012-02-24T08:42:32.000Z",
          "StorageClass": "ARCHIVE",
          "Owner": {
            "DisplayName": "佳钰",
            "Id": "395"
          },
          "Type": "InstanceGroup",
          "RestoreInfo": "ongoing-request=\"true\""
        }
      ]
    }
  ],
  "RequestId": "425F351C-3F8E-5218-A520-B6311D0D****",
  "Success": true,
  "Code": "200",
  "Message": "Success.",
  "HttpStatusCode": 200
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.