Resource Center/Resource Pool/VM Instance Operations
GETVM Instance OperationsSince 4.3.12SynchronousAuth Required
GetVmvNUMATopology
GetVmvNUMATopology
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredThe VM UUID.
Responses
Endpoint
GET/zstack/v1/vm-instances/{uuid}/vnuma-topology
/zstack/v1/vm-instances/{uuid}/vnuma-topology
Request Example
curl -X GET 'http://{host}/zstack/v1/vm-instances/{uuid}/vnuma-topology' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "hostUuid": "7fd86bbe6ca94a8d810aa1d33e29932c", "topology": [ { "CPUsID": ["0", "1", "2", "3"], "distance": ["10", "21"], "nodeID": 0, "memSize": 1024, "phyNodeID": 0 }, { "CPUsID": ["4", "5", "6", "7"], "distance": ["21", "10"], "nodeID": 1, "memSize": 2048, "phyNodeID": 1 } ], "name": "vm0", "uuid": "71b30db8bca34e9191ed09bff2990e80" }Change History
This API has no change history records yet.
