Skip to content

Commit 4b05309

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-specskarimo
authored
Regenerate client from commit 0563dbc3 of spec repo (#1837)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: skarimo <[email protected]>
1 parent 6ed31b8 commit 4b05309

File tree

11 files changed

+857
-4
lines changed

11 files changed

+857
-4
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.4",
7-
"regenerated": "2023-02-01 09:26:11.878925",
8-
"spec_repo_commit": "a0ca58a8"
7+
"regenerated": "2023-02-01 12:21:07.288764",
8+
"spec_repo_commit": "0563dbc3"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-02-01 09:26:11.892993",
13-
"spec_repo_commit": "a0ca58a8"
12+
"regenerated": "2023-02-01 12:21:07.303722",
13+
"spec_repo_commit": "0563dbc3"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8725,6 +8725,65 @@ components:
87258725
page:
87268726
$ref: '#/components/schemas/Pagination'
87278727
type: object
8728+
RunWorkflowWidgetDefinition:
8729+
description: Run workflow is widget that allows you to run a workflow from a
8730+
dashboard.
8731+
properties:
8732+
custom_links:
8733+
description: List of custom links.
8734+
items:
8735+
$ref: '#/components/schemas/WidgetCustomLink'
8736+
type: array
8737+
inputs:
8738+
description: Array of workflow inputs to map to dashboard template variables.
8739+
items:
8740+
$ref: '#/components/schemas/RunWorkflowWidgetInput'
8741+
type: array
8742+
time:
8743+
$ref: '#/components/schemas/WidgetTime'
8744+
title:
8745+
description: Title of your widget.
8746+
type: string
8747+
title_align:
8748+
$ref: '#/components/schemas/WidgetTextAlign'
8749+
title_size:
8750+
description: Size of the title.
8751+
type: string
8752+
type:
8753+
$ref: '#/components/schemas/RunWorkflowWidgetDefinitionType'
8754+
workflow_id:
8755+
description: Workflow id.
8756+
example: <workflow_id>
8757+
type: string
8758+
required:
8759+
- type
8760+
- workflow_id
8761+
type: object
8762+
RunWorkflowWidgetDefinitionType:
8763+
default: run_workflow
8764+
description: Type of the run workflow widget.
8765+
enum:
8766+
- run_workflow
8767+
example: run_workflow
8768+
type: string
8769+
x-enum-varnames:
8770+
- RUN_WORKFLOW
8771+
RunWorkflowWidgetInput:
8772+
description: Object to map a dashboard template variable to a workflow input.
8773+
properties:
8774+
name:
8775+
description: Name of the workflow input.
8776+
example: Environment
8777+
type: string
8778+
value:
8779+
description: Dashboard template variable. Can be suffixed with '.value'
8780+
or '.key'.
8781+
example: $env.value
8782+
type: string
8783+
required:
8784+
- name
8785+
- value
8786+
type: object
87288787
SLOBulkDelete:
87298788
additionalProperties:
87308789
description: An array of all SLO timeframes.
@@ -18278,6 +18337,7 @@ components:
1827818337
- $ref: '#/components/schemas/MonitorSummaryWidgetDefinition'
1827918338
- $ref: '#/components/schemas/NoteWidgetDefinition'
1828018339
- $ref: '#/components/schemas/QueryValueWidgetDefinition'
18340+
- $ref: '#/components/schemas/RunWorkflowWidgetDefinition'
1828118341
- $ref: '#/components/schemas/ScatterPlotWidgetDefinition'
1828218342
- $ref: '#/components/schemas/SLOWidgetDefinition'
1828318343
- $ref: '#/components/schemas/SLOListWidgetDefinition'

0 commit comments

Comments
 (0)