Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
117 changes: 117 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2623,6 +2623,122 @@ components:
nullable: true
type: array
type: object
EmbeddedAppWidgetDefinition:
additionalProperties: false
anyOf:
- required:
- app_id
- required:
- template_id
description: The embedded app widget displays an App Builder app on a dashboard. Exactly one of `app_id` or `template_id` must be provided; they cannot be provided together.
properties:
app_id:
description: UUID of the App Builder app to embed.
example: "7e7745f9-4343-4927-b038-80934a355915"
type: string
custom_links:
description: List of custom links.
items:
$ref: "#/components/schemas/WidgetCustomLink"
type: array
description:
description: The description of the widget.
maxLength: 5000
type: string
inputs:
description: Inputs passed to the embedded app.
items:
$ref: "#/components/schemas/EmbeddedAppWidgetInput"
type: array
template_id:
description: ID of the built-in app template to embed.
example: ec2_manager
type: string
time:
$ref: "#/components/schemas/WidgetTime"
title:
description: Title of the widget.
type: string
title_align:
$ref: "#/components/schemas/WidgetTextAlign"
title_size:
description: Size of the title.
type: string
type:
$ref: "#/components/schemas/EmbeddedAppWidgetDefinitionType"
required:
- type
type: object
EmbeddedAppWidgetDefinitionType:
default: embedded_app
description: Type of the embedded app widget.
enum:
- embedded_app
example: embedded_app
type: string
x-enum-varnames:
- EMBEDDED_APP
EmbeddedAppWidgetInput:
additionalProperties: false
description: An input passed to the embedded app.
properties:
name:
description: Name of the app input.
example: environment
type: string
value:
$ref: "#/components/schemas/EmbeddedAppWidgetInputValue"
required:
- name
- value
type: object
EmbeddedAppWidgetInputValue:
description: Value of the app input. This can be a string, number, boolean, object, or a non-empty homogeneous array of those types.
example: production
oneOf:
- type: string
- format: double
type: number
- type: boolean
- $ref: "#/components/schemas/EmbeddedAppWidgetInputValueObject"
- $ref: "#/components/schemas/EmbeddedAppWidgetInputValueStringArray"
- $ref: "#/components/schemas/EmbeddedAppWidgetInputValueNumberArray"
- $ref: "#/components/schemas/EmbeddedAppWidgetInputValueBooleanArray"
- $ref: "#/components/schemas/EmbeddedAppWidgetInputValueObjectArray"
EmbeddedAppWidgetInputValueBooleanArray:
description: An array of boolean values passed to the embedded app.
items:
description: A boolean value passed to the embedded app.
type: boolean
type: array
x-generate-alias-as-model: true
EmbeddedAppWidgetInputValueNumberArray:
description: An array of numeric values passed to the embedded app.
items:
description: A numeric value passed to the embedded app.
format: double
type: number
type: array
x-generate-alias-as-model: true
EmbeddedAppWidgetInputValueObject:
additionalProperties: {}
description: An arbitrary object value passed to the embedded app.
type: object
EmbeddedAppWidgetInputValueObjectArray:
description: An array of object values passed to the embedded app.
items:
additionalProperties: {}
description: An object value passed to the embedded app.
type: object
type: array
x-generate-alias-as-model: true
EmbeddedAppWidgetInputValueStringArray:
description: An array of string values passed to the embedded app.
items:
description: A string value passed to the embedded app.
type: string
type: array
x-generate-alias-as-model: true
Event:
description: Object representing an event.
properties:
Expand Down Expand Up @@ -28167,6 +28283,7 @@ components:
- $ref: "#/components/schemas/CheckStatusWidgetDefinition"
- $ref: "#/components/schemas/CohortWidgetDefinition"
- $ref: "#/components/schemas/DistributionWidgetDefinition"
- $ref: "#/components/schemas/EmbeddedAppWidgetDefinition"
- $ref: "#/components/schemas/EventStreamWidgetDefinition"
- $ref: "#/components/schemas/EventTimelineWidgetDefinition"
- $ref: "#/components/schemas/FreeTextWidgetDefinition"
Expand Down
64 changes: 0 additions & 64 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19559,8 +19559,6 @@ components:
CloudWorkloadSecurityAgentRuleAction:
description: "The action the rule can perform if triggered"
properties:
coredump:
$ref: "#/components/schemas/CloudWorkloadSecurityAgentRuleActionCoreDump"
disabled:
description: "Whether the action is disabled"
example: false
Expand All @@ -19572,51 +19570,17 @@ components:
$ref: "#/components/schemas/CloudWorkloadSecurityAgentRuleActionHash"
kill:
$ref: "#/components/schemas/CloudWorkloadSecurityAgentRuleKill"
log:
$ref: "#/components/schemas/CloudWorkloadSecurityAgentRuleActionLog"
metadata:
$ref: "#/components/schemas/CloudWorkloadSecurityAgentRuleActionMetadata"
network_filter:
$ref: "#/components/schemas/CloudWorkloadSecurityAgentRuleActionNetworkFilter"
set:
$ref: "#/components/schemas/CloudWorkloadSecurityAgentRuleActionSet"
type: object
CloudWorkloadSecurityAgentRuleActionCoreDump:
description: "The core dump action applied on the process matching the rule."
properties:
dentry:
description: "Whether the directory entry information is included in the core dump."
type: boolean
mount:
description: "Whether the mount information is included in the core dump."
type: boolean
no_compression:
description: "Whether the core dump is left uncompressed."
type: boolean
process:
description: "Whether the process memory is included in the core dump."
type: boolean
type: object
CloudWorkloadSecurityAgentRuleActionHash:
description: "Hash file specified by the field attribute"
properties:
field:
description: "The field of the hash action"
type: string
max_file_size:
description: "The maximum size of the files to hash, in bytes."
format: int64
type: integer
type: object
CloudWorkloadSecurityAgentRuleActionLog:
description: "The log action applied when the rule is triggered."
properties:
level:
description: "The level of the log action."
type: string
message:
description: "The message of the log action."
type: string
type: object
CloudWorkloadSecurityAgentRuleActionMetadata:
description: "The metadata action applied on the scope matching the rule"
Expand All @@ -19631,19 +19595,6 @@ components:
description: "The short image of the metadata action"
type: string
type: object
CloudWorkloadSecurityAgentRuleActionNetworkFilter:
description: "The network filter action applied on the network traffic matching the rule."
properties:
filter:
description: "The filter expression of the network filter action."
type: string
policy:
description: "The policy of the network filter action."
type: string
scope:
description: "The scope of the network filter action."
type: string
type: object
CloudWorkloadSecurityAgentRuleActionSet:
description: "The set action applied on the scope matching the rule"
properties:
Expand All @@ -19665,15 +19616,9 @@ components:
name:
description: "The name of the set action"
type: string
private:
description: "Whether the value of the set action is private."
type: boolean
scope:
description: "The scope of the set action."
type: string
scope_field:
description: "The scope field of the set action."
type: string
size:
description: "The size of the set action."
format: int64
Expand Down Expand Up @@ -19928,15 +19873,6 @@ components:
CloudWorkloadSecurityAgentRuleKill:
description: "Kill system call applied on the container matching the rule"
properties:
disable_container_disarmer:
description: "Whether the automatic container safeguard of the kill action is disabled."
type: boolean
disable_executable_disarmer:
description: "Whether the automatic executable safeguard of the kill action is disabled."
type: boolean
scope:
description: "The scope of the kill action."
type: string
signal:
description: "Supported signals for the kill system call"
type: string
Expand Down
Loading
Loading