public SingleRemoteFileResponse importData(String systemId,
String filePath, String fileType, String callbackURL,
String fileName, String urlToIngest) throws ApiException {
// verify required params are set
if (systemId == null || filePath == null) {
throw new ApiException(400, "missing required params");
}
// create path and map variables
String path = "/files/" + Settings.API_VERSION + "/media/system/{systemId}/{filePath}"
.replaceAll("\\{format\\}", "json")
.replaceAll("\\{" + "systemId" + "\\}",