Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[site24x7_threshold_profile] internal server error #313

Open
dil-mlucas opened this issue Oct 14, 2024 · 0 comments
Open

[site24x7_threshold_profile] internal server error #313

dil-mlucas opened this issue Oct 14, 2024 · 0 comments

Comments

@dil-mlucas
Copy link

dil-mlucas commented Oct 14, 2024

Hello! I am tying to create a threshold profile with the code below:

    "site24x7_threshold_profile": {
      "DevTestThresholdProfile": {
        "//": {
          "metadata": {
            "path": "staticServices/DevTestThresholdProfile",
            "uniqueId": "DevTestThresholdProfile"
          }
        },
        "down_location_threshold": 5,
        "profile_name": "DevTestThresholdProfile",
        "profile_type": 1,
        "read_time_out": {
          "pollsCheck": "1",
          "severity": "0",
          "strategy": "1",
          "value": "true"
        },
        "type": "URL",
        "website_content_modified": false
      }
    }

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: }

@dil-mlucas dil-mlucas changed the title Threshold profile internal server error [site24x7_threshold_profile] internal server error Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant