All Products
Search
Document Center

Serverless App Engine:DescribePipeline

Last Updated:Jun 11, 2026

Melihat informasi batch.

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

sae:DescribePipeline

get

*全部资源

*

None None

Sintaks permintaan

GET /pop/v1/sam/changeorder/DescribePipeline HTTP/1.1

Parameter permintaan

Parameter

Type

Required

Description

Example

PipelineId

string

Yes

ID batch. Anda dapat memanggil operasi DescribeChangeOrder untuk mendapatkan ID tersebut.

917660ba-5092-44ca-b8e0-80012c96****

Elemen respons

Element

Type

Description

Example

object

The response body of the batch information.

RequestId

string

The ID of the request.

559B4247-C41C-4D9E-B866-B55D360B****

Message

string

The message returned for the operation.

success

TraceId

string

The trace ID that is used to query the details of the request.

0be3e0c316390414649128666e****

Data

object

The batch information.

ShowBatch

boolean

Indicates whether to start processing the next batch. Valid values:

  • false: indicates that the next batch cannot be processed yet.

  • true: indicates that the next batch can be processed now.

false

PipelineStatus

integer

The batch status. Valid values:

  • 0: The batch is prepared for processing.

  • 1: The task is being executed.

  • 2: successful

  • 3: The processing failed in this stage.

  • 6: The batch processing was terminated.

  • 10: The batch could not be processed due to a system exception.

2

CurrentStageId

string

The ID of the batch processing stage.

c3a55592-4c30-4d84-ac2d-e98c18ec****

PipelineName

string

The name of the batch.

First batch

StageList

array<object>

The list of batch processing stages.

array<object>

The information about the stage.

Status

integer

The status of the batch processing stage. Valid values:

  • 0: The batch is prepared for this processing stage.

  • 1: The task is being executed.

  • 2: successful

  • 3: The processing failed in this stage.

  • 6: The processing stage was terminated.

2

StageId

string

The ID of the stage.

c3a55592-4c30-4d84-ac2d-e98c18ec****

ExecutorType

integer

The execution type of the stage. Valid values:

  • 0: in sequence.

  • 1: in parallel.

0

TaskList

array<object>

The list of task statuses.

object

The information about the task status.

Status

integer

The task status. Valid values:

  • 0: The task is prepared for execution.

  • 1: The task is being executed.

  • 2: successful

  • 3: The task could not be executed.

  • 5: The task is pending retry.

  • 6: The task was terminated.

2

StageId

string

The ID of the stage.

c3a55592-4c30-4d84-ac2d-e98c18ec****

ErrorMessage

string

The error message returned when the task could not be executed. If the task is successfully executed, this parameter is not returned.

EDAS-10022

ErrorCode

string

The error code returned when the task could not be executed. If the task is successfully executed, this parameter is not returned.

EDAS-10022

TaskName

string

The name of the task.

Environment initialization

ErrorIgnore

integer

Indicates whether to execute the subsequent tasks when the task failed. Valid values:

  • 0: The subsequent tasks cannot be executed.

  • 1: The subsequent tasks can be executed.

0

Message

string

The returned message indicating the task execution result.

init Namespace success

ShowManualIgnore

boolean

Indicates whether a running task can be manually skipped. Valid values:

  • true: The running task can be skipped.

  • false: The zone does not allow you to change the network type of an ApsaraDB for Redis instance from classic network to VPC.

false

TaskId

string

The ID of the task.

bef0122f-de9a-4ab0-8223-b88bf8ad****

StageName

string

The name of the stage.

Application Deployment

NextPipelineId

string

The ID of the next batch.

b77b1c98-5772-4f05-95fc-c7bee5fa****

PipelineId

string

The ID of the batch.

917660ba-5092-44ca-b8e0-80012c96****

CoStatus

string

The status of the change order for the batch.

Executed successfully

ErrorCode

string

The error code returned if the request failed. Take note of the following rules:

  • The ErrorCode parameter is not returned if the request succeeds.

  • If the call fails, the ErrorCode parameter is returned. For more information, see the "Error codes" section of this topic.

Code

string

The HTTP status code. Valid values:

  • 2xx: The call was successful.

  • 3xx: The call was redirected.

  • 4xx: The call failed.

  • 5xx: A server error occurred.

200

Success

boolean

Indicates whether the batch information was obtained. Valid values:

  • true: The information was queried.

  • false: The image failed to be found.

true

Contoh

Respons sukses

JSONformat

{
  "RequestId": "559B4247-C41C-4D9E-B866-B55D360B****",
  "Message": "success",
  "TraceId": "0be3e0c316390414649128666e****",
  "Data": {
    "ShowBatch": false,
    "PipelineStatus": 2,
    "CurrentStageId": "c3a55592-4c30-4d84-ac2d-e98c18ec****",
    "PipelineName": "First batch",
    "StageList": [
      {
        "Status": 2,
        "StageId": "c3a55592-4c30-4d84-ac2d-e98c18ec****",
        "ExecutorType": 0,
        "TaskList": [
          {
            "Status": 2,
            "StageId": "c3a55592-4c30-4d84-ac2d-e98c18ec****",
            "ErrorMessage": "EDAS-10022 ",
            "ErrorCode": "EDAS-10022",
            "TaskName": "Environment initialization",
            "ErrorIgnore": 0,
            "Message": "init Namespace success",
            "ShowManualIgnore": false,
            "TaskId": "bef0122f-de9a-4ab0-8223-b88bf8ad****"
          }
        ],
        "StageName": "Application Deployment"
      }
    ],
    "NextPipelineId": "b77b1c98-5772-4f05-95fc-c7bee5fa****",
    "PipelineId": "917660ba-5092-44ca-b8e0-80012c96****",
    "CoStatus": "Executed successfully"
  },
  "ErrorCode": "Null\n",
  "Code": "200",
  "Success": true
}

Kode kesalahan

HTTP status code

Error code

Error message

Description

400 InvalidParameter.NotEmpty You must specify the parameter %s.
400 InvalidParameter.NoPermission Resource no permission

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.