You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Description

Use this API to obtain the list of the devils running in the Dafne Control System.

Example Query

GET Query URI
http://danteweb.lnf.infn.it:8000/devil/getDevilList


API Response
{
	"devilList": [{
		"number": 601,
		"host": "192.168.198.159",
		"tcpPort": 6342
	}, {
		"number": 602,
		"host": "192.168.198.127",
		"tcpPort": 6342
	}, {
		...
	}, {
		"number": 723,
		"host": "192.168.198.130",
		"tcpPort": 6343
	}]
}
  • No labels