Resource Center/Resource Pool/VM Instance Operations
GETVM Instance OperationsSince 3.7.0SynchronousAuth Required
GetLatestGuestToolsForVm
GetLatestGuestToolsForVm
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Query Parameters
Request Inputs
Path Parameters
uuidStringRequiredThe resource UUID.
Query Parameters
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
GET/zstack/v1/vm-instances/{uuid}/latest-guest-tools
/zstack/v1/vm-instances/{uuid}/latest-guest-tools
Request Example
curl -X GET 'http://{host}/zstack/v1/vm-instances/{uuid}/latest-guest-tools?systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventory": { "uuid": "281ed8f30eff42c4a8d788384b782977", "managementNodeUuid": "9fbb4361b1e2466f933558d45746bb59", "architecture": "x86_64", "hypervisorType": "kvm", "version": "1.0.0", "createDate": "Oct 9, 2019 7:37:57 PM", "lastOpDate": "Oct 9, 2019 7:37:57 PM" } }Change History
This API has no change history records yet.
