ZBLOG

ovsdb-client query

The ovsdb-client query command is used to send queries to an OVSDB server and receive responses. It has the following basic syntax:

ovsdb-client query [OPTIONS] DB QUERY

where:

  • OPTIONS: Any additional options for the ovsdb-client tool, such as specifying the location of the OVSDB server or authentication credentials.
  • DB: The name of the OVSDB database to query.
  • QUERY: The actual query string in JSON format.

For example, a simple query to retrieve all rows from the “Bridge” table in the “Open_vSwitch” database would look like this:

ovsdb-client query tcp:127.0.0.1:6640 Open_vSwitch '{"op": "select", "table": "Bridge"}'

This would connect to an OVSDB server listening on localhost port 6640, select all rows from the Bridge table in the Open_vSwitch database, and return them as a JSON object.

本站部分文章来源于网络,版权归原作者所有,如有侵权请联系站长删除。
转载请注明出处:https://sdn.0voice.com/?id=728

分享:
扫描分享到社交APP
上一篇
下一篇
发表列表
游客 游客
此处应有掌声~
评论列表

还没有评论,快来说点什么吧~

联系我们

在线咨询: 点击这里给我发消息

微信号:3007537140

上班时间: 10:30-22:30

关注我们
x

注册

已经有帐号?