Add airgap license

Add an air-gapped license to the Floating Server.

URL: /api/v4/airgap/license Method: POST Content-Type: application/json Accept: application/json

Request body

{
  "license_policy": "string (optional)",
  "license_key": "string (optional)",
  "policy_id": "string (optional)",
  "confirmation_code": "string (optional)"
}

Success response

Code: 200 OK

Example request

curl -X POST 'http://localhost:8080/api/v4/airgap/license' \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{"license_key":"<license-key>","confirmation_code":"<confirmation-code>"}'

Last updated

Was this helpful?