cribl-control-plane 0.0.33__py3-none-any.whl → 0.0.35__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cribl-control-plane might be problematic. Click here for more details.
- cribl_control_plane/_version.py +3 -3
- cribl_control_plane/acl.py +4 -4
- cribl_control_plane/commits.py +8 -8
- cribl_control_plane/configs_versions.py +2 -2
- cribl_control_plane/destinations.py +3 -3
- cribl_control_plane/groups_sdk.py +12 -12
- cribl_control_plane/models/__init__.py +6 -378
- cribl_control_plane/models/createconfiggroupbyproductop.py +3 -10
- cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +3 -10
- cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +6 -25
- cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +6 -25
- cribl_control_plane/models/getconfiggroupbyproductandidop.py +3 -10
- cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +3 -10
- cribl_control_plane/models/getsummaryop.py +3 -10
- cribl_control_plane/models/getversionop.py +4 -4
- cribl_control_plane/models/gitfilesresponse.py +7 -5
- cribl_control_plane/models/gitrevertresult.py +5 -5
- cribl_control_plane/models/listconfiggroupbyproductop.py +3 -10
- cribl_control_plane/models/{gitopstype.py → productscore.py} +3 -4
- cribl_control_plane/models/updateconfiggroupbyproductandidop.py +3 -10
- cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +3 -10
- cribl_control_plane/models/{edgeheartbeatmetricsmode.py → workertypes.py} +3 -5
- cribl_control_plane/{destinations_samples.py → samples.py} +1 -1
- cribl_control_plane/sdk.py +0 -3
- cribl_control_plane/summaries.py +2 -2
- cribl_control_plane/teams.py +4 -4
- {cribl_control_plane-0.0.33.dist-info → cribl_control_plane-0.0.35.dist-info}/METADATA +6 -22
- {cribl_control_plane-0.0.33.dist-info → cribl_control_plane-0.0.35.dist-info}/RECORD +29 -55
- cribl_control_plane/cribl.py +0 -513
- cribl_control_plane/models/authconfig.py +0 -43
- cribl_control_plane/models/commonservicelimitconfigs.py +0 -14
- cribl_control_plane/models/getsystemsettingsauthop.py +0 -24
- cribl_control_plane/models/getsystemsettingsconfop.py +0 -24
- cribl_control_plane/models/getsystemsettingsgitsettingsop.py +0 -24
- cribl_control_plane/models/gitsettings.py +0 -70
- cribl_control_plane/models/jobsettings.py +0 -83
- cribl_control_plane/models/limits.py +0 -127
- cribl_control_plane/models/rediscachelimits.py +0 -38
- cribl_control_plane/models/redisconnectionlimits.py +0 -20
- cribl_control_plane/models/redislimits.py +0 -14
- cribl_control_plane/models/searchsettings.py +0 -71
- cribl_control_plane/models/serviceslimits.py +0 -23
- cribl_control_plane/models/systemsettings.py +0 -358
- cribl_control_plane/models/systemsettingsconf.py +0 -311
- cribl_control_plane/models/updatesystemsettingsauthop.py +0 -24
- cribl_control_plane/models/updatesystemsettingsconfop.py +0 -24
- cribl_control_plane/models/updatesystemsettingsgitsettingsop.py +0 -24
- cribl_control_plane/models/upgradegroupsettings.py +0 -24
- cribl_control_plane/models/upgradepackageurls.py +0 -20
- cribl_control_plane/models/upgradesettings.py +0 -36
- cribl_control_plane/settings.py +0 -23
- cribl_control_plane/settings_auth.py +0 -339
- cribl_control_plane/settings_git.py +0 -339
- cribl_control_plane/system_sdk.py +0 -17
- {cribl_control_plane-0.0.33.dist-info → cribl_control_plane-0.0.35.dist-info}/WHEEL +0 -0
cribl_control_plane/_version.py
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "cribl-control-plane"
|
|
6
|
-
__version__: str = "0.0.
|
|
7
|
-
__openapi_doc_version__: str = "4.14.0-alpha.
|
|
6
|
+
__version__: str = "0.0.35"
|
|
7
|
+
__openapi_doc_version__: str = "4.14.0-alpha.1755764858399-d5c9979b"
|
|
8
8
|
__gen_version__: str = "2.686.7"
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.0.
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.0.35 2.686.7 4.14.0-alpha.1755764858399-d5c9979b cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
cribl_control_plane/acl.py
CHANGED
|
@@ -25,9 +25,9 @@ class ACL(BaseSDK):
|
|
|
25
25
|
def get(
|
|
26
26
|
self,
|
|
27
27
|
*,
|
|
28
|
-
product: models.
|
|
28
|
+
product: models.ProductsCore,
|
|
29
29
|
id: str,
|
|
30
|
-
type_: Optional[models.
|
|
30
|
+
type_: Optional[models.RbacResource] = None,
|
|
31
31
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
32
32
|
server_url: Optional[str] = None,
|
|
33
33
|
timeout_ms: Optional[int] = None,
|
|
@@ -120,9 +120,9 @@ class ACL(BaseSDK):
|
|
|
120
120
|
async def get_async(
|
|
121
121
|
self,
|
|
122
122
|
*,
|
|
123
|
-
product: models.
|
|
123
|
+
product: models.ProductsCore,
|
|
124
124
|
id: str,
|
|
125
|
-
type_: Optional[models.
|
|
125
|
+
type_: Optional[models.RbacResource] = None,
|
|
126
126
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
127
127
|
server_url: Optional[str] = None,
|
|
128
128
|
timeout_ms: Optional[int] = None,
|
cribl_control_plane/commits.py
CHANGED
|
@@ -422,12 +422,12 @@ class Commits(BaseSDK):
|
|
|
422
422
|
timeout_ms: Optional[int] = None,
|
|
423
423
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
424
424
|
) -> models.GetVersionResponse:
|
|
425
|
-
r"""
|
|
425
|
+
r"""List the commit history
|
|
426
426
|
|
|
427
|
-
|
|
427
|
+
List the commit history.</br></br>Analogous to <code>git log</code> for the Cribl configuration, allowing you to audit and review changes over time.
|
|
428
428
|
|
|
429
|
-
:param group: Group
|
|
430
|
-
:param count: Maximum number of commits to return
|
|
429
|
+
:param group: The <code>id</code> of the Worker Group or Edge Fleet to get the commit history for.
|
|
430
|
+
:param count: Maximum number of commits to return in the response for this request.
|
|
431
431
|
:param retries: Override the default retry configuration for this method
|
|
432
432
|
:param server_url: Override the default server URL for this method
|
|
433
433
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -512,12 +512,12 @@ class Commits(BaseSDK):
|
|
|
512
512
|
timeout_ms: Optional[int] = None,
|
|
513
513
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
514
514
|
) -> models.GetVersionResponse:
|
|
515
|
-
r"""
|
|
515
|
+
r"""List the commit history
|
|
516
516
|
|
|
517
|
-
|
|
517
|
+
List the commit history.</br></br>Analogous to <code>git log</code> for the Cribl configuration, allowing you to audit and review changes over time.
|
|
518
518
|
|
|
519
|
-
:param group: Group
|
|
520
|
-
:param count: Maximum number of commits to return
|
|
519
|
+
:param group: The <code>id</code> of the Worker Group or Edge Fleet to get the commit history for.
|
|
520
|
+
:param count: Maximum number of commits to return in the response for this request.
|
|
521
521
|
:param retries: Override the default retry configuration for this method
|
|
522
522
|
:param server_url: Override the default server URL for this method
|
|
523
523
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -13,7 +13,7 @@ class ConfigsVersions(BaseSDK):
|
|
|
13
13
|
def get(
|
|
14
14
|
self,
|
|
15
15
|
*,
|
|
16
|
-
product: models.
|
|
16
|
+
product: models.ProductsCore,
|
|
17
17
|
id: str,
|
|
18
18
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
19
19
|
server_url: Optional[str] = None,
|
|
@@ -105,7 +105,7 @@ class ConfigsVersions(BaseSDK):
|
|
|
105
105
|
async def get_async(
|
|
106
106
|
self,
|
|
107
107
|
*,
|
|
108
|
-
product: models.
|
|
108
|
+
product: models.ProductsCore,
|
|
109
109
|
id: str,
|
|
110
110
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
111
111
|
server_url: Optional[str] = None,
|
|
@@ -5,7 +5,7 @@ from .sdkconfiguration import SDKConfiguration
|
|
|
5
5
|
from cribl_control_plane import errors, models, utils
|
|
6
6
|
from cribl_control_plane._hooks import HookContext
|
|
7
7
|
from cribl_control_plane.destinations_pq import DestinationsPq
|
|
8
|
-
from cribl_control_plane.
|
|
8
|
+
from cribl_control_plane.samples import Samples
|
|
9
9
|
from cribl_control_plane.types import BaseModel, OptionalNullable, UNSET
|
|
10
10
|
from cribl_control_plane.utils import get_security_from_env
|
|
11
11
|
from cribl_control_plane.utils.unmarshal_json_response import unmarshal_json_response
|
|
@@ -16,7 +16,7 @@ class Destinations(BaseSDK):
|
|
|
16
16
|
r"""Actions related to Destinations"""
|
|
17
17
|
|
|
18
18
|
pq: DestinationsPq
|
|
19
|
-
samples:
|
|
19
|
+
samples: Samples
|
|
20
20
|
|
|
21
21
|
def __init__(self, sdk_config: SDKConfiguration) -> None:
|
|
22
22
|
BaseSDK.__init__(self, sdk_config)
|
|
@@ -25,7 +25,7 @@ class Destinations(BaseSDK):
|
|
|
25
25
|
|
|
26
26
|
def _init_sdks(self):
|
|
27
27
|
self.pq = DestinationsPq(self.sdk_configuration)
|
|
28
|
-
self.samples =
|
|
28
|
+
self.samples = Samples(self.sdk_configuration)
|
|
29
29
|
|
|
30
30
|
def list(
|
|
31
31
|
self,
|
|
@@ -30,7 +30,7 @@ class GroupsSDK(BaseSDK):
|
|
|
30
30
|
def list(
|
|
31
31
|
self,
|
|
32
32
|
*,
|
|
33
|
-
product: models.
|
|
33
|
+
product: models.ProductsCore,
|
|
34
34
|
fields: Optional[str] = None,
|
|
35
35
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
36
36
|
server_url: Optional[str] = None,
|
|
@@ -122,7 +122,7 @@ class GroupsSDK(BaseSDK):
|
|
|
122
122
|
async def list_async(
|
|
123
123
|
self,
|
|
124
124
|
*,
|
|
125
|
-
product: models.
|
|
125
|
+
product: models.ProductsCore,
|
|
126
126
|
fields: Optional[str] = None,
|
|
127
127
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
128
128
|
server_url: Optional[str] = None,
|
|
@@ -214,7 +214,7 @@ class GroupsSDK(BaseSDK):
|
|
|
214
214
|
def create(
|
|
215
215
|
self,
|
|
216
216
|
*,
|
|
217
|
-
product: models.
|
|
217
|
+
product: models.ProductsCore,
|
|
218
218
|
config_version: str,
|
|
219
219
|
id: str,
|
|
220
220
|
cloud: Optional[
|
|
@@ -385,7 +385,7 @@ class GroupsSDK(BaseSDK):
|
|
|
385
385
|
async def create_async(
|
|
386
386
|
self,
|
|
387
387
|
*,
|
|
388
|
-
product: models.
|
|
388
|
+
product: models.ProductsCore,
|
|
389
389
|
config_version: str,
|
|
390
390
|
id: str,
|
|
391
391
|
cloud: Optional[
|
|
@@ -556,7 +556,7 @@ class GroupsSDK(BaseSDK):
|
|
|
556
556
|
def get(
|
|
557
557
|
self,
|
|
558
558
|
*,
|
|
559
|
-
product: models.
|
|
559
|
+
product: models.ProductsCore,
|
|
560
560
|
id: str,
|
|
561
561
|
fields: Optional[str] = None,
|
|
562
562
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
@@ -651,7 +651,7 @@ class GroupsSDK(BaseSDK):
|
|
|
651
651
|
async def get_async(
|
|
652
652
|
self,
|
|
653
653
|
*,
|
|
654
|
-
product: models.
|
|
654
|
+
product: models.ProductsCore,
|
|
655
655
|
id: str,
|
|
656
656
|
fields: Optional[str] = None,
|
|
657
657
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
@@ -746,7 +746,7 @@ class GroupsSDK(BaseSDK):
|
|
|
746
746
|
def update(
|
|
747
747
|
self,
|
|
748
748
|
*,
|
|
749
|
-
product: models.
|
|
749
|
+
product: models.ProductsCore,
|
|
750
750
|
id_param: str,
|
|
751
751
|
config_version: str,
|
|
752
752
|
id: str,
|
|
@@ -920,7 +920,7 @@ class GroupsSDK(BaseSDK):
|
|
|
920
920
|
async def update_async(
|
|
921
921
|
self,
|
|
922
922
|
*,
|
|
923
|
-
product: models.
|
|
923
|
+
product: models.ProductsCore,
|
|
924
924
|
id_param: str,
|
|
925
925
|
config_version: str,
|
|
926
926
|
id: str,
|
|
@@ -1094,7 +1094,7 @@ class GroupsSDK(BaseSDK):
|
|
|
1094
1094
|
def delete(
|
|
1095
1095
|
self,
|
|
1096
1096
|
*,
|
|
1097
|
-
product: models.
|
|
1097
|
+
product: models.ProductsCore,
|
|
1098
1098
|
id: str,
|
|
1099
1099
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
1100
1100
|
server_url: Optional[str] = None,
|
|
@@ -1186,7 +1186,7 @@ class GroupsSDK(BaseSDK):
|
|
|
1186
1186
|
async def delete_async(
|
|
1187
1187
|
self,
|
|
1188
1188
|
*,
|
|
1189
|
-
product: models.
|
|
1189
|
+
product: models.ProductsCore,
|
|
1190
1190
|
id: str,
|
|
1191
1191
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
1192
1192
|
server_url: Optional[str] = None,
|
|
@@ -1278,7 +1278,7 @@ class GroupsSDK(BaseSDK):
|
|
|
1278
1278
|
def deploy(
|
|
1279
1279
|
self,
|
|
1280
1280
|
*,
|
|
1281
|
-
product: models.
|
|
1281
|
+
product: models.ProductsCore,
|
|
1282
1282
|
id: str,
|
|
1283
1283
|
version: str,
|
|
1284
1284
|
lookups: Optional[
|
|
@@ -1388,7 +1388,7 @@ class GroupsSDK(BaseSDK):
|
|
|
1388
1388
|
async def deploy_async(
|
|
1389
1389
|
self,
|
|
1390
1390
|
*,
|
|
1391
|
-
product: models.
|
|
1391
|
+
product: models.ProductsCore,
|
|
1392
1392
|
id: str,
|
|
1393
1393
|
version: str,
|
|
1394
1394
|
lookups: Optional[
|