ExamGecko
Question list
Search
Search

Question 45 - SPLK-2003 discussion

Report
Export

After a successful POST to a Phantom REST endpoint to create a new object what result is returned?

A.
The new object ID.
Answers
A.
The new object ID.
B.
The new object name.
Answers
B.
The new object name.
C.
The full CEF name.
Answers
C.
The full CEF name.
D.
The PostGres UUID.
Answers
D.
The PostGres UUID.
Suggested answer: A

Explanation:

The correct answer is A because after a successful POST to a Phantom REST endpoint to createa new object, the result returned is the new object ID. The object ID is a unique identifier foreach object in Phantom, such as a container, an artifact, an action, or a playbook. The object IDcan be used to retrieve, update, or delete the object using the Phantom REST API. The answer Bis incorrect because after a successful POST to a Phantom REST endpoint to create a newobject, the result returned is not the new object name, which is a human-readable name forthe object. The object name can be used to search for the object using the Phantom webinterface. The answer C is incorrect because after a successful POST to a Phantom RESTendpoint to create a new object, the result returned is not the full CEF name, which is astandard format for event data. The full CEF name can be used to access the CEF fields of anartifact using the Phantom REST API. The answer D is incorrect because after a successful POSTto a Phantom REST endpoint to create a new object, the result returned is not the PostGresUUID, which is a unique identifier for each row in a PostGres database. The PostGres UUID isnot exposed to the Phantom REST API.Reference:Splunk SOAR REST API Guide, page 17. When a POST request is made to a PhantomREST endpoint to create a new object, such as an event, artifact, or container, the typicalresponse includes the ID of the newly created object. This ID is a unique identifier that can beused to reference the object within the system for future operations, such as updating,querying, or deleting the object. The response does not usually include the full name or otherspecific details of the object, as the ID is the most important piece of information neededimmediately after creation for reference purposes.

asked 23/09/2024
M.G.Georgantzis QUALCO
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first