Skip to content

Commit f35b1f4

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit db71756 of spec repo
1 parent 2cf5577 commit f35b1f4

6 files changed

Lines changed: 15817 additions & 15715 deletions

File tree

hugo/content/en/api/v2/deployment-gates/examples.json

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"data": {
3+
"attributes": {
4+
"dry_run": false,
5+
"name": "Specific monitor deployment rule",
6+
"options": {
7+
"monitor_ids": [
8+
{
9+
"id": "7",
10+
"groups": []
11+
}
12+
]
13+
},
14+
"type": "monitor"
15+
},
16+
"type": "deployment_rule"
17+
}
18+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"data": {
3+
"attributes": {
4+
"dry_run": false,
5+
"name": "Query monitor deployment rule",
6+
"options": {
7+
"query": "service:transaction-backend env:production"
8+
},
9+
"type": "monitor"
10+
},
11+
"type": "deployment_rule"
12+
}
13+
}

0 commit comments

Comments
 (0)