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