RESTCONF

RESTCONFは、RESTアーキテクチャに則った、ネットワーク機器の設定を取得、更新するための HTTPベースの通信プロトコル�…

RESTCONF

RESTCONFは、RESTアーキテクチャに則った、ネットワーク機器の設定を取得、更新するための HTTPベースの通信プロトコルである。

経緯

IETFでの議論[1]を経て、2017年1月にRFC 8040として公開された。

特徴

HTTPを用いた操作

ネットワーク機器の設定項目や状態情報に対する操作は、HTTPのGETやPOST、DELETEなどの各メソッドにより実現する。

モデル化された設定情報

RESTCONFで操作する機器の設定は、YANG言語を用いてモデリングされていることを前提としている。RESTCONFをサポートしているネットワーク機器にアクセスするクライアントプログラムは、その機器で用いられているYANGモデルが分かれば、各状態情報や設定情報にアクセスするためのURIや、その操作のためのリクエストの構造などがすべてわかる形となっている。

NETCONFとの関係

ネットワーク機器の設定変更や状態確認を行うためのプロトコルという点で、RESTCONFはNETCONFと非常に似ている。これらのプロトコルは競合するものではなく、一つのネットワーク機器が両方の API を公開してもよい。

RESTCONFは、ウェブアプリケーションからネットワーク機器を操作する際に用いられることを想定して設計されている。そのため、例えばNETCONFには設定データストアに対するロック操作が規定されているが、RESTCONFではサポートされない。

実装

脚注

  1. ^ https://datatracker.ietf.org/doc/draft-ietf-netconf-nmda-restconf/

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.