Skip to content

Commit ecabc93

Browse files
authored
Merge pull request #680 from criblio/speakeasy-sdk-regen-openapi-prerelease-1776341542
chore: 🐝 Update SDK - Generate RC SDK (Prerelease) [openapi-prerelease] 0.7.0rc13
2 parents 5ddc42e + f10e2cb commit ecabc93

1,060 files changed

Lines changed: 85242 additions & 56681 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.speakeasy/gen.lock

Lines changed: 2763 additions & 2065 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ generation:
3434
generateNewTests: false
3535
skipResponseBodyAssertions: false
3636
python:
37-
version: 0.7.0rc12
37+
version: 0.7.0rc13
3838
additionalDependencies:
3939
dev: {}
4040
main: {}

.speakeasy/out.openapi.yaml

Lines changed: 4326 additions & 1580 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
speakeasyVersion: 1.761.1
1+
speakeasyVersion: 1.761.5
22
sources:
33
Cribl API Reference:
44
sourceNamespace: cribl-api-reference
5-
sourceRevisionDigest: sha256:73e6aaaf9f9b45ae7e337b5d942799ab2c44f8b907fc967966ca330f1864b6e0
6-
sourceBlobDigest: sha256:15b0b655e7d762283b09c4798e46c1126b39709fc62d7ccaf0ad7cbb6fddd8da
5+
sourceRevisionDigest: sha256:23121e79b68039cfd2c1bc1ea35f6b550f75be9a71e9fc972e2ad85487e1d347
6+
sourceBlobDigest: sha256:31b4ccd1002b75bec26a208a039049aef9989f22bc7fe2588c57509de9899042
77
tags:
88
- latest
9-
- 4.17.1-alpha.1775637237714-fd661549
9+
- 4.18.0-alpha.1776340892809-b0dc00e9
1010
targets:
1111
cribl-control-plane:
1212
source: Cribl API Reference
1313
sourceNamespace: cribl-api-reference
14-
sourceRevisionDigest: sha256:73e6aaaf9f9b45ae7e337b5d942799ab2c44f8b907fc967966ca330f1864b6e0
15-
sourceBlobDigest: sha256:15b0b655e7d762283b09c4798e46c1126b39709fc62d7ccaf0ad7cbb6fddd8da
14+
sourceRevisionDigest: sha256:23121e79b68039cfd2c1bc1ea35f6b550f75be9a71e9fc972e2ad85487e1d347
15+
sourceBlobDigest: sha256:31b4ccd1002b75bec26a208a039049aef9989f22bc7fe2588c57509de9899042
1616
codeSamplesNamespace: cribl-api-reference-python-code-samples
17-
codeSamplesRevisionDigest: sha256:08d343f7e462d120c80f8d15e0902ef7f43d66b7e68091c5ef184f3f7cf838a7
17+
codeSamplesRevisionDigest: sha256:ad4ffff55f4c063a4e29110d653d8d309a10a5554368eb57f530237cffbf2f9e
1818
workflow:
1919
workflowVersion: 1.0.0
20-
speakeasyVersion: 1.761.1
20+
speakeasyVersion: 1.761.5
2121
sources:
2222
Cribl API Reference:
2323
inputs:

