Measuring Component REST Endpoints
Devices/Measuring Component
Measuring components represent registers or channels for which data is received and stored in the system. A measuring component can be associated with a metering 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:
/rest/apis/meter/devices/measuringComponents/
- Delete Measuring Component
- Method: deletePath:
/rest/apis/meter/devices/measuringComponents/{measuringComponentId}
- Get Measuring Component
- Method: getPath:
/rest/apis/meter/devices/measuringComponents/{measuringComponentId}
- Update Measuring Component
- Method: putPath:
/rest/apis/meter/devices/measuringComponents/{measuringComponentId}