REST API For Oracle Managed File Transfer

Previous Next JavaScript must be enabled to correctly display this content Resets the entire MFT Metadata repository.

Request

Query Parameters
  • preserveUserPreferencesFlag(optional): boolean Flag to specify whether the user preferences should be retained or not.
Back to Top

Response

Supported Media Types
  • application/json

200 Response

500 Response

Body () Root Schema : Error information. Type: object Title: Error information. Show Source
  • errorCode(optional): string The error code that Oracle Managed File Transfer returns.
  • errorKey(optional): string A message describing the error that Oracle Managed File Transfer returns.
  • errorMessage(optional): string A message that describes the error that Oracle Managed File Transfer returns
{ "type":"object", "title":"Error information.", "properties":{ "errorCode":{ "type":"string", "description":"The error code that Oracle Managed File Transfer returns." }, "errorKey":{ "type":"string", "description":"A message describing the error that Oracle Managed File Transfer returns." }, "errorMessage":{ "type":"string", "description":"A message that describes the error that Oracle Managed File Transfer returns" } } } Example Response (application/json) { "errorCode":"MFT-2403", "errorKey":"MFT_MDS_RESET_ERROR", "errorMessage":"Error occurred while resetting the metadata with preserved user changes true." } Back to Top

Examples

The following cURL command shows how to delete the MFT metadata repository by submitting a DELETE request on the REST resource using cURL For more information, see Use cURL.

cURL Command

To download metadata archive

curl -u <username>:<password> -X DELETE -H "Content-Type: multipart/form-data" http://<host>:<port>/mftapp/rest/v1/applicationMetadata Back to Top

Từ khóa » Xoa Mft