All Products
Search
Document Center

Web Application Firewall:DescribeResourceInstanceCerts

Last Updated:Apr 23, 2024

Queries the certificates that are used in cloud service instances. The certificates returned include the certificates within the delegated administrator account and the certificates within members to which specific instances belong. For example, the delegated administrator account has certificate 1, instance lb-xx-1 belongs to member B, and member B has certificate 2. If you specify instance lb-xx-1 in the request, certificate 1 and certificate 2 are returned.

Debugging

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

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ResourceInstanceIdstringNo

The ID of the instance.

lb-bp1*****jqnnqk5uj2p
PageNumberlongNo

The page number. Default value: 1.

1
PageSizelongNo

The number of entries per page. Default value: 10.

10
RegionIdstringNo

The region in which the WAF instance is deployed. Valid values:

  • cn-hangzhou: Chinese mainland.
  • ap-southeast-1: outside the Chinese mainland.
cn-hangzhou
InstanceIdstringYes

The ID of the WAF instance.

Note You can call the DescribeInstance operation to query the ID of the WAF instance.
waf_v2_public_cn-*
ResourceManagerResourceGroupIdstringNo

The ID of the Alibaba Cloud resource group.

rg-acfm***q

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

D7861F61-***-6B19160D5EB0
TotalCountlong

The total number of entries returned.

1
Certsobject []

The certificates.

Domainstring

The domain name for which the certificate is issued.

waf.aliyundemo.com
CertNamestring

The name of the certificate.

demoCertName
CertIdentifierstring

The globally unique ID of the certificate. The value is in the "Certificate ID-cn-hangzhou" format. For example, if the ID of the certificate is 123, the value of CertIdentifier is 123-cn-hangzhou.

123-cn-hangzhou
CommonNamestring

The common name.

*.aliyundemo.com
IsChainCompletedboolean

Indicates whether the certificate chain is complete.

true
AfterDatelong

The time when the certificate expires.

1708415521211
BeforeDatelong

The time when the certificate was issued.

1708415521211

Examples

Sample success responses

JSONformat

{
  "RequestId": "D7861F61-***-6B19160D5EB0",
  "TotalCount": 1,
  "Certs": [
    {
      "Domain": "waf.aliyundemo.com",
      "CertName": "demoCertName",
      "CertIdentifier": "123-cn-hangzhou",
      "CommonName": "*.aliyundemo.com",
      "IsChainCompleted": true,
      "AfterDate": 1708415521211,
      "BeforeDate": 1708415521211
    }
  ]
}

Error codes

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