Chilkat Online Tools

autoit / Datadog API Collection / Edit a monitor

Back to Collection Items

; This example assumes the Chilkat API to have been previously unlocked.
; See Global Unlock Sample for sample code.

$oHttp = ObjCreate("Chilkat_9_5_0.Http")
Local $bSuccess

; Use this online tool to generate code from sample JSON: Generate Code to Create JSON

; The following JSON is sent in the request body.

; {
;   "created": "1995-10-24T11:39:54.640Z",
;   "creator": {
;     "email": "sed",
;     "handle": "adipisicing anim sint minim dolore",
;     "name": "minim elit occaecat nostrud"
;   },
;   "deleted": "1969-11-27T08:37:46.215Z",
;   "id": -77120144,
;   "message": "aliquip do",
;   "modified": "1951-11-24T19:51:05.602Z",
;   "multi": false,
;   "name": "velit inc",
;   "options": {
;     "aggregation": {
;       "group_by": "host",
;       "metric": "metrics.name",
;       "type": "count"
;     },
;     "device_ids": [
;       "laptop_large",
;       "chrome.tablet"
;     ],
;     "enable_logs_sample": false,
;     "enable_samples": true,
;     "escalation_message": "none",
;     "evaluation_delay": -93352509,
;     "group_retention_duration": "laborum ad",
;     "groupby_simple_monitor": false,
;     "include_tags": true,
;     "locked": false,
;     "min_failure_duration": 0,
;     "min_location_failed": 1,
;     "new_group_delay": -7869863,
;     "new_host_delay": 300,
;     "no_data_timeframe": -54805954,
;     "notification_preset_name": "show_all",
;     "notify_audit": false,
;     "notify_by": [
;       "ut nostrud quis cillum",
;       "do ipsum qui laboris Excepteur"
;     ],
;     "notify_no_data": false,
;     "on_missing_data": "show_no_data",
;     "renotify_interval": null,
;     "renotify_occurrences": 32437273,
;     "renotify_statuses": [
;       "warn",
;       "alert"
;     ],
;     "require_full_window": false,
;     "scheduling_options": {
;       "evaluation_window": {
;         "day_starts": "04:00",
;         "hour_starts": 0,
;         "month_starts": 1
;       }
;     },
;     "silenced": {
;       "dolor_b8": -69746901
;     },
;     "synthetics_check_id": "mollit reprehenderit",
;     "threshold_windows": {
;       "recovery_window": "dolor minim fugiat laborum",
;       "trigger_window": "aliquip sunt"
;     },
;     "thresholds": {
;       "critical": -10490029.23686637,
;       "critical_recovery": 56661083.45686585,
;       "ok": 16997793.211359277,
;       "unknown": -77926855.79462364,
;       "warning": 40847640.55172646,
;       "warning_recovery": 18480354.352015167
;     },
;     "timeout_h": null,
;     "variables": [
;       {
;         "data_source": "rum",
;         "compute": {
;           "aggregation": "avg",
;           "interval": 60000,
;           "metric": "@duration"
;         },
;         "name": "query_errors",
;         "group_by": [
;           {
;             "facet": "status",
;             "limit": 10,
;             "sort": {
;               "aggregation": "avg",
;               "metric": "velit in esse voluptate",
;               "order": "desc"
;             }
;           },
;           {
;             "facet": "status",
;             "limit": 10,
;             "sort": {
;               "aggregation": "avg",
;               "metric": "laborum sit",
;               "order": "desc"
;             }
;           }
;         ],
;         "indexes": [
;           "days-3",
;           "days-7"
;         ],
;         "search": {
;           "query": "service:query"
;         }
;       },
;       {
;         "data_source": "rum",
;         "compute": {
;           "aggregation": "avg",
;           "interval": 60000,
;           "metric": "@duration"
;         },
;         "name": "query_errors",
;         "group_by": [
;           {
;             "facet": "status",
;             "limit": 10,
;             "sort": {
;               "aggregation": "avg",
;               "metric": "ex ipsum quis",
;               "order": "desc"
;             }
;           },
;           {
;             "facet": "status",
;             "limit": 10,
;             "sort": {
;               "aggregation": "avg",
;               "metric": "magna",
;               "order": "desc"
;             }
;           }
;         ],
;         "indexes": [
;           "days-3",
;           "days-7"
;         ],
;         "search": {
;           "query": "service:query"
;         }
;       }
;     ]
;   },
;   "overall_state": "Unknown",
;   "priority": 4,
;   "query": "elit Ut minim fugiat Lorem",
;   "restricted_roles": [
;     "adipisicing dolore",
;     "sit aliqua"
;   ],
;   "state": {
;     "groups": {
;       "sed2b": {
;         "last_nodata_ts": -23994338,
;         "last_notified_ts": 87335929,
;         "last_resolved_ts": 93058048,
;         "last_triggered_ts": 19106535,
;         "name": "labore Excepteur et ex",
;         "status": "OK"
;       }
;     }
;   },
;   "tags": [
;     "deserunt sit Excepteur tempor",
;     "esse"
;   ],
;   "type": "query alert"
; }

$oJson = ObjCreate("Chilkat_9_5_0.JsonObject")
$oJson.UpdateString("created","1995-10-24T11:39:54.640Z")
$oJson.UpdateString("creator.email","sed")
$oJson.UpdateString("creator.handle","adipisicing anim sint minim dolore")
$oJson.UpdateString("creator.name","minim elit occaecat nostrud")
$oJson.UpdateString("deleted","1969-11-27T08:37:46.215Z")
$oJson.UpdateInt("id",-77120144)
$oJson.UpdateString("message","aliquip do")
$oJson.UpdateString("modified","1951-11-24T19:51:05.602Z")
$oJson.UpdateBool("multi",False)
$oJson.UpdateString("name","velit inc")
$oJson.UpdateString("options.aggregation.group_by","host")
$oJson.UpdateString("options.aggregation.metric","metrics.name")
$oJson.UpdateString("options.aggregation.type","count")
$oJson.UpdateString("options.device_ids[0]","laptop_large")
$oJson.UpdateString("options.device_ids[1]","chrome.tablet")
$oJson.UpdateBool("options.enable_logs_sample",False)
$oJson.UpdateBool("options.enable_samples",True)
$oJson.UpdateString("options.escalation_message","none")
$oJson.UpdateInt("options.evaluation_delay",-93352509)
$oJson.UpdateString("options.group_retention_duration","laborum ad")
$oJson.UpdateBool("options.groupby_simple_monitor",False)
$oJson.UpdateBool("options.include_tags",True)
$oJson.UpdateBool("options.locked",False)
$oJson.UpdateInt("options.min_failure_duration",0)
$oJson.UpdateInt("options.min_location_failed",1)
$oJson.UpdateInt("options.new_group_delay",-7869863)
$oJson.UpdateInt("options.new_host_delay",300)
$oJson.UpdateInt("options.no_data_timeframe",-54805954)
$oJson.UpdateString("options.notification_preset_name","show_all")
$oJson.UpdateBool("options.notify_audit",False)
$oJson.UpdateString("options.notify_by[0]","ut nostrud quis cillum")
$oJson.UpdateString("options.notify_by[1]","do ipsum qui laboris Excepteur")
$oJson.UpdateBool("options.notify_no_data",False)
$oJson.UpdateString("options.on_missing_data","show_no_data")
$oJson.UpdateNull("options.renotify_interval")
$oJson.UpdateInt("options.renotify_occurrences",32437273)
$oJson.UpdateString("options.renotify_statuses[0]","warn")
$oJson.UpdateString("options.renotify_statuses[1]","alert")
$oJson.UpdateBool("options.require_full_window",False)
$oJson.UpdateString("options.scheduling_options.evaluation_window.day_starts","04:00")
$oJson.UpdateInt("options.scheduling_options.evaluation_window.hour_starts",0)
$oJson.UpdateInt("options.scheduling_options.evaluation_window.month_starts",1)
$oJson.UpdateInt("options.silenced.dolor_b8",-69746901)
$oJson.UpdateString("options.synthetics_check_id","mollit reprehenderit")
$oJson.UpdateString("options.threshold_windows.recovery_window","dolor minim fugiat laborum")
$oJson.UpdateString("options.threshold_windows.trigger_window","aliquip sunt")
$oJson.UpdateNumber("options.thresholds.critical","-10490029.23686637")
$oJson.UpdateNumber("options.thresholds.critical_recovery","56661083.45686585")
$oJson.UpdateNumber("options.thresholds.ok","16997793.211359277")
$oJson.UpdateNumber("options.thresholds.unknown","-77926855.79462364")
$oJson.UpdateNumber("options.thresholds.warning","40847640.55172646")
$oJson.UpdateNumber("options.thresholds.warning_recovery","18480354.352015167")
$oJson.UpdateNull("options.timeout_h")
$oJson.UpdateString("options.variables[0].data_source","rum")
$oJson.UpdateString("options.variables[0].compute.aggregation","avg")
$oJson.UpdateInt("options.variables[0].compute.interval",60000)
$oJson.UpdateString("options.variables[0].compute.metric","@duration")
$oJson.UpdateString("options.variables[0].name","query_errors")
$oJson.UpdateString("options.variables[0].group_by[0].facet","status")
$oJson.UpdateInt("options.variables[0].group_by[0].limit",10)
$oJson.UpdateString("options.variables[0].group_by[0].sort.aggregation","avg")
$oJson.UpdateString("options.variables[0].group_by[0].sort.metric","velit in esse voluptate")
$oJson.UpdateString("options.variables[0].group_by[0].sort.order","desc")
$oJson.UpdateString("options.variables[0].group_by[1].facet","status")
$oJson.UpdateInt("options.variables[0].group_by[1].limit",10)
$oJson.UpdateString("options.variables[0].group_by[1].sort.aggregation","avg")
$oJson.UpdateString("options.variables[0].group_by[1].sort.metric","laborum sit")
$oJson.UpdateString("options.variables[0].group_by[1].sort.order","desc")
$oJson.UpdateString("options.variables[0].indexes[0]","days-3")
$oJson.UpdateString("options.variables[0].indexes[1]","days-7")
$oJson.UpdateString("options.variables[0].search.query","service:query")
$oJson.UpdateString("options.variables[1].data_source","rum")
$oJson.UpdateString("options.variables[1].compute.aggregation","avg")
$oJson.UpdateInt("options.variables[1].compute.interval",60000)
$oJson.UpdateString("options.variables[1].compute.metric","@duration")
$oJson.UpdateString("options.variables[1].name","query_errors")
$oJson.UpdateString("options.variables[1].group_by[0].facet","status")
$oJson.UpdateInt("options.variables[1].group_by[0].limit",10)
$oJson.UpdateString("options.variables[1].group_by[0].sort.aggregation","avg")
$oJson.UpdateString("options.variables[1].group_by[0].sort.metric","ex ipsum quis")
$oJson.UpdateString("options.variables[1].group_by[0].sort.order","desc")
$oJson.UpdateString("options.variables[1].group_by[1].facet","status")
$oJson.UpdateInt("options.variables[1].group_by[1].limit",10)
$oJson.UpdateString("options.variables[1].group_by[1].sort.aggregation","avg")
$oJson.UpdateString("options.variables[1].group_by[1].sort.metric","magna")
$oJson.UpdateString("options.variables[1].group_by[1].sort.order","desc")
$oJson.UpdateString("options.variables[1].indexes[0]","days-3")
$oJson.UpdateString("options.variables[1].indexes[1]","days-7")
$oJson.UpdateString("options.variables[1].search.query","service:query")
$oJson.UpdateString("overall_state","Unknown")
$oJson.UpdateInt("priority",4)
$oJson.UpdateString("query","elit Ut minim fugiat Lorem")
$oJson.UpdateString("restricted_roles[0]","adipisicing dolore")
$oJson.UpdateString("restricted_roles[1]","sit aliqua")
$oJson.UpdateInt("state.groups.sed2b.last_nodata_ts",-23994338)
$oJson.UpdateInt("state.groups.sed2b.last_notified_ts",87335929)
$oJson.UpdateInt("state.groups.sed2b.last_resolved_ts",93058048)
$oJson.UpdateInt("state.groups.sed2b.last_triggered_ts",19106535)
$oJson.UpdateString("state.groups.sed2b.name","labore Excepteur et ex")
$oJson.UpdateString("state.groups.sed2b.status","OK")
$oJson.UpdateString("tags[0]","deserunt sit Excepteur tempor")
$oJson.UpdateString("tags[1]","esse")
$oJson.UpdateString("type","query alert")

