Assigns the total number of certificates to a data source.
Operation description
QPS limit
This API operation is limited to 10 queries per second (QPS) per user. If you exceed this limit, the system throttles your API calls, which can affect your business. Plan your calls accordingly.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cert:AssignCertificateCount |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Id |
integer |
No |
The ID of the data source. |
33285 |
| CertTotalCount |
integer |
No |
The total number of certificate records. |
5 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
OpenApiResponse |
||
| RequestId |
string |
The request ID. |
E77C4794-F24F-58CB-9929-F0F0C0EDE7B2 |
| CertCount |
integer |
The number of assigned certificates. |
2 |
| CurrentYearFreeCertCount |
integer |
The number of free certificates for the current year. |
0 |
Examples
Success response
JSON format
{
"RequestId": "E77C4794-F24F-58CB-9929-F0F0C0EDE7B2",
"CertCount": 2,
"CurrentYearFreeCertCount": 0
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.