License Key Format

Use the following license key format while adding a license key using cURL.

curl -X POST 'https://<Core Console Ingress External IP>/config/v1/license/keys' 
-H 'accept: application/json' 
-H 'Content-Type: application/json' 
-d '{"license-key" : "thisisaverylonglicensekeystring45677nknk"}' 
--header 'Authorization: Bearer <Authentication token>'

In the above, the license key must be in key:value pair.

For example:

"license-key" : "thisisaverylonglicensekeystring45677nknk"