/authorizations

Collection of Authorizations in a system, federation of systems, or in a default Vault.

get

Get all Authorizations in the system or default Vault.

post

Create a new Authorization in the default Vault.

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

post

Submit a query using a AuthorizationQuery object.

Entity representing a Authorization form metadata.

get

Get form metadata for creating a new Authorization.

Entity representing a Authorization

get

Get a particular Authorization given its id.

put

Update a particular Authorization given its id.

delete

Delete a particular Authorization given its id.

Entity representing a Authorization form metadata for update

get

Get form metadata for updating an existing Authorization.

/functions

Collection of Functions in a system, federation of systems, or in a default Vault.

get

Get all Functions in the system or default Vault.

post

Create a new Function in the default Vault.

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

post

Submit a query using a FunctionQuery object.

Entity representing a Function form metadata.

get

Get form metadata for creating a new Function.

Entity representing a Function

get

Get a particular Function given its id.

put

Update a particular Function given its id.

delete

Delete a particular Function given its id.

Entity representing a Function form metadata for update

get

Get form metadata for updating an existing Function.

/qualifiers

Collection of Qualifiers in a system, federation of systems, or in a default Vault.

get

Get all Qualifiers in the system or default Vault.

post

Create a new Qualifier in the default Vault.

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

post

Submit a query using a QualifierQuery object.

Entity representing a Qualifier form metadata.

get

Get form metadata for creating a new Qualifier.

The root Qualifiers in the Qualifier hierarchy. A node with no parents is an orphan. While all Qualifier 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-qualifiers

put

Add the given Qualifier as a root in the Qualifier hierarchy

delete

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

Entity representing a Qualifier

get

Get a particular Qualifier given its id.

put

Update a particular Qualifier given its id.

delete

Delete a particular Qualifier given its id.

Entity representing a Qualifier form metadata for update

get

Get form metadata for updating an existing Qualifier.

get

Get child Qualifiers for the given Qualifier in the hierarchy.

put

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

delete

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

get

Get parent Qualifiers for the given Qualifier in the hierarchy.

/vaults

Collection of Vaults in a system or federation of systems.

get

Get all Vaults.

post

Create a new Vault.

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

post

Submit a query using a VaultQuery object.

Entity representing a Vault form metadata.

get

Get form metadata for creating a new Vault.

The root Vaults in the Vault hierarchy. A node with no parents is an orphan. While all Vault 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-vault

Entity representing a Vault

get

Get a particular Vault given its id.

put

Update a particular Vault given its id.

delete

Delete a particular Vault given its id.

Entity representing a Vault form metadata for update

get

Get form metadata for updating an existing Vault.

get

Get child Vaults for the given Vault in the hierarchy.

put

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

delete

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

get

Get parent Vaults for the given Vault in the hierarchy.

get

Get all Authorizations in this Vault

put

Add the given Authorization to this Vault

delete

Remove the given Authorization from the Vault.

get

Get all Functions in this Vault

put

Add the given Function to this Vault

delete

Remove the given Function from the Vault.

get

Get all Qualifiers in this Vault

put

Add the given Qualifier to this Vault

delete

Remove the given Qualifier from the Vault.