CCNP • Practice Exam 51
Free CCNP practice exam — 20 questions with explanations. Set 51. No signup required.
A network engineer is using the Cisco DNA Center REST API to retrieve the list of devices. The API call returns the following JSON response:
```json
{
"response": [
{
"id": "device-123",
"hostname": "Router1",
"managementIpAddress": "10.10.20.1",
"softwareVersion": "17.3.3",
"platformId": "ISR4451-X/K9"
},
{
"id": "device-456",
"hostname": "Switch1",
"managementIpAddress": "10.10.20.2",
"softwareVersion": "16.12.5",
"platformId": "C9300-24P"
}
],
"version": "1.0"
}```
The engineer wants to filter the results to only show devices with software version 17.3.3. Which of the following API query parameters should be used?