-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Milestone
Description
ISSUE TYPE
- Enhancement
- Bug
COMPONENT NAME
API
CLOUDSTACK VERSION
4.11
CONFIGURATION
N/A
OS / ENVIRONMENT
N/A
SUMMARY
The respone of listResourceDetails includes an ID of the primary field not the UUID
STEPS TO REPRODUCE
$ cs listResourceDetails resourcetype=uservm resourceid=d949e443-9bc8-4399-9e09-842bbb395cae --region=simulator
EXPECTED RESULTS
{
"count": 3,
"resourcedetail": [
{
"fordisplay": true,
"key": "foo",
"resourceid": "d949e443-9bc8-4399-9e09-842bbb395cae",
"resourcetype": "UserVm",
"value": "bar"
},
ACTUAL RESULTS
{
"count": 3,
"resourcedetail": [
{
"fordisplay": true,
"key": "foo",
"resourceid": "5",
"resourcetype": "UserVm",
"value": "bar"
},
Reactions are currently unavailable