Description: Posts the entitlements to the air-gapped JPD through the JFConnect microservice.
Since: Artifactory 7.77
Security: Uses access token as a bearer token in an authorization header for authentication.
Usage: POST /jfconnect/api/v1/offline/register
Produces: text/plain
Sample Usage
curl -L -H 'Authorization: Bearer <TOKEN>' -X POST 'http://<JFROG_PLATFORM_URL>:8082/jfconnect/api/v1/offline/register' \ --form 'entitlements=@entitlements.json;type=application/json' \ --form 'offline_response_token=""'