$oHttp.SetRequestHeader "Content-Type","application/json"
$oHttp.SetRequestHeader "Accept","application/json"

$oSbRequestBody = ObjCreate("Chilkat_9_5_0.StringBuilder")
$oJson.EmitSb($oSbRequestBody)

Local $oResp = $oHttp.PTextSb("PUT","https://api.app.ddog-gov.com/api/v1/monitor/:monitor_id",$oSbRequestBody,"utf-8","application/json",False,False)
If ($oHttp.LastMethodSuccess = False) Then
    ConsoleWrite($oHttp.LastErrorText & @CRLF)
    Exit
EndIf

$oSbResponseBody = ObjCreate("Chilkat_9_5_0.StringBuilder")
$oResp.GetBodySb($oSbResponseBody)

$oJResp = ObjCreate("Chilkat_9_5_0.JsonObject")
$oJResp.LoadSb($oSbResponseBody)
$oJResp.EmitCompact = False

ConsoleWrite("Response Body:" & @CRLF)
ConsoleWrite($oJResp.Emit() & @CRLF)

Local $iRespStatusCode = $oResp.StatusCode
ConsoleWrite("Response Status Code = " & $iRespStatusCode & @CRLF)
If ($iRespStatusCode >= 400) Then
    ConsoleWrite("Response Header:" & @CRLF)
    ConsoleWrite($oResp.Header & @CRLF)
    ConsoleWrite("Failed." & @CRLF)

    Exit
EndIf

; Sample JSON response:
; (Sample code for parsing the JSON response is shown below)

; {
;   "type": "query alert",
;   "query": "avg(last_5m):sum:system.net.bytes_rcvd{host:host0} > 100",
;   "created": "1989-12-01T14:28:43.831Z",
;   "creator": {
;     "email": "officia sunt",
;     "handle": "pariatur",
;     "name": "aute do"
;   },
;   "deleted": "2020-10-30T20:46:24.520Z",
;   "id": -50675854,
;   "matching_downtimes": [
;     {
;       "id": 1625,
;       "end": 1412792983,
;       "scope": [
;         "env:staging"
;       ],
;       "start": 1412792983
;     },
;     {
;       "id": 1625,
;       "end": 1412792983,
;       "scope": [
;         "env:staging"
;       ],
;       "start": 1412792983
;     }
;   ],
;   "message": "ullamco incididunt cupidatat",
;   "modified": "1981-03-27T05:04:03.098Z",
;   "multi": false,
;   "name": "My monitor",
;   "options": {
;     "aggregation": {
;       "group_by": "host",
;       "metric": "metrics.name",
;       "type": "count"
;     },
;     "device_ids": [
;       "mobile_small",
;       "chrome.tablet"
;     ],
;     "enable_logs_sample": false,
;     "enable_samples": false,
;     "escalation_message": "none",
;     "evaluation_delay": -52819274,
;     "group_retention_duration": "dolor Lorem qui",
;     "groupby_simple_monitor": false,
;     "include_tags": true,
;     "locked": false,
;     "min_failure_duration": 0,
;     "min_location_failed": 1,
;     "new_group_delay": -94315945,
;     "new_host_delay": 300,
;     "no_data_timeframe": -86360342,
;     "notification_preset_name": "show_all",
;     "notify_audit": false,
;     "notify_by": [
;       "labore dolore",
;       "deserunt commodo consectetur"
;     ],
;     "notify_no_data": false,
;     "on_missing_data": "resolve",
;     "renotify_interval": null,
;     "renotify_occurrences": 56355858,
;     "renotify_statuses": [
;       "warn",
;       "no data"
;     ],
;     "require_full_window": false,
;     "scheduling_options": {
;       "evaluation_window": {
;         "day_starts": "04:00",
;         "hour_starts": 0,
;         "month_starts": 1
;       }
;     },
;     "silenced": {
;       "non_6f_": 77287100
;     },
;     "synthetics_check_id": "culpa in laborum irure",
;     "threshold_windows": {
;       "recovery_window": "culpa cupidatat Lorem ut",
;       "trigger_window": "fugiat officia mollit esse quis"
;     },
;     "thresholds": {
;       "critical": -44507487.0891542,
;       "critical_recovery": 94365870.17342958,
;       "ok": 26645340.31156695,
;       "unknown": -32772943.396166816,
;       "warning": 75330874.10211122,
;       "warning_recovery": 30665996.226613894
;     },
;     "timeout_h": null,
;     "variables": [
;       {
;         "data_source": "rum",
;         "compute": {
;           "aggregation": "avg",
;           "interval": 60000,
;           "metric": "@duration"
;         },
;         "name": "query_errors",
;         "group_by": [
;           {
;             "facet": "status",
;             "limit": 10,
;             "sort": {
;               "aggregation": "avg",
;               "metric": "minim tempor i",
;               "order": "desc"
;             }
;           },
;           {
;             "facet": "status",
;             "limit": 10,
;             "sort": {
;               "aggregation": "avg",
;               "metric": "Ut fugiat officia",
;               "order": "desc"
;             }
;           }
;         ],
;         "indexes": [
;           "days-3",
;           "days-7"
;         ],
;         "search": {
;           "query": "service:query"
;         }
;       },
;       {
;         "data_source": "rum",
;         "compute": {
;           "aggregation": "avg",
;           "interval": 60000,
;           "metric": "@duration"
;         },
;         "name": "query_errors",
;         "group_by": [
;           {
;             "facet": "status",
;             "limit": 10,
;             "sort": {
;               "aggregation": "avg",
;               "metric": "do velit",
;               "order": "desc"
;             }
;           },
;           {
;             "facet": "status",
;             "limit": 10,
;             "sort": {
;               "aggregation": "avg",
;               "metric": "amet proident anim in",
;               "order": "desc"
;             }
;           }
;         ],
;         "indexes": [
;           "days-3",
;           "days-7"
;         ],
;         "search": {
;           "query": "service:query"
;         }
;       }
;     ]
;   },
;   "overall_state": "Warn",
;   "priority": 1,
;   "restricted_roles": [
;     "enim qui cillum est",
;     "quis ut"
;   ],
;   "state": {
;     "groups": {
;       "Lorem_1": {
;         "last_nodata_ts": -12653992,
;         "last_notified_ts": -66141067,
;         "last_resolved_ts": 5643925,
;         "last_triggered_ts": -6121593,
;         "name": "dolore nulla i",
;         "status": "OK"
;       },
;       "nisi_c43": {
;         "last_nodata_ts": -66061060,
;         "last_notified_ts": -86988012,
;         "last_resolved_ts": -39919633,
;         "last_triggered_ts": 13467862,
;         "name": "Ut fugiat eiusmod anim",
;         "status": "Ignored"
;       },
;       "minim_c": {
;         "last_nodata_ts": 6509669,
;         "last_notified_ts": 39348490,
;         "last_resolved_ts": 13221088,
;         "last_triggered_ts": 21889420,
;         "name": "in velit Duis",
;         "status": "Alert"
;       }
;     }
;   },
;   "tags": [
;     "ex tempor",
;     "enim veniam dolore"
;   ]
; }

