View batch information
Debugging
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
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| PipelineId | string | Yes | The ID of the batch. You can call the DescribeChangeOrder operation to obtain the ID. | 917660ba-5092-44ca-b8e0-80012c96**** |
Response parameters
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 code | Error code | Error message |
|---|---|---|
| 400 | InvalidParameter.NotEmpty | You must specify the parameter %s. |
| 400 | InvalidParameter.NoPermission | Resource no permission |
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|
No change history
