-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Regenerate client from commit 4bebfa83 of spec repo
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"id": "", | ||
"type": "appDefinitions" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"data": { | ||
"attributes": { | ||
"name": "Updated Name", | ||
"rootInstanceName": "grid0" | ||
}, | ||
"id": "", | ||
"type": "appDefinitions" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters