All Products
Search
Document Center

Enterprise Distributed Application Service:ListSwimmingLaneGroup

Last Updated:Jan 08, 2024

Queries lane groups.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Debug

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

GET /pop/v5/trafficmgnt/swimming_lane_groups

Request parameters

ParameterTypeRequiredDescriptionExample
LogicalRegionIdstringYes

The ID of the namespace.

The ID of a custom namespace is in the region ID:namespace identifier format. Example: cn-beijing:test.
The ID of the default namespace is in the region ID format. Example: cn-beijing.

cn-shenzhen:publish
GroupIdlongNo

The ID of the lane group.

0

Response parameters

ParameterTypeDescriptionExample
object

The object data that is returned.

Codeinteger

The HTTP status code that is returned.

200
Messagestring

The additional information that is returned.

success
RequestIdstring

The ID of the request.

BF238E37-671A-5045-B49A-0B29C166****
Dataobject []

The data of the lane group.

NamespaceIdstring

The ID of the microservices namespace.

cn-shanghai:daily
Namestring

The name of the lane group.

name
Idlong

The ID of the lane group.

257
ApplicationListobject []

The applications that are related to the lane group.

AppNamestring

The name of the application.

java-app
AppIdstring

The ID of the application.

406073bf-afc2-4142-b3d7-629a0308****
EntryApplicationobject

The information about the Enterprise Distributed Application Service (EDAS) ingress gateway.

AppNamestring

The name of the application.

java-app
Sourcestring

The data source. Set the value to EDAS.

EDAS
AppIdstring

The ID of the application.

406073bf-afc2-4142-b3d7-629a0308****

Examples

Sample success responses

JSONformat

{
  "Code": 200,
  "Message": "success",
  "RequestId": "BF238E37-671A-5045-B49A-0B29C166****",
  "Data": [
    {
      "NamespaceId": "cn-shanghai:daily",
      "Name": "name",
      "Id": 257,
      "ApplicationList": [
        {
          "AppName": "java-app",
          "AppId": "406073bf-afc2-4142-b3d7-629a0308****"
        }
      ],
      "EntryApplication": {
        "AppName": "java-app",
        "Source": "EDAS",
        "AppId": "406073bf-afc2-4142-b3d7-629a0308****"
      }
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
601Edas.errorcode.ParameterInvalid.PointedParameter.messageThe value of parameter {0} is invalid.Invalid parameters: {0}

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