Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29087,6 +29087,7 @@ components:
incident_write: Create, view, and manage incidents in Datadog.
metrics_read: View custom metrics.
monitors_downtime: Set downtimes to suppress alerts from any monitor in an organization. Mute and unmute monitors. The ability to write monitors is not required to set downtimes.
monitors_draft_write: Create, edit, and delete draft monitors. Does not allow editing live monitors or publishing drafts to production.
monitors_read: View monitors.
monitors_write: Edit, delete, and resolve individual monitors.
org_management: Edit org configurations, including authentication and certain security preferences such as configuring SAML, renaming an org, configuring allowed login methods, creating child orgs, subscribing & unsubscribing from apps in the marketplace, and enabling & disabling Remote Configuration for the entire organization.
Expand Down Expand Up @@ -36084,6 +36085,8 @@ paths:
appKeyAuth: []
- AuthZ:
- monitors_write
- AuthZ:
- monitors_draft_write
summary: Create a monitor
tags:
- Monitors
Expand All @@ -36092,6 +36095,7 @@ paths:
operator: OR
permissions:
- monitors_write
- monitors_draft_write
/api/v1/monitor/can_delete:
get:
description: Check if the given monitors can be deleted.
Expand Down Expand Up @@ -36484,13 +36488,16 @@ paths:
appKeyAuth: []
- AuthZ:
- monitors_write
- AuthZ:
- monitors_draft_write
summary: Delete a monitor
tags:
- Monitors
"x-permission":
operator: OR
permissions:
- monitors_write
- monitors_draft_write
get:
description: Get details about the specified monitor from your organization.
operationId: GetMonitor
Expand Down Expand Up @@ -36651,6 +36658,8 @@ paths:
appKeyAuth: []
- AuthZ:
- monitors_write
- AuthZ:
- monitors_draft_write
summary: Edit a monitor
tags:
- Monitors
Expand All @@ -36659,6 +36668,7 @@ paths:
operator: OR
permissions:
- monitors_write
- monitors_draft_write
/api/v1/monitor/{monitor_id}/downtimes:
get:
deprecated: true
Expand Down
Loading