Create Entity¶
Navigate to Unified Catalog > Entity List, click the "Add" button in the upper right corner, or click the settings icon on the left and select "Create Entity" to open the "Create Entity" dialog.
Note
Configuration items vary by entity type. Please ensure you select the correct type before filling in the configuration information.
Basic Information¶
- Select the entity type you want to add, including: System, Service, Host, Database, etc.
- Define the name of the current entity.
Configuration Information¶
In the "Configuration Information" area, you can configure entity attributes via the "Editor" or "YAML" modes. Click the tabs in the upper right corner to switch.
Editor Mode¶
1. Basic Information
| Field | Description |
|---|---|
| Display Name | The display name of the entity in the list. If filled, it will be displayed in preference to the system name. |
| Description | Detailed description of the entity. |
| Project | The project to which the entity type (System/Service/Host/Database, etc.) belongs. |
| Resource ID (ARN) | Required when creating a new cloud resource. It is the globally unique identifier for the cloud resource. |
2. System
| Field | Description |
|---|---|
| System Type | Select the system type to which the entity belongs, including Business Application, Shared Service, Middleware Platform, Data Platform, Internal Tool. |
| Lifecycle | Select the current lifecycle stage of the system, including Planning, Under Construction, In Operation, Under Maintenance, Decommissioned, Retired. |
| Environment | Select the deployment environment, including Production, Staging, Testing, Development. |
| Importance Level | Select the level, including Core, Important, Normal, Low, Test. |
| Field | Description |
|---|---|
| Service Type | Select the service type to which the entity belongs, including Web, DB, Cache, Queue, etc. |
| Service Language | Select the language of the current service, including Java, Go, Python, etc. |
| Lifecycle | Select the current lifecycle stage of the service, including Planning, Under Construction, In Operation, Under Maintenance, Decommissioned, Retired. |
| Environment | Select the deployment environment, including Production, Staging, Testing, Development. |
| Field | Description |
|---|---|
| Host IP | Enter the host IP address. |
| Operating System | Select the operating system of the current entity, including Linux, Windows, macOS. |
| Lifecycle | Select the current lifecycle stage of the host, including Planning, Under Construction, In Operation, Under Maintenance, Decommissioned, Retired. |
| Environment | Select the deployment environment, including Production, Staging, Testing, Development. |
| Cloud Provider | Select the cloud service provider to which the entity belongs. |
| Instance ID | Select the instance ID to which the entity belongs. |
| Region | Select the region to which the entity belongs, e.g., cn-hangzhou. |
| Availability Zone | Select the availability zone of the entity, e.g., cn-hangzhou-q. |
| Field | Description |
|---|---|
| Database Type | Select the database type, such as MySQL, PostgreSQL, MongoDB, Oracle, SQLServer, etc. |
| Version | Enter the version number. |
| Host Address | Enter the host address. |
| Port | Define the host port. |
| Service Address | Define the service address, e.g., 10.0.0.12:3306. Used to associate with the server tag in the official collector. Format is host:port. |
| Region | Select the region to which the entity belongs, e.g., cn-shenzhen. |
| Availability Zone | Select the availability zone of the entity, e.g., cn-shenzhen-e. |
| Environment | Select the deployment environment, including Production, Staging, Testing, Development. |
| Lifecycle | Select the current lifecycle stage of the database, including Planning, Under Construction, In Operation, Under Maintenance, Decommissioned, Retired. |
| Importance Level | Select the level, including Core, Important, Normal, Low, Test. |
| Field | Description |
|---|---|
| Cloud Provider | Select the cloud service provider, such as Alibaba Cloud, AWS, Tencent Cloud, Huawei Cloud, Azure, etc. |
| Cloud Account | Enter the cloud account for the current entity. |
| Resource Type | Select the resource type, such as aws_s3_bucket. |
| Region | Select the region to which the entity belongs, e.g., cn-shenzhen. |
| Availability Zone | Select the availability zone of the entity, e.g., cn-shenzhen-e. |
| Resource Attributes | Click the "Add" button and enter key:value pairs. |
3. Relationships
| Field | Description |
|---|---|
| Parent Entity | Select the upper-level business domain, platform, or parent system to indicate ownership. |
| Runtime Dependencies | Select other systems, services, or resources that this system depends on. |
4. Team
Select the team responsible for maintaining this entity.
5. Custom Tags
Select or create tags for categorization and filtering.
6. Contact Information
Click + Add to add contact information such as email, phone, Slack, etc. Only the display name is shown to protect privacy; click to view details.
7. Links
Click + Add to add external links such as repositories, documentation, views, etc. Repository types are automatically recognized with provider logos.
YAML Mode¶
Switch to the YAML tab to edit the configuration file directly.
Click "Configuration Instructions" in the upper right corner to view the Field Specifications.
Configuration Example (Service Type):
attributes:
env: ''
host: 172.16.161.51
name: kodo.nsq.producer
time: '2026-03-30T17:27:01.131146+08:00'
project: cloudcare-testing
version: ''
language: go
namespace: default
sourceType: message_queue
serviceType: message_queue
clusterNameK8S: ''
depends_on:
- service:kodox.nsq.consumer
- service:kodo.nsq.consumer
component_of:
- host:172.16.161.45
- host:172.16.161.54
- host:172.16.162.24
- host:172.16.162.30
custom_tags: []
contact: []
link: []
telemetrySelectors: []
Complete Creation¶
After filling in the information, click "Save". The system will automatically return to the Entity List page, and the newly created entity will be visible immediately.
Further Reading¶
You might also be interested in:
