Lists change orders.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
sae:ListChangeOrders |
get |
*All Resource
|
None | None |
Request syntax
GET /pop/v1/sam/changeorder/ListChangeOrders HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The application ID. |
145341c-9708-4967-b3ec-24933767**** |
| CurrentPage |
integer |
No |
The current page number. |
1 |
| PageSize |
integer |
No |
The number of entries per page. |
20 |
| Key |
string |
No |
A keyword for a fuzzy query. The system returns the change orders whose descriptions contain the keyword. |
test |
| CoType |
string |
No |
The type of the change order. Valid values:
|
CoCreateApp |
| CoStatus |
string |
No |
The status of the change order. Valid values:
|
2 |
| OrderBy |
string |
No |
||
| Reverse |
boolean |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The request ID. |
65E1F-43BA-4D0C-8E61-E4D1337F**** |
| Message |
string |
The additional information that is returned. |
success |
| TraceId |
string |
The trace ID that is used to query the details of the request. |
0bb6f815638568884597879d**** |
| Data |
object |
The information about the change orders. |
|
| CurrentPage |
integer |
The current page number. |
1 |
| TotalSize |
integer |
The total number of change orders. |
1 |
| ChangeOrderList |
array<object> |
The list of change orders. |
|
|
object |
The information about the change orders. |
||
| Status |
integer |
The status of the change order. Valid values:
|
2 |
| FinishTime |
string |
The time when the change order was finished. |
2019-07-11 20:12:58 |
| CreateTime |
string |
The time when the change order was created. |
2019-07-11 15:54:49 |
| UserId |
string |
The user ID. |
sae-beta-test |
| Source |
string |
The source of the change order. |
console |
| BatchCount |
integer |
The number of batches. |
1 |
| CreateUserId |
string |
The ID of the user who created the change order. |
sae-beta-test |
| CoTypeCode |
string |
The code of the change type. Valid values:
|
CoCreateApp |
| ChangeOrderId |
string |
The change order ID. |
7fa5c0-9ebb-4bb4-b383-1f885447**** |
| BatchType |
string |
The batch type. Valid values:
|
auto |
| GroupId |
string |
The group ID. |
c9ecd2-cf6c-46c3-9f20-525de202**** |
| Description |
string |
The description. |
版本:1.0 | 镜像名称:nginx |
| CoType |
string |
The change type. This parameter is the description of CoTypeCode. |
创建应用 |
| AppId |
string |
The application ID. |
164341c-9708-4967-b3ec-24933767**** |
| PageSize |
integer |
The number of entries per page. |
20 |
| ErrorCode |
string |
The error code.
|
空 |
| Code |
string |
The HTTP status code or the error code of the API gateway. Valid values:
|
200 |
| Success |
boolean |
Indicates whether the list of change orders was obtained. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "65E1F-43BA-4D0C-8E61-E4D1337F****",
"Message": "success",
"TraceId": "0bb6f815638568884597879d****",
"Data": {
"CurrentPage": 1,
"TotalSize": 1,
"ChangeOrderList": [
{
"Status": 2,
"FinishTime": "2019-07-11 20:12:58",
"CreateTime": "2019-07-11 15:54:49",
"UserId": "sae-beta-test",
"Source": "console",
"BatchCount": 1,
"CreateUserId": "sae-beta-test",
"CoTypeCode": "CoCreateApp",
"ChangeOrderId": "7fa5c0-9ebb-4bb4-b383-1f885447****",
"BatchType": "auto",
"GroupId": "c9ecd2-cf6c-46c3-9f20-525de202****",
"Description": "版本:1.0 | 镜像名称:nginx",
"CoType": "创建应用",
"AppId": "164341c-9708-4967-b3ec-24933767****"
}
],
"PageSize": 20
},
"ErrorCode": "空",
"Code": "200",
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter.NotEmpty | You must specify the parameter %s. | |
| 400 | Resouce.no.permission | You are not authorized to operate on the specified resources. | You are not authorized to operate on the specified resources. |
| 404 | InvalidAppId.NotFound | The specified AppId does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.