R created CLOUDSTACK-6189:
-----------------------------
Summary: listNetworkOfferings is missing 'zoneid' despite listApis
defining it
Key: CLOUDSTACK-6189
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6189
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: API
Affects Versions: 4.2.1
Reporter: R
Priority: Minor
The XML output from listApis shows that listNetworkOfferings will return a
'zoneid'.
However, it doesn't contain one:
listApis() output:
[snip]
<params>
<name>zoneid</name>
<description>
list netowrk offerings available for network creation in specific zone
</description>
<type>uuid</type>
<length>255</length>
<required>false</required>
<related>listZones,createZone,updateZone</related>
</params>
[snip]
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)