Add airgap license
Request body
{
"license_policy": "string (optional)",
"license_key": "string (optional)",
"policy_id": "string (optional)",
"confirmation_code": "string (optional)"
}Success response
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?