All Products
Search
Document Center

Certificate Management Service:DescribeDeploymentJobStatus

Last Updated:Jun 10, 2026

Mengkueri ringkasan status eksekusi tugas penerapan sertifikat, termasuk jumlah worker yang berhasil dan gagal.

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:DescribeDeploymentJobStatus

get

*全部资源

*

None None

Parameter permintaan

Parameter

Type

Required

Description

Example

JobId

integer

No

ID tugas penerapan. Anda dapat memanggil operasi CreateDeploymentJob untuk mendapatkan ID tugas penerapan dari parameter JobId. Anda juga dapat memanggil operasi ListDeploymentJob untuk mendapatkan ID tugas penerapan.

8888

Elemen respons

Element

Type

Description

Example

object

OpenApiDefaultResponse

RequestId

string

The request ID.

CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D

ResourceCount

integer

The total number of resources.

4127

UseCount

integer

The total number of used resources.

300

BuyCount

integer

The total number of purchased resources.

500

WorkerCount

integer

The total number of resources to which certificate are deployed in the current cloud service. The value indicates the total number of worker tasks.

20

MatchWorkerCount

integer

The total number of worker tasks that match the certificate.

20

SuccessCount

integer

The number of successful worker tasks, excluding rollback tasks.

20

FailedCount

integer

The number of failed worker tasks, excluding rollback tasks.

20

RollbackCount

integer

The number of worker tasks that are rolled backed.

20

RollbackSuccessCount

integer

The number of worker tasks that are successfully rolled back.

20

RollbackFailedCount

integer

The number of worker tasks that failed to be rolled back.

20

CostCount

integer

The number of resources consumed by worker tasks.

20

CertCount

integer

The number of certificates involved in the deployment task.

20

ProductWorkerCount

array<object>

The number of cloud resources to which certificates are deployed in the deployment task.

object

ProductName

string

The name of the cloud service. Valid values:

  • SLB: Classic Load Balancer (CLB). This value is supported only at the China site (aliyun.com).

  • LIVE: ApsaraVideo Live. This value is supported only at the China site (aliyun.com).

  • webHosting: Cloud Web Hosting. This value is supported only at the China site (aliyun.com).

  • VOD: ApsaraVideo VOD. This value is supported only at the China site (aliyun.com).

  • CR: Container Registry. This value is supported only at the China site (aliyun.com).

  • DCDN: Dynamic Content Delivery Network (DCDN).

  • DDOS: Anti-DDoS.

  • CDN: Alibaba Cloud CDN (CDN).

  • ALB: Application Load Balancer (ALB).

  • APIGateway: API Gateway.

  • FC: Function Compute.

  • GA: Global Accelerator (GA).

  • MSE: Microservices Engine (MSE).

  • NLB: Network Load Balancer (NLB).

  • OSS: Object Storage Service (OSS).

  • SAE: Serverless App Engine (SAE).

  • TencentCDN: Tencent Cloud Content Delivery Network (CDN).

  • WAF: Web Application Firewall (WAF).

NLB

Count

integer

The total number of resources of a cloud service in the deployment task.

2

Contoh

Respons sukses

JSONformat

{
  "RequestId": "CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D",
  "ResourceCount": 4127,
  "UseCount": 300,
  "BuyCount": 500,
  "WorkerCount": 20,
  "MatchWorkerCount": 20,
  "SuccessCount": 20,
  "FailedCount": 20,
  "RollbackCount": 20,
  "RollbackSuccessCount": 20,
  "RollbackFailedCount": 20,
  "CostCount": 20,
  "CertCount": 20,
  "ProductWorkerCount": [
    {
      "ProductName": "NLB",
      "Count": 2
    }
  ]
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.