All Products
Search
Document Center

Service Catalog:ListTasks

Last Updated:Jun 10, 2026

Mengkueri daftar tugas.

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

servicecatalog:ListTasks

get

*ProvisionedProduct

acs:servicecatalog:{#regionId}:{#accountId}:provisionedproduct/{#ProvisionedProductId}

  • servicecatalog:UserLevel
  • servicecatalog:ApprovalActor
None

Parameter permintaan

Parameter

Type

Required

Description

Example

SortBy

string

No

Bidang untuk Pengurutan.

Tetapkan nilai ke CreateTime, yang menentukan pengatur waktu pembuatan Tugas.

CreateTime

SortOrder

string

No

Pesanan Pengurutan. Nilai valid:

  • Asc: dalam Pesanan menaik.

  • Desc: dalam Pesanan menurun.

Desc

PageNumber

integer

No

Nomor halaman.

Nilai harus berupa bilangan bulat positif. Nilai default: 1.

1

PageSize

integer

No

Jumlah entri per halaman.

Nilai valid: 1 hingga 100. Nilai default: 10.

10

ProvisionedProductId

string

Yes

ID instans.

pp-bp1ddg1n2a****

Elemen respons

Element

Type

Description

Example

object

The response parameters.

TaskDetails

array<object>

The list of tasks.

array<object>

The details of the task.

TaskId

string

The task ID.

task-bp1dmg242c****

TaskType

string

The type of the task. Valid values:

  • LaunchProduct: launches the instance.

  • UpdateProvisionedProduct: updates the instance.

  • TerminateProvisionedProduct: terminates the instance.

LaunchProduct

PortfolioId

string

The portfolio ID.

port-bp1yt7582g****

ProductId

string

The product ID.

prod-bp18r7q127****

ProductName

string

The product name.

DEMO-ECS

ProductVersionId

string

The product version ID.

pv-bp15e79d26****

ProductVersionName

string

The product version name.

1.0

ProvisionedProductId

string

The instance ID.

pp-bp1ddg1n2a****

ProvisionedProductName

string

The instance name.

Test-ECS

Parameters

array<object>

The template parameters entered by the user.

object

ParameterKey

string

The name of the parameter defined in the template.

instance_type

ParameterValue

string

The value of the template parameter entered by the user.

ecs.s6-c1m1.small

Outputs

array<object>

The output of the template.

object

OutputKey

string

The output key defined in the template.

instance_id

OutputValue

string

The output value defined in the template.

i-xxxxxx

Description

string

The output description defined in the template.

The ECS instance ID.

Log

object

The output logs of the instance.

TerraformLogs

array<object>

The Terraform output logs.

object

Command

string

The name of the Terraform command that is executed. Valid values:

  • apply

  • plan

  • destroy

  • version

For more information about the commands, see Command.

apply

Stream

string

The output stream. Valid values:

  • stdout: standard output.

  • stderr: standard error output.

stdout

Content

string

The content returned for the command in the output stream.

Apply complete! Resources: 42 added, 0 changed, 0 destroyed.

Status

string

The status of the task. Valid values:

  • Succeeded

  • InProgress

  • Failed

Succeeded

StatusMessage

string

The status message of the task.

Catatan

This parameter is returned only when the task fails.

Resource CREATE failed: terraform stack sc-146611588617****-pp-bp1ddg1n2a**** failure...

CreateTime

string

The time when the task was created.

The time is displayed in UTC and follows the ISO 8601 standard. The format is YYYY-MM-DDThh:mm:ssZ.

2022-05-23T09:46:27Z

UpdateTime

string

The time when the task was last updated.

The time is displayed in UTC and follows the ISO 8601 standard. The format is YYYY-MM-DDThh:mm:ssZ.

2022-05-26T03:28:45Z

RequestId

string

The request ID.

0FEEF92D-4052-5202-87D0-3D8EC16F81BF

TotalCount

integer

The total number of entries.

2

PageNumber

integer

The page number.

1

PageSize

integer

The number of entries per page.

10

Contoh

Respons sukses

JSONformat

{
  "TaskDetails": [
    {
      "TaskId": "task-bp1dmg242c****",
      "TaskType": "LaunchProduct",
      "PortfolioId": "port-bp1yt7582g****",
      "ProductId": "prod-bp18r7q127****",
      "ProductName": "DEMO-ECS",
      "ProductVersionId": "pv-bp15e79d26****",
      "ProductVersionName": "1.0",
      "ProvisionedProductId": "pp-bp1ddg1n2a****",
      "ProvisionedProductName": "Test-ECS",
      "Parameters": [
        {
          "ParameterKey": "instance_type",
          "ParameterValue": "ecs.s6-c1m1.small"
        }
      ],
      "Outputs": [
        {
          "OutputKey": "instance_id",
          "OutputValue": "i-xxxxxx",
          "Description": "The ECS instance ID."
        }
      ],
      "Log": {
        "TerraformLogs": [
          {
            "Command": "apply",
            "Stream": "stdout",
            "Content": "Apply complete! Resources: 42 added, 0 changed, 0 destroyed."
          }
        ]
      },
      "Status": "Succeeded",
      "StatusMessage": "Resource CREATE failed: terraform stack sc-146611588617****-pp-bp1ddg1n2a**** failure...",
      "CreateTime": "2022-05-23T09:46:27Z",
      "UpdateTime": "2022-05-26T03:28:45Z"
    }
  ],
  "RequestId": "0FEEF92D-4052-5202-87D0-3D8EC16F81BF",
  "TotalCount": 2,
  "PageNumber": 1,
  "PageSize": 10
}

Kode kesalahan

HTTP status code

Error code

Error message

Description

500 InternalError A system error occurred.

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.