Measuring Component REST Endpoints
Devices/Measuring Component
Measuring components are points for which data will be received and stored in the system. A measuring component can be associated to a device, which can have one or more measuring components, or it can be "virtual" or "stand-alone" meaning that it is not associated to a device.
- Create Measuring Component
- Method: postPath:
https://server:port/ouaf/rest/apis/meter/devices/measuringComponents/ - Delete Measuring Component
- Method: deletePath:
https://server:port/ouaf/rest/apis/meter/devices/measuringComponents/{measuringComponentId} - Get Measuring Component
- Method: getPath:
https://server:port/ouaf/rest/apis/meter/devices/measuringComponents/{measuringComponentId} - Update Measuring Component
- Method: putPath:
https://server:port/ouaf/rest/apis/meter/devices/measuringComponents/{measuringComponentId}