EntityProperties interface
Properties which are common across all kinds of entities
Properties
| alerts | Alert configuration for this entity |
| canvas |
Positioning of the entity on the model canvas |
| discovered |
Discovered by which discovery rule. If set, the entity cannot be deleted manually. |
| display |
Display name |
| health |
Health objective as a percentage of time the entity should be healthy. |
| health |
Health state of this entity |
| icon | Visual icon definition. If not set, a default icon is used. |
| impact | Impact of the entity in health state propagation |
| provisioning |
The status of the last operation. |
| signal |
Signal groups which are assigned to this entity |
| tags | Optional set of tags (key-value pairs) |
Property Details
alerts
canvasPosition
Positioning of the entity on the model canvas
canvasPosition?: EntityCoordinates
Property Value
discoveredBy
Discovered by which discovery rule. If set, the entity cannot be deleted manually.
discoveredBy?: string
Property Value
string
displayName
Display name
displayName?: string
Property Value
string
healthObjective
Health objective as a percentage of time the entity should be healthy.
healthObjective?: number
Property Value
number
healthState
Health state of this entity
healthState?: string
Property Value
string
icon
Visual icon definition. If not set, a default icon is used.
icon?: IconDefinition
Property Value
impact
Impact of the entity in health state propagation
impact?: string
Property Value
string
provisioningState
The status of the last operation.
provisioningState?: string
Property Value
string
signalGroups
Signal groups which are assigned to this entity
signalGroups?: SignalGroups
Property Value
tags
Optional set of tags (key-value pairs)
tags?: Record<string, string>
Property Value
Record<string, string>