4.4. POST
RESTCONF服务器必须支持POST方法。 客户端发送POST方法来创建数据资源或调用操作资源。 服务器使用目标资源类型来确定如何处理请求。
支持POST的资源类型
+-----------+------------------------------------------------+
| Type | Description |
+-----------+------------------------------------------------+
| Datastore | Create a top-level configuration data resource |
| Data | Create a configuration data child resource |
| Operation | Invoke an RPC operation |
+-----------+------------------------------------------------+