Queries the versions of the Cloud Controller Manager (CCM) component.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ServiceMeshId | string | Yes | The ID of the Service Mesh (ASM) instance. | c08ba3fd1e6484b0f8cc1ad8fe10d**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"CCMVersions": {
"key": {
"QueryState": "time_out",
"Version": "v2.0.1",
"SLBGracefulDrainSupported": true,
"ClusterId": "cfbb81b9b51a44b299349xxxxxxxxxxxx",
"Message": "timeout error"
}
},
"RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****"
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
503 | ERR404 | Not found |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||||
---|---|---|---|---|---|---|---|---|
2023-11-21 | The Error code has changed. The response structure of the API has changed | see changesets | ||||||
|