Path: / v310 / license / eval


Resources
NameDescription
{feature}Activates an evaluation license for a feature.

Method Summary
ResourceDescription
GET /v310/license/evalReturns a list of all the evaluation licenses.

Method Detail
HTTP Example:
GET /v310/license/eval

API Example:

LicenseResource.getEvalLicenses({});

Description:
Returns a list of all the evaluation licenses.
Since API version
v310.71
Tintri Api Server Support:
All
Output:
List<License> - the list of evaluation licenses.
Errors:
Error CodeMessageHTTP Response Code
ERR-API-5017Failed to fetch the list of evaluation Licenses500
Produces:
application/json;qs=1, application/xml;qs=0.5
Consumes:
application/json;qs=1, application/xml;qs=0.5