Resend Artifacts Metadata

Xray REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Resend artifact metadata to the Metadata Server

Since: 3.10.3

Security: Requires an admin user

Usage: POST api/v1/mds/migration

Note: Requires the following two parameters

  • repo: Name of the repository, has to be an existing repo marked for scanning.

  • path: Repository path

Sample Usage

curl http://10.70.30.82:8082/xray/api/v1/mds/migration -H "Content-Type: application/json" -d '{"repo":"npm-local", "path":"/1/"}

Sample Response

{"info":"Migration has been started"}