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? A. query(config, secret, "getSessionByIpAddress/10.0.0.50", "ipAddress") B. query(config, "10.0.0.50", url, payload) C. query(config, secret, url, "10.0.0.50") D. query(config, secret, url, '{"ipAddress": "10.0.0.50"}') Â Suggested Answer: D This question is in 300-735 Automating and Programming Cisco Security Solutions (SAUTO) Exam For getting Cisco Certified DevNet Professional Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Cisco. Trademarks, certification & product names are used for reference only and belong to Cisco. The website does not contain actual questions and answers from Cisco's Certification Exam.
Please login or Register to submit your answer