All Products
Search
Document Center

Serverless App Engine:ListApplicationsForSwimmingLane

Last Updated:Dec 17, 2025

Obtains the application list for the end-to-end grayscale pull application list.

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:ListApplicationsForSwimmingLanelist
*All Resources
*
    none
none

Request syntax

GET /pop/v1/cas/gray/listApplicationsForSwimmingLane HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
NamespaceIdstringYes

The ID of a namespace.

cn-beijing:test
GroupIdlongNo

The ID of the application group. You can call the DescribeApplicationGroups operation to obtain the ID.

b2a8a925-477a-eswa-b823-d5e22500****
TagstringNo

The canary tag

{"alicloud.service.tag":"gray"}

Response parameters

ParameterTypeDescriptionExample
object

The queried polices.

Messagestring

The message returned. The following limits are imposed on the ID:

  • If the request was successful, success is returned.
  • An error code is returned when a request failed.
success
RequestIdstring

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

0a98a02315955564772843261e****
Dataarray<object>

The list of applications.

dataobject

The information about the application list.

AppIdstring

The ID of the application.

0099b7be-5f5b-4512-a7fc-56049ef1****
AppNamestring

The name of the application.

demo-app
MseAppIdstring

The ID of the MSE instance.

mse-cn-hvm47******
MseAppNamestring

MSE Instance Name

test
MseNamespaceIdstring

The ID of the namespace to which the MSE instance belongs.

sae-test
BaseAppIdstring

The ID of the baseline application.

8c573618-8d72-4407-baf4-f7b64b******
BaseAppNamestring

The name of the baseline application.

demo
ServiceTagsobject

The canary tag configured for the application.

string

The canary tag configured for the application.

{"alicloud.service.tag":"gray"}
ErrorCodestring

The status code. Value values:

  • If the request was successful, ErrorCode is not returned.
  • If the request failed, the ErrorCode parameter is returned. For more information, see Error codes section in this topic.
Codestring

The HTTP status code or the error code. Valid values:

  • 2xx: The request was successful.
  • 3xx: The request was redirected.
  • 4xx: The request failed.
  • 5xx: A server error occurred.
200
Successboolean

Indicates whether the list of application instances was queried. Valid values:

  • true: The instance groups were obtained.
  • false: The instance groups failed to be obtained.
true

Examples

Sample success responses

JSONformat

{
  "Message": "success",
  "RequestId": "0a98a02315955564772843261e****",
  "Data": [
    {
      "AppId": "0099b7be-5f5b-4512-a7fc-56049ef1****",
      "AppName": "demo-app",
      "MseAppId": "mse-cn-hvm47******",
      "MseAppName": "test",
      "MseNamespaceId": "sae-test",
      "BaseAppId": "8c573618-8d72-4407-baf4-f7b64b******",
      "BaseAppName": "demo",
      "ServiceTags": {
        "key": {
          "alicloud.service.tag": "gray"
        }
      }
    }
  ],
  "ErrorCode": "",
  "Code": 200,
  "Success": true
}

Error codes

HTTP status codeError codeError message
400InvalidParameter.NotEmptyYou must specify the parameter %s.
400InternalApiErrorAn exception occurred when calling mse:%s, error message: %s.
400InvalidParameter.WithMessageThe parameter is invalid {%s}: %s

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