Skip to content

Commit 7e2d9cc

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 9dffab26 of spec repo
1 parent 799aa1a commit 7e2d9cc

12 files changed

+13895
-3914
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-05-27 17:14:33.143991",
8-
"spec_repo_commit": "ed439f7c"
7+
"regenerated": "2025-05-29 02:43:43.369259",
8+
"spec_repo_commit": "9dffab26"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-27 17:14:42.359123",
13-
"spec_repo_commit": "ed439f7c"
12+
"regenerated": "2025-05-29 02:43:52.638769",
13+
"spec_repo_commit": "9dffab26"
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
@@ -833,6 +833,13 @@
833833
"description": "Create a monitor notification rule returns \"OK\" response"
834834
}
835835
],
836+
"CreateMonitorUserTemplate": [
837+
{
838+
"group": "monitors",
839+
"suffix": "",
840+
"description": "Create a monitor user template returns \"OK\" response"
841+
}
842+
],
836843
"UpdateMonitorConfigPolicy": [
837844
{
838845
"group": "monitors",
@@ -847,6 +854,27 @@
847854
"description": "Update a monitor notification rule returns \"OK\" response"
848855
}
849856
],
857+
"UpdateMonitorUserTemplate": [
858+
{
859+
"group": "monitors",
860+
"suffix": "",
861+
"description": "Update a monitor user template to a new version returns \"OK\" response"
862+
}
863+
],
864+
"ValidateMonitorUserTemplate": [
865+
{
866+
"group": "monitors",
867+
"suffix": "",
868+
"description": "Validate a monitor user template returns \"OK\" response"
869+
}
870+
],
871+
"ValidateExistingMonitorUserTemplate": [
872+
{
873+
"group": "monitors",
874+
"suffix": "",
875+
"description": "Validate an existing monitor user template returns \"OK\" response"
876+
}
877+
],
850878
"UpdateDeviceUserTags": [
851879
{
852880
"group": "network_device_monitoring",

0 commit comments

Comments
 (0)