Updates the notification status in batches
Operation description
After a CA certificate is created, it is in the normal issuance state by default. You can call this operation to change the status of a CA certificate from normal issuance to revoked. In the normal issuance state, the CA certificate can be used to issue certificates. In the revoked state, the CA certificate cannot be used to issue certificates, and the certificates that have been issued by the CA certificate also become invalid accordingly.
Before you call this operation, you must have called CreateRootCACertificate to create a root CA certificate and called CreateSubCACertificate to create a sub CA certificate.
QPS limit
The QPS limit per user for this operation is 10 calls per second. If the limit is exceeded, API calls are throttled, which may affect your business. Call this operation properly.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
The source IP address of the request. |
47.98.242.200 |
| Lang |
string |
No |
The language type for the request and the received message. Valid values:
|
zh |
| Ids |
string |
Yes |
The list of primary key identifiers to be synchronized to Certificate Management Service. Separate multiple IDs with commas (,). |
888 |
| NoticeStatus |
string |
Yes |
Specifies whether to enable message notification. --enable: enables message notification. --disable: disables message notification. |
disable |
| NoticeBiz |
string |
No |
The business code of message notification. The value is fixed as ssl. |
ssl |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request, which is the unique identifier generated by Alibaba Cloud for the request. The ID can be used to troubleshoot and locate issues. |
3F60357E-76D2-52AD-B3EB-D86276755814 |
Examples
Success response
JSON format
{
"RequestId": "3F60357E-76D2-52AD-B3EB-D86276755814"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.