kiranchavala opened a new issue, #7966: URL: https://github.com/apache/cloudstack/issues/7966
***ISSUE TYPE*** * Improvement request ***COMPONENT NAME*** Compnent: UI ***CLOUDSTACK VERSION*** Cloudstack version 4.18 ***SUMMARY*** Show the Reserved/Free state ip addresses in List Public Ip address Network > Public Ip address https://cloudstack.apache.org/api/apidocs-4.18/apis/listPublicIpAddresses.html Currently only allocated ip's are show we can pass the parameter allocatedonly=false to show all the available public ip address ***Steps to reproduce the issue*** 1. Reserve a Ip addrees via the api call https://cloudstack.apache.org/api/apidocs-4.18/apis/reserveIpAddress.html ``` Cmk> reserve ipaddress id=87385d0a-fea5-4f04-8894-6f515eb3211e { "ipaddress": { "account": "admin", "allocated": "2023-09-15T05:33:17+0000", "domain": "ROOT", "domainid": "c2e4ddb0-5127-11ee-b168-1e00af000354", "fordisplay": true, "forvirtualnetwork": true, "hasannotations": false, "id": "87385d0a-fea5-4f04-8894-6f515eb3211e", "ipaddress": "10.0.53.227", "isportable": false, "issourcenat": false, "isstaticnat": false, "issystem": false, "networkid": "b8bd6301-8a5e-4554-80ab-b0d3642f8581", "physicalnetworkid": "d1938364-e4cc-4611-8a57-461e4c47bd05", "state": "Reserved", "tags": [], "zoneid": "86d9a63a-3d0b-466f-8f32-81cefc39e31d", "zonename": "ref-trl-5653-k-M7-kiran-chavala" } } ``` 2. In the UI got to Network > Public Ip address Only the allocated ip's are shown  3. In the UI the reserved Ip is only shown while acquiring the a public ip from a network  -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
