Queries the status of an Istio proxy.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
servicemesh:DescribeServiceMeshProxyStatus | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
ServiceMeshId | string | Yes | The ID of the ASM instance. | ca04bc38979214bf2882be79d39b4**** |
Response elements
Element | Type | Description | Example |
object | The status of the proxy. | ||
Message | string | The response message. | success |
RequestId | string | The ID of the request. | 31d3a0f0-07ed-4f6e-9004-1804498c**** |
| ProxyStatus | array<object> | A list of proxy statuses. | |
object | The status of the proxy. | ||
ProxyVersion | string | The version of the proxy. | 1.9.7 |
ClusterSynced | string | The status of the proxy. Valid values:
| SYNCED |
EndpointPercent | string | The percentage of endpoints. | 1 |
ListenerSynced | string | The synchronization status of the listener. Valid values:
| SYNCED |
RouteSynced | string | The synchronization status of the route. Valid values:
| SYNCED |
EndpointSynced | string | The synchronization status of the endpoint. Valid values:
| SYNCED |
ProxyId | string | The ID of the proxy. | 119q**** |
IstioVersion | string | The version of Istiod. | 1.9.7 |
Code | string | The status code. Valid values: -
| 200 |
Success | string | Indicates whether the request was successful. | success |
Examples
Success response
JSON format
{
"Message": "success",
"RequestId": "31d3a0f0-07ed-4f6e-9004-1804498c****",
"ProxyStatus": [
{
"ProxyVersion": "1.9.7",
"ClusterSynced": "SYNCED",
"EndpointPercent": "1",
"ListenerSynced": "SYNCED",
"RouteSynced": "SYNCED",
"EndpointSynced": "SYNCED",
"ProxyId": "119q****",
"IstioVersion": "1.9.7"
}
],
"Code": "200",
"Success": "success"
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.