API Guide

Table Of Contents
HTTP
Code
Description Schema
200
A JSON array of licenses
Headers :
X-Total-Count (integer) : The total number of entities in the result set
after filtering.
LicenseArray
500 License file could not be retrieved from lockbox Error
3.19.3. Deletes the licenses
DELETE /clusters/{cluster_name}/licenses
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Responses
HTTP
Code
Description Schema
202 Deletion of license completed No Content
404 The specified resource was not found Error
3.19.4. Validate a license file
POST /clusters/{cluster_name}/licenses/validate
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Body
validate_paylo
ad
required
validate_payload
Responses
HTTP
Code
Description Schema
200 The validation was successful, return license features. No Content
71