; Sample code for parsing the JSON response...
; Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

Local $iV_end
Local $iStart
Local $iJ
Local $iCount_j
Local $strVal
Local $sData_source
Local $sAggregation
Local $iInterval
Local $sComputeMetric
Local $sQuery
Local $sFacet
Local $iLimit
Local $sortAggregation
Local $sortMetric
Local $sOrder

Local $sV_type = $oJResp.StringOf("type")
Local $sQuery = $oJResp.StringOf("query")
Local $sCreated = $oJResp.StringOf("created")
Local $sV_Email = $oJResp.StringOf("creator.email")
Local $sHandle = $oJResp.StringOf("creator.handle")
Local $sName = $oJResp.StringOf("creator.name")
Local $sDeleted = $oJResp.StringOf("deleted")
Local $id = $oJResp.IntOf("id")
Local $sMessage = $oJResp.StringOf("message")
Local $sModified = $oJResp.StringOf("modified")
Local $bMulti = $oJResp.BoolOf("multi")
Local $sName = $oJResp.StringOf("name")
Local $sGroup_by = $oJResp.StringOf("options.aggregation.group_by")
Local $sMetric = $oJResp.StringOf("options.aggregation.metric")
Local $sV_Type = $oJResp.StringOf("options.aggregation.type")
Local $bEnable_logs_sample = $oJResp.BoolOf("options.enable_logs_sample")
Local $bEnable_samples = $oJResp.BoolOf("options.enable_samples")
Local $sEscalation_message = $oJResp.StringOf("options.escalation_message")
Local $iEvaluation_delay = $oJResp.IntOf("options.evaluation_delay")
Local $sGroup_retention_duration = $oJResp.StringOf("options.group_retention_duration")
Local $bGroupby_simple_monitor = $oJResp.BoolOf("options.groupby_simple_monitor")
Local $bInclude_tags = $oJResp.BoolOf("options.include_tags")
Local $bLocked = $oJResp.BoolOf("options.locked")
Local $iMin_failure_duration = $oJResp.IntOf("options.min_failure_duration")
Local $iMin_location_failed = $oJResp.IntOf("options.min_location_failed")
Local $iNew_group_delay = $oJResp.IntOf("options.new_group_delay")
Local $iNew_host_delay = $oJResp.IntOf("options.new_host_delay")
Local $iNo_data_timeframe = $oJResp.IntOf("options.no_data_timeframe")
Local $sNotification_preset_name = $oJResp.StringOf("options.notification_preset_name")
Local $bNotify_audit = $oJResp.BoolOf("options.notify_audit")
Local $bNotify_no_data = $oJResp.BoolOf("options.notify_no_data")
Local $sOn_missing_data = $oJResp.StringOf("options.on_missing_data")
Local $sRenotify_interval = $oJResp.StringOf("options.renotify_interval")
Local $iRenotify_occurrences = $oJResp.IntOf("options.renotify_occurrences")
Local $bRequire_full_window = $oJResp.BoolOf("options.require_full_window")
Local $sDay_starts = $oJResp.StringOf("options.scheduling_options.evaluation_window.day_starts")
Local $iHour_starts = $oJResp.IntOf("options.scheduling_options.evaluation_window.hour_starts")
Local $iMonth_starts = $oJResp.IntOf("options.scheduling_options.evaluation_window.month_starts")
Local $iNon_6f_ = $oJResp.IntOf("options.silenced.non_6f_")
Local $sSynthetics_check_id = $oJResp.StringOf("options.synthetics_check_id")
Local $sRecovery_window = $oJResp.StringOf("options.threshold_windows.recovery_window")
Local $sTrigger_window = $oJResp.StringOf("options.threshold_windows.trigger_window")
Local $sCritical = $oJResp.StringOf("options.thresholds.critical")
Local $sCritical_recovery = $oJResp.StringOf("options.thresholds.critical_recovery")
Local $sOk = $oJResp.StringOf("options.thresholds.ok")
Local $sUnknown = $oJResp.StringOf("options.thresholds.unknown")
Local $sWarning = $oJResp.StringOf("options.thresholds.warning")
Local $sWarning_recovery = $oJResp.StringOf("options.thresholds.warning_recovery")
Local $sTimeout_h = $oJResp.StringOf("options.timeout_h")
Local $sOverall_state = $oJResp.StringOf("overall_state")
Local $iPriority = $oJResp.IntOf("priority")
Local $iLast_nodata_ts = $oJResp.IntOf("state.groups.Lorem_1.last_nodata_ts")
Local $iLast_notified_ts = $oJResp.IntOf("state.groups.Lorem_1.last_notified_ts")
Local $iLast_resolved_ts = $oJResp.IntOf("state.groups.Lorem_1.last_resolved_ts")
Local $iLast_triggered_ts = $oJResp.IntOf("state.groups.Lorem_1.last_triggered_ts")
Local $sLorem_1Name = $oJResp.StringOf("state.groups.Lorem_1.name")
Local $sStatus = $oJResp.StringOf("state.groups.Lorem_1.status")
Local $iNisi_c43Last_nodata_ts = $oJResp.IntOf("state.groups.nisi_c43.last_nodata_ts")
Local $iNisi_c43Last_notified_ts = $oJResp.IntOf("state.groups.nisi_c43.last_notified_ts")
Local $iNisi_c43Last_resolved_ts = $oJResp.IntOf("state.groups.nisi_c43.last_resolved_ts")
Local $iNisi_c43Last_triggered_ts = $oJResp.IntOf("state.groups.nisi_c43.last_triggered_ts")
Local $sNisi_c43Name = $oJResp.StringOf("state.groups.nisi_c43.name")
Local $sNisi_c43Status = $oJResp.StringOf("state.groups.nisi_c43.status")
Local $iMinim_cLast_nodata_ts = $oJResp.IntOf("state.groups.minim_c.last_nodata_ts")
Local $iMinim_cLast_notified_ts = $oJResp.IntOf("state.groups.minim_c.last_notified_ts")
Local $iMinim_cLast_resolved_ts = $oJResp.IntOf("state.groups.minim_c.last_resolved_ts")
Local $iMinim_cLast_triggered_ts = $oJResp.IntOf("state.groups.minim_c.last_triggered_ts")
Local $sMinim_cName = $oJResp.StringOf("state.groups.minim_c.name")
Local $sMinim_cStatus = $oJResp.StringOf("state.groups.minim_c.status")
Local $i = 0
Local $iCount_i = $oJResp.SizeOfArray("matching_downtimes")
While $i < $iCount_i
    $oJResp.I = $i
    $id = $oJResp.IntOf("matching_downtimes[i].id")
    $iV_end = $oJResp.IntOf("matching_downtimes[i].end")
    $iStart = $oJResp.IntOf("matching_downtimes[i].start")
    $iJ = 0
    $iCount_j = $oJResp.SizeOfArray("matching_downtimes[i].scope")
    While $iJ < $iCount_j
        $oJResp.J = $iJ
        $strVal = $oJResp.StringOf("matching_downtimes[i].scope[j]")
        $iJ = $iJ + 1
    Wend
    $i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("options.device_ids")
While $i < $iCount_i
    $oJResp.I = $i
    $strVal = $oJResp.StringOf("options.device_ids[i]")
    $i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("options.notify_by")
While $i < $iCount_i
    $oJResp.I = $i
    $strVal = $oJResp.StringOf("options.notify_by[i]")
    $i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("options.renotify_statuses")
While $i < $iCount_i
    $oJResp.I = $i
    $strVal = $oJResp.StringOf("options.renotify_statuses[i]")
    $i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("options.variables")
While $i < $iCount_i
    $oJResp.I = $i
    $sData_source = $oJResp.StringOf("options.variables[i].data_source")
    $sAggregation = $oJResp.StringOf("options.variables[i].compute.aggregation")
    $iInterval = $oJResp.IntOf("options.variables[i].compute.interval")
    $sComputeMetric = $oJResp.StringOf("options.variables[i].compute.metric")
    $sName = $oJResp.StringOf("options.variables[i].name")
    $sQuery = $oJResp.StringOf("options.variables[i].search.query")
    $iJ = 0
    $iCount_j = $oJResp.SizeOfArray("options.variables[i].group_by")
    While $iJ < $iCount_j
        $oJResp.J = $iJ
        $sFacet = $oJResp.StringOf("options.variables[i].group_by[j].facet")
        $iLimit = $oJResp.IntOf("options.variables[i].group_by[j].limit")
        $sortAggregation = $oJResp.StringOf("options.variables[i].group_by[j].sort.aggregation")
        $sortMetric = $oJResp.StringOf("options.variables[i].group_by[j].sort.metric")
        $sOrder = $oJResp.StringOf("options.variables[i].group_by[j].sort.order")
        $iJ = $iJ + 1
    Wend
    $iJ = 0
    $iCount_j = $oJResp.SizeOfArray("options.variables[i].indexes")
    While $iJ < $iCount_j
        $oJResp.J = $iJ
        $strVal = $oJResp.StringOf("options.variables[i].indexes[j]")
        $iJ = $iJ + 1
    Wend
    $i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("restricted_roles")
While $i < $iCount_i
    $oJResp.I = $i
    $strVal = $oJResp.StringOf("restricted_roles[i]")
    $i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("tags")
