/log-entries

Collection of log-entries in a system, federation of systems, or in a default log.

get

Get all log-entries in the system or default log.

post

Create a new log-entry in the default log.

Entity representing a logEntry form metadata.

get

Get form metadata for creating a new logEntry.

Entity representing a log-entry

get

Get a log-entry given its id.

put

Update a given log-entry.

delete

Delete a given log-entry.

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.

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

put

Update a given log.

delete

Delete a given log.

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 log-entries in this log

put

Add the given log-entry to this log

delete

Remove the given log-entry from the log.