All Products
Search
Document Center

Certificate Management Service:DescribeDeploymentJob

Last Updated:Jun 10, 2026

Mengambil informasi tentang tugas Penerapan Sertifikat, termasuk status Tugas, resource target, dan Sertifikat.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tabel berikut menjelaskan otorisasi yang diperlukan untuk memanggil API ini. Anda dapat menentukannya dalam kebijakan Resource Access Management (RAM). Kolom pada tabel dijelaskan sebagai berikut:

  • Action: Aksi yang dapat digunakan dalam elemen Action pada pernyataan kebijakan izin RAM untuk memberikan izin guna melakukan operasi tersebut.

  • API: API yang dapat Anda panggil untuk melakukan aksi tersebut.

  • Access level: Tingkat akses yang telah ditentukan untuk setiap API. Nilai yang valid: create, list, get, update, dan delete.

  • Resource type: Jenis resource yang mendukung otorisasi untuk melakukan aksi tersebut. Ini menunjukkan apakah aksi tersebut mendukung izin tingkat resource. Resource yang ditentukan harus kompatibel dengan aksi tersebut. Jika tidak, kebijakan tersebut tidak akan berlaku.

    • Untuk API dengan izin tingkat resource, jenis resource yang diperlukan ditandai dengan tanda bintang (*). Tentukan Nama Sumber Daya Alibaba Cloud (ARN) yang sesuai dalam elemen Resource pada kebijakan.

    • Untuk API tanpa izin tingkat resource, ditampilkan sebagai All Resources. Gunakan tanda bintang (*) dalam elemen Resource pada kebijakan.

  • Condition key: Kunci kondisi yang didefinisikan oleh layanan. Kunci ini memungkinkan kontrol granular, berlaku baik hanya untuk aksi maupun untuk aksi yang terkait dengan resource tertentu. Selain kunci kondisi spesifik layanan, Alibaba Cloud menyediakan serangkaian common condition keys yang berlaku di semua layanan yang didukung RAM.

  • Dependent action: Aksi dependen yang diperlukan untuk menjalankan aksi tersebut. Untuk menyelesaikan aksi tersebut, pengguna RAM atau role RAM harus memiliki izin untuk melakukan semua aksi dependen.

Action

Access level

Resource type

Condition key

Dependent action

yundun-cert:DescribeDeployment

get

*全部资源

*

None None

Parameter permintaan

Parameter

Type

Required

Description

Example

JobId

integer

Yes

ID Pekerjaan Penerapan. Untuk mendapatkan ID Pekerjaan, panggil operasi CreateDeploymentJob atau ListDeploymentJob.

8888

Elemen respons

Element

Type

Description

Example

object

OpenApiDefaultResponse.

RequestId

string

The request ID.

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

Id

integer

The ID of the deployment job.

43222

GmtCreate

string

The time when the deployment job was created. The value is a UNIX timestamp. Unit: seconds.

1679541809000

GmtModified

string

The time when the deployment job was last modified. The value is a UNIX timestamp. Unit: seconds.

1679541809000

UserId

integer

The ID of the Alibaba Cloud account in which the deployment job is created.

166688437******

InstanceId

string

The instance ID of the deployment task.

14dcc8afc7578e1f

Name

string

The name of the deployment task.

auto-test-AXX

CertType

string

The type of the certificate. Valid values:

  • upload: uploaded certificate

  • buy: purchased certificate

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

buy

ScheduleTime

string

The time when the deployment job was scheduled. The value is a UNIX timestamp. Unit: seconds.

1678083209335

StartTime

string

The start time of the deployment job. The value is a UNIX timestamp. Unit: seconds.

1679541809000

EndTime

string

The end time of the deployment job. The value is a UNIX timestamp. Unit: seconds.

1679541809000

Status

string

The status of the deployment job. Valid values:

  • pending

  • editing

  • scheduling

  • processing

  • error

  • success

editing

Del

integer

Indicates whether the deployment job was deleted. Valid values:

  • 0: not deleted

  • 1: deleted

1

Rollback

integer

Indicates whether the deployment job includes the rollback worker. For example, if a cloud service in a deployment job has been rolled back, 1 is returned. Valid values:

  • 0: The rollback worker is not included.

  • 1: The rollback worker is included.

1

JobType

string

The type of the deployment job. Valid values:

  • cloud: multi-cloud deployment job.

  • trustee: hosted deployment job available only on the China site (aliyun.com).

  • user: cloud service deployment job. The cloud server is not included.

user

CertDomain

string

The domain names bound to the certificate of the deployment task.

example.aliyundoc.com,demo.aliyundoc.com

ProductName

string

The cloud services included in the deployment task.

CDN

Config

string

The configurations of the deployment task.

{\"shareCertIds\":[],\"certIds\":[12342649,12304338,12067351,9957285]}

CasContacts

array<object>

The information about the contact.

object

Id

string

The ID of the contact.

3304

Name

string

The name of the contact.

John

Mobile

string

The phone number of the contact.

139****0000

Email

string

The email address of the contact.

username@example.com

Contoh

Respons sukses

JSONformat

{
  "RequestId": "15C66C7B-671A-4297-9187-2C4477247A74",
  "Id": 43222,
  "GmtCreate": "1679541809000",
  "GmtModified": "1679541809000",
  "UserId": 0,
  "InstanceId": "14dcc8afc7578e1f",
  "Name": "auto-test-AXX",
  "CertType": "buy",
  "ScheduleTime": "1678083209335",
  "StartTime": "1679541809000",
  "EndTime": "1679541809000",
  "Status": "editing",
  "Del": 1,
  "Rollback": 1,
  "JobType": "user",
  "CertDomain": "example.aliyundoc.com,demo.aliyundoc.com",
  "ProductName": "CDN",
  "Config": "{\\\"shareCertIds\\\":[],\\\"certIds\\\":[12342649,12304338,12067351,9957285]}",
  "CasContacts": [
    {
      "Id": "3304",
      "Name": "John",
      "Mobile": "139****0000",
      "Email": "username@example.com"
    }
  ]
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.