Domain name for API request: kms.tencentcloudapi.com.
This API is used to overwrite the device fingerprint information of a specified key.
A maximum of 50 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: OverwriteWhiteBoxDeviceFingerprints. |
Version | Yes | String | Common parameter. The value used for this API: 2019-01-18. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
KeyId | Yes | String | White-box key ID |
DeviceFingerprints.N | No | Array of DeviceFingerprint | Device fingerprint list. If the list is empty, it means to delete all fingerprint information corresponding to the key. There can be up to 200 entries in the list. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://kms.tencentcloudapi.com/?Action=OverwriteWhiteBoxDeviceFingerprints
&KeyId=cd850a3d-9b1b-11ea-a96a-5254006d0810
&DeviceFingerprints.0.Identity=c19c024c-2ba1-11b2-a85c-96f970f4a8e1
&DeviceFingerprints.0.Description=desc1
&<Common request parameters>
{
"Response": {
"RequestId": "c8d1f1b9-632a-4c0b-b369-9bcf8e7e6ef9"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError | Internal error. |
InvalidParameterValue | Incorrect parameter value. |
InvalidParameterValue.InvalidKeyId | Invalid KeyId . |
LimitExceeded.FingerprintsLimitExceeded | The number of device fingerprints exceeded the limit. |
ResourceNotFound | The resource does not exist. |
ResourceUnavailable.NotPurchased | The white-box key service has not been activated. |
UnauthorizedOperation | Unauthorized operation. |
Was this page helpful?