Skip to content

Anyway to pass parameters when creating IOCs? #180

Answered by jshcodes
Qbert777 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Qbert777 -

This is a bug! 🐛 (The query string payload isn't addressed in the service class method.)

I'm converting this into an issue now, we will submit a PR to resolve this asap.

In the interim, you should still be able to do this via the Uber class, something along the lines of:

from falconpy.api_complete import APIHarness as Uber

falcon = Uber(creds=creds)

result = falcon.command("indicator_create_v1", body=BODY, parameters={"ignore_warnings": True})
print(result)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Qbert777
Comment options

Answer selected by jshcodes
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug 🐛 Something isn't working resolved ✔️ This issue has been resolved iocs IOCs (both) issues and questions
2 participants