Irit Goihman has posted comments on this change.
Change subject: contrib: Simple jsonrpc client ......................................................................
Patch Set 20:
(2 comments)
https://gerrit.ovirt.org/#/c/35181/18//COMMIT_MSG Commit Message:
Line 27: # jsonrpc StorageDomain.activate -f sd-activate Line 28: ... Line 29: Line 30: where sd-activate file content is: Line 31: {
Now we use json in the file. please update here as well.
thanks, I lost the updated commit message during rebase Line 32: "storagedomainID": "75ab40e3-06b1-4a54-a825-2df7a40b93b2", Line 33: "storagepoolID": "b3f6fa00-b315-4ad4-8108-f73da817b5c5" Line 34: } Line 35:
Line 34: } Line 35: Line 36: It is also possible to read parameters from standard input, creating Line 37: complex parameters interactively: Line 38:
and here
Done Line 39: # jsonrpc StorageDomain.activate -f - Line 40: { Line 41: "storagedomainID": "75ab40e3-06b1-4a54-a825-2df7a40b93b2", Line 42: "storagepoolID": "b3f6fa00-b315-4ad4-8108-f73da817b5c5"