tencent cloud

APIs

DescribeGovernanceLaneGroups

Focus Mode
Font Size
Last updated: 2026-05-08 14:28:55

1. API Description

Domain name for API request: tse.intl.tencentcloudapi.com.

Query lane group list

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: DescribeGovernanceLaneGroups.
Version Yes String Common Params. The value used for this API: 2020-12-07.
Region Yes String Common Params. For more information, please see the list of regions supported by the product. This API only supports: ap-guangzhou, ap-nanjing, ap-singapore, eu-frankfurt, na-siliconvalley.
InstanceId Yes String Engine Instance ID
Offset Yes Integer Pagination query offset.
Limit Yes Integer Number of items per page.
Name No String swimlane name
GroupID No String Lane ID
Brief No Boolean Whether to display the lane rule list

3. Output Parameters

Parameter Name Type Description
Total Integer Total number.
LaneGroups Array of GovernanceLaneGroup Lane rule list
RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Querying the Lane Group List

Query the lane group list

Input Example

POST / HTTP/1.1
Host: tse.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeGovernanceLaneGroups
<Common request parameters>

{
    "InstanceId": "ins-f72d4820",
    "Offset": 1,
    "Limit": 1
}

Output Example

{
    "Response": {
        "LaneGroups": [
            {
                "CreateTime": "2026-01-13 18:04:50",
                "Destinations": [
                    {
                        "Namespace": "default",
                        "Service": "LaneCallerService"
                    }
                ],
                "ID": "db33e953bfd7467abe34f40f23ca1ada",
                "ModifyTime": "2026-01-15 11:43:21",
                "Name": "sct",
                "Revision": "4d6b31038976413b999b1c3117875b6d",
                "Rules": [
                    {
                        "CreateTime": "2026-01-14 11:23:47",
                        "Description": "blue",
                        "Enable": true,
                        "EnableTime": "2026-01-15 11:41:17",
                        "ID": "15d28168fe894299b50d49b35193867c",
                        "LaneGroup": "sct",
                        "LaneLabelValue": "blue",
                        "LaneMatchMode": "PERMISSIVE",
                        "ModifyTime": "2026-01-15 11:43:21",
                        "Name": "blue",
                        "Priority": 0,
                        "Revision": "a023fd6b2f1441158699177ad3a86213",
                        "TrafficGray": {
                            "Curvature": 0,
                            "IntervalSecond": 0,
                            "Mode": "PERCENTAGE",
                            "Percent": 100
                        },
                        "TrafficLabels": [
                            {
                                "Key": "color",
                                "Type": "HEADER",
                                "Value": {
                                    "Type": "EXACT",
                                    "Value": "blue",
                                    "ValueType": "TEXT"
                                }
                            }
                        ],
                        "TrafficMatchMode": "AND"
                    }
                ],
                "TrafficEntries": [
                    {
                        "EntryType": "polarismesh.cn/gateway/spring-cloud-gateway",
                        "ServiceGatewaySelector": {
                            "Namespace": "default",
                            "Service": "LaneRouterGatewayService"
                        }
                    }
                ]
            }
        ],
        "Total": 3,
        "RequestId": "de77ec4e-e69f-459e-9c07-13b32b207bcc"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

There is no error code related to the API business logic. For other error codes, please see Common Error Codes.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback