All Products
Search
Document Center

Certificate Management Service:ListDeploymentJobCert

Last Updated:Feb 27, 2025

Queries the basic information about a deployment task. After you create a deployment task, you can call this operation to obtain the basic information about the deployment task, including the instance ID, type, and name of the certificate.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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:
    • For mandatory resource types, indicate with a prefix of * .
    • 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
yundun-cert:ListDeploymentJobCertlist
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
JobIdlongYes

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 parameters

ParameterTypeDescriptionExample
object

OpenApiDefaultResponse<List>.

Dataarray<object>

The response parameters.

Dataobject

The information about the certificate.

CertIdlong

The ID of the certificate.

11174100
OrderIdlong

The ID of the certificate order.

Note If CertId is returned, this parameter is not returned.
6127067
CertInstanceIdstring

The instance ID of the certificate.

cas-ivauto-2crxzi
CertNamestring

The name of the certificate.

edkog.shop
CommonNamestring

The common name of the certificate.

vaultwebhook.vault-webhook.svc
Sansarray

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

Sanstring

The extended domain name of the certificate.

aliyundoc.com
Algorithmstring

The algorithm of the certificate public key.

RSA
NotBeforeTimelong

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

1683625266108
NotAfterTimelong

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

1683625266108
Monthinteger

The month in which the certificate is applied for.

12
StatusCodestring

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 console and uploaded certificates)
  • expired: expired (including certificates issued by using the Certificate Management Service console and uploaded certificates)
  • validity: valid (including certificates that are not expired or revoked)
  • refund: refunded
  • closed: closed
issued
CertTypestring

The type of the certificate.

DV
CertOrderTypestring

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
IsTrusteeboolean

Indicates whether the certificate is hosted. Valid values:

  • true
  • false
true
RequestIdstring

The request ID.

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

Examples

Sample success responses

JSONformat

{
  "Data": [
    {
      "CertId": 11174100,
      "OrderId": 6127067,
      "CertInstanceId": "cas-ivauto-2crxzi",
      "CertName": "edkog.shop",
      "CommonName": "vaultwebhook.vault-webhook.svc",
      "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

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

Change history

Change timeSummary of changesOperation
No change history