Get License By Key

Get License By Key

This will get the properties of a particular license idetified in the URI by the

Request
URI
GET
https://nsxmanager.your.domain/api/v1/licenses/{license-key}
COPY
Path Parameters
string
license-key
Required

license-key


Authentication
This operation uses the following authentication methods.
Responses
200

Success

Returns License of type(s) application/json
This response body class contains all of the following: Resource , InlineLicense1
{
    "_self": {
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "features": "string",
    "description": "string",
    "product_version": "string",
    "expiry": 0,
    "is_eval": false,
    "is_mh": false,
    "license_key": "string",
    "is_expired": false,
    "product_name": "string",
    "capacity_type": "string",
    "quantity": 0
}

default

Unexpected error

Returns ApiError of type(s) application/json
{
    "module_name": "string",
    "error_message": "string",
    "error_code": 0
}
string
module_name
Optional

module_name

string
error_message
Optional

error_message

integer As int64 As int64
error_code
Optional

error_code