调用本接口查询您拥有的私有证书额度。
私有证书额度可用于抵扣私有证书的配置费用。如需获取私有证书额度,请购买私有证书资源包。
暂不支持。
下方表格中的参数包含在请求头(header)中。
参数 | 类型 | 是否必选 | 描述 | 示例值 |
---|---|---|---|---|
Region | string | 是 | 服务地区。该参数的取值是cn-north-1 。 | cn-north-1 |
ServiceName | string | 是 | 服务名称。该参数的取值是pca 。 | pca |
下方表格中的参数包含在查询字符串(query string)中。
参数 | 类型 | 是否必选 | 描述 | 示例值 |
---|---|---|---|---|
Action | String | 是 | API的名称。该参数的取值是 GetQuotaDetail 。 | GetQuotaDetail |
Version | String | 是 | API的版本。该参数的取值是 2023-05-01 。 | 2023-05-01 |
quota_type | String | 是 | 额度的类型。该参数的取值是 leaf ,表示私有证书的额度。 | leaf |
参数 | 类型 | 描述 | 示例值 |
---|---|---|---|
Result | Integer | 可用的私有证书额度的数量。 | 100 |
GET https://open.volcengineapi.com/?Action=GetQuotaDetail&Version=2023-05-01"a_type=leaf&<其他公共请求参数>
{ "ResponseMetadata": { "RequestId": "20230314200921F7BEBB2D6FFCA5123A1C", "Action": "GetQuotaDetail", "Version": "2023-05-01", "Service": "pca", "Region": "cn-north-1" }, "Result": 100 }
如果响应正文的ResponseMetadata
字段中包含Error
字段,则表示API请求失败。您可访问公共错误码,获取更多错误码信息。