Refer to the exhibit. A network operator wrote a Python script to retrieve events from Cisco AMP.
Against which API gateway must the operator make the request?
BASE_URL = “https://api.amp.cisco.com”
BASE_URL = “https://amp.cisco.com/api”
BASE_URL = “https://amp.cisco.com/api/”
BASE_URL = “https://api.amp.cisco.com/”
Submit