企業は、API を使用して Web サイトで処理される注文を自動化したいと考えています。ソリューションをサポートするネットワーク デバイスは、次の条件を満たす必要があります。 * XMLエンコーディングをサポート * 分散トランザクションをサポート * YANG データモデルをサポート * ソフトウェアの冗長性をサポート ソリューションで RESTCONF を使用できない要件はどれですか?
正解:C
RESTCONF is a protocol used to access data defined in YANG using standard HTTP methods. However, it does not support distributed transactions, which is a requirement in this scenario. * RESTCONF: Supports YANG data models, XML encoding, and can be used in environments with software redundancy. * Distributed Transactions: RESTCONF does not support distributed transactions, which require coordination of a transaction across multiple network devices or components. Option C is correct as the requirement for distributed transactions prevents the use of RESTCONF. Reference: Cisco DevNet Documentation: RESTCONF Protocol