Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daikk115/ovsdb-client-transact
https://github.com/daikk115/ovsdb-client-transact
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daikk115/ovsdb-client-transact
- Owner: daikk115
- Created: 2016-08-05T04:01:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-05T08:26:08.000Z (over 8 years ago)
- Last Synced: 2024-10-03T23:13:38.622Z (about 1 month ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ovsdb-client-transact
Some examples for ovsdb-client transact
Version :
root@AllInOne:/home/daidv# ovsdb-client -V
ovsdb-client (Open vSwitch) 2.5.0
Compiled Mar 11 2016 15:12:07
`Option
-v : verbose
Test Result
select all Interface : http://www.jsoneditoronline.org/?id=f3fbf733a5256a578c6217fa5133bff3
select an Interface with its uuid : http://www.jsoneditoronline.org/?id=fd829b8402ac4f8e9cecfc9a6ee9787a
select all Interface with special columns : http://www.jsoneditoronline.org/?id=635530d07306f100598fb8568223144d
select an Interface with its uuid and special columns : http://jsoneditoronline.org/?id=2b5c51715a02acd02abd3524ade2c44a
select some Interfaces with more than one condition (the other 1): [{"rows":[{"_uuid":["uuid","30f6de34-f777-4ae3-983d-74cb7d3e63d9"]},{"_uuid":["uuid","070eadf1-0abc-4592-a260-8b29744b8407"]}]}]
update an Interface with columns can be able to edit: [{"count":1}]
References
[The Open vSwitch Database Management Protocol](https://tools.ietf.org/html/rfc7047)