| name | data type | constraints | description |
|---|---|---|---|
| peer | string | ||
| cluster | string | ||
| service | string | ||
| proxyUser | string | ||
| listingPath | string | ||
| compatibleSnapshotHandling | boolean | required boolean | |
| fromSnapshotName | string | ||
| toSnapshotName | string | ||
| excludeFilters | array of string | ||
| sequenceFilePath | string | ||
| renameDeleteFilePath | string | ||
| resultFilePath | string | ||
| additionalConfigs | map of string | ||
| additionalEnvironmentVariables | map of string | ||
| unsetConfigs | array of string |
Example
{
"peer" : "...",
"cluster" : "...",
"service" : "...",
"proxyUser" : "...",
"listingPath" : "...",
"compatibleSnapshotHandling" : true,
"fromSnapshotName" : "...",
"toSnapshotName" : "...",
"excludeFilters" : [ "...", "..." ],
"sequenceFilePath" : "...",
"renameDeleteFilePath" : "...",
"resultFilePath" : "...",
"additionalConfigs" : {
"property1" : "...",
"property2" : "..."
},
"additionalEnvironmentVariables" : {
"property1" : "...",
"property2" : "..."
},
"unsetConfigs" : [ "...", "..." ]
}