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

Compare with Current View Page History

« Previous Version 5 Next »

Description

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

Example Query

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


API Response
{
	"devilNumbers": [
		601,
		602,
		...,
		723
	]
}
  • No labels