获取策略配额
所属服务
sam
接口方法
GET
请求url
/sam?Action=GetPolicyQuota&Version=2018-03-22
url 参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
Action | GetPolicyQuota | string | 是 | |
Version | 2018-03-22 | string | 是 |
返回参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
Total | 总共配额 | string | 否 | |
Used | 已使用 | string | 否 | |
Code | Code | string | 是 | |
Message | Message | string | 是 |
状态码
错误码(Code) | 错误提示(Message) | http status code | 说明 |
---|---|---|---|
ProductNotActive | 400 | null |
请求示例
https://open.cn-east-1.163yun.com/sam?Action=GetPolicyQuota&Version=2018-03-22
返回示例
{
"Message": "调用成功",
"RequestId": "df194d03-095f-44c7-b500-831b53970f96",
"Used": 4.0,
"Total": 20.0,
"Code": "Success"
}