Component
/ redhawk / rest / domains / DOMAIN_NAME / applications / APPLICATION_ID / components
The components
list can be indexed further by using the id
field of interest.
/ redhawk / rest / domains / DOMAIN_NAME / applications / APPLICATION_ID / components / COMPONENT_ID
/ PARENT_PATH / properties
The properties
field is a list of structures indexed by id
following this general format:
For more information on the structures, see Properties.
/ PARENT_PATH / properties
The properties
field is a list of structures which follow the structures defined in Properties with the exception that only the id
and value
fields are important. Everything else is optional and will be ignored at the server.
Unlike Devices, Component properties can only be configured (the function of which only returns void
). Therefore the server does not emit a response structure as it does for Devices.
/ PARENT_PATH / ports
The general format for ports is shown here:
The list can be indexed using the name
field. See Ports for more information.