Open Q&A
If there's no good subforum for your question - ask it here!
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Metric event "config id" option

henk_stobbe
DynaMight Leader
DynaMight Leader

Hello,

Anybody know the origin or reason for this field?

 
 

image.png

Sorry, just being curious....

 

KR Henk

1 REPLY 1

t_pawlak
Leader

Hi,
I think I know the answer 😉
this looks like a field that is mainly kept for backward compatibility and migration purposes.
legacyId is most likely the former configuration ID from the old API model, for example from older configuration endpoints such as Metric Events, Management Zones, and similar objects.

For example, I also use such fields in Terraform variables, like this:

variable "management_zone_legacy_id" {
  description = "Legacy ID for Management Zone"
  type        = string
  default     = null
}

So in general, I’d say it exists to help map older configuration objects to the newer model.

 

Featured Posts