API Guide

Table Of Contents
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
500 Invalid license file. No Content
3.20. Logger
3.20.1. Log information on the server. This endpoint is intended for internal
system use only.
POST /logger/
Parameters
84