Hi I'm trying to create a monitor in Datadog using...
# general
h
Hi I'm trying to create a monitor in Datadog using Pulumi using the MonitorJSON(https://www.pulumi.com/registry/packages/datadog/api-docs/monitorjson/) I am trying to create monitor that is muted at creation. I added this: but I got an error message saying NameError: name 'null' is not defined error: an unhandled error occurred: Program exited with non-zero exit code: 1 . anyone knows how to fix this?
Copy code
"silenced": { "*": null }
l
Are you creating a JSON object, or a string representation of a JSON object? I note that the example uses the string representation, would that matter?
h
String representation of JSON Object I think..