Post Offline Request Token to JFrog Entitlements Service

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Posts the offline request token from the air-gapped JPD to the JFrog Entitlements Service and returns the entitlements in JSON format. You must run this API from a machine that has connectivity to the Internet.

Since: Artifactory 7.68.7

Security: Requires a valid offline request token

Usage: POST https://jes.jfrog.io/api/v1/offline_register body = {"offline_request_token": <token>}

Produces: text/plain

Sample Usage

curl -v -XPOST "https://jes.jfrog.io/api/v1/offline_register" \
-d '{"offline_request_token": "<the token>"}' \
-H "Content-type: application/json" > entitlements.json

Warning

If you save the response manually instead of directing the response body to entitlements.jsonfile, ensure that there are no spaces or any modifications. Any change in the response fails checksum validation when you apply entitlements.