Creates or updates a lane for end-to-end canary release.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
mse:CreateOrUpdateSwimmingLane | create |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | No | The ID of the region. | cn-beijing |
Id | long | No | The ID of the primary key. The value -1 indicates a request that is used to create a lane. A value greater than 0 indicates a request that is used to modify a lane. | -1 |
Name | string | Yes | The name of the lane. | Test lane |
Tag | string | No | The tag. | gray |
Enable | boolean | No | Specifies whether to enable the lane. | true |
GroupId | long | No | The language of the response. Valid values:****
Note
Default value: zh-CN.
| 115 |
EnableRules | boolean | No | Specifies whether to configure a routing rule for the lane. If an Ingress gateway is used, this parameter is not required. | false |
EntryRules | array<object> | No | The lane. | |
EntryRule | object | No | The information about the routing rule for the ingress application. | |
Paths | array | No | The paths. | |
string | No | The path. | / | |
Condition | string | No | Specifies how RESTful items are combined into the final condition. | "" |
RestItems | array<object> | No | The matching list. | |
RestItem | object | No | The object of the rule. | |
Type | string | No | The matching type. | header |
Name | string | No | The name. | "" |
Operator | string | No | The operator. | mod |
NameList | array | No | The matching list. | |
NameList | string | No | The name. | A081 |
Datum | string | No | The value. | .params[0] |
Cond | string | No | The matching character. | = |
Divisor | integer | No | The divisor. | 10 |
Remainder | integer | No | The remainder. | 3 |
Rate | integer | No | The percentage. | 10 |
Value | string | No | The value. | "" |
Priority | integer | No | The priority. | 1 |
EntryRuledeprecated | string | No | The JSON string. | {} |
GatewaySwimmingLaneRouteJson | object | No | The information about the routing rule for the gateway. This parameter is required when a cloud-native gateway is used as the ingress. | |
GatewayId | long | No | The ID of the gateway. | 1 |
GatewayUniqueId | string | No | The unique ID of the gateway. | gw-84efde2ee1464260bdb17a5b**** |
RouteIdList | array | No | The route IDs. | |
long | No | The route ID. | 1 | |
Conditions | array<object> | No | The matching conditions. | |
object | No | |||
Name | string | No | The name of the parameter. | name |
Value | string | No | The value of the parameter. | xiaoming |
Type | string | No | The type of the parameter. Valid values:
| header |
Cond | string | No | The matching condition. Valid values:
| PRE |
AcceptLanguage | string | No | The language of the response. Valid values: zh and en. Default value: zh. The value zh indicates Chinese, and the value en indicates English. | zh |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "EE5C32A1-BC0E-4B79-817C-103E4EDF****",
"Success": true,
"Code": 200,
"ErrorCode": "mse-100-000",
"HttpStatusCode": 200,
"Message": "The request was successfully processed.\n",
"Data": "{}"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | IllegalRequest | Invalid request:%s | Invalid request: %s |
400 | InvalidParameter | Parameter error:%s | Request parameter error: %s |
403 | NoPermission | You are not authorized to perform this operation:%s | You do not have the permission to use this interface:%s |
404 | NotFound | Not found:%s | The resource does not exist:%s |
500 | InternalError | Console error. Try again later:%s | Console error. Try again later: %s |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-09-10 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2024-05-29 | The request parameters of the API has changed. The response structure of the API has changed | View Change Details |
2024-03-14 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2023-10-26 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2023-08-16 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2023-06-08 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2023-05-06 | The response structure of the API has changed | View Change Details |
2023-04-25 | The response structure of the API has changed | View Change Details |
2023-04-20 | API Description Update. The request parameters of the API has changed | View Change Details |
2023-03-30 | API Description Update. The Error code has changed. The request parameters of the API has changed | View Change Details |