调用DescribeSslVpnClientCerts查询符合条件的SSL客户端证书的信息。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeSslVpnClientCerts | 要执行的操作,取值:DescribeSslVpnClientCerts。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
SslVpnClientCertIds.N | List of String | 否 | SslVpnClientCertIds.1=vsc-12b8vwu4k5****&SslVpnClientCertIds.2=vsc-q417q7y1t6n8no**** | SSL客户端证书的ID。
|
SslVpnClientCertName | String | 否 | example_ssl_client_cert | SSL客户端证书的名称。 |
SslVpnServerId | String | 否 | example_ssl_client | SSL客户端关联的SSL服务端的ID。您可调用 DescribeSslVpnServers查询SSL服务端的ID信息。 |
PageSize | Integer | 否 | 20 | 查询结果的分页大小。最大值:100,默认值:20。 |
PageNumber | Integer | 否 | 1 | 查询结果的页码。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 0ED8D006-F706-4D23-88ED-E11ED28**** | 请求ID。 |
PageSize | Integer | 20 | 当前分页的行数。 |
PageNumber | Integer | 1 | 当前页码。 |
TotalCount | Integer | 33 | 符合查询条件的SSL客户端证书的总数。 |
SslVpnClientCerts | Array of struct | - | SSL客户端证书的信息集合,具体请见下表“SslVpnClientCert”。 |
SslVpnClientCert
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
SslVpnClientCertId | String | vsc-zm55pqtvk17oq32zd**** | SSL客户端证书的ID。 |
SslVpnClientCertName | String | example_ssl_client_cert | SSL客户端证书的名称。 |
Description | String | example_ssl_vpn_client_cert_description | SSL客户端证书的描述信息。 |
SslVpnServerId | String | vss-zm55pqtvk17oq32zd**** | SSL服务端的ID。 |
Status | String | Available | SSL客户端的状态。
|
CertificateStatus | String | Available | SSL客户端证书状态。
|
CreationTime | String | 2023-04-18T15:02:37+08:00 | SSL客户端证书的创建时间。 |
UpdateTime | String | 2023-05-28T18:09:12+08:00 | SSL客户端证书的修改时间。 |
ExpiredTime | String | 2023-04-18T15:02:37+08:00 | SSL客户端证书的到期时间。 |
GET /?Action=DescribeSslVpnClientCerts&Version=2020-04-01&SslVpnClientCertIds.1=vsc-12ads0g2fsmps17q7y2w8****&PageNumber=1&PageSize=10 HTTP/1.1 Host: open.volcengineapi.com ServiceName: vpn Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "20230727200729C3CE7E861A3C6C00****", "Action": "DescribeSslVpnClientCerts", "Version": "2020-04-01", "Service": "vpn", "Region": "cn-beijing" }, "Result": { "RequestId": "20230727200729C3CE7E861A3C6C00****", "PageNumber": 1, "PageSize": 10, "TotalCount": 1, "SslVpnClientCerts": [ { "SslVpnClientCertId": "vsc-12ads0g2fsmps17q7y2w8****", "SslVpnClientCertName": "test-cicd", "Description": "abc", "SslVpnServerId": "vss-imwoo6i1dfk08gbssxfj****", "Status": "Available", "CertificateStatus": "Available", "CreationTime": "2023-07-27T19:55:08+08:00", "ExpiredTime": "2026-07-27T19:55:08+08:00", "UpdateTime": "2023-07-27T19:57:56+08:00" } ] } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidPage.Malformed | The specified page is malformed. | 指定的分页参数不合法。 |
400 | LimitExceeded.SslVpnClientCertId | You've reached the limit on the number of SSL client certificate IDs that you can describe. | 已达到可查询的SSL客户端证书ID数量上限。 |