Entities
Last updated
Was this helpful?
Last updated
Was this helpful?
At the core of is its software catalog. Each entity within this catalog can be represented as a JSON file, which we refer to as an .
Throughout our documentation, you'll encounter references to the "entity ID." This unique identifier is essential in for establishing relationships between entities and retrieving information. It's crucial to note that the entity ID must be globally unique across all entities.
Regardless of whether you're using UI editing or GitOps to manage your entities, the definitions are backed by JSON files. Each file is a fully compliant OpenAPI 3 spec file, with our own specific extensions.
All entities have three other metadata fields besides the :
Name: A user-friendly display name.
Blueprint ID: A reference to the entity's type.
Description (Optional): A concise overview of the entity for further context.
An entity descriptor also contains all relevant data that makes up the entity itself which might envolve:
Properties: The defining characteristics and attributes of an entity.
Relations: These indicate how the entity is connected to or interacts with other entities within Rely.
Sources: These specify where the entity's data originates from in the case of automated integrations with external systems via Rely's plugins.