Updates a lane group.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
PUT /pop/v5/trafficmgnt/swimming_lane_groups
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
GroupId | long | Yes | The ID of the lane group. | 98 |
Name | string | Yes | The name of the lane group. | test-swimlanegroup |
EntryApp | string | No | The ingress application. The application is in the EDAS:{application ID} format. | EDAS:dd2690a7-3fe4-4975-9a4c-5a60ffd6**** |
AppIds | string | Yes | The list of application IDs related to the lane group. | 8e7689af-6ddd-4676-8ee6-5fbecdf2****,f72deaac-26ba-429a-948d-5fa47c4a****,5049d2c8-f997-4fc9-92a2-153506a6****,99a2d4b5-99a5-4e25-a964-1bd03a17**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": 200,
"Message": "success",
"RequestId": "7580ED24-A2F0-5ECC-9F2B-B92E2509****",
"Data": {
"NamespaceId": "cn-hangzhou:test",
"Name": "name",
"Id": 98,
"ApplicationList": [
{
"AppName": "test-app",
"AppId": "476d26d9-b54c-40b8-8af9-d898cdc2****"
}
],
"EntryApplication": {
"AppName": "test-gateway",
"AppId": "d52c9de9-53d0-4191-aa72-88974a6f****"
}
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
500 | OperationFailed.AuthExchange | Error transforming authentication data into whitelist rules. | Error transforming authentication data into whitelist rules. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history