nerdexam
Cisco

300-735 · Question #50

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…

The correct answer is D. query(config, secret, url, '{"ipAddress": "10.0.0.50"}'). See the full explanation below for the reasoning.

Question

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?

Exhibit

300-735 question #50 exhibit

Options

  • Aquery(config, secret, "getSessionByIpAddress/10.0.0.50", "ipAddress")
  • Bquery(config, "10.0.0.50", url, payload)
  • Cquery(config, secret, url, "10.0.0.50")
  • Dquery(config, secret, url, '{"ipAddress": "10.0.0.50"}')

How the community answered

(56 responses)
  • A
    2% (1)
  • B
    5% (3)
  • C
    14% (8)
  • D
    79% (44)

Community Discussion

No community discussion yet for this question.

Full 300-735 Practice