Skip to content

Commit

Permalink
Regenerate client from commit ddca5581 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Oct 18, 2024
1 parent fdad15b commit c9595f0
Show file tree
Hide file tree
Showing 10 changed files with 5,274 additions and 52 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-17 14:12:18.095835",
"spec_repo_commit": "fb024a45"
"regenerated": "2024-10-18 20:14:33.039791",
"spec_repo_commit": "ddca5581"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-17 14:12:26.096579",
"spec_repo_commit": "fb024a45"
"regenerated": "2024-10-18 20:14:40.843622",
"spec_repo_commit": "ddca5581"
}
}
}
65 changes: 65 additions & 0 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5791,6 +5791,71 @@ menu:
unstable:
- v2
order: 6
- name: Update an incident type
url: '#update-an-incident-type'
identifier: incidents-update-an-incident-type
parent: incidents
generated: true
params:
versions:
- v2
operationids:
- UpdateIncidentType
unstable:
- v2
order: 22
- name: Get incident type details
url: '#get-incident-type-details'
identifier: incidents-get-incident-type-details
parent: incidents
generated: true
params:
versions:
- v2
operationids:
- GetIncidentType
unstable:
- v2
order: 21
- name: Delete an incident type
url: '#delete-an-incident-type'
identifier: incidents-delete-an-incident-type
parent: incidents
generated: true
params:
versions:
- v2
operationids:
- DeleteIncidentType
unstable:
- v2
order: 23
- name: Create an incident type
url: '#create-an-incident-type'
identifier: incidents-create-an-incident-type
parent: incidents
generated: true
params:
versions:
- v2
operationids:
- CreateIncidentType
unstable:
- v2
order: 19
- name: Get a list of incident types
url: '#get-a-list-of-incident-types'
identifier: incidents-get-a-list-of-incident-types
parent: incidents
generated: true
params:
versions:
- v2
operationids:
- ListIncidentTypes
unstable:
- v2
order: 20
- name: Create an incident
url: '#create-an-incident'
identifier: incidents-create-an-incident
Expand Down
357 changes: 351 additions & 6 deletions content/en/api/v2/incidents/examples.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions data/api/v1/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23376,6 +23376,7 @@ components:
incident_notification_settings_write: Configure Incidents Notification
settings.
incident_read: View incidents in Datadog.
incident_settings_read: View Incident Settings.
incident_settings_write: Configure Incident Settings.
incident_write: Create, view, and manage incidents in Datadog.
metrics_read: View custom metrics.
Expand Down
1 change: 1 addition & 0 deletions data/api/v1/full_spec_deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -665109,6 +665109,7 @@
"hosts_read": "List hosts and their attributes.",
"incident_notification_settings_write": "Configure Incidents Notification settings.",
"incident_read": "View incidents in Datadog.",
"incident_settings_read": "View Incident Settings.",
"incident_settings_write": "Configure Incident Settings.",
"incident_write": "Create, view, and manage incidents in Datadog.",
"metrics_read": "View custom metrics.",
Expand Down
Loading

0 comments on commit c9595f0

Please sign in to comment.