Domain
The following methods can be used for discovering and interacting with a running REDHAWK Domain.
HTTP GET
/ redhawk / rest / domains
Active domains are listed by their unique names in the domains
field, the values of which can be used to further index URL.
NOTE: Rather than poll this property, consider using the REDHAWK Websocket.
HTTP GET
/ redhawk / rest / domains / DOMAIN_NAME
The applications
field lists all running Waveforms. Likewise deviceManagers
lists the known Device Managers in the system. Both of these lists can be indexed further using the id
field of interest.
The eventChannels
field provides a list of any event channels to which one has subscribed using the /redhawk/rest/events
websocket interface (Event Channels). This list cannot be indexed.