Queries lanes in a lane group.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /pop/v5/trafficmgnt/swimming_lanes
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
GroupId | long | Yes | The ID of the lane group. | 79 |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": 200,
"Message": "success",
"RequestId": "C2CDBBF9-9C9A-5AA1-9F39-094ADEB3****",
"Data": [
{
"NamespaceId": "cn-hangzhou:pre2",
"GroupId": 156,
"ScenarioSign": "d0ad1052",
"EntryRule": "[{\\\"condition\\\":\\\"AND\\\",\\\"enable\\\":true,\\\"path\\\":\\\"/\\\",\\\"priority\\\":1,\\\"restItems\\\":[{\\\"cond\\\":\\\"==\\\",\\\"datum\\\":\\\"value\\\",\\\"name\\\":\\\"tags\\\",\\\"operator\\\":\\\"rawvalue\\\",\\\"type\\\":\\\"header\\\",\\\"value\\\":\\\"value\\\"}]}]",
"Tag": "2cb6b8a",
"EnableRules": true,
"Name": "name",
"Id": 348,
"SwimmingLaneAppRelationShipList": [
{
"AppName": "prod-app-58846",
"Rules": "\"\"",
"LaneId": 348,
"AppId": "3b615783-01f1-4569-baa3-cb71bdb6****",
"Extra": "edas-canary"
}
]
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
601 | Edas.errorcode.ParameterInvalid.PointedParameter.message | The value of parameter {0} is invalid. | Invalid parameters: {0} |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||||
---|---|---|---|---|---|---|---|---|
2023-05-08 | The Error code has changed. The response structure of the API has changed | see changesets | ||||||
|