README-PYPI.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -298,13 +298,13 @@ The [On-Prem Authentication Example](https://github.com/criblio/cribl_control_pl
298298

299299
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md#get) - Get the health status of the server
300300

301-
### [LakeDatasets](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md)
301+
### [Lakes.Datasets](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/datasets/README.md)
302302

303-
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#create) - Create a Lake Dataset (Cribl.Cloud only)
304-
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#list) - List all Lake Datasets (Cribl.Cloud only)
305-
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#delete) - Delete a Lake Dataset (Cribl.Cloud only)
306-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#get) - Get a Lake Dataset (Cribl.Cloud only)
307-
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/lakedatasets/README.md#update) - Update a Lake Dataset (Cribl.Cloud only)
303+
* [create](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/datasets/README.md#create) - Create a Lake Dataset (Cribl.Cloud only)
304+
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/datasets/README.md#list) - List all Lake Datasets (Cribl.Cloud only)
305+
* [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/datasets/README.md#delete) - Delete a Lake Dataset (Cribl.Cloud only)
306+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/datasets/README.md#get) - Get a Lake Dataset (Cribl.Cloud only)
307+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/datasets/README.md#update) - Update a Lake Dataset (Cribl.Cloud only)
308308

309309
### [Nodes](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/nodes/README.md)
310310

@@ -315,7 +315,7 @@ The [On-Prem Authentication Example](https://github.com/criblio/cribl_control_pl
315315

316316
#### [Nodes.Summaries](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md)
317317

318-
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md#get) - Get a summary of the Distributed deployment for a specific product
318+
* [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/summaries/README.md#get) - Get a summary of the deployment for a specific product.
319319

320320
### [Packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
321321

@@ -436,7 +436,7 @@ The [On-Prem Authentication Example](https://github.com/criblio/cribl_control_pl
436436
#### [System.Settings.Cribl](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md)
437437

438438
* [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#list) - Get Cribl system settings
439-
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#update) - Update Cribl system settings
439+
* [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/cribl/README.md#update) - Update system settings
440440

441441
### [Versions.Branches](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/branches/README.md)
442442

@@ -527,7 +527,7 @@ with CriblControlPlane(
527527
),
528528
) as ccp_client:
529529

530-
res = ccp_client.nodes.list(product=models.ProductsBase.STREAM, filter_exp="<value>", sort_exp="<value>", filter_="<value>", sort="<value>", limit=881129, offset=990978)
530+
res = ccp_client.sources.statuses.list(metrics=True, type_=False)
531531

532532
while res is not None:
533533
# Handle items

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -298,13 +298,13 @@ The [On-Prem Authentication Example](https://github.com/criblio/cribl_control_pl
298298

299299
* [get](docs/sdks/health/README.md#get) - Get the health status of the server
300300

301-
### [LakeDatasets](docs/sdks/lakedatasets/README.md)
301+
### [Lakes.Datasets](docs/sdks/datasets/README.md)
302302

303-
* [create](docs/sdks/lakedatasets/README.md#create) - Create a Lake Dataset (Cribl.Cloud only)
304-
* [list](docs/sdks/lakedatasets/README.md#list) - List all Lake Datasets (Cribl.Cloud only)
305-
* [delete](docs/sdks/lakedatasets/README.md#delete) - Delete a Lake Dataset (Cribl.Cloud only)
306-
* [get](docs/sdks/lakedatasets/README.md#get) - Get a Lake Dataset (Cribl.Cloud only)
307-
* [update](docs/sdks/lakedatasets/README.md#update) - Update a Lake Dataset (Cribl.Cloud only)
303+
* [create](docs/sdks/datasets/README.md#create) - Create a Lake Dataset (Cribl.Cloud only)
304+
* [list](docs/sdks/datasets/README.md#list) - List all Lake Datasets (Cribl.Cloud only)
305+
* [delete](docs/sdks/datasets/README.md#delete) - Delete a Lake Dataset (Cribl.Cloud only)
306+
* [get](docs/sdks/datasets/README.md#get) - Get a Lake Dataset (Cribl.Cloud only)
307+
* [update](docs/sdks/datasets/README.md#update) - Update a Lake Dataset (Cribl.Cloud only)
308308

309309
### [Nodes](docs/sdks/nodes/README.md)
310310

@@ -315,7 +315,7 @@ The [On-Prem Authentication Example](https://github.com/criblio/cribl_control_pl
315315

316316
#### [Nodes.Summaries](docs/sdks/summaries/README.md)
317317

318-
* [get](docs/sdks/summaries/README.md#get) - Get a summary of the Distributed deployment for a specific product
318+
* [get](docs/sdks/summaries/README.md#get) - Get a summary of the deployment for a specific product.
319319

320320
### [Packs](docs/sdks/packs/README.md)
321321

@@ -436,7 +436,7 @@ The [On-Prem Authentication Example](https://github.com/criblio/cribl_control_pl
436436
#### [System.Settings.Cribl](docs/sdks/cribl/README.md)
437437

438438
* [list](docs/sdks/cribl/README.md#list) - Get Cribl system settings
439-
* [update](docs/sdks/cribl/README.md#update) - Update Cribl system settings
439+
* [update](docs/sdks/cribl/README.md#update) - Update system settings
440440

441441
### [Versions.Branches](docs/sdks/branches/README.md)
442442

@@ -527,7 +527,7 @@ with CriblControlPlane(
527527
),
528528
) as ccp_client:
529529

530-
res = ccp_client.nodes.list(product=models.ProductsBase.STREAM, filter_exp="<value>", sort_exp="<value>", filter_="<value>", sort="<value>", limit=881129, offset=990978)
530+
res = ccp_client.sources.statuses.list(metrics=True, type_=False)
531531

532532
while res is not None:
533533
# Handle items

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1508,4 +1508,14 @@ Based on:
15081508
### Generated
15091509
- [python v0.7.0rc12] .
15101510
### Releases
1511-
- [PyPI v0.7.0rc12] https://pypi.org/project/cribl-control-plane/0.7.0rc12 - .
1511+
- [PyPI v0.7.0rc12] https://pypi.org/project/cribl-control-plane/0.7.0rc12 - .
1512+
1513+
## 2026-04-16 12:11:39
1514+
### Changes
1515+
Based on:
1516+
- OpenAPI Doc
1517+
- Speakeasy CLI 1.761.5 (2.879.13) https://github.com/speakeasy-api/speakeasy
1518+
### Generated
1519+
- [python v0.7.0rc13] .
1520+
### Releases
1521+
- [PyPI v0.7.0rc13] https://pypi.org/project/cribl-control-plane/0.7.0rc13 - .

docs/models/accounttype.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# AccountType
2+
3+
## Example Usage
4+
5+
```python
6+
from cribl_control_plane.models import AccountType
7+
8+
value = AccountType.WORKSPACE
9+
10+
# Open enum: unrecognized values are captured as UnrecognizedStr
11+
```
12+
13+
14+
## Values
15+
16+
| Name | Value |
17+
| -------------- | -------------- |
18+
| `WORKSPACE` | workspace |
19+
| `ORGANIZATION` | organization |

docs/models/acknowledgmentsoptions1.md renamed to docs/models/acknowledgmentsoptionsallleader.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# AcknowledgmentsOptions1
1+
# AcknowledgmentsOptionsAllLeader
22

33
Control the number of required acknowledgments.
44

55
## Example Usage
66

77
```python
8-
from cribl_control_plane.models import AcknowledgmentsOptions1
8+
from cribl_control_plane.models import AcknowledgmentsOptionsAllLeader
99

10-
value = AcknowledgmentsOptions1.LEADER
10+
value = AcknowledgmentsOptionsAllLeader.LEADER
1111

1212
# Open enum: unrecognized values are captured as UnrecognizedInt
1313
```

docs/models/addhectokenrequest.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
8-
| `allowed_indexes_at_token` | List[*str*] | :heavy_minus_sign: | N/A |
9-
| `description` | *Optional[str]* | :heavy_minus_sign: | N/A |
10-
| `enabled` | *Optional[bool]* | :heavy_minus_sign: | N/A |
11-
| `metadata` | List[[models.EventBreakerRuleFields](../models/eventbreakerrulefields.md)] | :heavy_minus_sign: | N/A |
12-
| `token` | *str* | :heavy_check_mark: | N/A |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `allowed_indexes_at_token` | List[*str*] | :heavy_minus_sign: | List of index names that the HEC token is allowed to write to. |
9+
| `description` | *Optional[str]* | :heavy_minus_sign: | Brief description for the HEC token. |
10+
| `enabled` | *Optional[bool]* | :heavy_minus_sign: | If <code>true</code>, the HEC token is enabled. Otherwise, <code>false</code>. |
11+
| `metadata` | List[[models.EventBreakerRuleFields](../models/eventbreakerrulefields.md)] | :heavy_minus_sign: | Array of key-value pairs to associate with the HEC token for tagging, categorization, or providing additional context. Each item in the array is an object with a <code>name</code> and a <code>value</code>. |
12+
| `token` | *str* | :heavy_check_mark: | The HEC token value to add to the Splunk HEC Source. |

0 commit comments

Comments
 (0)