调用CreateSslVpnClientCert创建SSL客户端证书。
SSL客户端证书为SSL服务端的子资源。新创建SSL客户端证书与创建时选择的SSL服务端属于同一项目,仅可跟随SSL服务端进行项目的迁移,不可单独对SSL客户端证书进行项目迁移。更多项目介绍,请参见项目管理。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateSslVpnClientCert | 要执行的操作,取值:CreateSslVpnClientCert。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
SslVpnServerId | String | 是 | vss-zm55pqtvk17oq32zd**** | 创建SSL客户端证书使用的SSL服务端的ID。您可调用 DescribeSslVpnServers查询SSL服务端的ID信息。 |
SslVpnClientCertName | String | 否 | Ssl_VpnClient | SSL客户端证书的名称。
|
Description | String | 否 | This is a sample description | SSL客户端证书的描述信息。
|
ClientToken | String | 否 | 123e4567-e89b-12d3-a456-42665544**** | 客户端Token,用于保证请求幂等性。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 0ED8D006-F706-4D23-88ED-E11ED28**** | 请求ID。 |
SslVpnClientCertId | String | vsc-zm55pqtvk17oq32zd**** | 新创建的SSL客户端的ID。 |
GET /?Action=CreateSslVpnClientCert&Version=2020-04-01&SslVpnServerId=vss-imwoo6i1dfk08gbssxfj****&SslVpnClientCertName=test-cicd&Description=abc&ClientToken=abc HTTP/1.1 Host: open.volcengineapi.com ServiceName: vpn Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "20230727195508EA4507984CE7A7F9ED0D", "Action": "CreateSslVpnClientCert", "Version": "2020-04-01", "Service": "vpn", "Region": "cn-beijing" }, "Result": { "RequestId": "20230727195508EA4507984CE7A7F9****", "SslVpnClientCertId": "vsc-12ads0g2fsmps17q7y2w8****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | IdempotentParameterMismatch | Arguments on this idempotent request are inconsistent with arguments used in previous request(s). | 此幂等请求的参数与前一个请求中使用的参数不一致。 |
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. Ensure the maximum length of name is 128. | 指定的名称格式不合法。名称长度不能超过128个字符。 |
400 | InvalidName.Malformed | The specified name is malformed. | 指定的名称格式不合法。请修复名称格式后重试。 |
400 | InvalidParameter.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 |
400 | InvalidSslVpnServer.InvalidStatus | The specified SSL server is not in the correct status for the request. | 指定的SSL服务端所处的状态无法响应该请求。 |
400 | QuotaExceeded.SSLClientCert | You've reached the limit on the number of SSL client certificates per SSL server that you can create. | 已达到每个SSL服务端可创建的SSL客户端证书的数量上限。 |
404 | InvalidSslVpnServer.NotFound | The specified SSL server does not exist. | 指定的SSL服务端不存在。 |
404 | InvalidVpnGateway.NotFound | The specified VPN gateway does not exist. | 指定的VPN网关不存在。 |
404 | InvalidProject.NotFound | The specified Project does not exist. | 指定的项目不存在。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |
412 | InvalidVpnGateway.Expired | The specified VPN gateway has expired. | 指定的VPN网关已过期。 |