Creates 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. | ***** |
SwimLaneName | string | No | The name of the lane. | s3 |
LabelSelectorKey | string | No | The label key of the associated service workload. Set the value to | ASM_TRAFFIC_TAG |
ServicesList | string | No | The list of services associated with the lane. The value is a JSON array. The format of a single service is | [\"sh01/c089443ea9e50403fa4f0a6237d11e0a9/default/mocka\",\"sh01/c089443ea9e50403fa4f0a6237d11e0a9/default/mockb\",\"sh01/c089443ea9e50403fa4f0a6237d11e0a9/default/mockc\"] |
LabelSelectorValue | string | No | The label value of the associated service workload.`` | v3 |
GroupName | string | No | The name of the lane group. | test |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "*****"
}
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 |