DescribeUserCertificateExpireCount

更新时间:
复制 MD 格式

Queries the number of domain names whose SSL certificates are about to expire or have already expired.

Operation description

Rate limit: 100 calls per second per account.

Try it now: Test this operation in OpenAPI Explorer — no manual signing required. Successful calls auto-generate SDK sample code based on your parameters.

RAM authorization

ActionAccess levelResource typeCondition keyDependent action
cdn:DescribeUserCertificateExpireCountgetAll resources (*)NoneNone

To grant access, add the cdn:DescribeUserCertificateExpireCount action to a Resource Access Management (RAM) policy and attach it to the RAM user or RAM role. Set the Resource element to *. For the Alibaba Cloud Resource Name (ARN) format and common condition keys, see RAM policy elements.

Request parameters

No parameters required.

Response elements

ElementTypeDescriptionExample
ExpireWithin30DaysCountintegerThe number of domain names whose SSL certificates expire within 30 days.0
ExpiredCountintegerThe number of domain names whose SSL certificates have already expired.6
RequestIdstringThe request ID.F5E8DF64-7175-4186-9B06-F002C0BBD0C5

Examples

Sample success response

{
  "ExpireWithin30DaysCount": 0,
  "RequestId": "F5E8DF64-7175-4186-9B06-F002C0BBD0C5",
  "ExpiredCount": 6
}

Error codes

HTTP status codeError codeError messageDescription
400NoHttpsDomainYour account doesn't have https domain.

For a complete list, see Error codes.

Release notes

For a complete list, see Release notes.