CatalogApi
Home > @backstage/catalog-client
> CatalogApi
A client for interacting with the Backstage software catalog through its API.
Signature:
export interface CatalogApi
Methods
Method |
Description |
---|---|
Registers a new location. | |
Lists catalog entities. | |
Gets a batch of entities, by their entity refs. | |
Gets entity ancestor information, i.e. the hierarchy of parent entities whose processing resulted in a given entity appearing in the catalog. | |
Gets a single entity from the catalog by its ref (kind, namespace, name) triplet. | |
Gets a summary of field facets of entities in the catalog. | |
Gets a location associated with an entity. | |
Gets a registered location by its ID. | |
Gets a registered location by its ref. | |
Gets paginated entities from the catalog. | |
Refreshes (marks for reprocessing) an entity in the catalog. | |
Removes a single entity from the catalog by entity UID. | |
Removes a registered Location by its ID. | |
Validate entity and its location. |