VMware Cloud Director 10.6.1
The cause for this issue is a pagination problem, the web interface will only show the first 15 non already imported edge clusters when trying to import a new edge cluster into VCD
This is a known issue affecting VCD 10.6.1
Workaround:
To workaround this issue you can import the edge cluster using the API explorer:
{ "id": "bc3005f3-####-####-####-############", "name": "ExampleEdgeCluster", "description": "Description", "nodeCount": -1, "nodeType": "UNKNOWN", "deploymentType": "UNKNOWN", "alreadyImported": false, "networkProviderScope": "nsxManager1", "nsxTManagerRef": { "name": "nsxManager1", "id": "urn:vcloud:nsxtmanager:2216b7c1-####-####-####-############" } }
{ "name": "ExampleEdgeCluster", "description": "Description", "nsxTManagerRef": { "id": "urn:vcloud:nsxtmanager:2216b7c1-####-####-####-############", "name": "nsxManager1" }, "backingRef": { "id": "bc3005f3-####-####-####-############", "name": "ExampleEdgeCluster" }}