Queries SSL client certificates.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
vpc:DescribeSslVpnClientCerts | list |
|
| none |
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 |
SslVpnServerId | string | No | The ID of the SSL server. | vss-bp18q7hzj6largv4v**** |
SslVpnClientCertId | string | No | The ID of the SSL client certificate. | vsc-bp1n8wcf134yl0osr**** |
Name | string | No | The name of the SSL client certificate. | cert1 |
PageNumber | integer | No | The page number. Default value: 1. | 1 |
PageSize | integer | No | The number of entries per page. Default value: 10. Valid values: 1 to 50. | 10 |
ResourceGroupId | string | No | The ID of the resource group to which the SSL client certificate belongs. The SSL client certificate is the same as the resource group of the SSL server associated with it. You can call the DescribeSslVpnServers operation to query the ID of the resource group to which the SSL server belongs. | rg-acfmzs372yg**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"PageSize": 10,
"RequestId": "5BE01CD7-5A50-472D-AC14-CA181C5C03BE",
"PageNumber": 1,
"TotalCount": 1,
"SslVpnClientCertKeys": {
"SslVpnClientCertKey": [
{
"Status": "normal",
"EndTime": 1494966335000,
"CreateTime": 1492747187000,
"SslVpnClientCertId": "vsc-bp1n8wcf134yl0osr****",
"SslVpnServerId": "vss-bp18q7hzj6largv4v****",
"Name": "cert1",
"RegionId": "cn-hangzhou",
"ResourceGroupId": "rg-acfmzs372yg****"
}
]
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
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 Error code has changed. The request parameters of the API has changed. The response structure of the API has changed | View Change Details |