Queries a list of client keys
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| AapName | string | No | The name of the application access point (AAP). | aap_test |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "2312e45f-b2fa-4c34-ad94-3eca50932916",
"ClientKeys": [
{
"ClientKeyId": "KAAP.66abf237-63f6-4625-b8cf-47e1086e****",
"CreateTime": "2023-08-31T09:14:38Z",
"PublicKeyData": "-----BEGIN CERTIFICATE-----\\nMIIDcjCCAlqgAwIBAgIQT/sAVRxwYp54mrw****-----END CERTIFICATE-----",
"KeyAlgorithm": "RSA_2048",
"NotBefore": "2023-08-31T17:14:33Z",
"NotAfter": "2028-08-31T17:14:33Z",
"KeyOrigin": "KMS_PROVIDED",
"AapName": "aap_test"
}
]
}Error codes
For a list of error codes, visit the Service error codes.
