Skip to content

Elisa microservice

Pawel Plesniak edited this page Sep 10, 2024 · 1 revision

To use this service, you need to define a .drunc.json file in your home (not work dir) directory containing

{
    "run_registry_configuration":{
        "socket": "http://np04-srv-017.cern.ch:30015/",
        "user": "fooUsr",
        "password": "barPass"
    },
    "run_number_configuration":{
        "socket": "http://np04-srv-017.cern.ch:30016/",
        "user": "fooUsr",
        "password": "barPass"
    },
    "elisa_configuration": {
        "socket": "http://np04-srv-017.cern.ch:31900/",
        "user": "fooUsr",
        "password": "barPass"
    }
}

You can then run this as

drunc-unified-shell > <transition_command> elisa_post "<message>"