HTTP Example:POST /v310/license/bulk
| API Example: LicenseResource.addLicenses({'$entity': }); | 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 Code | Message | HTTP Response Code | ERR-API-5002 | Failed to save license | 500 |
- Produces:
- application/json;qs=1, application/xml;qs=0.5
- Consumes:
- application/json;qs=1, application/xml;qs=0.5
|