All Products
Search
Document Center

Certificate Management Service:GetInstanceSummary

Last Updated:Mar 13, 2026

Queries the summary statistics of Certificate Management Service instances, such as certificate counts by status.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

InstanceType

string

No

The instance type. Valid values: BUY: a paid certificate. TEST: a test certificate.

TEST

Response elements

Element

Type

Description

Example

object

RequestId

string

The unique ID of the request. You can use this ID to troubleshoot issues.

09470F19-CEE8-5C63-BF2C-02B5E3F07A17

TotalCount

integer

The total number of instances.

10

InactiveCount

integer

The total number of inactive instances.

1

AutoReissueCount

integer

The remaining quota for automatic reissue.

1

CertificateCount

integer

The remaining certificate quota.

1

WillExpireCount

integer

The total number of instances that are about to expire.

1

Examples

Success response

JSON format

{
  "RequestId": "09470F19-CEE8-5C63-BF2C-02B5E3F07A17",
  "TotalCount": 10,
  "InactiveCount": 1,
  "AutoReissueCount": 1,
  "CertificateCount": 1,
  "WillExpireCount": 1
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.