Updates the application properties on the server
put
/mftapp/rest/v1/artifacts/appProperties
Request
Supported Media Types
- application/json
Header Parameters
- location
-
Type:
stringRequired:trueRelative URL of the update SFTP properties event.
Body Parameter
Root Schema : /paths/~1artifacts~1appProperties/put/parameters/1/schema
Type:
object- calloutDirectory
-
Type:
string - controlDirectory
-
Type:
string - externalAddress
-
Type:
string - externalFtp
-
Type:
integer - externalFtps
-
Type:
integer - externalSftp
-
Type:
integer - generateChecksum
-
Type:
boolean - inboundDatasource
-
Type:
string - instanceProcessors
-
Type:
integer - internalAddress
-
Type:
string - internalFtp
-
Type:
integer - internalFtps
-
Type:
integer - internalSftp
-
Type:
integer - outboundDatasource
-
Type:
string - payloadStorageDirectory
-
Type:
string - sourceProcessors
-
Type:
integer - storeInlinePayload
-
Type:
string - storeReferencePayload
-
Type:
boolean - targetProcessors
-
Type:
integer
Example application/json
{
"outboundDatasource":"outds",
"internalFtp":21,
"controlDirectory":"/test/milton",
"internalAddress":"127.0.0.1",
"externalFtp":21,
"sourceProcessors":1,
"instanceProcessors":2,
"storeReferencePayload":true,
"payloadStorageDirectory":"/test",
"inboundDatasource":"inds",
"storeInlinePayload":"fileSystem",
"externalSftp":22,
"targetProcessors":3,
"generateChecksum":true,
"externalFtps":990,
"internalFtps":990,
"internalSftp":22,
"calloutDirectory":"/tester",
"externalAddress":"127.0.0.1"
}
Response
Supported Media Types
- application/json
200 Response
App properties were updated.
500 Response
Body
Root Schema : /paths/~1artifacts~1appProperties/put/responses/500/schema
Type:
object- errorCode
-
Type:
string - errorKey
-
Type:
string - errorMessage
-
Type:
string
Example application/json
{
"errorCode":"MFT-6036",
"errorKey":"MFT_CSF_KEY_DOES_NOT_EXIST_EXCEPTION",
"errorMessage":"Key not found for the given key alias aliasName in credential store."
}