Updates the application properties on the server

put

/mftapp/rest/v1/artifacts/appProperties

Request

Supported Media Types
  • application/json
Header Parameters
location
Type: string
Required: true
Relative URL of the update SFTP properties event.
Body Parameter
Root Schema : /paths/~1artifacts~1appProperties/put/parameters/1/schema
Type: object
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
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."
}