Splunk Enterprise Certified Admin — Question 18
When using the Splunk REST API, which of the following containers is/are included in the Atom Feed response? (Select all that apply.)
Answer options
- A. <feed>
- B. <entry>
- C. <content>
- D. <namespace>
Correct answer: B, C
Explanation
The correct answers are <entry> and <content> because these are standard components of an Atom Feed response, providing the actual data and its representation. The <feed> element is a higher-level container that encompasses the entries and content, while <namespace> is not a standard part of the Atom Feed structure.