All Products
Search
Document Center

Serverless App Engine:ListChangeOrders

Last Updated:Dec 17, 2025

Query a list of change orders.

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

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
sae:ListChangeOrdersget
*All Resources
*
    none
none

Request syntax

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

Request parameters

ParameterTypeRequiredDescriptionExample
AppIdstringYes

1

145341c-9708-4967-b3ec-24933767****
CurrentPageintegerNo

20

1
PageSizeintegerNo

test

20
KeystringNo

CoCreateApp

test
CoTypestringNo

The type of the change order. Valid values:

  • CoBindSlb: associates the Server Load Balancer (SLB) instance with the application.
  • CoUnbindSlb: disassociates an SLB instance from the application.
  • CoCreateApp: creates the application.
  • CoDeleteApp: deletes the application.
  • CoDeploy: deploys the application.
  • CoRestartApplication: restarts the application.
  • CoRollback: rolls back the application.
  • CoScaleIn: scales in the application.
  • CoScaleOut: scales out the application.
  • CoStartApplication: starts the application.
  • CoStopApplication: stops the application.
  • CoRescaleApplicationVertically: modifies the instance type.
  • CoDeployHistroy: rolls back the application to an earlier version.
  • CoBindNas: associates a network-attached storage (NAS) file system with the application.
  • CoUnbindNas: disassociates a NAS file system from the application.
  • CoBatchStartApplication: starts multiple applications concurrently.
  • CoBatchStopApplication: stops multiple applications concurrently.
  • CoRestartInstances: restarts the instance.
  • CoDeleteInstances: deletes the instance.
  • CoScaleInAppWithInstances: reduces the specified number of application instances.
CoCreateApp
CoStatusstringNo

The ID of the request.

2

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The returned message.

65E1F-43BA-4D0C-8E61-E4D1337F****
Messagestring

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

success
TraceIdstring

The information about change orders.

0bb6f815638568884597879d****
Dataobject

The information about change orders.

CurrentPageinteger

The total number of change orders.

1
TotalSizeinteger

The list of change orders.

1
ChangeOrderListarray<object>

The change orders.

ChangeOrderobject

The information about change orders.

Statusinteger

The time when the change order was completed.

2
FinishTimestring

The time when the change order was created.

2019-07-11 20:12:58
CreateTimestring

The ID of the user.

2019-07-11 15:54:49
UserIdstring

The source of the change order.

sae-beta-test
Sourcestring

The number of release batches.

console
BatchCountinteger

The ID of the user who created the change order.

1
CreateUserIdstring

The code of the change type. Valid values:

  • CoBindSlb: associates an SLB instance with the application.
  • CoUnbindSlb: disassociates the SLB instance from the application.
  • CoCreateApp: creates the application.
  • CoDeleteApp: deletes the application.
  • CoDeploy: deploys the application.
  • CoRestartApplication: restarts the application.
  • CoRollback: rolls back the application.
  • CoScaleIn: scales in the application.
  • CoScaleOut: scales out the application.
  • CoStart: starts the application.
  • CoStop: stops the application.
  • CoRescaleApplicationVertically: modifies the instance specifications.
  • CoDeployHistroy: rolls back the application to a historical version.
  • CoBindNas: associates a NAS file system with the application.
  • CoUnbindNas: disassociates the NAS file system from the application.
  • CoBatchStartApplication: starts multiple applications concurrently.
  • CoBatchStopApplication: stops multiple applications concurrently.
  • CoRestartInstances: restarts the instances.
  • CoDeleteInstances: deletes the instances.
  • CoScaleInAppWithInstances: reduces the number of the specified application instances.
sae-beta-test
CoTypeCodestring

The code of the change order. Valid values:

  • CoBindSlb: associates the Server Load Balancer (SLB) instance with the application.
  • CoUnbindSlb: disassociates an SLB instance from the application.
  • CoCreateApp: creates the application.
  • CoDeleteApp: deletes the application.
  • CoDeploy: deploys the application.
  • CoRestartApplication: restarts the application.
  • CoRollback: rolls back the application.
  • CoScaleIn: scales in the application.
  • CoScaleOut: scales out the application.
  • CoStartApplication: starts the application.
  • CoStopApplication: stops the application.
  • CoRescaleApplicationVertically: modifies the instance type.
  • CoDeployHistroy: rolls back the application to an earlier version.
  • CoBindNas: associates a network-attached storage (NAS) file system with the application.
  • CoUnbindNas: disassociates a NAS file system from the application.
  • CoBatchStartApplication: starts multiple applications concurrently.
  • CoBatchStopApplication: stops multiple applications concurrently.
  • CoRestartInstances: restarts the instance.
  • CoDeleteInstances: deletes the instance.
  • CoScaleInAppWithInstances: reduces the specified number of application instances.
CoCreateApp
ChangeOrderIdstring

The mode in which the release batches are determined. Valid values:

  • auto: SAE automatically determines the release batches.
  • manual: You must manually determine the release batches.
7fa5c0-9ebb-4bb4-b383-1f885447****
BatchTypestring

The ID of the group.

auto
GroupIdstring

The description about the application.

c9ecd2-cf6c-46c3-9f20-525de202****
Descriptionstring

The change type, which corresponds to the CoTypeCode parameter.

CoTypestring

The ID of the application.

AppIdstring

The number of entries returned on each page.

164341c-9708-4967-b3ec-24933767****
PageSizeinteger

The error code.

  • The ErrorCode parameter is not returned when the request succeeds.
  • The ErrorCode parameter is returned when the request fails. For more information, see Error codes in this topic.
20
ErrorCodestring

The HTTP status code. Valid values:

  • 2xx: indicates that the request was successful.
  • 3xx: indicates that the request was redirected.
  • 4xx: indicates that the request was invalid.
  • 5xx: indicates that a server error occurred.
Codestring

Indicates whether the list of change orders was obtained. Valid values:

  • true: indicates that the list was obtained.
  • false: indicates that the list could not be obtained.
200

Examples

Sample success responses

JSONformat

{
  "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": "",
        "CoType": "",
        "AppId": "164341c-9708-4967-b3ec-24933767****"
      }
    ],
    "PageSize": 20
  },
  "ErrorCode": "",
  "Code": 200,
  "Success": true
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameter.NotEmptyYou must specify the parameter %s.-
400Resouce.no.permissionYou are not authorized to operate on the specified resources.You are not authorized to operate on the specified resources.
404InvalidAppId.NotFoundThe specified AppId does not exist.-

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

Change history

Change timeSummary of changesOperation
2025-04-01The Error code has changed. The request parameters of the API has changedView Change Details