Waveform
HTTP GET
/ redhawk / rest / domains / DOMAIN_NAME / applications
One can index into the applications
list using one of the provided id
.
HTTP POST
/ redhawk / rest / domains / DOMAIN_NAME / applications
Posting this structure, the Waveform named name
will result in an attempt to launch a Waveform. If started
is provided and true
, the server will attempt to start the Waveform as well.
The server will respond with:
HTTP POST
HTTP PUT
/ redhawk / rest / domains / DOMAIN_NAME / applications / APPLICATION_ID
Either POST
or PUT
this structure; the Waveform at the URL will attempt to start or stop (if started
is false
).
The server will respond with:
HTTP DELETE
/ redhawk / rest / domains / DOMAIN_NAME / applications / APPLICATION_ID
The application at this URL will be released using this method.
The server will respond with:
HTTP GET
/ redhawk / rest / domains / DOMAIN_NAME / applications / APPLICATION_ID
The components
list can be indexed into using the id
field (see Components).