Changes between Version 2 and Version 3 of BIOS_Metadatabase
- Timestamp:
- Feb 22, 2017 8:59:19 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BIOS_Metadatabase
v2 v3 89 89 By using a curl GET request the content of the view can be obtained as follows. For example using view `getIds` (substituting your username): 90 90 {{{ 91 $ curl -X GET https://metadatabase.bbmrirp3-lumc. vm.surfsara.nl:6984/bios/_design/Identifiers/_view/getIds?reduce=false -u 'username' -k -g > getIds.json91 $ curl -X GET https://metadatabase.bbmrirp3-lumc.surf-hosted.nl:6984/bios/_design/Identifiers/_view/getIds?reduce=false -u 'username' -k -g > getIds.json 92 92 $ cat getIds.json 93 93 {"total_rows":6379,"offset":0,"rows":[ … … 100 100 {{{ 101 101 $ curl -X GET 102 https://metadatabase.bbmrirp3-lumc. vm.surfsara.nl:6984/bios/_design/Identifiers/_view/getIds?reduce=false -k -u username | jq -r '.rows[].value.uuid // empty'102 https://metadatabase.bbmrirp3-lumc.surf-hosted.nl:6984/bios/_design/Identifiers/_view/getIds?reduce=false -k -u username | jq -r '.rows[].value.uuid // empty' 103 103 BIOS71A89511 104 104 BIOS78A709E9 … … 117 117 118 118 === Access the MDb using Firefox via BIOS VM === 119 You can access MDb by running firefox on BIOS VM with X forwarding in your ssh session: "ssh -X bios-vm.bbmrirp3-lumc. vm.surfsara.nl".119 You can access MDb by running firefox on BIOS VM with X forwarding in your ssh session: "ssh -X bios-vm.bbmrirp3-lumc.surf-hosted.nl". 120 120 121 121 == Updates ==