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: Uses access token as a bearer token in an authorization header for authentication.

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' \
-H 'Authorization: Bearer <Token>' \
--form 'entitlements=@entitlements.json;type=application/json' \
--form 'offline_response_token=<offline_response_token>'