Retrieves the basic information about a Service Mesh (ASM) instance.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
servicemesh:DescribeMetadata | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
No parameters required.
Response elements
Element | Type | Description | Example |
object | The return value. | ||
RequestId | string | The request ID. | F93DDAD7-6E04-5AC3-86F4-852708****** |
| MetaData | object | The metadata of the ASM instance. This includes basic information about the ASM product. | |
| VersionCrds | array<object> | The CustomResourceDefinition (CRD) information for each ASM version. | |
object | The CRD information for the version. | {"1.5":[{"kind":"DestinationRule","api_group":"networking.istio.io","id":"2","api_version":"networking.istio.io/v1alpha3"}]} | |
| Versions | array | A list of ASM versions. | |
string | The version information. | v1.14.3.87-g96cf7305-aliyun | |
| Regions | array | A list of regions where ASM is available. | |
string | The region. | cn-hangzhou | |
CurrentVersion | string | The current version. | v1.14.3.87-g96cf7305-aliyun |
| VersionRegistry | array<object> | The Istio version that corresponds to the ASM version. | |
object | The Istio version that corresponds to the ASM version. | {"v1.14.3.87-g96cf7305-aliyun": "1.14.3"} | |
| ProEdition | object | The version information of ASM Commercial Edition. | |
| Versions | array | A list of ASM versions. | |
string | The version information. | v1.14.3.87-g96cf7305-aliyun | |
CurrentVersion | string | The current version. | v1.14.3.87-g96cf7305-aliyun |
| VersionRegistry | array<object> | The Istio version that corresponds to the ASM version. | |
object | The Istio version that corresponds to the ASM version. | {"v1.14.3.87-g96cf7305-aliyun": "1.14.3"} | |
| VersionCrds | array<object> | The CRD information for each ASM version. | |
object | The CRD information for the version. | {"1.5":[{"kind":"DestinationRule","api_group":"networking.istio.io","id":"2","api_version":"networking.istio.io/v1alpha3"}]} | |
| CompatibilityInfoList | array<object> | A list of ASM and Kubernetes (K8s) version compatibilities. | |
object | The range of K8s versions that are compatible with the ASM version. | { "k8s_version": { "MaxMajor": 1, "MaxMinor": 24, "MinMajor": 1, "MinMinor": 16 }, "asm_version": { "Major": 1, "Minor": 5 } } | |
| PlaygroundScene | object | The data for ASM lab scenarios. | |
| trafficManagement | array | The traffic management scenarios. | |
string | The scenario ID. | ewmaLb | |
| security | array | The security scenarios. | |
string | The scenario ID. | none | |
| observability | array | The observability scenarios. | |
string | The scenario ID. | none | |
| other | array | Other scenario categories. | |
string | The scenario ID. | none |
Examples
Success response
JSON format
{
"RequestId": "F93DDAD7-6E04-5AC3-86F4-852708******",
"MetaData": {
"VersionCrds": [
{
"1.5": [
{
"kind": "DestinationRule",
"api_group": "networking.istio.io",
"id": "2",
"api_version": "networking.istio.io/v1alpha3"
}
]
}
],
"Versions": [
"v1.14.3.87-g96cf7305-aliyun"
],
"Regions": [
"cn-hangzhou"
],
"CurrentVersion": "v1.14.3.87-g96cf7305-aliyun",
"VersionRegistry": [
{
"v1.14.3.87-g96cf7305-aliyun": "1.14.3"
}
],
"ProEdition": {
"Versions": [
"v1.14.3.87-g96cf7305-aliyun"
],
"CurrentVersion": "v1.14.3.87-g96cf7305-aliyun",
"VersionRegistry": [
{
"v1.14.3.87-g96cf7305-aliyun": "1.14.3"
}
],
"VersionCrds": [
{
"1.5": [
{
"kind": "DestinationRule",
"api_group": "networking.istio.io",
"id": "2",
"api_version": "networking.istio.io/v1alpha3"
}
]
}
]
},
"CompatibilityInfoList": [
{
"k8s_version": {
"MaxMajor": 1,
"MaxMinor": 24,
"MinMajor": 1,
"MinMinor": 16
},
"asm_version": {
"Major": 1,
"Minor": 5
}
}
],
"PlaygroundScene": {
"trafficManagement": [
"ewmaLb"
],
"security": [
"none"
],
"observability": [
"none"
],
"other": [
"none"
]
}
}
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.