Exam 200-901 All QuestionsBrowse all questions from this exam
Question 223

Refer to the exhibit. A network engineer must collect information from the network using Cisco DNA Center APIs. The script must query for the devices with

'platformId' 'C9540-x' and then send commands to be executed. Which process is automated by the Python script?

    Correct Answer: A

    The script is designed to gather the results of the 'show version' and 'show ip int brief' commands from devices with 'platformId' 'C9500-40X'. It first requests a list of device IDs matching the specified platform ID, then sends commands to these devices, waits for the task to be completed, and finally retrieves the results of the commands. This indicates that the focus of the process is on gathering the results of both commands, making A the correct answer.

Discussion
aplicacion101Option: B

I think is B https://developer.cisco.com/docs/dna-center/#!devices/devices-api

macxszOption: B

B is the only one with the correct output

0x11Option: A

A - show version and show ip int brief

0x11

Actually looks B :)

ciscowizOption: A

The answer is A%100!

AJ7428Option: D

why not D?

AJ7428

Should be B.

macxsz

It only outputs 1 thing