Updating Attributes of Azure Certificates
Use the patch /v1/cckm/azure/certificates/{id}
API to update the attributes of a certificate. You can modify the attributes and tags of the certificate.
Syntax
Here, {id}
is the resource ID of the certificate on the CipherTrust Manager.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
attributes | JSON | Certificate attributes to be updated. Refer to Certificate Attributes for details. |
enabled | boolean | Whether to enable or disable the Azure certificate. |
tags | JSON | An optional parameter to add additional information to the certificate. The value must be specified as the key-value pair. Refer to the following rules on tag values. |
CCKM allows the following characters in tag values:
Alphanumeric characters
Special characters ** ! @ # $ ) ( { } > < ? + - / [ ] ^ & + = | ~ ` ; . ' _ **
CCKM does not allow colon (:) and percent (%) special characters in tag values.
Example Request
Example Response
The sample output shows that the attributes
and tags
parameters are modified.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.