Splunk
SPLK-2003 · Question #109
When writing a custom function that uses regex to extract the domain name from a URL, a user wants to create a new artifact for the extracted domain. Which of the following Python API calls will creat
Sign in or unlock SPLK-2003 to reveal the answer and full explanation for question #109. The question stem and answer options stay visible for context.
Working with the API
Question
When writing a custom function that uses regex to extract the domain name from a URL, a user wants to create a new artifact for the extracted domain. Which of the following Python API calls will create a new artifact?
Options
- Aphantom.new_artifact ()
- Bphantom. update ()
- Cphantom.create_artifact ()
- Dphantom.add_artifact ()
Unlock SPLK-2003 to see the answer
You've previewed enough free SPLK-2003 questions. Unlock SPLK-2003 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Python API#phantom.create_artifact#artifact creation#custom function