All Products
Search
Document Center

Alibaba Cloud Service Mesh:UpdateIstioRouteAdditionalStatus

Last Updated:Mar 05, 2024

Updates the information about a routing rule for a Service Mesh (ASM) gateway.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ServiceMeshIdstringYes

The ASM instance ID.

c08ba3fd1e6484b0f8cc1ad8fe10d****
IstioGatewayNamestringNo

The name of the ASM gateway.

ingressgateway
RouteNamestringNo

The name of the routing rule.

http-test
PriorityintegerNo

The priority of the routing rule. The value of this parameter is an integer. A smaller value indicates a higher priority.

0
StatusintegerNo

The status of the routing rule. Valid values: 0: The routing rule is valid. 1: The routing rule is invalid. 2: An error occurs during the creation or update of the routing rule.

0
DescriptionstringNo

The description of the routing rule.

demo route

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

BD65C0AD-D3C6-48D3-8D93-38D2015C****

Examples

Sample success responses

JSONformat

{
  "RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****"
}

Error codes

HTTP status codeError codeError message
500ERR500An internal server error occurred.

For a list of error codes, visit the Service error codes.