VMware Avi

  • 1.  API Call

    Posted May 20, 2025 09:34 AM

    Hi All
    Does anyone know of an API call that will extract all Pools that has a placement Network defined within its configurations?



  • 2.  RE: API Call

    Broadcom Employee
    Posted 20 hours ago

    you can use the GET https://<avi-controller>/api/pool API , and use the field PlacementNetwork field to filter out with a small script

    -------------------------------------------