I haven’t used API in a very long time; API and PowerShell used to be my go-to tools. Postman can be downloaded from here

Postman UI has changed a bit: I’m using basic authentication; pick your own battles with the security team 😉

  1. Create a collection
  2. Enter the auth details ( I’m using basic auth)
  3. Create a variable for nsx url
  4. Disable SSL in global settings

Authentication details at the collection level, and I will be inheriting the collection auth at the “request level

 

NSX URL variable 

Get Edge Cluster

By Ray