ドラッグアンドドロップの質問 下部のコードスニペットをコード内のボックスにドラッグ&ドロップして、vManage Monitoring API を使用してデバイス上の IPv4 インターフェースに関する情報を取得するretrieve_interfaces_info 関数を完成させます。すべてのオプションが使用されるわけではありません。
正解:
Explanation: To retrieve interface data from a Cisco SD-WAN device via vManage: The API mount point for interface data is 'device/interface'. A GET request is used to fetch data, not a POST. A successful response returns status code 200. Status code 409 indicates a conflict, which the code handles explicitly.