Skip to content

Commit

Permalink
Regenerate client from commit 4bebfa83 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Dec 12, 2024
1 parent fef00f1 commit 0752f58
Showing 5 changed files with 98 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-12 15:25:32.840969",
"spec_repo_commit": "222e1f81"
"regenerated": "2024-12-12 21:55:24.769932",
"spec_repo_commit": "4bebfa83"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-12 15:25:41.375686",
"spec_repo_commit": "222e1f81"
"regenerated": "2024-12-12 21:55:32.728563",
"spec_repo_commit": "4bebfa83"
}
}
}
55 changes: 55 additions & 0 deletions content/en/api/v2/apps/request.CreateApp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"data": {
"attributes": {
"components": [
{
"events": [],
"name": "grid0",
"properties": {
"children": [
{
"events": [],
"name": "gridCell0",
"properties": {
"children": [
{
"events": [],
"name": "calloutValue0",
"properties": {
"isVisible": true,
"isDisabled": false,
"isLoading": false,
"label": "CPU Usage",
"size": "sm",
"style": "vivid_yellow",
"unit": "kB",
"value": "42"
},
"type": "calloutValue"
}
],
"isVisible": "true",
"layout": {
"default": {
"height": 8,
"width": 2,
"x": 0,
"y": 0
}
}
},
"type": "gridCell"
}
]
},
"type": "grid"
}
],
"description": "This is a simple example app",
"embeddedQueries": [],
"name": "Example App",
"rootInstanceName": "grid0"
},
"type": "appDefinitions"
}
}
8 changes: 8 additions & 0 deletions content/en/api/v2/apps/request.DeleteApps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"data": [
{
"id": "",
"type": "appDefinitions"
}
]
}
10 changes: 10 additions & 0 deletions content/en/api/v2/apps/request.UpdateApp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"data": {
"attributes": {
"name": "Updated Name",
"rootInstanceName": "grid0"
},
"id": "",
"type": "appDefinitions"
}
}
21 changes: 21 additions & 0 deletions data/api/v2/CodeExamples.json
Original file line number Diff line number Diff line change
@@ -39,6 +39,27 @@
"description": "Update an AWS integration returns \"AWS Account object\" response"
}
],
"CreateApp": [
{
"group": "apps",
"suffix": "",
"description": "Create App returns \"App Created\" response"
}
],
"DeleteApps": [
{
"group": "apps",
"suffix": "",
"description": "Delete Multiple Apps returns \"OK\" response"
}
],
"UpdateApp": [
{
"group": "apps",
"suffix": "",
"description": "Update App returns \"OK\" response"
}
],
"SearchAuditLogs": [
{
"group": "audit",

0 comments on commit 0752f58

Please sign in to comment.