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 |
+-----------+------------------------------------------------+