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 /api/api/v1/offline_register body = {"offline_response_token": <token>}
Note
The offline_response_token
needed for this API is returned as a response header.
Produces: text/plain
Sample Usage
curl -v -XPOST "https://jes.jfrog.io/api/v1/offline_register" \ -d '{"offline_response_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.json
file, ensure that there are no spaces or any modifications. Any change in the response fails checksum validation when you apply entitlements.