Updates a routing rule for a gateway.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mse:UpdateGatewayRoute |
update |
*Gateway
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| GatewayId |
integer |
No |
The gateway ID. |
501 |
Name
deprecated
|
string |
No |
The route name. |
route-web |
| RouteOrder |
integer |
No |
The sequence number of the route. |
1 |
| Predicates |
array |
Yes |
The route matching conditions. |
|
| PathPredicates |
object |
Yes |
The path matching. |
|
| Path |
string |
No |
The route path. |
/test |
| Type |
string |
No |
The matching type. |
PRE |
| IgnoreCase |
boolean |
No |
Specifies whether to ignore case sensitivity. |
true |
| MethodPredicates |
array |
No |
The information about method matching. |
|
|
string |
No |
The method. |
GET |
|
| HeaderPredicates |
array |
No |
The information about header matching. |
|
|
object |
No |
The request header. |
||
| Key |
string |
No |
The request header key. |
debug |
| Value |
string |
No |
The corresponding value. |
on |
| Type |
string |
No |
The matching type. |
PRE |
| QueryPredicates |
array |
No |
The information about parameter matching. |
|
|
object |
No |
The URL parameter. |
||
| Key |
string |
No |
The parameter name. |
userid |
| Value |
string |
No |
The value. |
test |
| Type |
string |
No |
The match type. |
PRE |
| Services |
array |
No |
The service that you want to associate with the gateway. This parameter is required if the Route Point parameter is set to Single Service, Multiple Services, or Label routing. |
|
|
array |
No |
The list of services. |
||
| ServiceId |
integer |
No |
The service ID. |
1 |
| Percent |
integer |
No |
The traffic weight of the service of a specific version, in percentage. This parameter is required if the Route Point parameter is set to Multiple Services or Label routing. |
80 |
| Version |
string |
No |
The service version. This parameter is required only if the Route Point parameter is set to Label routing. |
v1 |
| Name |
string |
No |
The name. |
web |
| SourceType |
string |
No |
The type of the source. |
MSE |
| Namespace |
string |
No |
The namespace to which the service belongs. |
default |
| GroupName |
string |
No |
The name of the group to which the service belongs. |
test |
| AgreementType |
string |
No |
The Protocol Type. |
DUBBO |
| HttpDubboTranscoder |
object |
No |
The Dubbo protocol converter. |
|
| DubboServiceName |
string |
No |
The Dubbo service name. |
org.apache.dubbo.samples.basic.api.DemoService |
| DubboServiceVersion |
string |
No |
The Dubbo service version. |
0.0.0 |
| DubboServiceGroup |
string |
No |
The Dubbo service group. |
service name |
| MothedMapList |
array |
No |
The Dubbo forwarding rules. |
|
|
array |
No |
The method mapping object. |
||
| DubboMothedName |
string |
No |
The Dubbo method name. |
sayHello |
| HttpMothed |
string |
No |
The HTTP method. Note
Supported HTTP method parameter values.
|
ALL_GET |
| Mothedpath |
string |
No |
The path that is used to match a method. |
/mytestzbk/sayhello |
| PassThroughAllHeaders |
string |
No |
The pass-through type of the header. Note
Enumeration values for pass-through types.
|
PASS_NOT |
| PassThroughList |
array |
No |
The headers that are passed through. |
|
|
string |
No |
The header value that is passed through. |
x-forward |
|
| ParamMapsList |
array |
No |
The information about parameter mappings. |
|
|
object |
No |
The parameter mapping object. |
||
| ExtractKeySpec |
string |
No |
The input parameter position. Note
Enumeration values for input parameter positions.
|
ALL_QUERY_PARAMETER |
| ExtractKey |
string |
No |
The key of the input parameter that is extracted. |
name |
| MappingType |
string |
No |
The type of the backend service parameter. |
java.lang.String |
| ServicePort |
integer |
No |
The Dubbo port number. |
20880 |
| Id |
integer |
No |
The route ID. |
139 |
| DestinationType |
string |
No |
The destination service type. |
Mock |
| DirectResponseJSON |
object |
No |
The Mock content. |
|
| Code |
integer |
No |
The Mock return code. |
200 |
| Body |
string |
No |
The return value. |
hello |
| GatewayUniqueId |
string |
Yes |
The unique ID of the gateway. |
gw-86575c0bc9f04ecfbacb92b8e392a2c4 |
| DomainIdListJSON |
string |
Yes |
The associated domain name. |
[90] |
| RedirectJSON |
object |
No |
The redirection. |
|
| Code |
integer |
No |
The status code. |
302 |
| Host |
string |
No |
The hostname to be redirected to. |
test.com |
| Path |
string |
No |
The path to be redirected to. |
/test |
EnableWaf
deprecated
|
boolean |
No |
Deprecated. Use UpdateGatewayRouteWafStatus to update the WAF status of a route. |
false |
| Fallback |
boolean |
No |
Indicates whether to enable the Fallback service. |
true |
| FallbackServices |
array |
No |
The Fallback services. |
|
|
object |
No |
The data object. |
||
| ServiceId |
integer |
No |
The service ID. |
1 |
| Percent |
integer |
No |
The weight in the form of a percentage value. |
80 |
| Version |
string |
No |
The version of the service. |
v1 |
| Name |
string |
No |
The name. |
name |
| SourceType |
string |
No |
The type of the source. |
MSE |
| Namespace |
string |
No |
The namespace in which the service resides. |
Namespace |
| GroupName |
string |
No |
The name of the group to which the service belongs. |
test |
| AgreementType |
string |
No |
The Protocol Type. |
DUBBO |
| ServicePort |
integer |
No |
The service port number. |
8848 |
| Description |
string |
No |
The route description |
a route for xxx |
| AcceptLanguage |
string |
No |
The language of the response. Valid values:
|
zh |
Response elements
|
Parameter |
Type |
Description |
Example |
|
object |
Data structure |
||
| RequestId |
string |
The request ID |
73785414-2C5B-5E28-BD91-B2C742269C48 |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| Message |
string |
The message returned. |
The request is successfully processed. |
| Code |
integer |
The status code |
200 |
| Success |
boolean |
Indicates whether the call was successful. Valid values:
|
true |
| Data |
integer |
The data. |
337 |
| ErrorCode |
string |
The error code. |
NoPermission |
Examples
Success response
JSON format
{
"RequestId": "73785414-2C5B-5E28-BD91-B2C742269C48",
"HttpStatusCode": 200,
"Message": "The request is successfully processed.\n",
"Code": 200,
"Success": true,
"Data": 337,
"ErrorCode": "NoPermission"
}
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 |
| 500 | InternalError | Console error. Try again later:%s | Console error. Try again later: %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 |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.