While $i < $iCount_i
    $oJResp.I = $i
    $strVal = $oJResp.StringOf("tags[i]")
    $i = $i + 1
Wend

Curl Command

curl -X PUT
	-H "Content-Type: application/json"
	-H "Accept: application/json"
	-d '{
  "created": "1995-10-24T11:39:54.640Z",
  "creator": {
    "email": "sed",
    "handle": "adipisicing anim sint minim dolore",
    "name": "minim elit occaecat nostrud"
  },
  "deleted": "1969-11-27T08:37:46.215Z",
  "id": -77120144,
  "message": "aliquip do",
  "modified": "1951-11-24T19:51:05.602Z",
  "multi": false,
  "name": "velit inc",
  "options": {
    "aggregation": {
      "group_by": "host",
      "metric": "metrics.name",
      "type": "count"
    },
    "device_ids": [
      "laptop_large",
      "chrome.tablet"
    ],
    "enable_logs_sample": false,
    "enable_samples": true,
    "escalation_message": "none",
    "evaluation_delay": -93352509,
    "group_retention_duration": "laborum ad",
    "groupby_simple_monitor": false,
    "include_tags": true,
    "locked": false,
    "min_failure_duration": 0,
    "min_location_failed": 1,
    "new_group_delay": -7869863,
    "new_host_delay": 300,
    "no_data_timeframe": -54805954,
    "notification_preset_name": "show_all",
    "notify_audit": false,
    "notify_by": [
      "ut nostrud quis cillum",
      "do ipsum qui laboris Excepteur"
    ],
    "notify_no_data": false,
    "on_missing_data": "show_no_data",
    "renotify_interval": null,
    "renotify_occurrences": 32437273,
    "renotify_statuses": [
      "warn",
      "alert"
    ],
    "require_full_window": false,
    "scheduling_options": {
      "evaluation_window": {
        "day_starts": "04:00",
        "hour_starts": 0,
        "month_starts": 1
      }
    },
    "silenced": {
      "dolor_b8": -69746901
    },
    "synthetics_check_id": "mollit reprehenderit",
    "threshold_windows": {
      "recovery_window": "dolor minim fugiat laborum",
      "trigger_window": "aliquip sunt"
    },
    "thresholds": {
      "critical": -10490029.23686637,
      "critical_recovery": 56661083.45686585,
      "ok": 16997793.211359277,
      "unknown": -77926855.79462364,
      "warning": 40847640.55172646,
      "warning_recovery": 18480354.352015167
    },
    "timeout_h": null,
    "variables": [
      {
        "data_source": "rum",
        "compute": {
          "aggregation": "avg",
          "interval": 60000,
          "metric": "@duration"
        },
        "name": "query_errors",
        "group_by": [
          {
            "facet": "status",
            "limit": 10,
            "sort": {
              "aggregation": "avg",
              "metric": "velit in esse voluptate",
              "order": "desc"
            }
          },
          {
            "facet": "status",
            "limit": 10,
            "sort": {
              "aggregation": "avg",
              "metric": "laborum sit",
              "order": "desc"
            }
          }
        ],
        "indexes": [
          "days-3",
          "days-7"
        ],
        "search": {
          "query": "service:query"
        }
      },
      {
        "data_source": "rum",
        "compute": {
          "aggregation": "avg",
          "interval": 60000,
          "metric": "@duration"
        },
        "name": "query_errors",
        "group_by": [
          {
            "facet": "status",
            "limit": 10,
            "sort": {
              "aggregation": "avg",
              "metric": "ex ipsum quis",
              "order": "desc"
            }
          },
          {
            "facet": "status",
            "limit": 10,
            "sort": {
              "aggregation": "avg",
              "metric": "magna",
              "order": "desc"
            }
          }
        ],
        "indexes": [
          "days-3",
          "days-7"
        ],
        "search": {
          "query": "service:query"
        }
      }
    ]
  },
  "overall_state": "Unknown",
  "priority": 4,
  "query": "elit Ut minim fugiat Lorem",
  "restricted_roles": [
    "adipisicing dolore",
    "sit aliqua"
  ],
  "state": {
    "groups": {
      "sed2b": {
        "last_nodata_ts": -23994338,
        "last_notified_ts": 87335929,
        "last_resolved_ts": 93058048,
        "last_triggered_ts": 19106535,
        "name": "labore Excepteur et ex",
        "status": "OK"
      }
    }
  },
  "tags": [
    "deserunt sit Excepteur tempor",
    "esse"
  ],
  "type": "query alert"
}'
https://api.app.ddog-gov.com/api/v1/monitor/:monitor_id

Postman Collection Item JSON

