Implementing Automation for Cisco Security Solutions (SAUTO) — Question 10
The Cisco Security Management Appliance API is used to make a GET call using the URI /sma/api/v2.0/reporting/mail_incoming_traffic_summary/ detected_amp?startDate=2016-09-10T19:00:00.000Z&endDate=2018-09-24T23:00:00.000Z&device_type=esa&device_name=esa01.
What does this GET call return?
Answer options
- A. values of all counters of a counter group, with the device group name and device type for web
- B. value of a specific counter from a counter group, with the device name and type for email
- C. value of a specific counter from a counter group, with the device name and type for web
- D. values of all counters of a counter group, with the device group name and device type for email
Correct answer: D
Explanation
The correct answer is D because the API call is specifically designed to return all counters related to the incoming mail traffic for the specified device type and name, which is email in this case. The other options focus on either a specific counter or the web device type, which do not align with the GET call's parameters.