Skip to content

Commit 4d1d9aa

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 127797f6 of spec repo
1 parent ee7058e commit 4d1d9aa

12 files changed

+13943
-3906
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-06-09 14:48:02.888209",
8-
"spec_repo_commit": "79e7c933"
7+
"regenerated": "2025-06-11 15:48:04.432501",
8+
"spec_repo_commit": "127797f6"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-09 14:48:12.662250",
13-
"spec_repo_commit": "79e7c933"
12+
"regenerated": "2025-06-11 15:48:13.781413",
13+
"spec_repo_commit": "127797f6"
1414
}
1515
}
1616
}

config/_default/menus/api.en.yaml

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,6 +1755,90 @@ menu:
17551755
url: /api/latest/monitors/
17561756
identifier: monitors
17571757
generated: true
1758+
- name: Validate an existing monitor user template
1759+
url: '#validate-an-existing-monitor-user-template'
1760+
identifier: monitors-validate-an-existing-monitor-user-template
1761+
parent: monitors
1762+
generated: true
1763+
params:
1764+
versions:
1765+
- v2
1766+
operationids:
1767+
- ValidateExistingMonitorUserTemplate
1768+
unstable: []
1769+
order: 25
1770+
- name: Update a monitor user template to a new version
1771+
url: '#update-a-monitor-user-template-to-a-new-version'
1772+
identifier: monitors-update-a-monitor-user-template-to-a-new-version
1773+
parent: monitors
1774+
generated: true
1775+
params:
1776+
versions:
1777+
- v2
1778+
operationids:
1779+
- UpdateMonitorUserTemplate
1780+
unstable: []
1781+
order: 22
1782+
- name: Get a monitor user template
1783+
url: '#get-a-monitor-user-template'
1784+
identifier: monitors-get-a-monitor-user-template
1785+
parent: monitors
1786+
generated: true
1787+
params:
1788+
versions:
1789+
- v2
1790+
operationids:
1791+
- GetMonitorUserTemplate
1792+
unstable: []
1793+
order: 19
1794+
- name: Delete a monitor user template
1795+
url: '#delete-a-monitor-user-template'
1796+
identifier: monitors-delete-a-monitor-user-template
1797+
parent: monitors
1798+
generated: true
1799+
params:
1800+
versions:
1801+
- v2
1802+
operationids:
1803+
- DeleteMonitorUserTemplate
1804+
unstable: []
1805+
order: 23
1806+
- name: Validate a monitor user template
1807+
url: '#validate-a-monitor-user-template'
1808+
identifier: monitors-validate-a-monitor-user-template
1809+
parent: monitors
1810+
generated: true
1811+
params:
1812+
versions:
1813+
- v2
1814+
operationids:
1815+
- ValidateMonitorUserTemplate
1816+
unstable: []
1817+
order: 24
1818+
- name: Create a monitor user template
1819+
url: '#create-a-monitor-user-template'
1820+
identifier: monitors-create-a-monitor-user-template
1821+
parent: monitors
1822+
generated: true
1823+
params:
1824+
versions:
1825+
- v2
1826+
operationids:
1827+
- CreateMonitorUserTemplate
1828+
unstable: []
1829+
order: 21
1830+
- name: Get all monitor user templates
1831+
url: '#get-all-monitor-user-templates'
1832+
identifier: monitors-get-all-monitor-user-templates
1833+
parent: monitors
1834+
generated: true
1835+
params:
1836+
versions:
1837+
- v2
1838+
operationids:
1839+
- ListMonitorUserTemplates
1840+
unstable: []
1841+
order: 20
17581842
- name: Edit a monitor configuration policy
17591843
url: '#edit-a-monitor-configuration-policy'
17601844
identifier: monitors-edit-a-monitor-configuration-policy

content/en/api/v2/monitors/examples.json

Lines changed: 621 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"data": {
3+
"attributes": {
4+
"description": "A description.",
5+
"monitor_definition": {
6+
"message": "A msg.",
7+
"name": "A name example-monitor",
8+
"query": "avg(last_5m):sum:system.net.bytes_rcvd{host:host0} > 100",
9+
"type": "query alert"
10+
},
11+
"tags": [
12+
"integration:Azure"
13+
],
14+
"template_variables": [
15+
{
16+
"available_values": [
17+
"value1",
18+
"value2"
19+
],
20+
"defaults": [
21+
"defaultValue"
22+
],
23+
"name": "regionName",
24+
"tag_key": "datacenter"
25+
}
26+
],
27+
"title": "Postgres DB example-monitor"
28+
},
29+
"type": "monitor-user-template"
30+
}
31+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"data": {
3+
"attributes": {
4+
"description": "A description.",
5+
"monitor_definition": {
6+
"message": "A msg.",
7+
"name": "A name example-monitor",
8+
"query": "avg(last_5m):sum:system.net.bytes_rcvd{host:host0} > 100",
9+
"type": "query alert"
10+
},
11+
"tags": [
12+
"integration:Azure"
13+
],
14+
"template_variables": [
15+
{
16+
"available_values": [
17+
"value1",
18+
"value2"
19+
],
20+
"defaults": [
21+
"defaultValue"
22+
],
23+
"name": "regionName",
24+
"tag_key": "datacenter"
25+
}
26+
],
27+
"title": "Postgres DB example-monitor"
28+
},
29+
"id": "00000000-0000-1234-0000-000000000000",
30+
"type": "monitor-user-template"
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"data": {
3+
"attributes": {
4+
"description": "A description.",
5+
"monitor_definition": {
6+
"message": "A msg.",
7+
"name": "A name example-monitor",
8+
"query": "avg(last_5m):sum:system.net.bytes_rcvd{host:host0} > 100",
9+
"type": "query alert"
10+
},
11+
"tags": [
12+
"integration:Azure"
13+
],
14+
"template_variables": [
15+
{
16+
"available_values": [
17+
"value1",
18+
"value2"
19+
],
20+
"defaults": [
21+
"defaultValue"
22+
],
23+
"name": "regionName",
24+
"tag_key": "datacenter"
25+
}
26+
],
27+
"title": "Postgres DB example-monitor"
28+
},
29+
"id": "00000000-0000-1234-0000-000000000000",
30+
"type": "monitor-user-template"
31+
}
32+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"data": {
3+
"attributes": {
4+
"description": "A description.",
5+
"monitor_definition": {
6+
"message": "A msg.",
7+
"name": "A name example-monitor",
8+
"query": "avg(last_5m):sum:system.net.bytes_rcvd{host:host0} > 100",
9+
"type": "query alert"
10+
},
11+
"tags": [
12+
"integration:Azure"
13+
],
14+
"template_variables": [
15+
{
16+
"available_values": [
17+
"value1",
18+
"value2"
19+
],
20+
"defaults": [
21+
"defaultValue"
22+
],
23+
"name": "regionName",
24+
"tag_key": "datacenter"
25+
}
26+
],
27+
"title": "Postgres DB example-monitor"
28+
},
29+
"type": "monitor-user-template"
30+
}
31+
}

data/api/v2/CodeExamples.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,13 @@
838838
"description": "Create a monitor notification rule returns \"OK\" response"
839839
}
840840
],
841+
"CreateMonitorUserTemplate": [
842+
{
843+
"group": "monitors",
844+
"suffix": "",
845+
"description": "Create a monitor user template returns \"OK\" response"
846+
}
847+
],
841848
"UpdateMonitorConfigPolicy": [
842849
{
843850
"group": "monitors",
@@ -852,6 +859,27 @@
852859
"description": "Update a monitor notification rule returns \"OK\" response"
853860
}
854861
],
862+
"UpdateMonitorUserTemplate": [
863+
{
864+
"group": "monitors",
865+
"suffix": "",
866+
"description": "Update a monitor user template to a new version returns \"OK\" response"
867+
}
868+
],
869+
"ValidateMonitorUserTemplate": [
870+
{
871+
"group": "monitors",
872+
"suffix": "",
873+
"description": "Validate a monitor user template returns \"OK\" response"
874+
}
875+
],
876+
"ValidateExistingMonitorUserTemplate": [
877+
{
878+
"group": "monitors",
879+
"suffix": "",
880+
"description": "Validate an existing monitor user template returns \"OK\" response"
881+
}
882+
],
855883
"UpdateDeviceUserTags": [
856884
{
857885
"group": "network_device_monitoring",

0 commit comments

Comments
 (0)