4.4. POST

RESTCONF服务器必须支持POST方法。 客户端发送POST方法来创建数据资源或调用操作资源。 服务器使用目标资源类型来确定如何处理请求。

支持POST的资源类型

  1. +-----------+------------------------------------------------+
  2. | Type | Description |
  3. +-----------+------------------------------------------------+
  4. | Datastore | Create a top-level configuration data resource |
  5. | Data | Create a configuration data child resource |
  6. | Operation | Invoke an RPC operation |
  7. +-----------+------------------------------------------------+