展示を参照してください。 ネットワーク エンジニアは、Cisco DNA Center API を使用してネットワークから情報を収集する必要があります。スクリプトは、「platformId」が「C9540-x」のデバイスを照会し、実行するコマンドを送信する必要があります。Python スクリプトによって自動化されるプロセスはどれですか。
正解:A
The Python script in the exhibit interacts with Cisco DNA Center APIs to query devices and execute commands. It collects the results of specific show commands from the devices. Device Query: The script first queries for devices with the platformId of 'C9500-40X'. Command Execution: It sends commands (show version, show ip int brief) to these devices. Result Gathering: The script retrieves and processes the results of the executed commands. Option A accurately describes the process automated by the script, which is to gather the results of the show version and show ip int brief commands. Reference: Cisco DevNet Documentation: Cisco DNA Center APIs