MFT Artifacts REST Endpoints
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