Queries the upgrade details of a Service Mesh (ASM) instance and its ingress gateways.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ServiceMeshId | string | Yes | The ASM instance ID. | 11fd0027-c27e-41bb-a565-75583054**** |
GuestClusterIds | string | No | The IDs of the clusters on the data plane of the ASM instance. Separate multiple clusters with commas (,). | caeac85a793c94afbbb0a4bb20320**** |
AllIstioGatewayFullNames | string | No | The fully qualified names of ingress gateways in the ASM instance. Separate multiple names with commas (,). | istio-system:ingressgateway1,istio-system:ingressgateway2 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "11fd0027-c27e-41bb-a565-75583054****",
"UpgradeDetail": {
"FinishedGatewaysNum": 1,
"MeshStatus": "running",
"TotalGatewaysNum": 2,
"GatewayStatusRecord": {
"key": {
"Status": "upgrading",
"Message": "success",
"Version": "1.9.7"
}
}
}
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
404 | ERR404 | Not found |
For a list of error codes, visit the Service error codes.