{
  "name": "Edit a monitor",
  "request": {
    "method": "PUT",
    "header": [
      {
        "key": "Content-Type",
        "value": "application/json"
      },
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "body": {
      "mode": "raw",
      "raw": "{\n  \"created\": \"1995-10-24T11:39:54.640Z\",\n  \"creator\": {\n    \"email\": \"sed\",\n    \"handle\": \"adipisicing anim sint minim dolore\",\n    \"name\": \"minim elit occaecat nostrud\"\n  },\n  \"deleted\": \"1969-11-27T08:37:46.215Z\",\n  \"id\": -77120144,\n  \"message\": \"aliquip do\",\n  \"modified\": \"1951-11-24T19:51:05.602Z\",\n  \"multi\": false,\n  \"name\": \"velit inc\",\n  \"options\": {\n    \"aggregation\": {\n      \"group_by\": \"host\",\n      \"metric\": \"metrics.name\",\n      \"type\": \"count\"\n    },\n    \"device_ids\": [\n      \"laptop_large\",\n      \"chrome.tablet\"\n    ],\n    \"enable_logs_sample\": false,\n    \"enable_samples\": true,\n    \"escalation_message\": \"none\",\n    \"evaluation_delay\": -93352509,\n    \"group_retention_duration\": \"laborum ad\",\n    \"groupby_simple_monitor\": false,\n    \"include_tags\": true,\n    \"locked\": false,\n    \"min_failure_duration\": 0,\n    \"min_location_failed\": 1,\n    \"new_group_delay\": -7869863,\n    \"new_host_delay\": 300,\n    \"no_data_timeframe\": -54805954,\n    \"notification_preset_name\": \"show_all\",\n    \"notify_audit\": false,\n    \"notify_by\": [\n      \"ut nostrud quis cillum\",\n      \"do ipsum qui laboris Excepteur\"\n    ],\n    \"notify_no_data\": false,\n    \"on_missing_data\": \"show_no_data\",\n    \"renotify_interval\": null,\n    \"renotify_occurrences\": 32437273,\n    \"renotify_statuses\": [\n      \"warn\",\n      \"alert\"\n    ],\n    \"require_full_window\": false,\n    \"scheduling_options\": {\n      \"evaluation_window\": {\n        \"day_starts\": \"04:00\",\n        \"hour_starts\": 0,\n        \"month_starts\": 1\n      }\n    },\n    \"silenced\": {\n      \"dolor_b8\": -69746901\n    },\n    \"synthetics_check_id\": \"mollit reprehenderit\",\n    \"threshold_windows\": {\n      \"recovery_window\": \"dolor minim fugiat laborum\",\n      \"trigger_window\": \"aliquip sunt\"\n    },\n    \"thresholds\": {\n      \"critical\": -10490029.23686637,\n      \"critical_recovery\": 56661083.45686585,\n      \"ok\": 16997793.211359277,\n      \"unknown\": -77926855.79462364,\n      \"warning\": 40847640.55172646,\n      \"warning_recovery\": 18480354.352015167\n    },\n    \"timeout_h\": null,\n    \"variables\": [\n      {\n        \"data_source\": \"rum\",\n        \"compute\": {\n          \"aggregation\": \"avg\",\n          \"interval\": 60000,\n          \"metric\": \"@duration\"\n        },\n        \"name\": \"query_errors\",\n        \"group_by\": [\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"velit in esse voluptate\",\n              \"order\": \"desc\"\n            }\n          },\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"laborum sit\",\n              \"order\": \"desc\"\n            }\n          }\n        ],\n        \"indexes\": [\n          \"days-3\",\n          \"days-7\"\n        ],\n        \"search\": {\n          \"query\": \"service:query\"\n        }\n      },\n      {\n        \"data_source\": \"rum\",\n        \"compute\": {\n          \"aggregation\": \"avg\",\n          \"interval\": 60000,\n          \"metric\": \"@duration\"\n        },\n        \"name\": \"query_errors\",\n        \"group_by\": [\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"ex ipsum quis\",\n              \"order\": \"desc\"\n            }\n          },\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"magna\",\n              \"order\": \"desc\"\n            }\n          }\n        ],\n        \"indexes\": [\n          \"days-3\",\n          \"days-7\"\n        ],\n        \"search\": {\n          \"query\": \"service:query\"\n        }\n      }\n    ]\n  },\n  \"overall_state\": \"Unknown\",\n  \"priority\": 4,\n  \"query\": \"elit Ut minim fugiat Lorem\",\n  \"restricted_roles\": [\n    \"adipisicing dolore\",\n    \"sit aliqua\"\n  ],\n  \"state\": {\n    \"groups\": {\n      \"sed2b\": {\n        \"last_nodata_ts\": -23994338,\n        \"last_notified_ts\": 87335929,\n        \"last_resolved_ts\": 93058048,\n        \"last_triggered_ts\": 19106535,\n        \"name\": \"labore Excepteur et ex\",\n        \"status\": \"OK\"\n      }\n    }\n  },\n  \"tags\": [\n    \"deserunt sit Excepteur tempor\",\n    \"esse\"\n  ],\n  \"type\": \"query alert\"\n}",
      "options": {
        "raw": {
          "headerFamily": "json",
          "language": "json"
        }
      }
    },
    "url": {
      "raw": "{{baseUrl}}/api/v1/monitor/:monitor_id",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "v1",
        "monitor",
        ":monitor_id"
      ],
      "variable": [
        {
          "key": "monitor_id",
          "value": "666486743"
        }
      ]
    },
    "description": "Edit the specified monitor."
  },
  "response": [
    {
      "name": "OK",
      "originalRequest": {
        "method": "PUT",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          },
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"created\": \"1995-10-24T11:39:54.640Z\",\n  \"creator\": {\n    \"email\": \"sed\",\n    \"handle\": \"adipisicing anim sint minim dolore\",\n    \"name\": \"minim elit occaecat nostrud\"\n  },\n  \"deleted\": \"1969-11-27T08:37:46.215Z\",\n  \"id\": -77120144,\n  \"message\": \"aliquip do\",\n  \"modified\": \"1951-11-24T19:51:05.602Z\",\n  \"multi\": false,\n  \"name\": \"velit inc\",\n  \"options\": {\n    \"aggregation\": {\n      \"group_by\": \"host\",\n      \"metric\": \"metrics.name\",\n      \"type\": \"count\"\n    },\n    \"device_ids\": [\n      \"laptop_large\",\n      \"chrome.tablet\"\n    ],\n    \"enable_logs_sample\": false,\n    \"enable_samples\": true,\n    \"escalation_message\": \"none\",\n    \"evaluation_delay\": -93352509,\n    \"group_retention_duration\": \"laborum ad\",\n    \"groupby_simple_monitor\": false,\n    \"include_tags\": true,\n    \"locked\": false,\n    \"min_failure_duration\": 0,\n    \"min_location_failed\": 1,\n    \"new_group_delay\": -7869863,\n    \"new_host_delay\": 300,\n    \"no_data_timeframe\": -54805954,\n    \"notification_preset_name\": \"show_all\",\n    \"notify_audit\": false,\n    \"notify_by\": [\n      \"ut nostrud quis cillum\",\n      \"do ipsum qui laboris Excepteur\"\n    ],\n    \"notify_no_data\": false,\n    \"on_missing_data\": \"show_no_data\",\n    \"renotify_interval\": null,\n    \"renotify_occurrences\": 32437273,\n    \"renotify_statuses\": [\n      \"warn\",\n      \"alert\"\n    ],\n    \"require_full_window\": false,\n    \"scheduling_options\": {\n      \"evaluation_window\": {\n        \"day_starts\": \"04:00\",\n        \"hour_starts\": 0,\n        \"month_starts\": 1\n      }\n    },\n    \"silenced\": {\n      \"dolor_b8\": -69746901\n    },\n    \"synthetics_check_id\": \"mollit reprehenderit\",\n    \"threshold_windows\": {\n      \"recovery_window\": \"dolor minim fugiat laborum\",\n      \"trigger_window\": \"aliquip sunt\"\n    },\n    \"thresholds\": {\n      \"critical\": -10490029.23686637,\n      \"critical_recovery\": 56661083.45686585,\n      \"ok\": 16997793.211359277,\n      \"unknown\": -77926855.79462364,\n      \"warning\": 40847640.55172646,\n      \"warning_recovery\": 18480354.352015167\n    },\n    \"timeout_h\": null,\n    \"variables\": [\n      {\n        \"data_source\": \"rum\",\n        \"compute\": {\n          \"aggregation\": \"avg\",\n          \"interval\": 60000,\n          \"metric\": \"@duration\"\n        },\n        \"name\": \"query_errors\",\n        \"group_by\": [\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"velit in esse voluptate\",\n              \"order\": \"desc\"\n            }\n          },\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"laborum sit\",\n              \"order\": \"desc\"\n            }\n          }\n        ],\n        \"indexes\": [\n          \"days-3\",\n          \"days-7\"\n        ],\n        \"search\": {\n          \"query\": \"service:query\"\n        }\n      },\n      {\n        \"data_source\": \"rum\",\n        \"compute\": {\n          \"aggregation\": \"avg\",\n          \"interval\": 60000,\n          \"metric\": \"@duration\"\n        },\n        \"name\": \"query_errors\",\n        \"group_by\": [\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"ex ipsum quis\",\n              \"order\": \"desc\"\n            }\n          },\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"magna\",\n              \"order\": \"desc\"\n            }\n          }\n        ],\n        \"indexes\": [\n          \"days-3\",\n          \"days-7\"\n        ],\n        \"search\": {\n          \"query\": \"service:query\"\n        }\n      }\n    ]\n  },\n  \"overall_state\": \"Unknown\",\n  \"priority\": 4,\n  \"query\": \"elit Ut minim fugiat Lorem\",\n  \"restricted_roles\": [\n    \"adipisicing dolore\",\n    \"sit aliqua\"\n  ],\n  \"state\": {\n    \"groups\": {\n      \"sed2b\": {\n        \"last_nodata_ts\": -23994338,\n        \"last_notified_ts\": 87335929,\n        \"last_resolved_ts\": 93058048,\n        \"last_triggered_ts\": 19106535,\n        \"name\": \"labore Excepteur et ex\",\n        \"status\": \"OK\"\n      }\n    }\n  },\n  \"tags\": [\n    \"deserunt sit Excepteur tempor\",\n    \"esse\"\n  ],\n  \"type\": \"query alert\"\n}",
          "options": {
            "raw": {
              "headerFamily": "json",
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/api/v1/monitor/:monitor_id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "monitor",
            ":monitor_id"
          ],
          "variable": [
            {
              "key": "monitor_id"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"type\": \"query alert\",\n  \"query\": \"avg(last_5m):sum:system.net.bytes_rcvd{host:host0} > 100\",\n  \"created\": \"1989-12-01T14:28:43.831Z\",\n  \"creator\": {\n    \"email\": \"officia sunt\",\n    \"handle\": \"pariatur\",\n    \"name\": \"aute do\"\n  },\n  \"deleted\": \"2020-10-30T20:46:24.520Z\",\n  \"id\": -50675854,\n  \"matching_downtimes\": [\n    {\n      \"id\": 1625,\n      \"end\": 1412792983,\n      \"scope\": [\n        \"env:staging\"\n      ],\n      \"start\": 1412792983\n    },\n    {\n      \"id\": 1625,\n      \"end\": 1412792983,\n      \"scope\": [\n        \"env:staging\"\n      ],\n      \"start\": 1412792983\n    }\n  ],\n  \"message\": \"ullamco incididunt cupidatat\",\n  \"modified\": \"1981-03-27T05:04:03.098Z\",\n  \"multi\": false,\n  \"name\": \"My monitor\",\n  \"options\": {\n    \"aggregation\": {\n      \"group_by\": \"host\",\n      \"metric\": \"metrics.name\",\n      \"type\": \"count\"\n    },\n    \"device_ids\": [\n      \"mobile_small\",\n      \"chrome.tablet\"\n    ],\n    \"enable_logs_sample\": false,\n    \"enable_samples\": false,\n    \"escalation_message\": \"none\",\n    \"evaluation_delay\": -52819274,\n    \"group_retention_duration\": \"dolor Lorem qui\",\n    \"groupby_simple_monitor\": false,\n    \"include_tags\": true,\n    \"locked\": false,\n    \"min_failure_duration\": 0,\n    \"min_location_failed\": 1,\n    \"new_group_delay\": -94315945,\n    \"new_host_delay\": 300,\n    \"no_data_timeframe\": -86360342,\n    \"notification_preset_name\": \"show_all\",\n    \"notify_audit\": false,\n    \"notify_by\": [\n      \"labore dolore\",\n      \"deserunt commodo consectetur\"\n    ],\n    \"notify_no_data\": false,\n    \"on_missing_data\": \"resolve\",\n    \"renotify_interval\": null,\n    \"renotify_occurrences\": 56355858,\n    \"renotify_statuses\": [\n      \"warn\",\n      \"no data\"\n    ],\n    \"require_full_window\": false,\n    \"scheduling_options\": {\n      \"evaluation_window\": {\n        \"day_starts\": \"04:00\",\n        \"hour_starts\": 0,\n        \"month_starts\": 1\n      }\n    },\n    \"silenced\": {\n      \"non_6f_\": 77287100\n    },\n    \"synthetics_check_id\": \"culpa in laborum irure\",\n    \"threshold_windows\": {\n      \"recovery_window\": \"culpa cupidatat Lorem ut\",\n      \"trigger_window\": \"fugiat officia mollit esse quis\"\n    },\n    \"thresholds\": {\n      \"critical\": -44507487.0891542,\n      \"critical_recovery\": 94365870.17342958,\n      \"ok\": 26645340.31156695,\n      \"unknown\": -32772943.396166816,\n      \"warning\": 75330874.10211122,\n      \"warning_recovery\": 30665996.226613894\n    },\n    \"timeout_h\": null,\n    \"variables\": [\n      {\n        \"data_source\": \"rum\",\n        \"compute\": {\n          \"aggregation\": \"avg\",\n          \"interval\": 60000,\n          \"metric\": \"@duration\"\n        },\n        \"name\": \"query_errors\",\n        \"group_by\": [\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"minim tempor i\",\n              \"order\": \"desc\"\n            }\n          },\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"Ut fugiat officia\",\n              \"order\": \"desc\"\n            }\n          }\n        ],\n        \"indexes\": [\n          \"days-3\",\n          \"days-7\"\n        ],\n        \"search\": {\n          \"query\": \"service:query\"\n        }\n      },\n      {\n        \"data_source\": \"rum\",\n        \"compute\": {\n          \"aggregation\": \"avg\",\n          \"interval\": 60000,\n          \"metric\": \"@duration\"\n        },\n        \"name\": \"query_errors\",\n        \"group_by\": [\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"do velit\",\n              \"order\": \"desc\"\n            }\n          },\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"amet proident anim in\",\n              \"order\": \"desc\"\n            }\n          }\n        ],\n        \"indexes\": [\n          \"days-3\",\n          \"days-7\"\n        ],\n        \"search\": {\n          \"query\": \"service:query\"\n        }\n      }\n    ]\n  },\n  \"overall_state\": \"Warn\",\n  \"priority\": 1,\n  \"restricted_roles\": [\n    \"enim qui cillum est\",\n    \"quis ut\"\n  ],\n  \"state\": {\n    \"groups\": {\n      \"Lorem_1\": {\n        \"last_nodata_ts\": -12653992,\n        \"last_notified_ts\": -66141067,\n        \"last_resolved_ts\": 5643925,\n        \"last_triggered_ts\": -6121593,\n        \"name\": \"dolore nulla i\",\n        \"status\": \"OK\"\n      },\n      \"nisi_c43\": {\n        \"last_nodata_ts\": -66061060,\n        \"last_notified_ts\": -86988012,\n        \"last_resolved_ts\": -39919633,\n        \"last_triggered_ts\": 13467862,\n        \"name\": \"Ut fugiat eiusmod anim\",\n        \"status\": \"Ignored\"\n      },\n      \"minim_c\": {\n        \"last_nodata_ts\": 6509669,\n        \"last_notified_ts\": 39348490,\n        \"last_resolved_ts\": 13221088,\n        \"last_triggered_ts\": 21889420,\n        \"name\": \"in velit Duis\",\n        \"status\": \"Alert\"\n      }\n    }\n  },\n  \"tags\": [\n    \"ex tempor\",\n    \"enim veniam dolore\"\n  ]\n}"
    },
    {
      "name": "Bad Request",
      "originalRequest": {
        "method": "PUT",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          },
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"created\": \"1995-10-24T11:39:54.640Z\",\n  \"creator\": {\n    \"email\": \"sed\",\n    \"handle\": \"adipisicing anim sint minim dolore\",\n    \"name\": \"minim elit occaecat nostrud\"\n  },\n  \"deleted\": \"1969-11-27T08:37:46.215Z\",\n  \"id\": -77120144,\n  \"message\": \"aliquip do\",\n  \"modified\": \"1951-11-24T19:51:05.602Z\",\n  \"multi\": false,\n  \"name\": \"velit inc\",\n  \"options\": {\n    \"aggregation\": {\n      \"group_by\": \"host\",\n      \"metric\": \"metrics.name\",\n      \"type\": \"count\"\n    },\n    \"device_ids\": [\n      \"laptop_large\",\n      \"chrome.tablet\"\n    ],\n    \"enable_logs_sample\": false,\n    \"enable_samples\": true,\n    \"escalation_message\": \"none\",\n    \"evaluation_delay\": -93352509,\n    \"group_retention_duration\": \"laborum ad\",\n    \"groupby_simple_monitor\": false,\n    \"include_tags\": true,\n    \"locked\": false,\n    \"min_failure_duration\": 0,\n    \"min_location_failed\": 1,\n    \"new_group_delay\": -7869863,\n    \"new_host_delay\": 300,\n    \"no_data_timeframe\": -54805954,\n    \"notification_preset_name\": \"show_all\",\n    \"notify_audit\": false,\n    \"notify_by\": [\n      \"ut nostrud quis cillum\",\n      \"do ipsum qui laboris Excepteur\"\n    ],\n    \"notify_no_data\": false,\n    \"on_missing_data\": \"show_no_data\",\n    \"renotify_interval\": null,\n    \"renotify_occurrences\": 32437273,\n    \"renotify_statuses\": [\n      \"warn\",\n      \"alert\"\n    ],\n    \"require_full_window\": false,\n    \"scheduling_options\": {\n      \"evaluation_window\": {\n        \"day_starts\": \"04:00\",\n        \"hour_starts\": 0,\n        \"month_starts\": 1\n      }\n    },\n    \"silenced\": {\n      \"dolor_b8\": -69746901\n    },\n    \"synthetics_check_id\": \"mollit reprehenderit\",\n    \"threshold_windows\": {\n      \"recovery_window\": \"dolor minim fugiat laborum\",\n      \"trigger_window\": \"aliquip sunt\"\n    },\n    \"thresholds\": {\n      \"critical\": -10490029.23686637,\n      \"critical_recovery\": 56661083.45686585,\n      \"ok\": 16997793.211359277,\n      \"unknown\": -77926855.79462364,\n      \"warning\": 40847640.55172646,\n      \"warning_recovery\": 18480354.352015167\n    },\n    \"timeout_h\": null,\n    \"variables\": [\n      {\n        \"data_source\": \"rum\",\n        \"compute\": {\n          \"aggregation\": \"avg\",\n          \"interval\": 60000,\n          \"metric\": \"@duration\"\n        },\n        \"name\": \"query_errors\",\n        \"group_by\": [\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"velit in esse voluptate\",\n              \"order\": \"desc\"\n            }\n          },\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"laborum sit\",\n              \"order\": \"desc\"\n            }\n          }\n        ],\n        \"indexes\": [\n          \"days-3\",\n          \"days-7\"\n        ],\n        \"search\": {\n          \"query\": \"service:query\"\n        }\n      },\n      {\n        \"data_source\": \"rum\",\n        \"compute\": {\n          \"aggregation\": \"avg\",\n          \"interval\": 60000,\n          \"metric\": \"@duration\"\n        },\n        \"name\": \"query_errors\",\n        \"group_by\": [\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"ex ipsum quis\",\n              \"order\": \"desc\"\n            }\n          },\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"magna\",\n              \"order\": \"desc\"\n            }\n          }\n        ],\n        \"indexes\": [\n          \"days-3\",\n          \"days-7\"\n        ],\n        \"search\": {\n          \"query\": \"service:query\"\n        }\n      }\n    ]\n  },\n  \"overall_state\": \"Unknown\",\n  \"priority\": 4,\n  \"query\": \"elit Ut minim fugiat Lorem\",\n  \"restricted_roles\": [\n    \"adipisicing dolore\",\n    \"sit aliqua\"\n  ],\n  \"state\": {\n    \"groups\": {\n      \"sed2b\": {\n        \"last_nodata_ts\": -23994338,\n        \"last_notified_ts\": 87335929,\n        \"last_resolved_ts\": 93058048,\n        \"last_triggered_ts\": 19106535,\n        \"name\": \"labore Excepteur et ex\",\n        \"status\": \"OK\"\n      }\n    }\n  },\n  \"tags\": [\n    \"deserunt sit Excepteur tempor\",\n    \"esse\"\n  ],\n  \"type\": \"query alert\"\n}",
          "options": {
            "raw": {
              "headerFamily": "json",
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/api/v1/monitor/:monitor_id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "monitor",
            ":monitor_id"
          ],
          "variable": [
            {
              "key": "monitor_id"
            }
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    \"Bad Request\",\n    \"Bad Request\"\n  ]\n}"
    },
    {
      "name": "Authentication error",
      "originalRequest": {
        "method": "PUT",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          },
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"created\": \"1995-10-24T11:39:54.640Z\",\n  \"creator\": {\n    \"email\": \"sed\",\n    \"handle\": \"adipisicing anim sint minim dolore\",\n    \"name\": \"minim elit occaecat nostrud\"\n  },\n  \"deleted\": \"1969-11-27T08:37:46.215Z\",\n  \"id\": -77120144,\n  \"message\": \"aliquip do\",\n  \"modified\": \"1951-11-24T19:51:05.602Z\",\n  \"multi\": false,\n  \"name\": \"velit inc\",\n  \"options\": {\n    \"aggregation\": {\n      \"group_by\": \"host\",\n      \"metric\": \"metrics.name\",\n      \"type\": \"count\"\n    },\n    \"device_ids\": [\n      \"laptop_large\",\n      \"chrome.tablet\"\n    ],\n    \"enable_logs_sample\": false,\n    \"enable_samples\": true,\n    \"escalation_message\": \"none\",\n    \"evaluation_delay\": -93352509,\n    \"group_retention_duration\": \"laborum ad\",\n    \"groupby_simple_monitor\": false,\n    \"include_tags\": true,\n    \"locked\": false,\n    \"min_failure_duration\": 0,\n    \"min_location_failed\": 1,\n    \"new_group_delay\": -7869863,\n    \"new_host_delay\": 300,\n    \"no_data_timeframe\": -54805954,\n    \"notification_preset_name\": \"show_all\",\n    \"notify_audit\": false,\n    \"notify_by\": [\n      \"ut nostrud quis cillum\",\n      \"do ipsum qui laboris Excepteur\"\n    ],\n    \"notify_no_data\": false,\n    \"on_missing_data\": \"show_no_data\",\n    \"renotify_interval\": null,\n    \"renotify_occurrences\": 32437273,\n    \"renotify_statuses\": [\n      \"warn\",\n      \"alert\"\n    ],\n    \"require_full_window\": false,\n    \"scheduling_options\": {\n      \"evaluation_window\": {\n        \"day_starts\": \"04:00\",\n        \"hour_starts\": 0,\n        \"month_starts\": 1\n      }\n    },\n    \"silenced\": {\n      \"dolor_b8\": -69746901\n    },\n    \"synthetics_check_id\": \"mollit reprehenderit\",\n    \"threshold_windows\": {\n      \"recovery_window\": \"dolor minim fugiat laborum\",\n      \"trigger_window\": \"aliquip sunt\"\n    },\n    \"thresholds\": {\n      \"critical\": -10490029.23686637,\n      \"critical_recovery\": 56661083.45686585,\n      \"ok\": 16997793.211359277,\n      \"unknown\": -77926855.79462364,\n      \"warning\": 40847640.55172646,\n      \"warning_recovery\": 18480354.352015167\n    },\n    \"timeout_h\": null,\n    \"variables\": [\n      {\n        \"data_source\": \"rum\",\n        \"compute\": {\n          \"aggregation\": \"avg\",\n          \"interval\": 60000,\n          \"metric\": \"@duration\"\n        },\n        \"name\": \"query_errors\",\n        \"group_by\": [\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"velit in esse voluptate\",\n              \"order\": \"desc\"\n            }\n          },\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"laborum sit\",\n              \"order\": \"desc\"\n            }\n          }\n        ],\n        \"indexes\": [\n          \"days-3\",\n          \"days-7\"\n        ],\n        \"search\": {\n          \"query\": \"service:query\"\n        }\n      },\n      {\n        \"data_source\": \"rum\",\n        \"compute\": {\n          \"aggregation\": \"avg\",\n          \"interval\": 60000,\n          \"metric\": \"@duration\"\n        },\n        \"name\": \"query_errors\",\n        \"group_by\": [\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"ex ipsum quis\",\n              \"order\": \"desc\"\n            }\n          },\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"magna\",\n              \"order\": \"desc\"\n            }\n          }\n        ],\n        \"indexes\": [\n          \"days-3\",\n          \"days-7\"\n        ],\n        \"search\": {\n          \"query\": \"service:query\"\n        }\n      }\n    ]\n  },\n  \"overall_state\": \"Unknown\",\n  \"priority\": 4,\n  \"query\": \"elit Ut minim fugiat Lorem\",\n  \"restricted_roles\": [\n    \"adipisicing dolore\",\n    \"sit aliqua\"\n  ],\n  \"state\": {\n    \"groups\": {\n      \"sed2b\": {\n        \"last_nodata_ts\": -23994338,\n        \"last_notified_ts\": 87335929,\n        \"last_resolved_ts\": 93058048,\n        \"last_triggered_ts\": 19106535,\n        \"name\": \"labore Excepteur et ex\",\n        \"status\": \"OK\"\n      }\n    }\n  },\n  \"tags\": [\n    \"deserunt sit Excepteur tempor\",\n    \"esse\"\n  ],\n  \"type\": \"query alert\"\n}",
          "options": {
            "raw": {
              "headerFamily": "json",
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/api/v1/monitor/:monitor_id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "monitor",
            ":monitor_id"
          ],
          "variable": [
            {
              "key": "monitor_id"
            }
          ]
        }
      },
      "status": "Unauthorized",
      "code": 401,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    \"Bad Request\",\n    \"Bad Request\"\n  ]\n}"
    },
    {
      "name": "Forbidden",
      "originalRequest": {
        "method": "PUT",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          },
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"created\": \"1995-10-24T11:39:54.640Z\",\n  \"creator\": {\n    \"email\": \"sed\",\n    \"handle\": \"adipisicing anim sint minim dolore\",\n    \"name\": \"minim elit occaecat nostrud\"\n  },\n  \"deleted\": \"1969-11-27T08:37:46.215Z\",\n  \"id\": -77120144,\n  \"message\": \"aliquip do\",\n  \"modified\": \"1951-11-24T19:51:05.602Z\",\n  \"multi\": false,\n  \"name\": \"velit inc\",\n  \"options\": {\n    \"aggregation\": {\n      \"group_by\": \"host\",\n      \"metric\": \"metrics.name\",\n      \"type\": \"count\"\n    },\n    \"device_ids\": [\n      \"laptop_large\",\n      \"chrome.tablet\"\n    ],\n    \"enable_logs_sample\": false,\n    \"enable_samples\": true,\n    \"escalation_message\": \"none\",\n    \"evaluation_delay\": -93352509,\n    \"group_retention_duration\": \"laborum ad\",\n    \"groupby_simple_monitor\": false,\n    \"include_tags\": true,\n    \"locked\": false,\n    \"min_failure_duration\": 0,\n    \"min_location_failed\": 1,\n    \"new_group_delay\": -7869863,\n    \"new_host_delay\": 300,\n    \"no_data_timeframe\": -54805954,\n    \"notification_preset_name\": \"show_all\",\n    \"notify_audit\": false,\n    \"notify_by\": [\n      \"ut nostrud quis cillum\",\n      \"do ipsum qui laboris Excepteur\"\n    ],\n    \"notify_no_data\": false,\n    \"on_missing_data\": \"show_no_data\",\n    \"renotify_interval\": null,\n    \"renotify_occurrences\": 32437273,\n    \"renotify_statuses\": [\n      \"warn\",\n      \"alert\"\n    ],\n    \"require_full_window\": false,\n    \"scheduling_options\": {\n      \"evaluation_window\": {\n        \"day_starts\": \"04:00\",\n        \"hour_starts\": 0,\n        \"month_starts\": 1\n      }\n    },\n    \"silenced\": {\n      \"dolor_b8\": -69746901\n    },\n    \"synthetics_check_id\": \"mollit reprehenderit\",\n    \"threshold_windows\": {\n      \"recovery_window\": \"dolor minim fugiat laborum\",\n      \"trigger_window\": \"aliquip sunt\"\n    },\n    \"thresholds\": {\n      \"critical\": -10490029.23686637,\n      \"critical_recovery\": 56661083.45686585,\n      \"ok\": 16997793.211359277,\n      \"unknown\": -77926855.79462364,\n      \"warning\": 40847640.55172646,\n      \"warning_recovery\": 18480354.352015167\n    },\n    \"timeout_h\": null,\n    \"variables\": [\n      {\n        \"data_source\": \"rum\",\n        \"compute\": {\n          \"aggregation\": \"avg\",\n          \"interval\": 60000,\n          \"metric\": \"@duration\"\n        },\n        \"name\": \"query_errors\",\n        \"group_by\": [\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"velit in esse voluptate\",\n              \"order\": \"desc\"\n            }\n          },\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"laborum sit\",\n              \"order\": \"desc\"\n            }\n          }\n        ],\n        \"indexes\": [\n          \"days-3\",\n          \"days-7\"\n        ],\n        \"search\": {\n          \"query\": \"service:query\"\n        }\n      },\n      {\n        \"data_source\": \"rum\",\n        \"compute\": {\n          \"aggregation\": \"avg\",\n          \"interval\": 60000,\n          \"metric\": \"@duration\"\n        },\n        \"name\": \"query_errors\",\n        \"group_by\": [\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"ex ipsum quis\",\n              \"order\": \"desc\"\n            }\n          },\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"magna\",\n              \"order\": \"desc\"\n            }\n          }\n        ],\n        \"indexes\": [\n          \"days-3\",\n          \"days-7\"\n        ],\n        \"search\": {\n          \"query\": \"service:query\"\n        }\n      }\n    ]\n  },\n  \"overall_state\": \"Unknown\",\n  \"priority\": 4,\n  \"query\": \"elit Ut minim fugiat Lorem\",\n  \"restricted_roles\": [\n    \"adipisicing dolore\",\n    \"sit aliqua\"\n  ],\n  \"state\": {\n    \"groups\": {\n      \"sed2b\": {\n        \"last_nodata_ts\": -23994338,\n        \"last_notified_ts\": 87335929,\n        \"last_resolved_ts\": 93058048,\n        \"last_triggered_ts\": 19106535,\n        \"name\": \"labore Excepteur et ex\",\n        \"status\": \"OK\"\n      }\n    }\n  },\n  \"tags\": [\n    \"deserunt sit Excepteur tempor\",\n    \"esse\"\n  ],\n  \"type\": \"query alert\"\n}",
          "options": {
            "raw": {
              "headerFamily": "json",
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/api/v1/monitor/:monitor_id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "monitor",
            ":monitor_id"
          ],
          "variable": [
            {
              "key": "monitor_id"
            }
          ]
        }
      },
      "status": "Forbidden",
      "code": 403,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    \"Bad Request\",\n    \"Bad Request\"\n  ]\n}"
    },
    {
      "name": "Monitor Not Found error",
      "originalRequest": {
        "method": "PUT",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          },
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"created\": \"1995-10-24T11:39:54.640Z\",\n  \"creator\": {\n    \"email\": \"sed\",\n    \"handle\": \"adipisicing anim sint minim dolore\",\n    \"name\": \"minim elit occaecat nostrud\"\n  },\n  \"deleted\": \"1969-11-27T08:37:46.215Z\",\n  \"id\": -77120144,\n  \"message\": \"aliquip do\",\n  \"modified\": \"1951-11-24T19:51:05.602Z\",\n  \"multi\": false,\n  \"name\": \"velit inc\",\n  \"options\": {\n    \"aggregation\": {\n      \"group_by\": \"host\",\n      \"metric\": \"metrics.name\",\n      \"type\": \"count\"\n    },\n    \"device_ids\": [\n      \"laptop_large\",\n      \"chrome.tablet\"\n    ],\n    \"enable_logs_sample\": false,\n    \"enable_samples\": true,\n    \"escalation_message\": \"none\",\n    \"evaluation_delay\": -93352509,\n    \"group_retention_duration\": \"laborum ad\",\n    \"groupby_simple_monitor\": false,\n    \"include_tags\": true,\n    \"locked\": false,\n    \"min_failure_duration\": 0,\n    \"min_location_failed\": 1,\n    \"new_group_delay\": -7869863,\n    \"new_host_delay\": 300,\n    \"no_data_timeframe\": -54805954,\n    \"notification_preset_name\": \"show_all\",\n    \"notify_audit\": false,\n    \"notify_by\": [\n      \"ut nostrud quis cillum\",\n      \"do ipsum qui laboris Excepteur\"\n    ],\n    \"notify_no_data\": false,\n    \"on_missing_data\": \"show_no_data\",\n    \"renotify_interval\": null,\n    \"renotify_occurrences\": 32437273,\n    \"renotify_statuses\": [\n      \"warn\",\n      \"alert\"\n    ],\n    \"require_full_window\": false,\n    \"scheduling_options\": {\n      \"evaluation_window\": {\n        \"day_starts\": \"04:00\",\n        \"hour_starts\": 0,\n        \"month_starts\": 1\n      }\n    },\n    \"silenced\": {\n      \"dolor_b8\": -69746901\n    },\n    \"synthetics_check_id\": \"mollit reprehenderit\",\n    \"threshold_windows\": {\n      \"recovery_window\": \"dolor minim fugiat laborum\",\n      \"trigger_window\": \"aliquip sunt\"\n    },\n    \"thresholds\": {\n      \"critical\": -10490029.23686637,\n      \"critical_recovery\": 56661083.45686585,\n      \"ok\": 16997793.211359277,\n      \"unknown\": -77926855.79462364,\n      \"warning\": 40847640.55172646,\n      \"warning_recovery\": 18480354.352015167\n    },\n    \"timeout_h\": null,\n    \"variables\": [\n      {\n        \"data_source\": \"rum\",\n        \"compute\": {\n          \"aggregation\": \"avg\",\n          \"interval\": 60000,\n          \"metric\": \"@duration\"\n        },\n        \"name\": \"query_errors\",\n        \"group_by\": [\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"velit in esse voluptate\",\n              \"order\": \"desc\"\n            }\n          },\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"laborum sit\",\n              \"order\": \"desc\"\n            }\n          }\n        ],\n        \"indexes\": [\n          \"days-3\",\n          \"days-7\"\n        ],\n        \"search\": {\n          \"query\": \"service:query\"\n        }\n      },\n      {\n        \"data_source\": \"rum\",\n        \"compute\": {\n          \"aggregation\": \"avg\",\n          \"interval\": 60000,\n          \"metric\": \"@duration\"\n        },\n        \"name\": \"query_errors\",\n        \"group_by\": [\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"ex ipsum quis\",\n              \"order\": \"desc\"\n            }\n          },\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"magna\",\n              \"order\": \"desc\"\n            }\n          }\n        ],\n        \"indexes\": [\n          \"days-3\",\n          \"days-7\"\n        ],\n        \"search\": {\n          \"query\": \"service:query\"\n        }\n      }\n    ]\n  },\n  \"overall_state\": \"Unknown\",\n  \"priority\": 4,\n  \"query\": \"elit Ut minim fugiat Lorem\",\n  \"restricted_roles\": [\n    \"adipisicing dolore\",\n    \"sit aliqua\"\n  ],\n  \"state\": {\n    \"groups\": {\n      \"sed2b\": {\n        \"last_nodata_ts\": -23994338,\n        \"last_notified_ts\": 87335929,\n        \"last_resolved_ts\": 93058048,\n        \"last_triggered_ts\": 19106535,\n        \"name\": \"labore Excepteur et ex\",\n        \"status\": \"OK\"\n      }\n    }\n  },\n  \"tags\": [\n    \"deserunt sit Excepteur tempor\",\n    \"esse\"\n  ],\n  \"type\": \"query alert\"\n}",
          "options": {
            "raw": {
              "headerFamily": "json",
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/api/v1/monitor/:monitor_id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "monitor",
            ":monitor_id"
          ],
          "variable": [
            {
              "key": "monitor_id"
            }
          ]
        }
      },
      "status": "Not Found",
      "code": 404,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    \"Bad Request\",\n    \"Bad Request\"\n  ]\n}"
    },
    {
      "name": "Too many requests",
      "originalRequest": {
        "method": "PUT",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          },
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"created\": \"1995-10-24T11:39:54.640Z\",\n  \"creator\": {\n    \"email\": \"sed\",\n    \"handle\": \"adipisicing anim sint minim dolore\",\n    \"name\": \"minim elit occaecat nostrud\"\n  },\n  \"deleted\": \"1969-11-27T08:37:46.215Z\",\n  \"id\": -77120144,\n  \"message\": \"aliquip do\",\n  \"modified\": \"1951-11-24T19:51:05.602Z\",\n  \"multi\": false,\n  \"name\": \"velit inc\",\n  \"options\": {\n    \"aggregation\": {\n      \"group_by\": \"host\",\n      \"metric\": \"metrics.name\",\n      \"type\": \"count\"\n    },\n    \"device_ids\": [\n      \"laptop_large\",\n      \"chrome.tablet\"\n    ],\n    \"enable_logs_sample\": false,\n    \"enable_samples\": true,\n    \"escalation_message\": \"none\",\n    \"evaluation_delay\": -93352509,\n    \"group_retention_duration\": \"laborum ad\",\n    \"groupby_simple_monitor\": false,\n    \"include_tags\": true,\n    \"locked\": false,\n    \"min_failure_duration\": 0,\n    \"min_location_failed\": 1,\n    \"new_group_delay\": -7869863,\n    \"new_host_delay\": 300,\n    \"no_data_timeframe\": -54805954,\n    \"notification_preset_name\": \"show_all\",\n    \"notify_audit\": false,\n    \"notify_by\": [\n      \"ut nostrud quis cillum\",\n      \"do ipsum qui laboris Excepteur\"\n    ],\n    \"notify_no_data\": false,\n    \"on_missing_data\": \"show_no_data\",\n    \"renotify_interval\": null,\n    \"renotify_occurrences\": 32437273,\n    \"renotify_statuses\": [\n      \"warn\",\n      \"alert\"\n    ],\n    \"require_full_window\": false,\n    \"scheduling_options\": {\n      \"evaluation_window\": {\n        \"day_starts\": \"04:00\",\n        \"hour_starts\": 0,\n        \"month_starts\": 1\n      }\n    },\n    \"silenced\": {\n      \"dolor_b8\": -69746901\n    },\n    \"synthetics_check_id\": \"mollit reprehenderit\",\n    \"threshold_windows\": {\n      \"recovery_window\": \"dolor minim fugiat laborum\",\n      \"trigger_window\": \"aliquip sunt\"\n    },\n    \"thresholds\": {\n      \"critical\": -10490029.23686637,\n      \"critical_recovery\": 56661083.45686585,\n      \"ok\": 16997793.211359277,\n      \"unknown\": -77926855.79462364,\n      \"warning\": 40847640.55172646,\n      \"warning_recovery\": 18480354.352015167\n    },\n    \"timeout_h\": null,\n    \"variables\": [\n      {\n        \"data_source\": \"rum\",\n        \"compute\": {\n          \"aggregation\": \"avg\",\n          \"interval\": 60000,\n          \"metric\": \"@duration\"\n        },\n        \"name\": \"query_errors\",\n        \"group_by\": [\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"velit in esse voluptate\",\n              \"order\": \"desc\"\n            }\n          },\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"laborum sit\",\n              \"order\": \"desc\"\n            }\n          }\n        ],\n        \"indexes\": [\n          \"days-3\",\n          \"days-7\"\n        ],\n        \"search\": {\n          \"query\": \"service:query\"\n        }\n      },\n      {\n        \"data_source\": \"rum\",\n        \"compute\": {\n          \"aggregation\": \"avg\",\n          \"interval\": 60000,\n          \"metric\": \"@duration\"\n        },\n        \"name\": \"query_errors\",\n        \"group_by\": [\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"ex ipsum quis\",\n              \"order\": \"desc\"\n            }\n          },\n          {\n            \"facet\": \"status\",\n            \"limit\": 10,\n            \"sort\": {\n              \"aggregation\": \"avg\",\n              \"metric\": \"magna\",\n              \"order\": \"desc\"\n            }\n          }\n        ],\n        \"indexes\": [\n          \"days-3\",\n          \"days-7\"\n        ],\n        \"search\": {\n          \"query\": \"service:query\"\n        }\n      }\n    ]\n  },\n  \"overall_state\": \"Unknown\",\n  \"priority\": 4,\n  \"query\": \"elit Ut minim fugiat Lorem\",\n  \"restricted_roles\": [\n    \"adipisicing dolore\",\n    \"sit aliqua\"\n  ],\n  \"state\": {\n    \"groups\": {\n      \"sed2b\": {\n        \"last_nodata_ts\": -23994338,\n        \"last_notified_ts\": 87335929,\n        \"last_resolved_ts\": 93058048,\n        \"last_triggered_ts\": 19106535,\n        \"name\": \"labore Excepteur et ex\",\n        \"status\": \"OK\"\n      }\n    }\n  },\n  \"tags\": [\n    \"deserunt sit Excepteur tempor\",\n    \"esse\"\n  ],\n  \"type\": \"query alert\"\n}",
          "options": {
            "raw": {
              "headerFamily": "json",
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/api/v1/monitor/:monitor_id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "monitor",
            ":monitor_id"
          ],
          "variable": [
            {
              "key": "monitor_id"
            }
          ]
        }
      },
      "status": "Too Many Requests",
      "code": 429,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    \"Bad Request\",\n    \"Bad Request\"\n  ]\n}"
    }
  ]
}