All REST Endpoints
Administration Service/MFT Application Metadata
Represents the MFT MDS metadata repository operations.
- Download the metadata archive or config plan file
- Method: getPath:
/mftapp/rest/v1/applicationMetadata/{file} - Get the download links for the MFT MDS archive and config plan file
- Method: getPath:
/mftapp/rest/v1/applicationMetadata - Import the MFT metadata into the MFT MDS store
- Method: putPath:
/mftapp/rest/v1/applicationMetadata - Reset the entire MFT Metadata repository
- Method: deletePath:
/mftapp/rest/v1/applicationMetadata
Administration Service/MFT Artifacts
Represents the MFT artifacts operations.
- Check if artifact exists in MFT repository
- Method: getPath:
/mftapp/rest/v1/artifacts/repository - Create an artifact
- Method: postPath:
/mftapp/rest/v1/artifacts - Delete artifacts
- Method: deletePath:
/mftapp/rest/v1/artifacts - Delete specific artifact based on type and name.
- Method: deletePath:
/mftapp/rest/v1/artifacts/{artifactType}/{artifactName} - Export MFT artifacts and config plan file
- Method: getPath:
/mftapp/rest/v1/artifacts - Update existing artifacts
- Method: putPath:
/mftapp/rest/v1/artifacts - Update the application properties on the server
- Method: putPath:
/mftapp/rest/v1/artifacts/appProperties - Update 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 the 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 - Validate and update a long running IN_PROGRESS event
- Method: putPath:
/mftapp/rest/v1/events/{eventSessionId}
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