John Burwell created CLOUDSTACK-9599:
----------------------------------------
Summary: UpdateTemplate Response is Missing
"isdynamicallyscalable" Field
Key: CLOUDSTACK-9599
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9599
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: API
Affects Versions: 4.6.1
Reporter: John Burwell
Priority: Minor
The response for the UpdateTemplate command does not include the
"isdynamicallyscalable" field. The following is a sample of the output from a
call to a 4.6 management server:
cloudmonkey> update template id=7a6c263c-1e16-49dc-866e-7189f3f49052
passwordenabled=false
{
"template": {
"account": "admin",
"bootable": true,
"created": "2016-11-01T15:21:07+0000",
"crossZones": false,
"details": {
"dataDiskController": "osdefault",
"nicAdapter": "Vmxnet3",
"rootDiskController": "osdefault"
},
"displaytext": "Windows2012R2",
"domain": "ROOT",
"domainid": "80ed2086-a02e-11e6-8900-005056aa4c21",
"format": "OVA",
"hypervisor": "VMware",
"id": "7a6c263c-1e16-49dc-866e-7189f3f49052",
"isfeatured": false,
"ispublic": true,
"isready": false,
"name": "Windows2012R2",
"ostypeid": "0c1e7989-a034-11e6-8900-005056aa4c21",
"ostypename": "Windows Server 2012 R2 (64-bit)",
"tags": [],
"templatetype": "USER"
}
}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)