All Products
Search
Document Center

Serverless App Engine:ListSwimmingLaneGroupTags

Last Updated:Dec 17, 2025

Queries all lane tags.

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

Request syntax

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

Request parameters

ParameterTypeRequiredDescriptionExample
NamespaceIdstringNo

The ID of a namespace.

cn-beijing:test
GroupIdlongNo

The ID of the lane group.

2074

Response parameters

ParameterTypeDescriptionExample
object

The returned information.

RequestIdstring

The ID of the request.

30375C38-F4ED-4135-A0AE-5C75DC7F****
Messagestring

Additional information. Valid values:

  • The error message returned because the request is normal and success is returned.
  • If the request is abnormal, the specific exception error code is returned.
success
TraceIdstring

The ID of the trace. This parameter is used to query the exact call information.

ac1a0b2215622920113732501e****
Dataarray<object>

Responses.

dataobject

Details.

Tagstring

The label of the lane.

{"alicloud.service.tag":"g1"}
Metadatastring

The metadata.

{"version":"1.0.0","owner":"team-a"}
ErrorCodestring

Error code. Valid values:

  • If the request is successful, no ErrorCode fields are returned.
  • Request failed: ErrorCode fields are returned. For more information, see Error codes.
Codestring

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

  • 2xx: The request was successful.
  • 3xx: Redirection.
  • 4xx: Request error.
  • 5xx: Server error.
200
Successboolean

Whether the data is successful. Valid values:

  • true: The request is successful.
  • false: Failed.
true

Examples

Sample success responses

JSONformat

{
  "RequestId": "30375C38-F4ED-4135-A0AE-5C75DC7F****",
  "Message": "success",
  "TraceId": "ac1a0b2215622920113732501e****",
  "Data": [
    {
      "Tag": {
        "alicloud.service.tag": "g1"
      },
      "Metadata": {
        "version": "1.0.0",
        "owner": "team-a"
      }
    }
  ],
  "ErrorCode": "",
  "Code": 200,
  "Success": true
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameter.NotEmptyYou must specify the parameter %s.-
400InvalidParameter.ObviouslyThe specified parameter is invalid {%s}.-
400InvalidParameter.WithMessageThe parameter is invalid {%s}: %s-
400MseGatewayRule.CreateFailedCreate MSE Gateway rule failed.Failed to create an MSE microservices gateway route.
400InternalApiErrorAn exception occurred when calling mse:%s, error message: %s.-

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