Replication Configuration JSON

JFrog REST APIs

ft:sourceType
Paligo

Repository Replication Configuration JSON

Legend

Element

Description

+

Mandatory element in create/replace queries, optional in "update" queries

-

Optional element in create/replace queries

!

Read-only element

(default)

The default value when unspecified in create/replace queries

Local Repository
application/vnd.org.jfrog.artifactory.replications.ReplicationConfigRequest+json
{
  + "username" : "admin",
  + "password" : "password",
  + "cronExp" : "0 0 12 * * ?" ,
  + "url" : "http://localhost:8081/artifactory/remote-repo",
  - "repoKey" : "libs-release-local",
  - "proxy" : "proxy-key", # if not specified, can be assigned global default proxy
  - "disableProxy" : false (default), # if true, "proxy" field will be ignored (from release 7.41.7)
  - "socketTimeoutMillis" : 15000 (default),
  - "enableEventReplication" : false (default),
  - "enabled" : false (default),
  - "syncDeletes" : false (default),
  - "syncProperties" : true (default),
  - "syncStatistics" : false (default),
  - "pathPrefix" : "/path/to/repo",
  - "includePathPrefixPattern" : "**/*",
  - "excludePathPrefixPattern" : ""
}
Remote Repository
application/vnd.org.jfrog.artifactory.replications.ReplicationConfigRequest+json
{
  + "cronExp" : "0 0 12 * * ?" ,
  - "repoKey" : "libs-release-local",
  - "enableEventReplication" : false (default),
  - "enabled" : false (default),
  - "syncDeletes" : false (default),
  - "syncProperties" : true (default),
  - "syncStatistics" : false (default),
  - "pathPrefix" : "/path/to/repo"
  - "includePathPrefixPattern" : "**/*",
  - "excludePathPrefixPattern" : ""
}