MFT Artifacts REST Endpoints

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