NSX-T Data Center REST API

Assign an Updated Enterprise License Key (Deprecated)

Assign an Updated Enterprise License Key.
Deprecated: Deprecated. Use the POST /licenses API instead

Request:

Method:
PUT
URI Path(s):
/api/v1/license
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
License+

Example Request:

{ "license_key": "00000-00000-00000-00000-00000" }

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
License+

Example Response:

{ "capacity_type": "CPU", "is_expired": false, "quantity": 4, "is_eval": false, "description": "NSX for vSphere - Standard", "expiry": 0, "license_key": "00000-00000-00000-00000-00000" }

Required Permissions:

crud

Feature:

system_configuration_license

Additional Errors: