All Products
Search
Document Center

Server Load Balancer:DescribeCACertificates

Last Updated:Mar 14, 2024

Queries certificate authority (CA) certificates.

Operation description

Note To ensure data confidentiality, only the certificate fingerprint and name are returned. The certificate content is not returned.

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
slb:DescribeCACertificatesLIST
  • certificate
    acs:slb:{#regionId}:{#accountId}:certificate/*
  • slb:tag
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region of the CA certificates.

You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
CACertificateIdstringNo

The CA certificate ID.

139a00604bd-cn-east-hangzho****
ResourceGroupIdstringNo

The resource group ID.

rg-atstuj3rtop****
Tagobject []No

The tags of the CA certificates.

KeystringNo

The key of tag N. Valid values of N: 1 to 20. The tag key cannot be an empty string.

The tag key can be up to 64 characters in length, and cannot contain http:// or https://. It must not start with aliyun or acs:.

test
ValuestringNo

The value of tag N. Valid values of N: 1 to 20. The tag value can be an empty string. The tag value can be up to 128 characters in length, and cannot contain http:// or https://. It must not start with aliyun or acs:.

1

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

365F4154-92F6-4AE4-92F8-7FF34B540710
CACertificatesobject []

The information about the CA certificate.

CreateTimeStamplong

The timestamp when the CA 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.

1504147745000
ExpireTimestring

The time when the CA certificate expires. The time is in the YYYY-MM-DDThh:mm:ssZ format.

2024-11-21T06:04:25Z
CreateTimestring

The time when the CA certificate was created. The time is in the YYYY-MM-DDThh:mm:ssZ format.

2021-08-31T02:49:05Z
ExpireTimeStamplong

The timestamp that indicates when the CA 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.

1732169065000
CACertificateIdstring

The CA certificate ID.

139a00604bd-cn-east-hangzho****
RegionIdstring

The region of the CA certificate.

cn-hangzhou
Fingerprintstring

The fingerprint of the CA certificate.

79:43:fb:7d:a4:7f:44:32:61:16:57:17:e3:e8:b7:36:03:57:f6:89
ResourceGroupIdstring

The resource group ID.

rg-atstuj3rtop****
CommonNamestring

The domain name of the CA certificate.

www.example.com
CACertificateNamestring

The CA certificate name.

test
Tagsobject []

The tag.

TagValuestring

The tag value.

1
TagKeystring

The tag key.

test

Examples

Sample success responses

JSONformat

{
  "RequestId": "365F4154-92F6-4AE4-92F8-7FF34B540710",
  "CACertificates": {
    "CACertificate": [
      {
        "CreateTimeStamp": 1504147745000,
        "ExpireTime": "2024-11-21T06:04:25Z",
        "CreateTime": "2021-08-31T02:49:05Z",
        "ExpireTimeStamp": 1732169065000,
        "CACertificateId": "139a00604bd-cn-east-hangzho****",
        "RegionId": "cn-hangzhou",
        "Fingerprint": "79:43:fb:7d:a4:7f:44:32:61:16:57:17:e3:e8:b7:36:03:57:f6:89",
        "ResourceGroupId": "rg-atstuj3rtop****",
        "CommonName": "www.example.com",
        "CACertificateName": "test",
        "Tags": {
          "Tag": [
            {
              "TagValue": "1",
              "TagKey": "test"
            }
          ]
        }
      }
    ]
  }
}

Error codes

HTTP status codeError codeError message
400Abs.CACertificateIdAndResourceGroupId.MissMatchCACertificateId or ResourceGroupId miss match.
400LocationServiceTimeoutLocation service connection timeout. Please try again later.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-09-08The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    Error Codes 400 change
2023-07-04The Error code has changed. The response structure of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400
Output ParametersThe response structure of the API has changed.
2023-07-04The Error code has changed. The request parameters of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: Tag