Calls the ModifySslVpnClientCert operation to modify the name of an SSL-VPN client certificate.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vpc:ModifySslVpnClientCert |
update |
*SslVpnClientCert
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClientToken |
string |
No |
The client token that is used to ensure the idempotence of the request. The client generates the value of this parameter. Ensure that the value is unique among different requests. The value can be up to 64 ASCII characters in length. Note
If you do not specify this parameter, the system uses the RequestId of the API request as the ClientToken. The RequestId of each API request is different. |
02fb3da4-130e-11e9-8e44-0016e04115b |
| RegionId |
string |
Yes |
The region ID of the SSL-VPN client certificate. You can call the DescribeRegions operation to query the region ID. |
cn-hangzhou |
| SslVpnClientCertId |
string |
Yes |
The ID of the SSL-VPN client certificate. |
vsc-bp1n8wcf134yl0osrc**** |
| Name |
string |
No |
The new name of the SSL-VPN client certificate. This parameter cannot be empty. The name must be 1 to 100 characters in length and cannot start with |
cert2 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
606998F0-B94D-48FE-8316-ACA81BB230DA |
| Name |
string |
The name of the SSL-VPN client certificate. |
cert2 |
| SslVpnClientCertId |
string |
The ID of the SSL-VPN client certificate. |
vsc-bp1n8wcf134yl0osr**** |
Examples
Success response
JSON format
{
"RequestId": "606998F0-B94D-48FE-8316-ACA81BB230DA",
"Name": "cert2",
"SslVpnClientCertId": "vsc-bp1n8wcf134yl0osr****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidName | The name is not valid | |
| 403 | Forbbiden.SubUser | User not authorized to operate on the specified resource as your account is created by another user. | |
| 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. |
| 404 | InvalidSslVpnClientCertId.NotFound | The specified SSL VPN client cert id does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.