List of Contributions

Anthony Bufort

DomainTools

Contact Details

DomainTools

My Content

1 to 8 of 8 total
Posted By Anthony Bufort Wed March 06, 2019 05:30 PM
Found In Egroup: IBM Security QRadar SOAR
\ view thread
Hi Shane, Thanks very much for the confirmation, and the script. :) I don't suppose there are any plans to expose those workflow.properties variables to function code down the road, eh? Seems like a lot of weaving in order to establish complex chains of workflow functions. -Tony -------- ...
Posted By Anthony Bufort Tue March 05, 2019 10:07 AM
Found In Egroup: IBM Security QRadar SOAR
\ view thread
Hello All, I know how to access workflow variables using workflow.properties notation within pre and post-processing scripts, but how do I access workflow variables within my functions? The only way I can see this happening at the moment is for me to set a function-input variable using a pre-processing ...
Posted By Anthony Bufort Wed February 20, 2019 03:35 PM
Found In Egroup: IBM Security QRadar SOAR
\ view thread
Hi Craig, Thank you so much for your suggestion! Debugged my table code and worked like a charm. I did not see any errors in the logs pertaining to what actually was wrong, but using your suggestion, I was then able to see errors and correct my code such that the row actually got created. -Tony ...
Posted By Anthony Bufort Tue February 19, 2019 07:47 PM
Found In Egroup: IBM Security QRadar SOAR
\ view thread
Hello, I have designed a data table, and am now trying to get my function to add rows within it. No luck as of yet. Is it as simple as this: newRow = incident.addRow("new_row") newRow["a"] = results.a newRow["b"] = results.b newRow["c"] = results.c ? This is what i got from the few ...
Posted By Anthony Bufort Tue February 19, 2019 01:32 PM
Found In Egroup: IBM Security QRadar SOAR
\ view thread
Hello Mark, Update: After revamping my dev environment a bit, it appears that the error is no longer present, and things seem to be working as expected. Thank you for your assistance. -Tony -- Anthony (Tony) Bufort Product Integrations Engineer DomainTools, LLC T: (425) 221-4447 E: tbuf ...
Posted By Anthony Bufort Sat February 16, 2019 04:46 PM
Found In Egroup: IBM Security QRadar SOAR
\ view thread
I am on Windows in PyCharm. ------------------------------ Anthony Bufort Integrations Engineer DomainTools Renton WA 14252214447 ------------------------------
Posted By Anthony Bufort Sat February 16, 2019 04:45 PM
Found In Egroup: IBM Security QRadar SOAR
\ view thread
Hi Mark, Sorry I did not get back to you with more info earlier. Very busy week. :) The server reports Version: 32.0.4502, and my circuits is on 32.0.0 Thanks, -Tony ------------------------------ Anthony Bufort Integrations Engineer DomainTools Renton WA 14252214447 ----------- ...
Posted By Anthony Bufort Fri February 15, 2019 12:59 PM
Found In Egroup: IBM Security QRadar SOAR
\ view thread
Hello, Needing some help here. Getting the following error message whenever I test my function and not sure what could be causing it. 2019-02-15 09:32:55,080 ERROR [actions_component] type object 'FunctionMessage' has no attribute 'name' Traceback (most recent call last): File "c:\study\pyt ...