backstage_catalog_entities
Details about Backstage software catalog entities.
-
id
Primary key - Unique identifier for the row.
-
application_id
Foreign key - ID of the Backstage application this entity belongs to.
-
entity_ref
string - Backstage entity reference. This can be used as a unique identifier for the Backstage Entity.
-
api_version
string - The version of specification format for that particular entity that the specification is made against.
-
kind
string - The Software Catalog Entity kind. One of Component, Template, API, Group, User, Resource, System, Domain, Location.
-
name
string - Name of the Entity. Used for human readability, and for machines to reference the entity.
-
namespace
string - ID of the namespace that the Entity belongs to.
-
title
string - A display name of the Entity, to be presented in user interfaces instead of the name property above, when available.
-
description
string - A human readable description of the Entity.
-
type
string - The type of Entity. e.g. website. Present for only some kinds of Entities.
-
lifecycle
string - The lifecycle state of the Entity. e.g. production. Present for only some kinds of Entities.
-
api_definition
string - Stringified definition of the API Entity, based on the type given. Only present for API entity kinds.