Implementing Automation for Cisco Security Solutions (SAUTO) — Question 19
In Cisco AMP for Endpoints, which API queues to find the list of endpoints in the group "Finance Hosts," which has a GUID of 6c3c2005-4c74-4ba7-8dbb- c4d5b6bafe03?
Answer options
- A. https://api.amp.cisco.com/v1/endpoints?group[]=6c3c2005-4c74-4ba7-8dbb-c4d5b6bafe03
- B. https://api.amp.cisco.com/v1/computers?group_guid[]=6c3c2005-4c74-4ba7-8dbb-c4d5b6bafe03
- C. https://api.amp.cisco.com/v1/computers?group_guid-6c3c2005-4c74-4ba7-8dbb-c4d5b6bafe03
- D. https://api.amp.cisco.com/v1/endpoints?group-6c3c2005-4c74-4ba7-8dbb-c4d5b6bafe03
Correct answer: B
Explanation
The correct answer is B, as it uses the proper query parameter 'group_guid[]' to specify the group for retrieving computers. Option A is incorrect because it uses 'group[]' instead, which is not valid. Options C and D have incorrect syntax for the group GUID parameter, making them invalid for this API call.