NSX-T Data Center REST API
Trigger to query VCF licenses from all registered vCenters asynchronous
Trigger to query VCF licenses from all registered vCenters and updatelicenses in NSX in an asynchronous manner. If only_sync_unlicensed_vc
is true, only query the licenses from the VCs that do not have a license
in NSX asynchronously. If only_sync_unlicensed_vc is false, query the
licenses from all VCs in NSX.
Request:
Method:
POST
URI Path(s):
/api/v1/licenses/vcf/action/async
Request Headers:
n/a
Query Parameters:
AsyncVCFLicensesRequestParameters+
Request Body:
n/a
Example Request:
POST https://<nsx-mgr>/api/v1/licenses/vcf/action/async?only_sync_unlicensed_vc=falseSuccessful Response:
Response Code:
201 Created
Response Headers:
n/a
Response Body:
n/a