Updates the additional information for a route.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
servicemesh:UpdateIstioRouteAdditionalStatus |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ServiceMeshId |
string |
Yes |
The ID of the Service Mesh (ASM) instance. |
c08ba3fd1e6484b0f8cc1ad8fe10d**** |
| IstioGatewayName |
string |
No |
The name of the ASM gateway. |
ingressgateway |
| RouteName |
string |
No |
The name of the route. |
http-test |
| Priority |
integer |
No |
The route priority. This is an integer. A smaller value indicates a higher priority. |
0 |
| Status |
integer |
No |
The status of the route. A value of 0 indicates that the route is published. A value of 1 indicates that the route is unpublished. A value of 2 indicates that a fault occurred when the route was created or updated. |
0 |
| Description |
string |
No |
The description of the route. |
demo route |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
BD65C0AD-D3C6-48D3-8D93-38D2015C**** |
Examples
Success response
JSON format
{
"RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ERR500 | An internal server error occurred. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.