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

post

Create multiple new ValueBatch 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 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.

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

post

Create multiple new ParameterBatch 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 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.

/configuration/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-configurations

put

Add the given Configuration as a root in the Configuration hierarchy

delete

Remove the given Configuration as a root in the Configuration hierarchy.

get

Get parent Configurations for the given Configuration in the hierarchy.

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.

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 all Values in this Configuration

put

Add the given Value to this Configuration

delete

Remove the given Value from the Configuration.

Define and inspect the ValueQuery related to a "smart" Configuration. A smart Configuration is a dynamic Configuration whose cataloged objects are defined through queries.

post

Apply the provided ValueQuery to this Configuration to create a dynamic smart Configuration

get

Get the ValueQuery associated with this smart Configuration.

get

Get all Parameters in this Configuration

put

Add the given Parameter to this Configuration

delete

Remove the given Parameter from the Configuration.

Define and inspect the ParameterQuery related to a "smart" Configuration. A smart Configuration is a dynamic Configuration whose cataloged objects are defined through queries.

post

Apply the provided ParameterQuery to this Configuration to create a dynamic smart Configuration

get

Get the ParameterQuery associated with this smart Configuration.