System Settings JSON
Legend
Element | Description |
---|---|
| Mandatory element |
| Optional element |
| The default value when unspecified |
application/vnd.org.jfrog.artifactory.system.ImportSettings+json
{ + "importPath" : "/import/path" (A path to a directory on the local file system of Artifactory server), - "includeMetadata" : true (default), - "verbose" : false (default), - "failOnError" : true (default), - "failIfEmpty" : true (default) }
application/vnd.org.jfrog.artifactory.system.ExportSettings+json
{ + "exportPath" : "/export/path" (A path to a directory on the local file system of Artifactory server), - "includeMetadata" : true (default), - "createArchive" : false (default), - "bypassFiltering" : false (default), - "verbose" : false (default), - "failOnError" : true (default), - "failIfEmpty" : true (default), - "m2" : false (default), - "incremental" : false (default), - "excludeContent" : false (default) }
application/vnd.org.jfrog.artifactory.system.Version+json
{ "version" : "2.2.2", "revision" : "10427", "addons" : [ "build", "ldap", "properties", "rest", ... ] (list of active addons) }