Closed ymarcon closed 1 year ago
Unformatted output string is not correct:
$ opal rest -o https://opal-demo.obiba.org -u administrator -p password -m GET /system/databases b'[{"name": "mongodb","hasDatasource": true,"defaultStorage": true,"usage": "STORAGE","usedForIdentifiers": false}]'
Pretty json output is correct:
$ opal rest -o https://opal-demo.obiba.org -u administrator -p password -m GET /system/databases -j [ { "defaultStorage": true, "hasDatasource": true, "name": "mongodb", "usage": "STORAGE", "usedForIdentifiers": false } ]
@kazoompa there is potentially the same issue in mica python
Unformatted output string is not correct:
Pretty json output is correct: