cribl-control-plane 0.4.0a12__py3-none-any.whl → 0.4.0b12__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.

Files changed (137) hide show
  1. cribl_control_plane/_version.py +4 -4
  2. cribl_control_plane/acl.py +14 -6
  3. cribl_control_plane/branches.py +24 -8
  4. cribl_control_plane/commits.py +98 -42
  5. cribl_control_plane/commits_files.py +28 -12
  6. cribl_control_plane/configs_versions.py +14 -10
  7. cribl_control_plane/destinations.py +70 -30
  8. cribl_control_plane/destinations_pq.py +28 -12
  9. cribl_control_plane/groups_sdk.py +84 -60
  10. cribl_control_plane/health.py +10 -2
  11. cribl_control_plane/hectokens.py +28 -32
  12. cribl_control_plane/lakedatasets.py +70 -86
  13. cribl_control_plane/models/__init__.py +266 -438
  14. cribl_control_plane/models/addhectokenrequest.py +1 -7
  15. cribl_control_plane/models/configgroup.py +1 -0
  16. cribl_control_plane/models/{getversionbranchop.py → countedbranchinfo.py} +2 -6
  17. cribl_control_plane/models/countedconfiggroup.py +20 -0
  18. cribl_control_plane/models/countedcribllakedataset.py +20 -0
  19. cribl_control_plane/models/counteddistributedsummary.py +20 -0
  20. cribl_control_plane/models/countedgitcommitsummary.py +20 -0
  21. cribl_control_plane/models/countedgitcountresult.py +20 -0
  22. cribl_control_plane/models/{createinputop.py → countedgitdiffresult.py} +5 -9
  23. cribl_control_plane/models/countedgitfilesresponse.py +20 -0
  24. cribl_control_plane/models/{getversioninfoop.py → countedgitinfo.py} +2 -6
  25. cribl_control_plane/models/countedgitlogresult.py +20 -0
  26. cribl_control_plane/models/countedgitrevertresult.py +20 -0
  27. cribl_control_plane/models/countedgitshowresult.py +20 -0
  28. cribl_control_plane/models/countedgitstatusresult.py +20 -0
  29. cribl_control_plane/models/{listinputop.py → countedinput.py} +2 -6
  30. cribl_control_plane/models/countedinputsplunkhec.py +20 -0
  31. cribl_control_plane/models/countedjobinfo.py +20 -0
  32. cribl_control_plane/models/countedmasterworkerentry.py +20 -0
  33. cribl_control_plane/models/countednumber.py +19 -0
  34. cribl_control_plane/models/countedobject.py +19 -0
  35. cribl_control_plane/models/{listoutputop.py → countedoutput.py} +2 -6
  36. cribl_control_plane/models/{createoutputop.py → countedoutputsamplesresponse.py} +5 -9
  37. cribl_control_plane/models/countedoutputtestresponse.py +20 -0
  38. cribl_control_plane/models/countedpackinfo.py +20 -0
  39. cribl_control_plane/models/{createpacksop.py → countedpackinstallinfo.py} +2 -6
  40. cribl_control_plane/models/{listpipelineop.py → countedpipeline.py} +2 -6
  41. cribl_control_plane/models/{listroutesop.py → countedroutes.py} +2 -6
  42. cribl_control_plane/models/{createversionpushop.py → countedstring.py} +2 -6
  43. cribl_control_plane/models/countedteamaccesscontrollist.py +20 -0
  44. cribl_control_plane/models/counteduseraccesscontrollist.py +20 -0
  45. cribl_control_plane/models/createauthloginop.py +18 -0
  46. cribl_control_plane/models/createconfiggroupbyproductop.py +1 -20
  47. cribl_control_plane/models/createcribllakedatasetbylakeidop.py +1 -19
  48. cribl_control_plane/models/createinputhectokenbyidop.py +1 -20
  49. cribl_control_plane/models/createoutputtestbyidop.py +1 -20
  50. cribl_control_plane/models/createroutesappendbyidop.py +2 -20
  51. cribl_control_plane/models/createversioncommitop.py +1 -19
  52. cribl_control_plane/models/createversionrevertop.py +1 -19
  53. cribl_control_plane/models/createversionundoop.py +1 -18
  54. cribl_control_plane/models/criblevent.py +15 -0
  55. cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +1 -20
  56. cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +1 -20
  57. cribl_control_plane/models/deleteinputbyidop.py +1 -20
  58. cribl_control_plane/models/deleteoutputbyidop.py +1 -20
  59. cribl_control_plane/models/deleteoutputpqbyidop.py +1 -19
  60. cribl_control_plane/models/deletepacksbyidop.py +1 -20
  61. cribl_control_plane/models/deletepipelinebyidop.py +1 -20
  62. cribl_control_plane/models/difffiles.py +5 -46
  63. cribl_control_plane/models/diffline.py +26 -0
  64. cribl_control_plane/models/difflinecontext.py +28 -0
  65. cribl_control_plane/models/difflinedelete.py +25 -0
  66. cribl_control_plane/models/difflineinsert.py +25 -0
  67. cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +1 -19
  68. cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +1 -19
  69. cribl_control_plane/models/getconfiggroupbyproductandidop.py +1 -19
  70. cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +1 -19
  71. cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +1 -20
  72. cribl_control_plane/models/getcribllakedatasetbylakeidop.py +2 -79
  73. cribl_control_plane/models/getinputbyidop.py +1 -20
  74. cribl_control_plane/models/getmasterworkerentryop.py +1 -18
  75. cribl_control_plane/models/getoutputbyidop.py +1 -20
  76. cribl_control_plane/models/getoutputpqbyidop.py +1 -20
  77. cribl_control_plane/models/getoutputsamplesbyidop.py +1 -20
  78. cribl_control_plane/models/getpacksbyidop.py +1 -20
  79. cribl_control_plane/models/getpacksop.py +1 -19
  80. cribl_control_plane/models/getpipelinebyidop.py +1 -20
  81. cribl_control_plane/models/getroutesbyidop.py +1 -20
  82. cribl_control_plane/models/getsummaryop.py +1 -19
  83. cribl_control_plane/models/getversioncountop.py +1 -19
  84. cribl_control_plane/models/getversiondiffop.py +1 -19
  85. cribl_control_plane/models/getversionfilesop.py +1 -19
  86. cribl_control_plane/models/getversionop.py +1 -19
  87. cribl_control_plane/models/getversionshowop.py +1 -19
  88. cribl_control_plane/models/getversionstatusop.py +1 -19
  89. cribl_control_plane/models/groupcreaterequest.py +1 -0
  90. cribl_control_plane/models/hbcriblinfo.py +3 -4
  91. cribl_control_plane/models/heartbeatmetadata.py +3 -11
  92. cribl_control_plane/models/inputcloudflarehec.py +9 -4
  93. cribl_control_plane/models/inputconfluentcloud.py +4 -2
  94. cribl_control_plane/models/inputcribllakehttp.py +15 -0
  95. cribl_control_plane/models/inputkafka.py +4 -2
  96. cribl_control_plane/models/inputmsk.py +4 -2
  97. cribl_control_plane/models/inputsnmp.py +33 -7
  98. cribl_control_plane/models/inputsplunkhec.py +8 -4
  99. cribl_control_plane/models/inputwef.py +23 -0
  100. cribl_control_plane/models/inputwiz.py +95 -0
  101. cribl_control_plane/models/inputzscalerhec.py +8 -4
  102. cribl_control_plane/models/listconfiggroupbyproductop.py +1 -19
  103. cribl_control_plane/models/listmasterworkerentryop.py +1 -19
  104. cribl_control_plane/models/masterworkerentry.py +3 -11
  105. cribl_control_plane/models/nodeprovidedinfo.py +2 -10
  106. cribl_control_plane/models/outputnetflow.py +0 -7
  107. cribl_control_plane/models/outputsplunklb.py +10 -0
  108. cribl_control_plane/models/runnablejobcollection.py +0 -56
  109. cribl_control_plane/models/runnablejobexecutor.py +0 -28
  110. cribl_control_plane/models/runnablejobscheduledsearch.py +0 -28
  111. cribl_control_plane/models/updateconfiggroupbyproductandidop.py +1 -19
  112. cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +1 -20
  113. cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +1 -20
  114. cribl_control_plane/models/updatehectokenrequest.py +1 -7
  115. cribl_control_plane/models/updateinputbyidop.py +1 -19
  116. cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +1 -20
  117. cribl_control_plane/models/updateoutputbyidop.py +1 -19
  118. cribl_control_plane/models/updatepacksbyidop.py +1 -20
  119. cribl_control_plane/models/updatepipelinebyidop.py +1 -19
  120. cribl_control_plane/models/updateroutesbyidop.py +1 -19
  121. cribl_control_plane/nodes.py +28 -20
  122. cribl_control_plane/packs.py +80 -32
  123. cribl_control_plane/pipelines.py +70 -30
  124. cribl_control_plane/routes_sdk.py +56 -28
  125. cribl_control_plane/samples.py +28 -16
  126. cribl_control_plane/sources.py +70 -30
  127. cribl_control_plane/statuses.py +14 -6
  128. cribl_control_plane/summaries.py +14 -6
  129. cribl_control_plane/teams.py +14 -6
  130. cribl_control_plane/tokens.py +26 -8
  131. cribl_control_plane/versions_configs.py +14 -6
  132. {cribl_control_plane-0.4.0a12.dist-info → cribl_control_plane-0.4.0b12.dist-info}/METADATA +23 -23
  133. {cribl_control_plane-0.4.0a12.dist-info → cribl_control_plane-0.4.0b12.dist-info}/RECORD +135 -113
  134. cribl_control_plane/models/createpipelineop.py +0 -24
  135. cribl_control_plane/models/lookupversions.py +0 -13
  136. {cribl_control_plane-0.4.0a12.dist-info → cribl_control_plane-0.4.0b12.dist-info}/WHEEL +0 -0
  137. {cribl_control_plane-0.4.0a12.dist-info → cribl_control_plane-0.4.0b12.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,26 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .difflinecontext import DiffLineContext, DiffLineContextTypedDict
5
+ from .difflinedelete import DiffLineDelete, DiffLineDeleteTypedDict
6
+ from .difflineinsert import DiffLineInsert, DiffLineInsertTypedDict
7
+ from cribl_control_plane.utils import get_discriminator
8
+ from pydantic import Discriminator, Tag
9
+ from typing import Union
10
+ from typing_extensions import Annotated, TypeAliasType
11
+
12
+
13
+ DiffLineTypedDict = TypeAliasType(
14
+ "DiffLineTypedDict",
15
+ Union[DiffLineDeleteTypedDict, DiffLineInsertTypedDict, DiffLineContextTypedDict],
16
+ )
17
+
18
+
19
+ DiffLine = Annotated[
20
+ Union[
21
+ Annotated[DiffLineDelete, Tag("delete")],
22
+ Annotated[DiffLineInsert, Tag("insert")],
23
+ Annotated[DiffLineContext, Tag("context")],
24
+ ],
25
+ Discriminator(lambda m: get_discriminator(m, "type", "type")),
26
+ ]
@@ -0,0 +1,28 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from cribl_control_plane.types import BaseModel
5
+ from enum import Enum
6
+ import pydantic
7
+ from typing_extensions import Annotated, TypedDict
8
+
9
+
10
+ class DiffLineContextType(str, Enum):
11
+ CONTEXT = "context"
12
+
13
+
14
+ class DiffLineContextTypedDict(TypedDict):
15
+ type: DiffLineContextType
16
+ new_number: float
17
+ old_number: float
18
+ content: str
19
+
20
+
21
+ class DiffLineContext(BaseModel):
22
+ type: DiffLineContextType
23
+
24
+ new_number: Annotated[float, pydantic.Field(alias="newNumber")]
25
+
26
+ old_number: Annotated[float, pydantic.Field(alias="oldNumber")]
27
+
28
+ content: str
@@ -0,0 +1,25 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from cribl_control_plane.types import BaseModel
5
+ from enum import Enum
6
+ import pydantic
7
+ from typing_extensions import Annotated, TypedDict
8
+
9
+
10
+ class DiffLineDeleteType(str, Enum):
11
+ DELETE = "delete"
12
+
13
+
14
+ class DiffLineDeleteTypedDict(TypedDict):
15
+ type: DiffLineDeleteType
16
+ old_number: float
17
+ content: str
18
+
19
+
20
+ class DiffLineDelete(BaseModel):
21
+ type: DiffLineDeleteType
22
+
23
+ old_number: Annotated[float, pydantic.Field(alias="oldNumber")]
24
+
25
+ content: str
@@ -0,0 +1,25 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from cribl_control_plane.types import BaseModel
5
+ from enum import Enum
6
+ import pydantic
7
+ from typing_extensions import Annotated, TypedDict
8
+
9
+
10
+ class DiffLineInsertType(str, Enum):
11
+ INSERT = "insert"
12
+
13
+
14
+ class DiffLineInsertTypedDict(TypedDict):
15
+ type: DiffLineInsertType
16
+ new_number: float
17
+ content: str
18
+
19
+
20
+ class DiffLineInsert(BaseModel):
21
+ type: DiffLineInsertType
22
+
23
+ new_number: Annotated[float, pydantic.Field(alias="newNumber")]
24
+
25
+ content: str
@@ -3,7 +3,6 @@
3
3
  from __future__ import annotations
4
4
  from .productscore import ProductsCore
5
5
  from .rbacresource import RbacResource
6
- from .useraccesscontrollist import UserAccessControlList, UserAccessControlListTypedDict
7
6
  from cribl_control_plane import models
8
7
  from cribl_control_plane.types import BaseModel
9
8
  from cribl_control_plane.utils import (
@@ -14,7 +13,7 @@ from cribl_control_plane.utils import (
14
13
  )
15
14
  from pydantic import field_serializer
16
15
  from pydantic.functional_validators import PlainValidator
17
- from typing import List, Optional
16
+ from typing import Optional
18
17
  from typing_extensions import Annotated, NotRequired, TypedDict
19
18
 
20
19
 
@@ -62,20 +61,3 @@ class GetConfigGroupACLByProductAndIDRequest(BaseModel):
62
61
  except ValueError:
63
62
  return value
64
63
  return value
65
-
66
-
67
- class GetConfigGroupACLByProductAndIDResponseTypedDict(TypedDict):
68
- r"""a list of UserAccessControlList objects"""
69
-
70
- count: NotRequired[int]
71
- r"""number of items present in the items array"""
72
- items: NotRequired[List[UserAccessControlListTypedDict]]
73
-
74
-
75
- class GetConfigGroupACLByProductAndIDResponse(BaseModel):
76
- r"""a list of UserAccessControlList objects"""
77
-
78
- count: Optional[int] = None
79
- r"""number of items present in the items array"""
80
-
81
- items: Optional[List[UserAccessControlList]] = None
@@ -3,7 +3,6 @@
3
3
  from __future__ import annotations
4
4
  from .productscore import ProductsCore
5
5
  from .rbacresource import RbacResource
6
- from .teamaccesscontrollist import TeamAccessControlList, TeamAccessControlListTypedDict
7
6
  from cribl_control_plane import models
8
7
  from cribl_control_plane.types import BaseModel
9
8
  from cribl_control_plane.utils import (
@@ -14,7 +13,7 @@ from cribl_control_plane.utils import (
14
13
  )
15
14
  from pydantic import field_serializer
16
15
  from pydantic.functional_validators import PlainValidator
17
- from typing import List, Optional
16
+ from typing import Optional
18
17
  from typing_extensions import Annotated, NotRequired, TypedDict
19
18
 
20
19
 
@@ -62,20 +61,3 @@ class GetConfigGroupACLTeamsByProductAndIDRequest(BaseModel):
62
61
  except ValueError:
63
62
  return value
64
63
  return value
65
-
66
-
67
- class GetConfigGroupACLTeamsByProductAndIDResponseTypedDict(TypedDict):
68
- r"""a list of TeamAccessControlList objects"""
69
-
70
- count: NotRequired[int]
71
- r"""number of items present in the items array"""
72
- items: NotRequired[List[TeamAccessControlListTypedDict]]
73
-
74
-
75
- class GetConfigGroupACLTeamsByProductAndIDResponse(BaseModel):
76
- r"""a list of TeamAccessControlList objects"""
77
-
78
- count: Optional[int] = None
79
- r"""number of items present in the items array"""
80
-
81
- items: Optional[List[TeamAccessControlList]] = None
@@ -1,7 +1,6 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
- from .configgroup import ConfigGroup, ConfigGroupTypedDict
5
4
  from .productscore import ProductsCore
6
5
  from cribl_control_plane import models
7
6
  from cribl_control_plane.types import BaseModel
@@ -13,7 +12,7 @@ from cribl_control_plane.utils import (
13
12
  )
14
13
  from pydantic import field_serializer
15
14
  from pydantic.functional_validators import PlainValidator
16
- from typing import List, Optional
15
+ from typing import Optional
17
16
  from typing_extensions import Annotated, NotRequired, TypedDict
18
17
 
19
18
 
@@ -52,20 +51,3 @@ class GetConfigGroupByProductAndIDRequest(BaseModel):
52
51
  except ValueError:
53
52
  return value
54
53
  return value
55
-
56
-
57
- class GetConfigGroupByProductAndIDResponseTypedDict(TypedDict):
58
- r"""a list of ConfigGroup objects"""
59
-
60
- count: NotRequired[int]
61
- r"""number of items present in the items array"""
62
- items: NotRequired[List[ConfigGroupTypedDict]]
63
-
64
-
65
- class GetConfigGroupByProductAndIDResponse(BaseModel):
66
- r"""a list of ConfigGroup objects"""
67
-
68
- count: Optional[int] = None
69
- r"""number of items present in the items array"""
70
-
71
- items: Optional[List[ConfigGroup]] = None
@@ -11,8 +11,7 @@ from cribl_control_plane.utils import (
11
11
  )
12
12
  from pydantic import field_serializer
13
13
  from pydantic.functional_validators import PlainValidator
14
- from typing import List, Optional
15
- from typing_extensions import Annotated, NotRequired, TypedDict
14
+ from typing_extensions import Annotated, TypedDict
16
15
 
17
16
 
18
17
  class GetConfigGroupConfigVersionByProductAndIDRequestTypedDict(TypedDict):
@@ -42,20 +41,3 @@ class GetConfigGroupConfigVersionByProductAndIDRequest(BaseModel):
42
41
  except ValueError:
43
42
  return value
44
43
  return value
45
-
46
-
47
- class GetConfigGroupConfigVersionByProductAndIDResponseTypedDict(TypedDict):
48
- r"""a list of string objects"""
49
-
50
- count: NotRequired[int]
51
- r"""number of items present in the items array"""
52
- items: NotRequired[List[str]]
53
-
54
-
55
- class GetConfigGroupConfigVersionByProductAndIDResponse(BaseModel):
56
- r"""a list of string objects"""
57
-
58
- count: Optional[int] = None
59
- r"""number of items present in the items array"""
60
-
61
- items: Optional[List[str]] = None
@@ -1,12 +1,10 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
- from .cribllakedataset import CriblLakeDataset, CriblLakeDatasetTypedDict
5
4
  from cribl_control_plane.types import BaseModel
6
5
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
7
6
  import pydantic
8
- from typing import List, Optional
9
- from typing_extensions import Annotated, NotRequired, TypedDict
7
+ from typing_extensions import Annotated, TypedDict
10
8
 
11
9
 
12
10
  class GetCriblLakeDatasetByLakeIDAndIDRequestTypedDict(TypedDict):
@@ -28,20 +26,3 @@ class GetCriblLakeDatasetByLakeIDAndIDRequest(BaseModel):
28
26
  str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
29
27
  ]
30
28
  r"""The <code>id</code> of the Lake Dataset to get."""
31
-
32
-
33
- class GetCriblLakeDatasetByLakeIDAndIDResponseTypedDict(TypedDict):
34
- r"""a list of CriblLakeDataset objects"""
35
-
36
- count: NotRequired[int]
37
- r"""number of items present in the items array"""
38
- items: NotRequired[List[CriblLakeDatasetTypedDict]]
39
-
40
-
41
- class GetCriblLakeDatasetByLakeIDAndIDResponse(BaseModel):
42
- r"""a list of CriblLakeDataset objects"""
43
-
44
- count: Optional[int] = None
45
- r"""number of items present in the items array"""
46
-
47
- items: Optional[List[CriblLakeDataset]] = None
@@ -1,33 +1,15 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
- from .cribllakedataset import CriblLakeDataset, CriblLakeDatasetTypedDict
5
4
  from cribl_control_plane.types import BaseModel
6
- from cribl_control_plane.utils import (
7
- FieldMetadata,
8
- PathParamMetadata,
9
- QueryParamMetadata,
10
- )
5
+ from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
11
6
  import pydantic
12
- from typing import List, Optional
13
- from typing_extensions import Annotated, NotRequired, TypedDict
7
+ from typing_extensions import Annotated, TypedDict
14
8
 
15
9
 
16
10
  class GetCriblLakeDatasetByLakeIDRequestTypedDict(TypedDict):
17
11
  lake_id: str
18
12
  r"""The <code>id</code> of the Lake that contains the Lake Datasets to list."""
19
- storage_location_id: NotRequired[str]
20
- r"""Filter datasets by storage location ID. Use <code>default</code> for default storage location."""
21
- format_: NotRequired[str]
22
- r"""Filter datasets by format. Set to <code>ddss</code> to return only DDSS datasets."""
23
- exclude_ddss: NotRequired[bool]
24
- r"""Exclude DDSS format datasets from the response."""
25
- exclude_deleted: NotRequired[bool]
26
- r"""Exclude deleted datasets from the response."""
27
- exclude_internal: NotRequired[bool]
28
- r"""Exclude internal datasets (those with IDs starting with <code>cribl_</code>) from the response."""
29
- exclude_byos: NotRequired[bool]
30
- r"""Exclude BYOS (Bring Your Own Storage) datasets from the response."""
31
13
 
32
14
 
33
15
  class GetCriblLakeDatasetByLakeIDRequest(BaseModel):
@@ -37,62 +19,3 @@ class GetCriblLakeDatasetByLakeIDRequest(BaseModel):
37
19
  FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
38
20
  ]
39
21
  r"""The <code>id</code> of the Lake that contains the Lake Datasets to list."""
40
-
41
- storage_location_id: Annotated[
42
- Optional[str],
43
- pydantic.Field(alias="storageLocationId"),
44
- FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
45
- ] = None
46
- r"""Filter datasets by storage location ID. Use <code>default</code> for default storage location."""
47
-
48
- format_: Annotated[
49
- Optional[str],
50
- pydantic.Field(alias="format"),
51
- FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
52
- ] = None
53
- r"""Filter datasets by format. Set to <code>ddss</code> to return only DDSS datasets."""
54
-
55
- exclude_ddss: Annotated[
56
- Optional[bool],
57
- pydantic.Field(alias="excludeDDSS"),
58
- FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
59
- ] = None
60
- r"""Exclude DDSS format datasets from the response."""
61
-
62
- exclude_deleted: Annotated[
63
- Optional[bool],
64
- pydantic.Field(alias="excludeDeleted"),
65
- FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
66
- ] = None
67
- r"""Exclude deleted datasets from the response."""
68
-
69
- exclude_internal: Annotated[
70
- Optional[bool],
71
- pydantic.Field(alias="excludeInternal"),
72
- FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
73
- ] = None
74
- r"""Exclude internal datasets (those with IDs starting with <code>cribl_</code>) from the response."""
75
-
76
- exclude_byos: Annotated[
77
- Optional[bool],
78
- pydantic.Field(alias="excludeBYOS"),
79
- FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
80
- ] = None
81
- r"""Exclude BYOS (Bring Your Own Storage) datasets from the response."""
82
-
83
-
84
- class GetCriblLakeDatasetByLakeIDResponseTypedDict(TypedDict):
85
- r"""a list of CriblLakeDataset objects"""
86
-
87
- count: NotRequired[int]
88
- r"""number of items present in the items array"""
89
- items: NotRequired[List[CriblLakeDatasetTypedDict]]
90
-
91
-
92
- class GetCriblLakeDatasetByLakeIDResponse(BaseModel):
93
- r"""a list of CriblLakeDataset objects"""
94
-
95
- count: Optional[int] = None
96
- r"""number of items present in the items array"""
97
-
98
- items: Optional[List[CriblLakeDataset]] = None
@@ -1,11 +1,9 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
- from .input import Input, InputTypedDict
5
4
  from cribl_control_plane.types import BaseModel
6
5
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
7
- from typing import List, Optional
8
- from typing_extensions import Annotated, NotRequired, TypedDict
6
+ from typing_extensions import Annotated, TypedDict
9
7
 
10
8
 
11
9
  class GetInputByIDRequestTypedDict(TypedDict):
@@ -18,20 +16,3 @@ class GetInputByIDRequest(BaseModel):
18
16
  str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
19
17
  ]
20
18
  r"""The <code>id</code> of the Source to get."""
21
-
22
-
23
- class GetInputByIDResponseTypedDict(TypedDict):
24
- r"""a list of Source objects"""
25
-
26
- count: NotRequired[int]
27
- r"""number of items present in the items array"""
28
- items: NotRequired[List[InputTypedDict]]
29
-
30
-
31
- class GetInputByIDResponse(BaseModel):
32
- r"""a list of Source objects"""
33
-
34
- count: Optional[int] = None
35
- r"""number of items present in the items array"""
36
-
37
- items: Optional[List[Input]] = None
@@ -4,7 +4,7 @@ from __future__ import annotations
4
4
  from cribl_control_plane.types import BaseModel
5
5
  from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
6
6
  import pydantic
7
- from typing import List, Optional
7
+ from typing import Optional
8
8
  from typing_extensions import Annotated, NotRequired, TypedDict
9
9
 
10
10
 
@@ -20,20 +20,3 @@ class GetMasterWorkerEntryRequest(BaseModel):
20
20
  FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
21
21
  ] = None
22
22
  r"""Filter expression to evaluate against Nodes for inclusion in the response."""
23
-
24
-
25
- class GetMasterWorkerEntryResponseTypedDict(TypedDict):
26
- r"""a list of number objects"""
27
-
28
- count: NotRequired[int]
29
- r"""number of items present in the items array"""
30
- items: NotRequired[List[float]]
31
-
32
-
33
- class GetMasterWorkerEntryResponse(BaseModel):
34
- r"""a list of number objects"""
35
-
36
- count: Optional[int] = None
37
- r"""number of items present in the items array"""
38
-
39
- items: Optional[List[float]] = None
@@ -1,11 +1,9 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
- from .output import Output, OutputTypedDict
5
4
  from cribl_control_plane.types import BaseModel
6
5
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
7
- from typing import List, Optional
8
- from typing_extensions import Annotated, NotRequired, TypedDict
6
+ from typing_extensions import Annotated, TypedDict
9
7
 
10
8
 
11
9
  class GetOutputByIDRequestTypedDict(TypedDict):
@@ -18,20 +16,3 @@ class GetOutputByIDRequest(BaseModel):
18
16
  str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
19
17
  ]
20
18
  r"""The <code>id</code> of the Destination to get."""
21
-
22
-
23
- class GetOutputByIDResponseTypedDict(TypedDict):
24
- r"""a list of Destination objects"""
25
-
26
- count: NotRequired[int]
27
- r"""number of items present in the items array"""
28
- items: NotRequired[List[OutputTypedDict]]
29
-
30
-
31
- class GetOutputByIDResponse(BaseModel):
32
- r"""a list of Destination objects"""
33
-
34
- count: Optional[int] = None
35
- r"""number of items present in the items array"""
36
-
37
- items: Optional[List[Output]] = None
@@ -1,11 +1,9 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
- from .jobinfo import JobInfo, JobInfoTypedDict
5
4
  from cribl_control_plane.types import BaseModel
6
5
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
7
- from typing import List, Optional
8
- from typing_extensions import Annotated, NotRequired, TypedDict
6
+ from typing_extensions import Annotated, TypedDict
9
7
 
10
8
 
11
9
  class GetOutputPqByIDRequestTypedDict(TypedDict):
@@ -18,20 +16,3 @@ class GetOutputPqByIDRequest(BaseModel):
18
16
  str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
19
17
  ]
20
18
  r"""The <code>id</code> of the Destination to get PQ job information for."""
21
-
22
-
23
- class GetOutputPqByIDResponseTypedDict(TypedDict):
24
- r"""a list of JobInfo objects"""
25
-
26
- count: NotRequired[int]
27
- r"""number of items present in the items array"""
28
- items: NotRequired[List[JobInfoTypedDict]]
29
-
30
-
31
- class GetOutputPqByIDResponse(BaseModel):
32
- r"""a list of JobInfo objects"""
33
-
34
- count: Optional[int] = None
35
- r"""number of items present in the items array"""
36
-
37
- items: Optional[List[JobInfo]] = None
@@ -1,11 +1,9 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
- from .outputsamplesresponse import OutputSamplesResponse, OutputSamplesResponseTypedDict
5
4
  from cribl_control_plane.types import BaseModel
6
5
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
7
- from typing import List, Optional
8
- from typing_extensions import Annotated, NotRequired, TypedDict
6
+ from typing_extensions import Annotated, TypedDict
9
7
 
10
8
 
11
9
  class GetOutputSamplesByIDRequestTypedDict(TypedDict):
@@ -18,20 +16,3 @@ class GetOutputSamplesByIDRequest(BaseModel):
18
16
  str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
19
17
  ]
20
18
  r"""The <code>id</code> of the Destination to get sample event data for."""
21
-
22
-
23
- class GetOutputSamplesByIDResponseTypedDict(TypedDict):
24
- r"""a list of OutputSamplesResponse objects"""
25
-
26
- count: NotRequired[int]
27
- r"""number of items present in the items array"""
28
- items: NotRequired[List[OutputSamplesResponseTypedDict]]
29
-
30
-
31
- class GetOutputSamplesByIDResponse(BaseModel):
32
- r"""a list of OutputSamplesResponse objects"""
33
-
34
- count: Optional[int] = None
35
- r"""number of items present in the items array"""
36
-
37
- items: Optional[List[OutputSamplesResponse]] = None
@@ -1,11 +1,9 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
- from .packinfo import PackInfo, PackInfoTypedDict
5
4
  from cribl_control_plane.types import BaseModel
6
5
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
7
- from typing import List, Optional
8
- from typing_extensions import Annotated, NotRequired, TypedDict
6
+ from typing_extensions import Annotated, TypedDict
9
7
 
