All Products
Search
Document Center

Virtual Private Cloud:DescribeSslVpnClientCert

Last Updated:Mar 04, 2024

Queries the details of an SSL client certificate.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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.
OperationAccess levelResource typeCondition keyAssociated operation
vpc:DescribeSslVpnClientCertRead
  • SslVpnClientCert
    acs:vpc:{#regionId}:{#accountId}:sslvpnclientcert/{#SslVpnClientCertId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID of the SSL client certificate. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
SslVpnClientCertIdstringYes

The ID of the SSL client certificate that you want to query.

vsc-bp17r58rjf5r1gjyr****

Response parameters

ParameterTypeDescriptionExample
object

The returned data.

Statusstring

The status of the SSL client certificate. Valid values:

  • expiring-soon
  • normal
  • expired
normal
CreateTimelong

The timestamp that indicates when the SSL client certificate was created. Unit: milliseconds.

This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.

1552550980000
ClientKeystring

The client key.

The key of the client
RegionIdstring

The ID of the region where the SSL client certificate is created.

cn-hangzhou
ClientConfigstring

The client configuration.

Client configuration
EndTimelong

The timestamp that indicates when the SSL client certificate expires. Unit: milliseconds.

This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.

1647158980000
RequestIdstring

The request ID.

5BE01CD7-5A50-472D-AC14-CA181C5C03BE
ClientCertstring

The client certificate.

Client certificate
CaCertstring

The CA certificate.

CA certificate
SslVpnClientCertIdstring

The ID of the SSL client certificate.

vsc-bp13k5mp4tg8v3z9b****
SslVpnServerIdstring

The ID of the SSL server.

vss-bp155e9yclsg1xgq4****
Namestring

The name of the SSL client certificate.

nametest
ResourceGroupIdstring

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 ListResourceGroups operation to query the resource group information.

rg-acfmzs372yg****

Examples

Sample success responses

JSONformat

{
  "Status": "normal",
  "CreateTime": 1552550980000,
  "ClientKey": "The key of the client",
  "RegionId": "cn-hangzhou",
  "ClientConfig": "Client configuration",
  "EndTime": 1647158980000,
  "RequestId": "5BE01CD7-5A50-472D-AC14-CA181C5C03BE",
  "ClientCert": "Client certificate",
  "CaCert": "CA certificate",
  "SslVpnClientCertId": "vsc-bp13k5mp4tg8v3z9b****",
  "SslVpnServerId": "vss-bp155e9yclsg1xgq4****",
  "Name": "nametest",
  "ResourceGroupId": "rg-acfmzs372yg****"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidInstanceId.NotFoundThe InstanceId is not found.The InstanceId is not found.
403Forbbiden.SubUserUser 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.
403ForbiddenUser 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.
404InvalidRegionId.NotFoundThe 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 timeSummary of changesOperation
2023-10-19API Description Update. The API operation is not deprecated.. The Error code has changed. The response structure of the API has changedsee changesets
Change itemChange content
API DescriptionAPI Description Update.
API Deprecation DescriptionThe API operation is not deprecated..
Error CodesThe Error code has changed.
    Error Codes 404 change
    delete Error Codes: 403
    Added Error Codes: 400
Output ParametersThe response structure of the API has changed.