synergiator opened a new issue #71: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/71
Compare these two calls: as it seems, template listing does not contain all details information. ``` list templates id=8c789ebd-c333-4e22-891a-d49d1c07d95a templatefilter=all filter=id,name,details, +--------------------------------------+---------------------------+---------------------------------+ | ID | NAME | DETAILS | +--------------------------------------+---------------------------+---------------------------------+ | 408a4ed7-6ce3-4dbb-a937-4c2a1030ddc0 | sles 15 SP1 BUILD-204447b | {"rootDiskController":"pvscsi"} | +--------------------------------------+---------------------------+---------------------------------+ list resourcedetails resourceid=408a4ed7-6ce3-4dbb-a937-4c2a1030ddc0 resourcetype=Template +------------+--------------------+------------+--------------+---------+ | FORDISPLAY | KEY | RESOURCEID | RESOURCETYPE | VALUE | +------------+--------------------+------------+--------------+---------+ | true | dataDiskController | 5041 | Template | pvscsi | | true | nicAdapter | 5041 | Template | Vmxnet3 | | true | rootDiskController | 5041 | Template | pvscsi | ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org