Outdated version
You are browsing the docs for Nexus v1.9.x, the latest release is available here
Nexus Metadata
Nexus Delta entities fall in two categories:
- Global: Organizations, Realms, Permissions, ACLs
- Project scoped: Projects, Resources, Schemas, Resolvers, Views, Storages, Files
Upon creation of these entities, Nexus Delta will create metadata fields which are described below.
_self
: unique address of the entity across Nexus Delta- Nexus Delta follows the HATEOAS architecture, which is reflected in the
_self
address being discoverable in Nexus Delta’s different responses. Example: from a resources listing operation, the_self
endpoints listed can be used to fetch the underlying resources
- Nexus Delta follows the HATEOAS architecture, which is reflected in the
Auditing
The following metadata can help to audit an entity.
_rev
: the revision number of the entity_deprecated
: boolean indicating whether or not the entity is deprecated_createdAt
: datetime at which the entity was first created_createdBy
: the user that first created the entity_updatedAt
: datetime at which the entity was last updated_updatedBy
: the user that last updated the entity
v1.9.x