...
- all: get all devils;
- comma_separated_devil_list: all requested devils;
Example Query (ALL DEVILS)
Code Block | ||||
---|---|---|---|---|
| ||||
http://danteweb.lnf.infn.it:8000/devil/getDevilList/all |
...
Code Block | ||||
---|---|---|---|---|
| ||||
{ "devilList": [{ "number": 601, "host": "192.168.198.159", "tcpPort": 6342, "vncHost": "192.168.198.159", "vncPort": 5901 }, { "number": 602, "host": "192.168.198.127", "tcpPort": 6342, "vncHost": "192.168.198.127", "vncPort": 5902 }, { ... }, { "number": 723, "host": "192.168.198.130", "tcpPort": 6343, "vncHost": "192.168.198.130", "vncPort": 5923 }] } |
Example Query (DEVIL LIST)
Code Block | ||||
---|---|---|---|---|
| ||||
http://danteweb.lnf.infn.it:8000/devil/getDevilList/632,646 |
...