DataDog / datadogpy

The Datadog Python library
https://datadoghq.com/
Other
609 stars 302 forks source link

Question about mute and unmute using curl command #697

Closed nur0709 closed 2 years ago

nur0709 commented 2 years ago

`# Path parameters export monitor_id="CHANGE_ME"

Curl command

curl -X POST "https://api.datadoghq.com/api/v1/monitor/${monitor_id}/mute" \ -H "Content-Type: application/json" \ -H "DD-API-KEY: ${DD_API_KEY}" \ -H "DD-APPLICATION-KEY: ${DD_APP_KEY}" ` Hi! Could someone tell me where I should put the scope in this command? For example, I want to use the scope for kube_namespace:gc-cus

therve commented 2 years ago

Hi,

This seems unrelated to datadogpy, can you contact support: https://www.datadoghq.com/support/ ? Thanks.