Queries the details of an SSL client certificate.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| RegionId | string | Yes | The region ID of the SSL client certificate. You can call the DescribeRegions operation to query the most recent region list. | cn-hangzhou |
| SslVpnClientCertId | string | Yes | The ID of the SSL client certificate that you want to query. | vsc-bp17r58rjf5r1gjyr**** |
Response parameters
Examples
Sample success responses
JSONformat
{
"Status": "normal",
"CreateTime": 1552550980000,
"ClientKey": "The key of the client",
"RegionId": "cn-hangzhou",
"ClientConfig": "Client configuration",
"EndTime": 1647158980000,
"RequestId": "5BE01CD7-5A50-472D-AC14-CA181C5C03BE",
"ClientCert": "Client certificate",
"CaCert": "CA certificate",
"SslVpnClientCertId": "vsc-bp13k5mp4tg8v3z9b****",
"SslVpnServerId": "vss-bp155e9yclsg1xgq4****",
"Name": "nametest",
"ResourceGroupId": "rg-acfmzs372yg****"
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | InvalidInstanceId.NotFound | The InstanceId is not found. | The InstanceId is not found. |
| 403 | Forbbiden.SubUser | User not authorized to operate on the specified resource as your account is created by another user. | You are unauthorized to perform this operation on the specified resource. Acquire the required permissions and try again. |
| 403 | Forbidden | User not authorized to operate on the specified resource. | You do not have the permissions to manage the specified resource. Apply for the permissions and try again. |
| 404 | InvalidRegionId.NotFound | The specified region is not found during access authentication. | The specified area is not found during authentication. |
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2023-10-19 | API Description Update. The API operation is not deprecated.. The Error code has changed. The response structure of the API has changed | View Change Details |
