4. Feeds

2.1. Object Model

A feed is a component that is able to receive data in an external data format, process it and populate timeseries linked to a number of meters using that data. Feed level attributes are:

The feed API supports the creation, update and retrieval of this data.

4.2. Operations

4.2.1. List Meters

List all the feeds in the database. The actual list will be filtered to only return feeds for which the user has read permissions.

4.2.2. Create Feed

Create a new feed.

4.2.3. Read Feed

Read the feed level attributes of the given feed.

4.2.4. Update Feed

Update the feed level attributes of the given feed.

4.2.5. Delete Feed

Delete a feed and all associated records.

4.2.6. Post Data to Feed

Post data to a feed in the data format expected by the feed.