调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
PUT /pop/v5/trafficmgnt/swimming_lanes
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
LaneId | long | 是 | 泳道 ID。 | 224 |
Name | string | 否 | 泳道名称。 | test-swimlane |
EnableRules | boolean | 是 | 流控规则是否开启。 | true |
AppInfos | string | 否 | 流控泳道涉及应用列表。 | [{"appId":"8e7689af-6ddd-4676-8ee6-5fbecdf2****"},{"appId":"f72deaac-26ba-429a-948d-5fa47c4a****"},{"appId":"99a2d4b5-99a5-4e25-a964-1bd03a17****"}] |
EntryRules | string | 否 | 流控规则配置。 | [{"priority":1,"path":"/traffictest","condition":"AND","restItems":[{"type":"header","name":"testheader","value":"testheadervalue","cond":"==","operator":"rawvalue"}]}] |
返回参数
示例
正常返回示例
JSON
格式
{
"Code": 200,
"Message": "success",
"RequestId": "6CB46AEA-309C-5041-9EC7-FCF4478F****",
"Data": {
"NamespaceId": "cn-beijing:qa",
"GroupId": 171,
"EntryRule": "[{\\\"condition\\\":\\\"AND\\\",\\\"enable\\\":true,\\\"path\\\":\\\"/traffictest\\\",\\\"priority\\\":1,\\\"restItems\\\":[{\\\"cond\\\":\\\"==\\\",\\\"datum\\\":\\\"testheadervalue\\\",\\\"name\\\":\\\"testheader\\\",\\\"operator\\\":\\\"rawvalue\\\",\\\"type\\\":\\\"header\\\",\\\"value\\\":\\\"testheadervalue\\\"}]}]\"",
"Tag": "2cb6b8a",
"Name": "test-swimlane",
"Id": 321,
"SwimmingLaneAppRelationShipList": [
{
"AppName": "test-app",
"Rules": "dubbo",
"LaneId": 321,
"AppId": "476d26d9-b54c-40b8-8af9-d898cdc2****"
}
]
}
}
错误码
访问错误中心查看更多错误码。