You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am utilizing CDKTF and following the generated interface for threshold profile config: export interface ThresholdProfileConfig extends cdktf.TerraformMetaArguments
According to the interface, I have defined everything correctly and this should work, but I am facing:
staticServices ╷
│ Error: Internal Server Error
│
│ with site24x7_threshold_profile.DevTestThresholdProfile (DevTestThresholdProfile),
│ on cdk.tf.json line 103, in resource.site24x7_threshold_profile.DevTestThresholdProfile (DevTestThresholdProfile):
│ 103: }
│
╵
The text was updated successfully, but these errors were encountered:
dil-mlucas
changed the title
Threshold profile internal server error
[site24x7_threshold_profile] internal server error
Oct 14, 2024
Hello! I am tying to create a threshold profile with the code below:
I am utilizing CDKTF and following the generated interface for threshold profile config:
export interface ThresholdProfileConfig extends cdktf.TerraformMetaArguments
According to the interface, I have defined everything correctly and this should work, but I am facing:
staticServices ╷
│ Error: Internal Server Error
│
│ with site24x7_threshold_profile.DevTestThresholdProfile (DevTestThresholdProfile),
│ on cdk.tf.json line 103, in resource.site24x7_threshold_profile.DevTestThresholdProfile (DevTestThresholdProfile):
│ 103: }
│
╵
The text was updated successfully, but these errors were encountered: