调用ModifySslVpnClientCert修改SSL客户端证书的名称、描述信息。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifySslVpnClientCert | 要执行的操作,取值:ModifySslVpnClientCert。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
SslVpnClientCertId | String | 是 | vsc-zm55pqtvk17oq32zd**** | SSL客户端证书的ID。您可调用 DescribeSslVpnClientCerts查询SSL客户端证书的ID信息。 |
SslVpnClientCertName | String | 否 | Ssl_VpnClient | SSL客户端证书的名称。
|
Description | String | 否 | This is a sample description | SSL客户端证书的描述。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 0ED8D006-F706-4D23-88ED-E11ED28**** | 请求ID。 |
GET /?Action=ModifySslVpnClientCert&Version=2020-04-01&SslVpnClientCertId=vsc-12ads0g2fsmps17q7y2w8****&SslVpnClientCertName=test-cicd&Description=abc HTTP/1.1 Host: open.volcengineapi.com ServiceName: vpn Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "20230727195755AB2EA1B996A4739C****", "Action": "ModifySslVpnClientCert", "Version": "2020-04-01", "Service": "vpn", "Region": "cn-beijing" }, "Result": { "RequestId": "20230727195755AB2EA1B996A4739C****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidDescription.Malformed | The specified description is malformed. Ensure the maximum length of description is 255. | 指定的描述格式不合法。描述长度不能超过255个字符。 |
400 | InvalidDescription.Malformed | The specified description is malformed. | 指定的描述格式不合法。请修复描述格式后重试。 |
400 | InvalidName.Malformed | The specified name is malformed. | 指定的名称格式不合法。请修复名称格式后重试。 |
400 | InvalidName.Malformed | The specified name is malformed. Ensure the maximum length of name is 128. | 指定的名称格式不合法。名称长度不能超过128个字符。 |
400 | InvalidSslVpnServer.InvalidStatus | The specified SSL server is not in the correct status for the request. | 指定的SSL服务端所处的状态无法响应该请求。 |
404 | InvalidSslVpnClientCert.NotFound | The specified SSL client certificate does not exist. | 指定的SSL客户端证书不存在。 |