获取群组配额

所属服务

sam

接口方法

GET

请求url

/sam?Action=GetGroupQuota&Version=2018-03-22

url 参数

参数名称说明参数类型是否必填备注
ActionGetGroupQuotastring
Version2018-03-22string

返回参数

参数名称说明参数类型是否必填备注
Totalstring
Usedstring
Codestring
Messagestring

状态码

错误码(Code)错误提示(Message)http status code说明
ProductNotActive400null

请求示例

https://open.cn-east-1.163yun.com/sam?Action=GetGroupQuota&Version=2018-03-22

返回示例

{
	"Message": "调用成功",
	"RequestId": "7146f506-6fef-4012-a96e-ab507b6de248",
	"Used": 3.0,
	"Total": 20.0,
	"Code": "Success"
}