| name | data type | constraints | description |
|---|---|---|---|
| proxyName | string | ||
| proxyNameOnSource | string | ||
| distcpOnSource | boolean | required boolean | |
| altStagingLocation | string | ||
| locationMapping | array of ApiMapEntry |
Example
{
"proxyName" : "...",
"proxyNameOnSource" : "...",
"distcpOnSource" : true,
"altStagingLocation" : "...",
"locationMapping" : [ {
"key" : "...",
"value" : "..."
}, {
"key" : "...",
"value" : "..."
} ]
}