API resource representing a container or grouping for a set of runtime ChRIS objects known as plugin instances that are organized as nodes of a connected directed acyclic graph (DAG). It can also be viewed as a container for all the files generated by the plugin instances run within the feed.
A feed is created by the root node of its plugin instance DAG. The root node must be a
plugin instance of a plugin of type fs
(feed synthesis plugin).
The rest of the plugin instances within the feed can only be of type ds
(data
synthesis, by far the most common) or ts
(a special type of topological plugin instances).
id
: feed unique identifiercreation_date
: feed creation datemodification_date
: feed modification datename
: feed namecreator_username
: username of the ChRIS user that created the feedcreated_jobs
: number of plugin instances withcreated
status within the feedwaiting_jobs
: number of plugin instances withwaiting
status within the feedscheduled_jobs
: number of plugin instances withscheduled
status within the feedstarted_jobs
: number of plugin instances withstarted
status within the feedregistering_jobs
: number of plugin instances withregistering
output files status within the feedfinished_jobs
: number of plugin instances withfinished
status within the feederrored_jobs
: number of plugin instances witherrored
status within the feedcancelled_jobs
: number of plugin instances withcancelled
status within the feed
owner
: points to a ChRIS user that owns the feed (there can be many owners for shared feeds)note
: points to the feed's notetags
: points to the collection of feed's tagstaggings
: points to the collection of feed's taggingscomments
: points to the collection of feed's commentsplugin_instances
: points to the collection of all the plugin instances created within the feedfiles
: points to the collection of all the plugin instance files created within the feed