NSX-T Data Center REST API

Get license properties for license identified by the license-key (Deprecated)

Get license properties for license identified by the license-key. Deprecated: Use GET /licenses API instead.

Request:

Method:
GET
URI Path(s):
/api/v1/licenses/{license-key}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

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

Example Response:

{ "capacity_type": "VM", "is_expired": false, "quantity": 5, "is_eval": false, "description": "NSX for vSphere - Enterprise", "expiry": 0, "license_key": "11111-22222-33333-44444-55555" }

Required Permissions:

read

Feature:

system_configuration_license

Additional Errors: