NSX-T Data Center Global Manager REST API
Create or fully replace a Site under infra
Create or fully replace a Site under Infra.Revision is optional for creation and required for update.
Request:
Method:
POST
URI Path(s):
/global-manager/api/v1/global-infra/onboarding-check-compatibility
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
SiteNodeConnectionInfo+
Example Request:
POST https://<policy-mgr>/global-manager/api/v1/global-infra/onboarding-check-compatibility { "fqdn": "10.192.201.163", "username": "admin", "password": "Admin!23Admin", "thumbprint": "f53d7052535613b3032a41d555631228cb4d0d8b584a8225b94fbf0ba83eb9a4" }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
CompatibilityCheckResult+