Resource Center/Resource Pool/VM Instance Operations
GETVM Instance OperationsSince 3.10.0SynchronousAuth Required
GetVmDeviceAddress
GetVmDeviceAddress
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
uuidStringRequiredThe VM UUID.
resourceTypesListRequiredThe resource type.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
GET/zstack/v1/vm-instances/devices
/zstack/v1/vm-instances/devices
Request Example
curl -X GET 'http://{host}/zstack/v1/vm-instances/devices?uuid=<uuid>&resourceTypes=<resourceTypes>&systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "addresses": { "VolumeVO": [ { "address": "0000:01:00:0", "addressType": "pci", "deviceType": "disk", "resourceType": "VolumeVO" } ] } }Change History
This API has no change history records yet.
