/values

Collection of values in a system, federation of systems, or in a default configuration.

get

Get all values in the system or default configuration.

post

Create a new value in the default configuration.

Entity representing a value form metadata.

get

Get form metadata for creating a new value.

Entity representing a value

get

Get a value given its id.

put

Update a given value.

delete

Delete a given value.

Entity representing a value form metadata for update

get

Get form metadata for updating an existing value.

/parameters

Collection of parameters in a system, federation of systems, or in a default configuration.

get

Get all parameters in the system or default configuration.

post

Create a new parameter in the default configuration.

Entity representing a parameter form metadata.

get

Get form metadata for creating a new parameter.

Entity representing a parameter

get

Get a parameter given its id.

put

Update a given parameter.

delete

Delete a given parameter.

Entity representing a parameter form metadata for update

get

Get form metadata for updating an existing parameter.

/configurations

Collection of configurations in a system or federation of systems.

get

Get all configurations.

post

Create a new configuration.

Entity representing a configuration form metadata.

get

Get form metadata for creating a new configuration.

The root configurations in the configuration hierarchy. A node with no parents is an orphan. While all configuration Ids are known to the hierarchy, an orphan does not appear in the hierarchy unless explicitly added as a root node or child of another node.

get

Get all root root-configuration

Entity representing a configuration

get

Get a configuration given its id.

put

Update a given configuration.

delete

Delete a given configuration.

Entity representing a configuration form metadata for update

get

Get form metadata for updating an existing configuration.

get

Get child configurations for the given configuration in the hierarchy.

put

Add configuration as child of the given configuration in the hierarchy.

delete

Remove the given configuration as a child of the given configuration in the hierarchy.

get

Get parent configurations for the given configuration in the hierarchy.

get

Get all values in this configuration

put

Add the given value to this configuration

delete

Remove the given value from the configuration.

get

Get all parameters in this configuration

put

Add the given parameter to this configuration

delete

Remove the given parameter from the configuration.