Skip to content

Commit 92a638c

Browse files
committed
STAC-24282: bump openapi version
1 parent c5f887e commit 92a638c

12 files changed

+69
-130
lines changed

generated/stackstate_api/api/openapi.yaml

Lines changed: 34 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -16590,74 +16590,42 @@ components:
1659016590
identifier:
1659116591
description: "An expression that must produce a string. It must be one of\
1659216592
\ these formats:\n - A plain string, for example `\"this is a plain string\"\
16593-
`\n - A string containing a CEL expression within curly braces `${}`,\
16594-
\ for example \"a string with a cel expression: `${resource.attributes['service.namespace']}\"\
16595-
`\nA string with only a cel expression is also valid as long as it is\
16596-
\ within a `${}` section, for example `\"${resource.attributes['service.namespace']}\"\
16597-
`."
16593+
`\n - A cel expression that must return a string, for example: `resource.attributes['service.namespace']`"
1659816594
type: string
1659916595
name:
1660016596
description: "An expression that must produce a string. It must be one of\
1660116597
\ these formats:\n - A plain string, for example `\"this is a plain string\"\
16602-
`\n - A string containing a CEL expression within curly braces `${}`,\
16603-
\ for example \"a string with a cel expression: `${resource.attributes['service.namespace']}\"\
16604-
`\nA string with only a cel expression is also valid as long as it is\
16605-
\ within a `${}` section, for example `\"${resource.attributes['service.namespace']}\"\
16606-
`."
16598+
`\n - A cel expression that must return a string, for example: `resource.attributes['service.namespace']`"
1660716599
type: string
1660816600
typeName:
1660916601
description: "An expression that must produce a string. It must be one of\
1661016602
\ these formats:\n - A plain string, for example `\"this is a plain string\"\
16611-
`\n - A string containing a CEL expression within curly braces `${}`,\
16612-
\ for example \"a string with a cel expression: `${resource.attributes['service.namespace']}\"\
16613-
`\nA string with only a cel expression is also valid as long as it is\
16614-
\ within a `${}` section, for example `\"${resource.attributes['service.namespace']}\"\
16615-
`."
16603+
`\n - A cel expression that must return a string, for example: `resource.attributes['service.namespace']`"
1661616604
type: string
1661716605
typeIdentifier:
1661816606
description: "An expression that must produce a string. It must be one of\
1661916607
\ these formats:\n - A plain string, for example `\"this is a plain string\"\
16620-
`\n - A string containing a CEL expression within curly braces `${}`,\
16621-
\ for example \"a string with a cel expression: `${resource.attributes['service.namespace']}\"\
16622-
`\nA string with only a cel expression is also valid as long as it is\
16623-
\ within a `${}` section, for example `\"${resource.attributes['service.namespace']}\"\
16624-
`."
16608+
`\n - A cel expression that must return a string, for example: `resource.attributes['service.namespace']`"
1662516609
type: string
1662616610
layerName:
1662716611
description: "An expression that must produce a string. It must be one of\
1662816612
\ these formats:\n - A plain string, for example `\"this is a plain string\"\
16629-
`\n - A string containing a CEL expression within curly braces `${}`,\
16630-
\ for example \"a string with a cel expression: `${resource.attributes['service.namespace']}\"\
16631-
`\nA string with only a cel expression is also valid as long as it is\
16632-
\ within a `${}` section, for example `\"${resource.attributes['service.namespace']}\"\
16633-
`."
16613+
`\n - A cel expression that must return a string, for example: `resource.attributes['service.namespace']`"
1663416614
type: string
1663516615
layerIdentifier:
1663616616
description: "An expression that must produce a string. It must be one of\
1663716617
\ these formats:\n - A plain string, for example `\"this is a plain string\"\
16638-
`\n - A string containing a CEL expression within curly braces `${}`,\
16639-
\ for example \"a string with a cel expression: `${resource.attributes['service.namespace']}\"\
16640-
`\nA string with only a cel expression is also valid as long as it is\
16641-
\ within a `${}` section, for example `\"${resource.attributes['service.namespace']}\"\
16642-
`."
16618+
`\n - A cel expression that must return a string, for example: `resource.attributes['service.namespace']`"
1664316619
type: string
1664416620
domainName:
1664516621
description: "An expression that must produce a string. It must be one of\
1664616622
\ these formats:\n - A plain string, for example `\"this is a plain string\"\
16647-
`\n - A string containing a CEL expression within curly braces `${}`,\
16648-
\ for example \"a string with a cel expression: `${resource.attributes['service.namespace']}\"\
16649-
`\nA string with only a cel expression is also valid as long as it is\
16650-
\ within a `${}` section, for example `\"${resource.attributes['service.namespace']}\"\
16651-
`."
16623+
`\n - A cel expression that must return a string, for example: `resource.attributes['service.namespace']`"
1665216624
type: string
1665316625
domainIdentifier:
1665416626
description: "An expression that must produce a string. It must be one of\
1665516627
\ these formats:\n - A plain string, for example `\"this is a plain string\"\
16656-
`\n - A string containing a CEL expression within curly braces `${}`,\
16657-
\ for example \"a string with a cel expression: `${resource.attributes['service.namespace']}\"\
16658-
`\nA string with only a cel expression is also valid as long as it is\
16659-
\ within a `${}` section, for example `\"${resource.attributes['service.namespace']}\"\
16660-
`."
16628+
`\n - A cel expression that must return a string, for example: `resource.attributes['service.namespace']`"
1666116629
type: string
1666216630
required:
1666316631
$ref: '#/components/schemas/OtelComponentMappingFieldMapping'
@@ -16673,11 +16641,7 @@ components:
1667316641
OtelStringExpression:
1667416642
description: "An expression that must produce a string. It must be one of these\
1667516643
\ formats:\n - A plain string, for example `\"this is a plain string\"`\n\
16676-
\ - A string containing a CEL expression within curly braces `${}`, for example\
16677-
\ \"a string with a cel expression: `${resource.attributes['service.namespace']}\"\
16678-
`\nA string with only a cel expression is also valid as long as it is within\
16679-
\ a `${}` section, for example `\"${resource.attributes['service.namespace']}\"\
16680-
`."
16644+
\ - A cel expression that must return a string, for example: `resource.attributes['service.namespace']`"
1668116645
type: string
1668216646
OtelComponentMappingFieldMapping:
1668316647
example:
@@ -16702,30 +16666,24 @@ components:
1670216666
version:
1670316667
description: "An expression that must produce a string. It must be one of\
1670416668
\ these formats:\n - A plain string, for example `\"this is a plain string\"\
16705-
`\n - A string containing a CEL expression within curly braces `${}`,\
16706-
\ for example \"a string with a cel expression: `${resource.attributes['service.namespace']}\"\
16707-
`\nA string with only a cel expression is also valid as long as it is\
16708-
\ within a `${}` section, for example `\"${resource.attributes['service.namespace']}\"\
16709-
`."
16669+
`\n - A cel expression that must return a string, for example: `resource.attributes['service.namespace']`"
1671016670
type: string
1671116671
tags:
1671216672
items:
1671316673
$ref: '#/components/schemas/OtelTagMapping'
1671416674
type: array
1671516675
configuration:
16716-
description: "An expression that can produce any type. It uses the CEL expression\
16717-
\ within curly braces `${}` syntax.\nVariables use it to store any type\
16718-
\ of value. For example, to store a boolean in a variable named `inTestNamespace`\
16719-
\ assign \nit the expression `\"${resource.attributes['service.namespace']\
16720-
\ == 'test'}\"`. The variable can now be used directly in the conditions\
16676+
description: "An expression that can produce any type. \nVariables use it\
16677+
\ to store any type of value. For example, to store a boolean in a variable\
16678+
\ named `inTestNamespace` assign\nit the expression `resource.attributes['service.namespace']\
16679+
\ == 'test'`. The variable can now be used directly in the conditions\
1672116680
\ like this: `vars.inTestNamespace`."
1672216681
type: string
1672316682
status:
16724-
description: "An expression that can produce any type. It uses the CEL expression\
16725-
\ within curly braces `${}` syntax.\nVariables use it to store any type\
16726-
\ of value. For example, to store a boolean in a variable named `inTestNamespace`\
16727-
\ assign \nit the expression `\"${resource.attributes['service.namespace']\
16728-
\ == 'test'}\"`. The variable can now be used directly in the conditions\
16683+
description: "An expression that can produce any type. \nVariables use it\
16684+
\ to store any type of value. For example, to store a boolean in a variable\
16685+
\ named `inTestNamespace` assign\nit the expression `resource.attributes['service.namespace']\
16686+
\ == 'test'`. The variable can now be used directly in the conditions\
1672916687
\ like this: `vars.inTestNamespace`."
1673016688
type: string
1673116689
type: object
@@ -16738,11 +16696,10 @@ components:
1673816696
target: target
1673916697
properties:
1674016698
source:
16741-
description: "An expression that can produce any type. It uses the CEL expression\
16742-
\ within curly braces `${}` syntax.\nVariables use it to store any type\
16743-
\ of value. For example, to store a boolean in a variable named `inTestNamespace`\
16744-
\ assign \nit the expression `\"${resource.attributes['service.namespace']\
16745-
\ == 'test'}\"`. The variable can now be used directly in the conditions\
16699+
description: "An expression that can produce any type. \nVariables use it\
16700+
\ to store any type of value. For example, to store a boolean in a variable\
16701+
\ named `inTestNamespace` assign\nit the expression `resource.attributes['service.namespace']\
16702+
\ == 'test'`. The variable can now be used directly in the conditions\
1674616703
\ like this: `vars.inTestNamespace`."
1674716704
type: string
1674816705
target:
@@ -16757,11 +16714,10 @@ components:
1675716714
- target
1675816715
type: object
1675916716
OtelAnyExpression:
16760-
description: "An expression that can produce any type. It uses the CEL expression\
16761-
\ within curly braces `${}` syntax.\nVariables use it to store any type of\
16762-
\ value. For example, to store a boolean in a variable named `inTestNamespace`\
16763-
\ assign \nit the expression `\"${resource.attributes['service.namespace']\
16764-
\ == 'test'}\"`. The variable can now be used directly in the conditions like\
16717+
description: "An expression that can produce any type. \nVariables use it to\
16718+
\ store any type of value. For example, to store a boolean in a variable named\
16719+
\ `inTestNamespace` assign\nit the expression `resource.attributes['service.namespace']\
16720+
\ == 'test'`. The variable can now be used directly in the conditions like\
1676516721
\ this: `vars.inTestNamespace`."
1676616722
type: string
1676716723
OtelVariableMapping:
@@ -16772,11 +16728,10 @@ components:
1677216728
name:
1677316729
type: string
1677416730
value:
16775-
description: "An expression that can produce any type. It uses the CEL expression\
16776-
\ within curly braces `${}` syntax.\nVariables use it to store any type\
16777-
\ of value. For example, to store a boolean in a variable named `inTestNamespace`\
16778-
\ assign \nit the expression `\"${resource.attributes['service.namespace']\
16779-
\ == 'test'}\"`. The variable can now be used directly in the conditions\
16731+
description: "An expression that can produce any type. \nVariables use it\
16732+
\ to store any type of value. For example, to store a boolean in a variable\
16733+
\ named `inTestNamespace` assign\nit the expression `resource.attributes['service.namespace']\
16734+
\ == 'test'`. The variable can now be used directly in the conditions\
1678016735
\ like this: `vars.inTestNamespace`."
1678116736
type: string
1678216737
required:
@@ -16985,38 +16940,22 @@ components:
1698516940
sourceId:
1698616941
description: "An expression that must produce a string. It must be one of\
1698716942
\ these formats:\n - A plain string, for example `\"this is a plain string\"\
16988-
`\n - A string containing a CEL expression within curly braces `${}`,\
16989-
\ for example \"a string with a cel expression: `${resource.attributes['service.namespace']}\"\
16990-
`\nA string with only a cel expression is also valid as long as it is\
16991-
\ within a `${}` section, for example `\"${resource.attributes['service.namespace']}\"\
16992-
`."
16943+
`\n - A cel expression that must return a string, for example: `resource.attributes['service.namespace']`"
1699316944
type: string
1699416945
targetId:
1699516946
description: "An expression that must produce a string. It must be one of\
1699616947
\ these formats:\n - A plain string, for example `\"this is a plain string\"\
16997-
`\n - A string containing a CEL expression within curly braces `${}`,\
16998-
\ for example \"a string with a cel expression: `${resource.attributes['service.namespace']}\"\
16999-
`\nA string with only a cel expression is also valid as long as it is\
17000-
\ within a `${}` section, for example `\"${resource.attributes['service.namespace']}\"\
17001-
`."
16948+
`\n - A cel expression that must return a string, for example: `resource.attributes['service.namespace']`"
1700216949
type: string
1700316950
typeName:
1700416951
description: "An expression that must produce a string. It must be one of\
1700516952
\ these formats:\n - A plain string, for example `\"this is a plain string\"\
17006-
`\n - A string containing a CEL expression within curly braces `${}`,\
17007-
\ for example \"a string with a cel expression: `${resource.attributes['service.namespace']}\"\
17008-
`\nA string with only a cel expression is also valid as long as it is\
17009-
\ within a `${}` section, for example `\"${resource.attributes['service.namespace']}\"\
17010-
`."
16953+
`\n - A cel expression that must return a string, for example: `resource.attributes['service.namespace']`"
1701116954
type: string
1701216955
typeIdentifier:
1701316956
description: "An expression that must produce a string. It must be one of\
1701416957
\ these formats:\n - A plain string, for example `\"this is a plain string\"\
17015-
`\n - A string containing a CEL expression within curly braces `${}`,\
17016-
\ for example \"a string with a cel expression: `${resource.attributes['service.namespace']}\"\
17017-
`\nA string with only a cel expression is also valid as long as it is\
17018-
\ within a `${}` section, for example `\"${resource.attributes['service.namespace']}\"\
17019-
`."
16958+
`\n - A cel expression that must return a string, for example: `resource.attributes['service.namespace']`"
1702016959
type: string
1702116960
required:
1702216961
- sourceId

