- Available Since
- 1.4-M1
Properties
name |
data type |
description |
checkPath
|
string
|
|
cronExpression
|
string
|
|
downloadRemoteIndex
|
boolean
|
|
downloadRemoteIndexOnStartup
|
boolean
|
|
extraHeaders
|
object
|
|
extraHeadersEntries
|
array of PropertyEntry
|
|
extraParameters
|
object
|
|
extraParametersEntries
|
array of PropertyEntry
|
|
password
|
string
|
|
remoteDownloadNetworkProxyId
|
string
|
|
remoteDownloadTimeout
|
number
|
|
remoteIndexUrl
|
string
|
|
timeout
|
number
|
|
url
|
string
|
|
userName
|
string
|
|
|
description |
string
|
|
id |
string
|
|
indexDirectory |
string
|
|
layout |
string
|
|
name |
string
|
|
Example
{
"url" : "...",
"userName" : "...",
"password" : "...",
"timeout" : 12345.0,
"downloadRemoteIndex" : true,
"remoteIndexUrl" : "...",
"remoteDownloadNetworkProxyId" : "...",
"cronExpression" : "...",
"remoteDownloadTimeout" : 12345.0,
"downloadRemoteIndexOnStartup" : true,
"extraParameters" : {
"property1" : "...",
"property2" : "..."
},
"extraParametersEntries" : [ {
"key" : "...",
"value" : "..."
}, {
"key" : "...",
"value" : "..."
} ],
"extraHeaders" : {
"property1" : "...",
"property2" : "..."
},
"extraHeadersEntries" : [ {
"key" : "...",
"value" : "..."
}, {
"key" : "...",
"value" : "..."
} ],
"checkPath" : "...",
"name" : "...",
"layout" : "...",
"description" : "...",
"indexDirectory" : "...",
"id" : "..."
}