Queries the information about VMs that are added to an Alibaba Cloud Service Mesh (ASM) instance.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
ServiceMeshId | String | Yes | ce51a7de4a5144db88a864**** |
The ID of the ASM instance. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Data | String | ... |
The returned information. |
RequestId | String | 9522f7c9-63a1-4603-b850-37d12a**** |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=GetVmAppMeshInfo
&ServiceMeshId=ce51a7de4a5144db88a864****
&<Common request parameters>
Sample success responses
XML
format
<RequestId>9522f7c9-63a1-4603-b850-37d12a****</RequestId>
<Data>...</Data>
JSON
format
{
"RequestId": "9522f7c9-63a1-4603-b850-37d12a****",
"Data": "..."
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
404 | ServiceMesh.NotFound | The Service Mesh cluster does not exist. | The error message returned because the ASM instance does not exist. |
For a list of error codes, visit the API Error Center.