文档中心 > DescribeQuotas
DescribeQuotas

最近更新时间:2023-03-31

配额列表

请求参数(GET)

名称

类型

是否必选

描述

示例

Action

String

系统规定参数取值:DescribeQuotas

DescribeQuotas

regionId

String

区域id

cn-tianjin-yfb

fsId

String

文件存储id

nas-h58kb6z50xaw

Page

Integer

当前页数

1

Size

Integer

每页条数

10

返回参数

名称

类型

描述

示例值

RequestId

String

请求ID

f79fd132-eae6-455e-8542-c0db5296d69b

Status

Boolean

状态

true

Auth

Boolean

用户认证

true

Code

String

状态码

Success

Res

List

配额列表

{

         “Records”:[{}…],

         "Size": 10,

         "Pages":   1,

         "Current":   1,

         "Total":   2

}

Message

String

错误提示信息 (异常返回才有此项)

The specified parameter “Signature” is not valid

示例

示例

示例内容

请求示例

https://api.unicloud.com/openapi/nas?SignatureVersion=2.0&Action=DescribeQuotas   &Format=json&SignatureNonce=16343456325226&Version=2020-07-30&AccessKeyId=6oPiV0WMJXhxiT65&fsId=nas-h58kb6z50xaw&SignatureMethod=HMAC-SHA1&regionId=cn-tianjin-yfb&Timestamp=2020-07-30T12%3A00%3A00Z&Signature=Jiy7vzpPpKGydz2dAPyXe1AK8Y0%3D

正常返回示例

{

    "auth": true,

    "code": "string",

    "msg": "string",

    "res": {},

    "status": true

}

异常返回示例

{

         "Code":   "InvalidParameter",

         "Message":   "The specified parameter “Signature” is not valid."

}

错误码

HttpCode

错误码

错误信息

错误描述

400

InvalidParameter

"The specified parameter”Signature”is   not valid."

签名无效