curl -k -u 'admin' https://<NSX_MANAGER_HOST>/api/v1/fabric/compute-managerscurl -k -u 'admin' https://<NSX_MANAGER_HOST>/api/v1/fabric/compute-collectionsvcenter_name and vcenter_cluster_name in validation_config.yaml should match display_name of Compute Manager and display_name of Compute Collection.
Edit validation_config.yaml to match display_name of Compute Manager and display_name of Compute Collection.
Example:
GET api/v1/fabric/compute-managers
"results" : [ { "server" : "<VC_FQDN_OR_IP>", ... }
...
"display_name": "VC_DISPLAY_NAME"
GET api/v1/fabric/compute-collections
"results" : [ { "display_name" : "VC_CLUSTER_NAME", ... }]
validation_config.yaml
HOST: validate: True clusters: - vcenter_name: VC_DISPLAY_NAME vcenter_cluster_name: VC_CLUSTER_NAME
| validation_config.yaml | API | GUI |
| vcenter_name | display_name in GET api/v1/fabric/compute-managers | Compute Manager column at System > Fabric > Compute Managers |
| vcenter_cluster_name | display_name in GET api/v1/fabric/compute-collections | Clusters column at System > Fabric Hosts |