When
the
URI
"/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-
6d9ed49b625f/policy/accesspolicies" is used to make a POST request, what does "e276abec-e0f2-
11e3-8169-6d9ed49b625f" represent?
B
Which snippet is used to create an object for network 10.0.69.0/24 using Cisco Firepower
Management Center REST APIs?
A)
B)
C)
D)
A
DRAG DROP
Drag and drop the code to complete the curl command to query the Cisco Umbrella Investigate API
for the umbrella popularity list. Not all options are used.

Reference:
https://docs.umbrella.com/investigate-api/reference
DRAG DROP
Drag and drop the items to complete the ThreatGRID API call to return a curated feed of sinkholed-
ip-dns in stix format. Not all options are used.

Reference:
https://www.ciscolive.com/c/dam/r/ciscolive/emea/docs/2019/pdf/DEVNET-2164.pdf
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?
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
B
For which two programming languages does Cisco offer an SDK for Cisco pxGrid 1.0? (Choose two.)
CD
Which two URI parameters are needed for the Cisco Stealthwatch Top Alarm Host v1 API? (Choose
two.)
CE
Refer to the exhibit.
Which URL returned the data?
A.
https://api.amp.cisco.com/v1/computers
B.
https://api.amp.cisco.com/v0/computers
C.
https://amp.cisco.com/api/v0/computers
D.
https://amp.cisco.com/api/v1/computers
A
After changes are made to the Cisco Firepower Threat Defense configuration using the Cisco
Firepower Device Manager API, what must be done to ensure that the new policy is activated?
A
Refer to the exhibit.
A Python function named "query" has been developed and the goal is to use it to query the service
"com.cisco.ise.session" via Cisco pxGrid 2.0 APIs.
How is the function called, if the goal is to identify the sessions that are associated with the IP
address 10.0.0.50?
D
Which two API capabilities are available on Cisco Identity Services Engine? (Choose two.)
BD
DRAG DROP
Refer to the exhibit.
A Python function named "query" has been developed, and will be used to query the service
"com.cisco.ise.session" via Cisco pxGrid 2.0 APIs.
Drag and drop the code to construct a Python call to the "query" function to identify the user groups
that are associated with the user "fred". Not all options are used.

Which API capability is available on Cisco Firepower devices?
B
If the goal is to create an access policy with the default action of blocking traffic, using Cisco
Firepower Management Center REST APIs, which snippet is used?
A)
B)
C)
D)
D
Refer to the exhibit.
A network operator wants to add a certain IP to a DMZ tag.
Which code segment completes the script and achieves the goal?
A