generated/stackstate_api/docs/OtelComponentMappingFieldMapping.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**AdditionalIdentifiers** | Pointer to **[]string** | | [optional]
8-
**Version** | Pointer to **string** | An expression that must produce a string. It must be one of these formats: - A plain string, for example `\"this is a plain string\"` - A string containing a CEL expression within curly braces `${}`, for example \"a string with a cel expression: `${resource.attributes['service.namespace']}\"` A string with only a cel expression is also valid as long as it is within a `${}` section, for example `\"${resource.attributes['service.namespace']}\"`. | [optional]
8+
**Version** | Pointer to **string** | An expression that must produce a string. It must be one of these formats: - A plain string, for example `\"this is a plain string\"` - A cel expression that must return a string, for example: `resource.attributes['service.namespace']` | [optional]
99
**Tags** | Pointer to [**[]OtelTagMapping**](OtelTagMapping.md) | | [optional]
10-
**Configuration** | Pointer to **string** | An expression that can produce any type. It uses the CEL expression within curly braces `${}` syntax. Variables use it to store any type of value. For example, to store a boolean in a variable named `inTestNamespace` assign it the expression `\"${resource.attributes['service.namespace'] == 'test'}\"`. The variable can now be used directly in the conditions like this: `vars.inTestNamespace`. | [optional]
11-
**Status** | Pointer to **string** | An expression that can produce any type. It uses the CEL expression within curly braces `${}` syntax. Variables use it to store any type of value. For example, to store a boolean in a variable named `inTestNamespace` assign it the expression `\"${resource.attributes['service.namespace'] == 'test'}\"`. The variable can now be used directly in the conditions like this: `vars.inTestNamespace`. | [optional]
10+
**Configuration** | Pointer to **string** | An expression that can produce any type. Variables use it to store any type of value. For example, to store a boolean in a variable named `inTestNamespace` assign it the expression `resource.attributes['service.namespace'] == 'test'`. The variable can now be used directly in the conditions like this: `vars.inTestNamespace`. | [optional]
11+
**Status** | Pointer to **string** | An expression that can produce any type. Variables use it to store any type of value. For example, to store a boolean in a variable named `inTestNamespace` assign it the expression `resource.attributes['service.namespace'] == 'test'`. The variable can now be used directly in the conditions like this: `vars.inTestNamespace`. | [optional]
1212

1313
## Methods
1414

0 commit comments

Comments
 (0)