/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.

Query the collection of Values in a system, federation of systems, or in a default configuration by posting a Query object.

post

Submit a query using a ValueQuery object.

Entity representing a Value form metadata.

get

Get form metadata for creating a new Value.

Entity representing a Value

get

Get a particular Value given its id.

put

Update a particular Value given its id.

delete

Delete a particular Value given its id.

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.

Query the collection of Parameters in a system, federation of systems, or in a default configuration by posting a Query object.

post

Submit a query using a ParameterQuery object.

Entity representing a Parameter form metadata.

get

Get form metadata for creating a new Parameter.

Entity representing a Parameter

get

Get a particular Parameter given its id.

put

Update a particular Parameter given its id.

delete

Delete a particular Parameter given its id.

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.

Query the collection of Configurations in a system, federation of systems, or in a default configuration by posting a Query object.

post

Submit a query using a ConfigurationQuery object.

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 particular Configuration given its id.

put

Update a particular Configuration given its id.

delete

Delete a particular Configuration given its id.

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.