媒体处理 MPC-查询桶列表:响应示例

时间:2025-03-25 18:58:08

响应示例

状态码:200

查询桶列表成功。

{
  "buckets" : [ {
    "bucket" : "example-bucket",
    "creation_date" : 20221026152511,
    "is_authorized" : 1
  }, {
    "bucket" : "example-bucket",
    "creation_date" : 20221026104736,
    "is_authorized" : 0
  } ]
}

状态码:403

查询桶列表失败。

{
  "error_code" : "MPC.10208",
  "error_msg" : "Failed to verify the tenant ID."
}
support.huaweicloud.com/api-mpc/ListAllBuckets_0.html