/log-entries

Collection of LogEntries in a system, federation of systems, or in a default Log.

get

Get all LogEntries in the system or default Log.

post

Create a new LogEntry in the default Log.

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

post

Submit a query using a LogEntryQuery object.

Entity representing a LogEntry form metadata.

get

Get form metadata for creating a new LogEntry.

Entity representing a LogEntry

get

Get a particular LogEntry given its id.

put

Update a particular LogEntry given its id.

delete

Delete a particular LogEntry given its id.

Entity representing a LogEntry form metadata for update

get

Get form metadata for updating an existing LogEntry.

/logs

Collection of Logs in a system or federation of systems.

get

Get all Logs.

post

Create a new Log.

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

post

Submit a query using a LogQuery object.

Entity representing a Log form metadata.

get

Get form metadata for creating a new Log.

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

Entity representing a Log

get

Get a particular Log given its id.

put

Update a particular Log given its id.

delete

Delete a particular Log given its id.

Entity representing a Log form metadata for update

get

Get form metadata for updating an existing Log.

get

Get child Logs for the given Log in the hierarchy.

put

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

delete

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

get

Get parent Logs for the given Log in the hierarchy.

get

Get all LogEntries in this Log

put

Add the given LogEntry to this Log

delete

Remove the given LogEntry from the Log.