Updates the information about a lane.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ServiceMeshId | string | Yes | The ID of the Service Mesh (ASM) instance. | xxx |
ServicesList | string | No | A list of services associated with the lane. | ["sh01/c089443ea9e50403fa4f0a6237d11e0a9/default/mocka","sh01/c089443ea9e50403fa4f0a6237d11e0a9/default/mockb","sh01/c089443ea9e50403fa4f0a6237d11e0a9/default/mockc"] |
SwimLaneName | string | No | The name of the lane. | s1 |
LabelSelectorKey | string | No | The label key of the associated service workload. Set the value to | ASM_TRAFFIC_TAG |
LabelSelectorValue | string | No | The label value of the associated service workload.`` | v1 |
GroupName | string | No | The name of the lane group. | test |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "yyy"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2022-09-28 | Add Operation | see changesets |