License Manager Get Feature Info
Deprecated as of VI API 2.5, use QuerySupportedFeatures instead.
The list of features that can be licensed.
Request
URI
GET
https://{vcenter-host}/sdk/vim25/{release}/LicenseManager/{moId}/featureInfo
COPY
Path Parameters
string
moId
Required
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId
, in this case LicenseManager/{moId}
.
string
release
Required
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
Responses
200
OK
Returns Array of LicenseFeatureInfo of type(s) application/json
[
{
"_typeName": "string",
"key": "string",
"featureName": "string",
"featureDescription": "string",
"state": "string",
"costUnit": "string",
"sourceRestriction": "string",
"dependentKey": [
"string"
],
"edition": false,
"expiresOn": "string"
}
]
License Manager Operations
POST
License Manager Add License
POST
License Manager Check License Feature
POST
License Manager Configure License Source
POST
License Manager Decode License
POST
License Manager Disable Feature
POST
License Manager Enable Feature
GET
License Manager Get Diagnostics
GET
License Manager Get Evaluation
GET
License Manager Get Feature Info
GET
License Manager Get License Assignment Manager
GET
License Manager Get Licensed Edition
GET
License Manager Get Licenses
GET
License Manager Get Source
GET
License Manager Get Source Available
POST
License Manager Query License Source Availability
POST
License Manager Query License Usage
POST
License Manager Query Supported Features
POST
License Manager Remove License
POST
License Manager Remove License Label
POST
License Manager Set License Edition
POST
License Manager Update License
POST
License Manager Update License Label