All Products
Search
Document Center

Serverless App Engine:DescribePipeline

Last Updated:Dec 26, 2025

View batch information

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

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

Request parameters

ParameterTypeRequiredDescriptionExample
PipelineIdstringYes

The ID of the batch. You can call the DescribeChangeOrder operation to obtain the ID.

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

Response parameters

ParameterTypeDescriptionExample
object

The response body of the batch information.

RequestIdstring

The ID of the request.

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

The message returned for the operation.

success
TraceIdstring

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

0be3e0c316390414649128666e****
Dataobject

The batch information.

ShowBatchboolean

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
PipelineStatusinteger

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
CurrentStageIdstring

The ID of the batch processing stage.

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

The name of the batch.

First batch
StageListarray<object>

The list of batch processing stages.

Stageobject

The information about the stage.

Statusinteger

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
StageIdstring

The ID of the stage.

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

The execution type of the stage. Valid values:

  • 0: in sequence.
  • 1: in parallel.
0
TaskListarray<object>

The list of task statuses.

Taskobject

The information about the task status.

Statusinteger

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
StageIdstring

The ID of the stage.

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

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

EDAS-10022
ErrorCodestring

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

EDAS-10022
TaskNamestring

The name of the task.

Environment initialization
ErrorIgnoreinteger

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
Messagestring

The returned message indicating the task execution result.

init Namespace success
ShowManualIgnoreboolean

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
TaskIdstring

The ID of the task.

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

The name of the stage.

Deploy an application
NextPipelineIdstring

The ID of the next batch.

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

The ID of the batch.

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

The status of the change order for the batch.

Successful
ErrorCodestring

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

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
Successboolean

Indicates whether the batch information was obtained. Valid values:

  • true: The information was queried.
  • false: The image failed to be found.
true

Examples

Sample success responses

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\n",
    "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\n",
            "ErrorIgnore": 0,
            "Message": "init Namespace success",
            "ShowManualIgnore": false,
            "TaskId": "bef0122f-de9a-4ab0-8223-b88bf8ad****"
          }
        ],
        "StageName": "Deploy an application\n"
      }
    ],
    "NextPipelineId": "b77b1c98-5772-4f05-95fc-c7bee5fa****",
    "PipelineId": "917660ba-5092-44ca-b8e0-80012c96****",
    "CoStatus": "Successful\n"
  },
  "ErrorCode": "Null\n",
  "Code": 200,
  "Success": true
}

Error codes

HTTP status codeError codeError message
400InvalidParameter.NotEmptyYou must specify the parameter %s.
400InvalidParameter.NoPermissionResource no permission

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history