All Products
Search
Document Center

Alibaba Cloud Service Mesh:DescribeCCMVersion

Last Updated:Mar 05, 2024

Queries the versions of the Cloud Controller Manager (CCM) component.

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 ID of the Service Mesh (ASM) instance.

c08ba3fd1e6484b0f8cc1ad8fe10d****

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

CCMVersionsobject

The versions of the CCM component in all clusters on the data plane.

object

The version information about the CCM component.

QueryStatestring

The status of the query. Valid values:

  • time_out: The query times out.
  • failed: The query fails.
  • Empty string: The query is successful.
time_out
Versionstring

The CCM version.

v2.0.1
SLBGracefulDrainSupportedboolean

Indicates whether Classic Load Balancer (CLB) graceful shutdown is supported.

true
ClusterIdstring

The ID of the cluster instance on the data plane.

cfbb81b9b51a44b299349xxxxxxxxxxxx
Messagestring

The additional information that is returned when the query fails. This parameter is empty if the query is successful.

timeout error
RequestIdstring

The request ID.

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

Examples

Sample success responses

JSONformat

{
  "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 codeError codeError message
503ERR404Not found

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

Change history

Change timeSummary of changesOperation
2023-11-21The Error code has changed. The response structure of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 503
Output ParametersThe response structure of the API has changed.