Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
> java -jar ./target/catalogAPI.jar -addRequest \                                                                                       # command to be executed
                                    --url http://catalog:8080 \                                                                         # location of Catalog QT WS server (can be on remote site)
                                    --user g2michal \                                                                                   # name of the user requesting data population
                                    --experiment-uri "mdsplus:/?shot=10;run=1;machine=west;user=g2michal;version=3"                     # location of input data (currently only local MDSPlus files are supported)


> java -jar ./target/catalogAPI.jar -addRequest \                                                                                       # command to be executed
                                    --url http://catalog:8080 \                                                                         # location of Catalog QT WS server (can be on remote site)
                                    --user g2michal \                                                                                   # name of the user requesting data population
                                    --experiment-uri "mdsplus:/?shot=10;run=1;machine=west;user=g2michal;version=3;occurence=1"         # it is possible to specify particular occurrence of the IDS

Anatomy of experiment-uri

Note
titleWhy URI in a first place?

We have decided to use URI format due to the fact that Catalog QT will, most probably, support multiple input sources (e.g. UDA, files, HDC based serialised data). Sticking to typical description of source: `{shot, run, user, machine, version}`





Using Catalogue Client at Gateway - fast track
Anchor
CLI_fast_track
CLI_fast_track

...