エンジニアが Cisco CSR 1000 V インスタンスを仮想マシンに展開します。エンジニアは、デバイス構成を JSON 形式で出力する必要があります。このタスクに使用されるプロトコルはどれですか?
正解:D
RESTCONF is a protocol used for accessing data defined in YANG, using RESTful principles. It is suitable for retrieving configuration data in JSON format from a Cisco CSR 1000 V instance. RESTCONF allows network devices to be managed using HTTP methods, and it supports both XML and JSON as data formats, making it ideal for outputting device configurations in JSON. Reference: Cisco DevNet RESTCONF Overview