@@ -415,6 +415,7 @@ func NewConfiguration() *Configuration {
415415 Description : "The globally available endpoint for On-Call." ,
416416 DefaultValue : "navy.oncall.datadoghq.com" ,
417417 EnumValues : []string {
418+ "lava.oncall.datadoghq.com" ,
418419 "saffron.oncall.datadoghq.com" ,
419420 "navy.oncall.datadoghq.com" ,
420421 "coral.oncall.datadoghq.com" ,
@@ -462,6 +463,7 @@ func NewConfiguration() *Configuration {
462463 Description : "The globally available endpoint for On-Call." ,
463464 DefaultValue : "navy.oncall.datadoghq.com" ,
464465 EnumValues : []string {
466+ "lava.oncall.datadoghq.com" ,
465467 "saffron.oncall.datadoghq.com" ,
466468 "navy.oncall.datadoghq.com" ,
467469 "coral.oncall.datadoghq.com" ,
@@ -509,6 +511,7 @@ func NewConfiguration() *Configuration {
509511 Description : "The globally available endpoint for On-Call." ,
510512 DefaultValue : "navy.oncall.datadoghq.com" ,
511513 EnumValues : []string {
514+ "lava.oncall.datadoghq.com" ,
512515 "saffron.oncall.datadoghq.com" ,
513516 "navy.oncall.datadoghq.com" ,
514517 "coral.oncall.datadoghq.com" ,
@@ -556,6 +559,7 @@ func NewConfiguration() *Configuration {
556559 Description : "The globally available endpoint for On-Call." ,
557560 DefaultValue : "navy.oncall.datadoghq.com" ,
558561 EnumValues : []string {
562+ "lava.oncall.datadoghq.com" ,
559563 "saffron.oncall.datadoghq.com" ,
560564 "navy.oncall.datadoghq.com" ,
561565 "coral.oncall.datadoghq.com" ,
0 commit comments