Queries the quota and usage of domain validated (DV) certificate packages.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cert:DescribePackageState |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProductCode |
string |
No |
The specifications of the certificate resource plan. Valid values:
|
symantec-free-1-free |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| IssuedCount |
integer |
The number of issued certificates of the specified specifications. |
1 |
| RequestId |
string |
The ID of the request, which is used to locate and troubleshoot issues. |
10CFA380-1C58-45C7-8075-06215F3DB681 |
| TotalCount |
integer |
The total number of purchased certificate resource plans of the specified specifications. |
20 |
| ProductCode |
string |
The specifications of the certificate resource plan. Valid values:
|
symantec-free-1-free |
| UsedCount |
integer |
The number of certificate applications that you submitted for certificates of the specified specifications. Note
: A successful call of the CreateCertificateForPackageRequest, CreateCertificateRequest, or CreateCertificateWithCsrRequest operation is counted as one a certificate application, regardless of whether the certificate is issued. |
2 |
Examples
Success response
JSON format
{
"IssuedCount": 1,
"RequestId": "10CFA380-1C58-45C7-8075-06215F3DB681",
"TotalCount": 20,
"ProductCode": "digicert-free-1-free",
"UsedCount": 2
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.