All REST Endpoints

Administration Service/MFT Application Metadata
Represents the MFT MDS metadata repository operations.
Download the metadata file
Method: get
Path: /mftapp/rest/v1/applicationMetadata/{file}
Get the download links for the MFT MDS archive and Config Plan files
Method: get
Path: /mftapp/rest/v1/applicationMetadata
Import the MFT metadata into the MFT MDS store
Method: put
Path: /mftapp/rest/v1/applicationMetadata
Reset the entire MFT Metadata repository
Method: delete
Path: /mftapp/rest/v1/applicationMetadata
Administration Service/MFT Artifacts
Represents the MFT artifacts operations.
Check if artifact exists in MFT Repository
Method: get
Path: /mftapp/rest/v1/artifacts/repository
Create a MFT Artifact
Method: post
Path: /mftapp/rest/v1/artifacts
Delete specific artifact based on type and name.
Method: delete
Path: /mftapp/rest/v1/artifacts/{artifactType}/{artifactName}
DeleteArtifacts
Method: delete
Path: /mftapp/rest/v1/artifacts
Export MFT artifacts in zip format and configPlan file in XML format
Method: get
Path: /mftapp/rest/v1/artifacts
Update existing artifacts
Method: put
Path: /mftapp/rest/v1/artifacts
Update the application properties on the server
Method: put
Path: /mftapp/rest/v1/artifacts/appProperties
Update the SFTP properties on the server
Method: put
Path: /mftapp/rest/v1/artifacts/sftpProperties
Administration Service/MFT Purge
Use the Purge APIs to purge old instance and payload data.
Modify Purge Schedule.
Method: put
Path: /mftapp/rest/v1/purges/schedules/{scheduleName}
Event Service/Discover Sources
Discover available active MFT sources.
Get available active sources
Method: get
Path: /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: get
Path: /mftapp/rest/v1/events/{eventSessionId}/instances
Get the instances summary of an event
Method: get
Path: /mftapp/rest/v1/events/{eventSessionId}
Trigger a source
Method: post
Path: /mftapp/rest/v1/events
MFT Catalog Service
Lists all the services available in MFT.
Get schema of the resource in string format
Method: get
Path: /mftapp/rest/v1/metadata-catalog/{resource}
Get the list of available resources
Method: get
Path: /mftapp/rest/v1/metadata-catalog