Rely.io
  • 📌What is Rely.io?
  • 💡How Rely.io works
  • 📑Getting Started Guide
    • Create an account for your organization
    • Add your first plugin
    • Import services into the Service Catalog
    • Make the Software Catalog your own
    • What's Next?
  • 🌈Basic Concepts
    • Entities
    • Blueprints
    • Property Data Types
    • Catalogs
    • Data Model
    • Plugins
    • User Blueprints vs Plugin Blueprints
    • Actions and Automations
      • Automation Rules
      • Self-Service Actions
    • Home Pages
    • Scorecards
  • 📚Guides & Tutorials
    • Enhancing Deployment Visibility through Gitlab Pipelines and Rely's API
  • 🖥️Software Catalog
    • Overview and Use Cases
    • Usage Guide
      • Creating a new Entity
      • Updating an Entity
      • Tracking Entity Changes
      • Customizing an Entity's Page
      • Customizing a Catalog
      • Creating a new Blueprint & Catalog
      • Updating a Blueprint
      • Tracking Blueprint Changes
    • Relevant Guides
    • Troubleshooting
  • 🥇Scorecards
    • Overview and Use Cases
    • Usage Guide
      • Creating a Scorecard
      • Updating a Scorecard
      • Evaluating Performance
    • Scorecard Examples
      • Production Readiness Scorecard Example
      • DORA Metrics Scorecard Example
      • Operational Maturity Example
  • 🎨Home Pages
    • Overview and Use Cases
    • Usage Guide
      • Creating a New Tab
  • ⚡Self-Service Actions
    • Overview and Use Cases
    • Usage Guide
      • Configuring your Self Service Agent
      • Managing your Actions Catalog
      • Self-Service Actions as Code
      • Running Actions
      • Tracking Action Runs
  • ↗️Plugins & Automation
    • What happens when you install a Plugin?
    • Self-Hosting Plugins using Galaxy
    • 🤖Automation Rules
      • Overview and Use Cases
      • Usage Guide
        • Creating an Automation Rule
        • Updating an Automation Rule
        • Tracking Automation Changes
        • Managing Automation Suggestion
    • 🔌Plugin Installation Guides
      • ⭐AWS
      • Bitbucket
      • ⭐Flux
      • GitHub
      • GitLab
      • ⭐Google Cloud Platform (GCP)
      • ⭐Kubernetes
      • ⭐OpsGenie
      • ⭐PagerDuty
      • ⭐Snyk
      • ⭐SonarQube
  • 🌐Public API
    • Audit Logs
    • Automations & Self-Service Actions
    • Automation Suggestions
    • Blueprints
    • Dashboards & Views
    • Entities
    • Scorecards
    • Self-Service Action Runs
    • Time Series
    • Users
    • Webhooks
  • ⚙️Invite Users
  • 🛡️Security & Compliance
    • Single Sign-On (SSO)
      • SAML with Google Workspace
      • SAML with Microsoft Entra ID
      • SAML with Okta
      • OIDC with Okta
      • OIDC with Google Workspace
  • 🏥Troubleshooting
  • ❓FAQ
Powered by GitBook
On this page
  • From the UI
  • Settings Page
  • Manually Configuring Values
  • Configuring Automated Value Assignment
  • From the Public API

Was this helpful?

  1. Software Catalog
  2. Usage Guide

Updating an Entity

PreviousCreating a new EntityNextTracking Entity Changes

Last updated 12 months ago

Was this helpful?

From the UI

Settings Page

You can manage an entity's content from its settings page.

The Settings Page consists of 4 tabs:

  • Properties: Here, you can view all available data associated with your entity, including metadata, properties, and relations. You can also manage the sources from which this data originates.

  • Sources: This tab allows you to manage the sources from which data automatically populates this entity. Multiple sources from plugins can feed data into entities.

  • JSON: In this tab, you can view and directly edit your entity descriptor.

  • Audit Logs: This tab enables you to track changes made to your entity over time.

Manually Configuring Values

Only fields that have their source set to "Manual" can be manually edited, both through the UI and the public API. Fields with other sources are automatically updated by automation rules.

From the properties tab, hoover over a given metadata, property or relation field for the edition button to become visible. The edition flow varies according to the field's data-type.

Alternatively you can also directly edit the entity descriptor.

Changing the entity directly can sometimes be useful for troubleshooting purposes.

Configuring Automated Value Assignment

ou might want to configure certain fields within your entity to automatically receive and update data from external sources that integrate with Rely through its plugins.

Entities can have sources that automatically update it, these can be:

  • Automation Rules

  • Plugin Entities

You can manage the sources available to your entity in the sources tab in the entity settings page, or by directly manipulating the entity descriptor.

Automation Rules declare themselves as an entity's source when they perform updates to it.

From the Public API

🖥️
Entities