Export System Settings Example

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Returned default Export Settings JSON.

Since: 2.4.0

Security: Requires a valid admin user

Usage: GET: /api/export/system

Produces: application/json (application/vnd.org.jfrog.artifactory.system.ExportSettings+json)

Sample Usage:

GET /api/export/system
{
  "exportPath" : "/export/path",
  "includeMetadata" : true,
  "createArchive" : false,
  "bypassFiltering" : false,
  "verbose" : false,
  "failOnError" : true,
  "failIfEmpty" : true,
  "m2" : false,
  "incremental" : false,
  "excludeContent" : false
}