展示を参照してください。 ネットワーク エンジニアは、ネットワーク デバイスを管理する必要があります。エンジニアは、Cisco to DNA Center API に認証してデバイス リストを要求する Python スクリプトを準備します。デバイス要求は失敗し、エラー コード 401 が返されます。 どのアクションが問題を解決しますか?
正解:A
The error code 401 indicates an unauthorized request, which can often result from using an incorrect API endpoint. To solve this problem, ensure that the API URL correctly matches the endpoint for retrieving the device list. This URL must point to the correct API endpoint as specified by the Cisco DNA Center API documentation. References: * Cisco DevNet Associate Study Guide: Interacting with Cisco DNA Center APIs (Chapter 7, Section: Using API Endpoints and Proper Authentication).