All Products
Search
Document Center

Certificate Management Service:ListDeploymentJobCert

Last Updated:Jul 31, 2024

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

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
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.

object

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.

string

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.