Queries the instance types of nodes on the data plane and whether the instance types support Multi-Buffer acceleration.
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 Alibaba Cloud Service Mesh (ASM) instance. | cb8963379255149cb98c8686f274x**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"InstanceTypes": [
{
"NodeType": "ecs.g7.xlarge",
"MultiBufferEnabled": true,
"Key": "feature.node.kubernetes.io/mb-feature-enable",
"Value": "true"
}
],
"RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****"
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
500 | ERR500 | An internal server error occurred. |
For a list of error codes, visit the Service error codes.