Path: / v310 / license / bulk


Method Summary
ResourceDescription
POST /v310/license/bulkAdds one or more licenses. If a license fails to add it will contain the TintriError with the information as to why it failed.

Method Detail
HTTP Example:
POST /v310/license/bulk

API Example:

LicenseResource.addLicenses({'$entity': /* licenses is a string of one or more license keys separated by comma, space, or line break */});

Description:
Adds one or more licenses. If a license fails to add it will contain the TintriError with the information as to why it failed.
Since API version
v310.51
Tintri Api Server Support:
TgcOnly
Input:
String - is a string of one or more license keys separated by comma, space, or line break
Output:
List<License> - the validated or failed licenses.
Errors:
Error CodeMessageHTTP Response Code
ERR-API-5002Failed to save license500
Produces:
application/json;qs=1, application/xml;qs=0.5
Consumes:
application/json;qs=1, application/xml;qs=0.5