🔥 3-day streak
Cisco CCNP Security SCOR (350-701)106 / 146
Question 106 of 146

A security automation engineer is writing a Python script to onboard endpoints into Cisco ISE. The script uses the requests library and must create a new endpoint identity group by sending data to the ISE ERS API. Reviewing the code below, which line correctly performs the operation that creates a new resource on the appliance? headers = {'Content-Type': 'application/json', 'Accept': 'application/json'} url = 'https://ise.example.com:9060/ers/config/endpointgroup' payload = {'EndPointGroup': {'name': 'IoT-Sensors', 'description': 'Building sensors'}} Which statement best describes the correct HTTP method to instantiate this new group?

Reviewed for accuracy · Report an issueNext question