tencent cloud

文档反馈

DescribeWhiteBoxDeviceFingerprints

最后更新时间:2023-08-07 17:45:13

1. API Description

Domain name for API request: kms.tencentcloudapi.com.

This API is used to get the device fingerprint list of a specified key.

A maximum of 100 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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 Params. The value used for this API: DescribeWhiteBoxDeviceFingerprints.
Version Yes String Common Params. The value used for this API: 2019-01-18.
Region No String Common Params. This parameter is not required for this API.
KeyId Yes String White-box key ID

3. Output Parameters

Parameter Name Type Description
DeviceFingerprints Array of DeviceFingerprint Device fingerprint list
RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

4. Example

Example1 Getting the device fingerprint list of a specified key

Input Example

https://kms.tencentcloudapi.com/?Action=DescribeWhiteBoxDeviceFingerprints
&KeyId=cd850a3d-9b1b-11ea-a96a-5254006d0810
&<Common request parameters>

Output Example

{
    "Response": {
        "RequestId": "f643be96-3ea8-4abe-b148-0cc74436b2c1",
        "DeviceFingerprints": [
            {
                "Identity": "c19c024c-2ba1-11b2-a85c-96f970f4a8e1",
                "Description": "desc"
            }
        ]
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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.InvalidKeyId Invalid KeyId.
ResourceNotFound The resource does not exist.
ResourceUnavailable.NotPurchased The white-box key service has not been activated.
UnauthorizedOperation Unauthorized operation.