NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
Accept end user license agreementAccept end user license agreement |
POST /policy/api/v1/eula/accept
POST /api/v1/eula/accept |
Return the acceptance status of end user license agreementReturn the acceptance status of end user license agreement |
GET /policy/api/v1/eula/acceptance
GET /api/v1/eula/acceptance |
Return the content of end user license agreementReturn the content of end user license agreement in the specified format. By default, it's pure string without line break |
GET /policy/api/v1/eula/content
GET /api/v1/eula/content |
Deprecated. Return the Enterprise LicenseDeprecated. Use the GET /licenses API instead. |
GET /api/v1/license
(Deprecated)
|
Deprecated. Assign an Updated Enterprise License KeyDeprecated. Use the POST /licenses API instead |
PUT /api/v1/license
(Deprecated)
|
Get all licensesReturns all licenses. |
GET /api/v1/licenses
|
Remove a licenseThis will delete the license key identified in the request body by "license_key" and its properties from the system. Attempting to delete the last license key will result in an error. |
POST /api/v1/licenses?action=delete
|
Add a new license keyThis will add a license key to the system. The API supports adding only one license key for each license edition type - Standard, Advanced or Enterprise. If a new license key is tried to add for an edition for which the license key already exists, then this API will return an error. |
POST /api/v1/licenses
|
Deprecated. Remove a license identified by the license-keyDeprecated. Use POST /licenses?action=delete API instead. |
DELETE /api/v1/licenses/<license-key>
(Deprecated)
|
Deprecated. Get license properties for license identified by the license-keyDeprecated. Use GET /licenses API instead. |
GET /api/v1/licenses/<license-key>
(Deprecated)
|
Get usage report of all registered modulesReturns usage report of all registered modules |
GET /api/v1/licenses/licenses-usage
|
Get usage report of all registred modules in CSV formatReturns usage report of all registered modules in CSV format |
GET /api/v1/licenses/licenses-usage?format=csv
|