All REST Endpoints
Administration Service/MFT Application Metadata
Represents the MFT MDS metadata repository operations.
- Download the metadata file
- Method: getPath:
/mftapp/rest/v1/mftapp/rest/v1/applicationMetadata/{file} - Get the download links for the MFT MDS archive and Config Plan files
- Method: getPath:
/mftapp/rest/v1/mftapp/rest/v1/applicationMetadata - Import the MFT metadata into the MFT MDS store
- Method: putPath:
/mftapp/rest/v1/mftapp/rest/v1/applicationMetadata - Reset the entire MFT Metadata repository
- Method: deletePath:
/mftapp/rest/v1/mftapp/rest/v1/applicationMetadata
Administration Service/MFT Artifacts
Represents the MFT artifacts operations.
- Create a MFT Artifact
- Method: postPath:
/mftapp/rest/v1/artifacts - DeleteArtifacts
- Method: deletePath:
/mftapp/rest/v1/artifacts - Export MFT artifacts in zip format and configPlan file in XML format
- Method: getPath:
/mftapp/rest/v1/artifacts - Method to update existing artifacts
- Method: putPath:
/mftapp/rest/v1/artifacts - Operation to delete specific artifact based on type and name
- Method: deletePath:
/mftapp/rest/v1/artifacts/{artifactType}/{artifactName} - To check if artifact exists in MFT Repository
- Method: getPath:
/mftapp/rest/v1/artifacts/repository - Updates the application properties on the server
- Method: putPath:
/mftapp/rest/v1/artifacts/appProperties - Updates the SFTP properties on the server
- Method: putPath:
/mftapp/rest/v1/artifacts/sftpProperties
Administration Service/MFT Purge
Use the Purge APIs to purge old instance and payload data.
- Modify Purge Schedule
- Method: putPath:
/mftapp/rest/v1/purges/schedules/{scheduleName}
Event Service/Discover Sources
Discover available active MFT sources.
- Get available active sources
- Method: getPath:
/mftapp/rest/v1/sources
Event Service/Invoke MFT Events
Trigger sources and get instance details of events.
- Get the details of the resultant instances of an event
- Method: getPath:
/mftapp/rest/v1/events/{eventSessionId}/instances - Get the instances summary of an event
- Method: getPath:
/mftapp/rest/v1/events/{eventSessionId} - Trigger a source
- Method: postPath:
/mftapp/rest/v1/events
MFT Catalog Service
Lists all the services available in MFT.
- Get schema of the resource in string format
- Method: getPath:
/mftapp/rest/v1/metadata-catalog/{resource} - Get the list of available resources
- Method: getPath:
/mftapp/rest/v1/metadata-catalog