10
8
 
11
9
  class GetPacksByIDRequestTypedDict(TypedDict):
@@ -18,20 +16,3 @@ class GetPacksByIDRequest(BaseModel):
18
16
  str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
19
17
  ]
20
18
  r"""The <code>id</code> of the Pack to get."""
21
-
22
-
23
- class GetPacksByIDResponseTypedDict(TypedDict):
24
- r"""a list of PackInfo objects"""
25
-
26
- count: NotRequired[int]
27
- r"""number of items present in the items array"""
28
- items: NotRequired[List[PackInfoTypedDict]]
29
-
30
-
31
- class GetPacksByIDResponse(BaseModel):
32
- r"""a list of PackInfo objects"""
33
-
34
- count: Optional[int] = None
35
- r"""number of items present in the items array"""
36
-
37
- items: Optional[List[PackInfo]] = None
@@ -1,11 +1,10 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
- from .packinfo import PackInfo, PackInfoTypedDict
5
4
  from cribl_control_plane.types import BaseModel
6
5
  from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
7
6
  import pydantic
8
- from typing import List, Optional
7
+ from typing import Optional
9
8
  from typing_extensions import Annotated, NotRequired, TypedDict
10
9
 
11
10
 
@@ -21,20 +20,3 @@ class GetPacksRequest(BaseModel):
21
20
  FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
