sudo87 commented on issue #12797: URL: https://github.com/apache/cloudstack/issues/12797#issuecomment-4052918546
@kiranchavala It is possible to add quarantine filter and functionally it works, however response is not suitable for Public ip address screen. It may need its own section.  ``` > list quarantinedips { "count": 2, "quarantinedips": [ { "created": "2026-03-13T05:39:51+0000", "enddate": "2026-03-13T05:44:51+0000", "id": "233ad77d-96bc-4440-94b5-337ea2892f2b", "ipaddress": "10.0.54.128", "previousownerid": "1b499f1d-1c49-11f1-81bb-1e00a8000131", "previousownername": "admin" }, { "created": "2026-03-13T05:39:53+0000", "enddate": "2026-03-13T05:44:53+0000", "id": "53d2d42c-baf5-418d-8ec4-6b46191dc92c", "ipaddress": "10.0.54.126", "previousownerid": "1b499f1d-1c49-11f1-81bb-1e00a8000131", "previousownername": "admin" } ] } ``` -- 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]
