Changes between Version 2 and Version 3 of BIOS_Metadatabase


Ignore:
Timestamp:
Feb 22, 2017 8:59:19 PM (7 years ago)
Author:
Leon Mei
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BIOS_Metadatabase

    v2 v3  
    8989By using a curl GET request the content of the view can be obtained as follows. For example using view `getIds` (substituting your username):
    9090{{{
    91 $ curl -X GET https://metadatabase.bbmrirp3-lumc.vm.surfsara.nl:6984/bios/_design/Identifiers/_view/getIds?reduce=false -u 'username' -k -g > getIds.json
     91$ curl -X GET https://metadatabase.bbmrirp3-lumc.surf-hosted.nl:6984/bios/_design/Identifiers/_view/getIds?reduce=false -u 'username' -k -g > getIds.json
    9292$ cat getIds.json
    9393{"total_rows":6379,"offset":0,"rows":[
     
    100100{{{
    101101$ 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'
     102https://metadatabase.bbmrirp3-lumc.surf-hosted.nl:6984/bios/_design/Identifiers/_view/getIds?reduce=false -k -u username | jq -r '.rows[].value.uuid // empty'
    103103BIOS71A89511
    104104BIOS78A709E9
     
    117117
    118118=== 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".
     119You 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".
    120120
    121121== Updates ==