All Products
Search
Document Center

Certificate Management Service:ListDeploymentJobCert

Last Updated:Mar 24, 2026

Queries the certificates associated with a deployment task, such as the certificate instance ID, type, and name.

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

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

yundun-cert:ListDeploymentJobCert

list

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

JobId

integer

Yes

The ID of the deployment task. You can call the CreateDeploymentJob operation to obtain the ID of a deployment task from the JobId parameter. You can also call the ListDeploymentJob operation to obtain the ID of a deployment task.

8888

Response elements

Element

Type

Description

Example

object

OpenApiDefaultResponse<List>.

Data

array<object>

The response parameters.

object

The information about the certificate.

CertId

integer

The ID of the certificate.

11174100

OrderId

integer

The ID of the certificate order.

Note

If CertId is returned, this parameter is not returned.

6127067

CertInstanceId

string

The instance ID of the certificate.

cas-ivauto-2crxzi

CertName

string

The name of the certificate.

cert-11488855

CommonName

string

The common name of the certificate.

example.com

Sans

array

The subject alternative name (SAN) extensions of the certificate.

string

The extended domain name of the certificate.

aliyundoc.com

Algorithm

string

The algorithm of the certificate public key.

RSA

NotBeforeTime

integer

The start time of the validity period of the certificate. The value is a timestamp in seconds.

1683625266108

NotAfterTime

integer

The end time of the validity period of the certificate. The value is a timestamp in seconds.

1683625266108

Month

integer

The month in which the certificate is applied for.

12

StatusCode

string

The status code of the certificate. Valid values:

  • payed: paid and pending application

  • checking: being validated

  • checkedFail: validation failed

  • revoked: revoked

  • revokeChecking: revocation request being validated

  • issued: issued (excluding hosted certificates that are issued, certificates that are about to expire, expired certificates, and uploaded certificates)

  • trustee: hosted and issued

  • upload: uploaded (excluding certificates that are about to expire and expired certificates)

  • willExpired: about to expire (including certificates issued by using the Certificate Management Service (CAS) console and uploaded certificates)

  • expired: expired (including certificates issued by using the CAS console and uploaded certificates)

  • validity: valid (including certificates that are not expired or revoked)

  • refund: refunded

  • closed: closed

issued

CertType

string

The type of the certificate.

DV

CertOrderType

string

The type of the certificate order. Valid values:

  • upload: uploaded certificate.

  • buy: purchased certificate.

  • free: free certificate. This value is available only on the China site (aliyun.com).

buy

IsTrustee

boolean

Indicates whether the certificate is hosted. Valid values:

  • true

  • false

true

RequestId

string

The request ID.

15C66C7B-671A-4297-9187-2C4477247A74

Examples

Success response

JSON format

{
  "Data": [
    {
      "CertId": 11174100,
      "OrderId": 6127067,
      "CertInstanceId": "cas-ivauto-2crxzi",
      "CertName": "cert-11488855",
      "CommonName": "example.com",
      "Sans": [
        "aliyundoc.com"
      ],
      "Algorithm": "RSA",
      "NotBeforeTime": 1683625266108,
      "NotAfterTime": 1683625266108,
      "Month": 12,
      "StatusCode": "issued",
      "CertType": "DV",
      "CertOrderType": "buy",
      "IsTrustee": true
    }
  ],
  "RequestId": "15C66C7B-671A-4297-9187-2C4477247A74"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.