JFConnect Apply Entitlements to an Air-Gapped JPD

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Posts the entitlements to the air-gapped JPD through the JFConnect microservice.

Since: Artifactory 7.68.7

Security: Requires a valid token

Usage: POST JFConnect/api/v1/offline/register body = {"offline_request_token": <token>, entitlements=<contents of entitlements.json>}

Produces: text/plain

Sample Usage

curl -X POST 'http://myserver:8082/jfconnect/api/v1/offline/register' \
--header 'Authorization: Bearer <token>' \
--form 'entitlements=@entitlements.json;type=application/json' \
--form 'offline_response_token=<offline_response_token>'