Skip to content

Commit 5d5b8c8

Browse files
committed
README file
1 parent b81825d commit 5d5b8c8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

RESTCONF/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# RESTCONF
2+
3+
The RESTCONF is a standard protocol uses YANG data models for managing network devices. It is a protocol based on HTTP to access the configuration data or state data of a networking device. RESTCONF supports operations such as Get, Put, Post, Patch, and Delete. One of the major advantages RESTCONF has over NETCONF is its ability to leverage JSON as a data format. To make the RESTCONF calls, you can use any client application that supports any REST call.
4+
5+
These are examples scripts for RESTCONF to retrieve and configure the switch using different operations such as Get, Delete, Post, Put and Patch.
6+
7+
## requirements
8+
9+
-- IOS-XE running >/= 16.8 also enabled for RESTCONF
10+

0 commit comments

Comments
 (0)