22
21
  ] = None
23
22
  r"""Comma-separated list of additional properties to include in the response. When set, the response includes a count of the specified properties in the Pack. Available values are <code>inputs</code> and <code>outputs</code>."""
24
-
25
-
26
- class GetPacksResponseTypedDict(TypedDict):
27
- r"""a list of PackInfo objects"""
28
-
29
- count: NotRequired[int]
30
- r"""number of items present in the items array"""
31
- items: NotRequired[List[PackInfoTypedDict]]
32
-
33
-
34
- class GetPacksResponse(BaseModel):
35
- r"""a list of PackInfo objects"""
36
-
37
- count: Optional[int] = None
38
- r"""number of items present in the items array"""
39
-
40
- items: Optional[List[PackInfo]] = None
@@ -1,11 +1,9 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
- from .pipeline import Pipeline, PipelineTypedDict
5
4
  from cribl_control_plane.types import BaseModel
6
5
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
7
- from typing import List, Optional
8
- from typing_extensions import Annotated, NotRequired, TypedDict
6
+ from typing_extensions import Annotated, TypedDict
9
7
 
10
8
 
11
9
  class GetPipelineByIDRequestTypedDict(TypedDict):
@@ -18,20 +16,3 @@ class GetPipelineByIDRequest(BaseModel):
18
16
  str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
19
17
  ]
20
18
  r"""The <code>id</code> of the Pipeline to get."""
21
-
22
-
23
- class GetPipelineByIDResponseTypedDict(TypedDict):
24
- r"""a list of Pipeline objects"""
25
-
26
- count: NotRequired[int]
27
- r"""number of items present in the items array"""
28
- items: NotRequired[List[PipelineTypedDict]]
29
-
30
-
31
- class GetPipelineByIDResponse(BaseModel):
32
- r"""a list of Pipeline objects"""
33
-
34
- count: Optional[int] = None
35
- r"""number of items present in the items array"""
36
-
37
- items: Optional[List[Pipeline]] = None