cribl-control-plane 0.2.1rc4__py3-none-any.whl → 0.2.1rc11__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 +4 -4
- cribl_control_plane/acl.py +4 -4
- cribl_control_plane/branches.py +4 -4
- cribl_control_plane/commits.py +28 -28
- cribl_control_plane/commits_files.py +8 -8
- cribl_control_plane/configs_versions.py +4 -8
- cribl_control_plane/destinations.py +20 -20
- cribl_control_plane/destinations_pq.py +8 -8
- cribl_control_plane/groups_sdk.py +26 -50
- cribl_control_plane/hectokens.py +8 -16
- cribl_control_plane/lakedatasets.py +48 -40
- cribl_control_plane/models/__init__.py +260 -393
- cribl_control_plane/models/cacheconnection.py +20 -0
- cribl_control_plane/models/configgroup.py +20 -1
- cribl_control_plane/models/configgroupcloud.py +11 -1
- cribl_control_plane/models/{getversionbranchop.py → countedlistbranchinfo.py} +2 -6
- cribl_control_plane/models/countedlistconfiggroup.py +20 -0
- cribl_control_plane/models/countedlistcribllakedataset.py +20 -0
- cribl_control_plane/models/countedlistdistributedsummary.py +20 -0
- cribl_control_plane/models/countedlistgitcommitsummary.py +20 -0
- cribl_control_plane/models/countedlistgitcountresult.py +20 -0
- cribl_control_plane/models/{createinputop.py → countedlistgitdiffresult.py} +5 -9
- cribl_control_plane/models/countedlistgitfilesresponse.py +20 -0
- cribl_control_plane/models/{getversioninfoop.py → countedlistgitinfo.py} +2 -6
- cribl_control_plane/models/countedlistgitlogresult.py +20 -0
- cribl_control_plane/models/countedlistgitrevertresult.py +20 -0
- cribl_control_plane/models/countedlistgitshowresult.py +20 -0
- cribl_control_plane/models/countedlistgitstatusresult.py +20 -0
- cribl_control_plane/models/{listinputop.py → countedlistinput.py} +2 -6
- cribl_control_plane/models/countedlistinputsplunkhec.py +20 -0
- cribl_control_plane/models/countedlistjobinfo.py +20 -0
- cribl_control_plane/models/countedlistmasterworkerentry.py +20 -0
- cribl_control_plane/models/countedlistnumber.py +19 -0
- cribl_control_plane/models/countedlistobject.py +19 -0
- cribl_control_plane/models/{listoutputop.py → countedlistoutput.py} +2 -6
- cribl_control_plane/models/{createoutputop.py → countedlistoutputsamplesresponse.py} +5 -9
- cribl_control_plane/models/countedlistoutputtestresponse.py +20 -0
- cribl_control_plane/models/countedlistpackinfo.py +20 -0
- cribl_control_plane/models/{createpacksop.py → countedlistpackinstallinfo.py} +2 -6
- cribl_control_plane/models/{listpipelineop.py → countedlistpipeline.py} +2 -6
- cribl_control_plane/models/{listroutesop.py → countedlistroutes.py} +2 -6
- cribl_control_plane/models/{createversionpushop.py → countedliststring.py} +2 -6
- cribl_control_plane/models/{createpipelineop.py → countedlistteamaccesscontrollist.py} +5 -9
- cribl_control_plane/models/countedlistuseraccesscontrollist.py +20 -0
- cribl_control_plane/models/createconfiggroupbyproductop.py +13 -21
- cribl_control_plane/models/createcribllakedatasetbylakeidop.py +1 -19
- cribl_control_plane/models/createinputhectokenbyidop.py +1 -20
- cribl_control_plane/models/createoutputtestbyidop.py +1 -20
- cribl_control_plane/models/createroutesappendbyidop.py +2 -20
- cribl_control_plane/models/createversioncommitop.py +1 -19
- cribl_control_plane/models/createversionrevertop.py +1 -19
- cribl_control_plane/models/createversionundoop.py +1 -18
- cribl_control_plane/models/cribllakedataset.py +15 -1
- cribl_control_plane/models/cribllakedatasetupdate.py +15 -1
- cribl_control_plane/models/datasetmetadata.py +11 -1
- cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +11 -19
- cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +1 -20
- cribl_control_plane/models/deleteinputbyidop.py +1 -20
- cribl_control_plane/models/deleteoutputbyidop.py +1 -20
- cribl_control_plane/models/deleteoutputpqbyidop.py +1 -19
- cribl_control_plane/models/deletepacksbyidop.py +1 -20
- cribl_control_plane/models/deletepipelinebyidop.py +1 -20
- cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +20 -18
- cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +20 -18
- cribl_control_plane/models/getconfiggroupbyproductandidop.py +11 -18
- cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +11 -18
- cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +1 -20
- cribl_control_plane/models/getcribllakedatasetbylakeidop.py +1 -20
- cribl_control_plane/models/getinputbyidop.py +1 -20
- cribl_control_plane/models/getmasterworkerentryop.py +1 -18
- cribl_control_plane/models/getoutputbyidop.py +1 -20
- cribl_control_plane/models/getoutputpqbyidop.py +1 -20
- cribl_control_plane/models/getoutputsamplesbyidop.py +1 -20
- cribl_control_plane/models/getpacksbyidop.py +1 -20
- cribl_control_plane/models/getpacksop.py +1 -19
- cribl_control_plane/models/getpipelinebyidop.py +1 -20
- cribl_control_plane/models/getroutesbyidop.py +1 -20
- cribl_control_plane/models/getsummaryop.py +11 -18
- cribl_control_plane/models/getversioncountop.py +1 -19
- cribl_control_plane/models/getversiondiffop.py +1 -19
- cribl_control_plane/models/getversionfilesop.py +1 -19
- cribl_control_plane/models/getversionop.py +1 -19
- cribl_control_plane/models/getversionshowop.py +1 -19
- cribl_control_plane/models/getversionstatusop.py +1 -19
- cribl_control_plane/models/groupcreaterequest.py +20 -1
- cribl_control_plane/models/hbcriblinfo.py +11 -1
- cribl_control_plane/models/healthserverstatus.py +20 -1
- cribl_control_plane/models/input.py +2 -2
- cribl_control_plane/models/inputappscope.py +56 -1
- cribl_control_plane/models/inputazureblob.py +29 -1
- cribl_control_plane/models/inputcollection.py +20 -1
- cribl_control_plane/models/inputconfluentcloud.py +78 -1
- cribl_control_plane/models/inputcribl.py +20 -1
- cribl_control_plane/models/inputcriblhttp.py +62 -7
- cribl_control_plane/models/inputcribllakehttp.py +38 -1
- cribl_control_plane/models/inputcriblmetrics.py +20 -1
- cribl_control_plane/models/inputcribltcp.py +63 -1
- cribl_control_plane/models/inputcrowdstrike.py +47 -1
- cribl_control_plane/models/inputdatadogagent.py +38 -1
- cribl_control_plane/models/inputdatagen.py +20 -1
- cribl_control_plane/models/inputedgeprometheus.py +94 -1
- cribl_control_plane/models/inputelastic.py +65 -1
- cribl_control_plane/models/inputeventhub.py +58 -1
- cribl_control_plane/models/inputexec.py +29 -1
- cribl_control_plane/models/inputfile.py +40 -7
- cribl_control_plane/models/inputfirehose.py +38 -1
- cribl_control_plane/models/inputgooglepubsub.py +29 -1
- cribl_control_plane/models/inputgrafana.py +110 -1
- cribl_control_plane/models/inputhttp.py +38 -1
- cribl_control_plane/models/inputhttpraw.py +38 -1
- cribl_control_plane/models/inputjournalfiles.py +20 -1
- cribl_control_plane/models/inputkafka.py +74 -1
- cribl_control_plane/models/inputkinesis.py +65 -1
- cribl_control_plane/models/inputkubeevents.py +20 -1
- cribl_control_plane/models/inputkubelogs.py +29 -1
- cribl_control_plane/models/inputkubemetrics.py +29 -1
- cribl_control_plane/models/inputloki.py +47 -1
- cribl_control_plane/models/inputmetrics.py +38 -1
- cribl_control_plane/models/inputmodeldriventelemetry.py +38 -1
- cribl_control_plane/models/inputmsk.py +74 -1
- cribl_control_plane/models/inputnetflow.py +20 -1
- cribl_control_plane/models/inputoffice365mgmt.py +56 -1
- cribl_control_plane/models/inputoffice365msgtrace.py +56 -1
- cribl_control_plane/models/inputoffice365service.py +56 -1
- cribl_control_plane/models/inputopentelemetry.py +65 -1
- cribl_control_plane/models/inputprometheus.py +87 -1
- cribl_control_plane/models/inputprometheusrw.py +47 -1
- cribl_control_plane/models/inputrawudp.py +20 -1
- cribl_control_plane/models/inputs3.py +38 -1
- cribl_control_plane/models/inputs3inventory.py +47 -1
- cribl_control_plane/models/inputsecuritylake.py +47 -1
- cribl_control_plane/models/inputsnmp.py +29 -1
- cribl_control_plane/models/inputsplunk.py +56 -1
- cribl_control_plane/models/inputsplunkhec.py +47 -1
- cribl_control_plane/models/inputsplunksearch.py +56 -1
- cribl_control_plane/models/inputsqs.py +47 -1
- cribl_control_plane/models/inputsyslog.py +74 -1
- cribl_control_plane/models/inputsystemmetrics.py +92 -1
- cribl_control_plane/models/inputsystemstate.py +29 -1
- cribl_control_plane/models/inputtcp.py +47 -1
- cribl_control_plane/models/inputtcpjson.py +47 -1
- cribl_control_plane/models/inputwef.py +65 -1
- cribl_control_plane/models/inputwindowsmetrics.py +83 -1
- cribl_control_plane/models/inputwineventlogs.py +38 -1
- cribl_control_plane/models/inputwiz.py +38 -1
- cribl_control_plane/models/inputwizwebhook.py +38 -1
- cribl_control_plane/models/inputzscalerhec.py +47 -1
- cribl_control_plane/models/jobinfo.py +10 -4
- cribl_control_plane/models/jobstatus.py +34 -3
- cribl_control_plane/models/lakedatasetmetrics.py +17 -0
- cribl_control_plane/models/listconfiggroupbyproductop.py +11 -18
- cribl_control_plane/models/listmasterworkerentryop.py +1 -19
- cribl_control_plane/models/masterworkerentry.py +11 -1
- cribl_control_plane/models/nodeupgradestatus.py +38 -0
- cribl_control_plane/models/output.py +13 -13
- cribl_control_plane/models/outputazureblob.py +83 -1
- cribl_control_plane/models/outputazuredataexplorer.py +148 -1
- cribl_control_plane/models/outputazureeventhub.py +98 -1
- cribl_control_plane/models/outputazurelogs.py +56 -1
- cribl_control_plane/models/outputchronicle.py +56 -1
- cribl_control_plane/models/outputclickhouse.py +92 -1
- cribl_control_plane/models/outputcloudwatch.py +47 -1
- cribl_control_plane/models/outputconfluentcloud.py +125 -1
- cribl_control_plane/models/outputcriblhttp.py +97 -1
- cribl_control_plane/models/outputcribllake.py +76 -1
- cribl_control_plane/models/outputcribltcp.py +99 -1
- cribl_control_plane/models/outputcrowdstrikenextgensiem.py +67 -1
- cribl_control_plane/models/outputdatabricks.py +69 -5
- cribl_control_plane/models/outputdatadog.py +83 -1
- cribl_control_plane/models/outputdataset.py +74 -1
- cribl_control_plane/models/outputdiskspool.py +11 -1
- cribl_control_plane/models/outputdls3.py +110 -1
- cribl_control_plane/models/outputdynatracehttp.py +92 -1
- cribl_control_plane/models/outputdynatraceotlp.py +92 -1
- cribl_control_plane/models/outputelastic.py +74 -1
- cribl_control_plane/models/outputelasticcloud.py +56 -1
- cribl_control_plane/models/outputexabeam.py +47 -1
- cribl_control_plane/models/outputfilesystem.py +65 -1
- cribl_control_plane/models/outputgooglechronicle.py +83 -1
- cribl_control_plane/models/outputgooglecloudlogging.py +65 -1
- cribl_control_plane/models/outputgooglecloudstorage.py +101 -1
- cribl_control_plane/models/outputgooglepubsub.py +47 -1
- cribl_control_plane/models/outputgrafanacloud.py +146 -1
- cribl_control_plane/models/outputgraphite.py +47 -1
- cribl_control_plane/models/outputhoneycomb.py +56 -1
- cribl_control_plane/models/outputhumiohec.py +65 -1
- cribl_control_plane/models/outputinfluxdb.py +65 -1
- cribl_control_plane/models/outputkafka.py +121 -1
- cribl_control_plane/models/outputkinesis.py +65 -1
- cribl_control_plane/models/outputloki.py +65 -1
- cribl_control_plane/models/outputminio.py +110 -1
- cribl_control_plane/models/outputmsk.py +121 -1
- cribl_control_plane/models/outputnewrelic.py +74 -1
- cribl_control_plane/models/outputnewrelicevents.py +65 -1
- cribl_control_plane/models/outputopentelemetry.py +110 -1
- cribl_control_plane/models/outputprometheus.py +56 -1
- cribl_control_plane/models/outputring.py +29 -1
- cribl_control_plane/models/outputs3.py +110 -1
- cribl_control_plane/models/outputsecuritylake.py +85 -1
- cribl_control_plane/models/outputsentinel.py +74 -1
- cribl_control_plane/models/outputsentineloneaisiem.py +74 -1
- cribl_control_plane/models/outputservicenow.py +101 -1
- cribl_control_plane/models/outputsignalfx.py +56 -1
- cribl_control_plane/models/outputsns.py +56 -1
- cribl_control_plane/models/outputsplunk.py +92 -1
- cribl_control_plane/models/outputsplunkhec.py +149 -1
- cribl_control_plane/models/outputsplunklb.py +121 -1
- cribl_control_plane/models/outputsqs.py +65 -1
- cribl_control_plane/models/outputstatsd.py +47 -1
- cribl_control_plane/models/outputstatsdext.py +47 -1
- cribl_control_plane/models/outputsumologic.py +56 -1
- cribl_control_plane/models/outputsyslog.py +110 -1
- cribl_control_plane/models/outputtcpjson.py +83 -1
- cribl_control_plane/models/outputwavefront.py +56 -1
- cribl_control_plane/models/outputwebhook.py +92 -1
- cribl_control_plane/models/outputxsiam.py +56 -1
- cribl_control_plane/models/resourcepolicy.py +11 -0
- cribl_control_plane/models/runnablejobcollection.py +64 -1
- cribl_control_plane/models/runnablejobexecutor.py +24 -1
- cribl_control_plane/models/runnablejobscheduledsearch.py +15 -1
- cribl_control_plane/models/updateconfiggroupbyproductandidop.py +11 -18
- cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +11 -19
- cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +1 -20
- cribl_control_plane/models/updateinputbyidop.py +1 -19
- cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +1 -20
- cribl_control_plane/models/updateoutputbyidop.py +1 -19
- cribl_control_plane/models/updatepacksbyidop.py +1 -20
- cribl_control_plane/models/updatepipelinebyidop.py +1 -19
- cribl_control_plane/models/updateroutesbyidop.py +1 -19
- cribl_control_plane/nodes.py +8 -12
- cribl_control_plane/packs.py +20 -20
- cribl_control_plane/pipelines.py +20 -20
- cribl_control_plane/routes_sdk.py +16 -20
- cribl_control_plane/samples.py +8 -8
- cribl_control_plane/sdk.py +2 -2
- cribl_control_plane/sources.py +20 -20
- cribl_control_plane/statuses.py +4 -4
- cribl_control_plane/summaries.py +8 -4
- cribl_control_plane/teams.py +4 -4
- cribl_control_plane/versions_configs.py +4 -4
- {cribl_control_plane-0.2.1rc4.dist-info → cribl_control_plane-0.2.1rc11.dist-info}/METADATA +25 -7
- cribl_control_plane-0.2.1rc11.dist-info/RECORD +350 -0
- cribl_control_plane-0.2.1rc4.dist-info/RECORD +0 -331
- {cribl_control_plane-0.2.1rc4.dist-info → cribl_control_plane-0.2.1rc11.dist-info}/WHEEL +0 -0
cribl_control_plane/sdk.py
CHANGED
|
@@ -41,12 +41,12 @@ class CriblControlPlane(BaseSDK):
|
|
|
41
41
|
routes: "RoutesSDK"
|
|
42
42
|
r"""Actions related to Routes"""
|
|
43
43
|
auth: "AuthSDK"
|
|
44
|
-
nodes: "Nodes"
|
|
45
44
|
health: "Health"
|
|
46
45
|
r"""Actions related to REST server health"""
|
|
47
46
|
packs: "Packs"
|
|
48
47
|
r"""Actions related to Packs"""
|
|
49
48
|
versions: "Versions"
|
|
49
|
+
nodes: "Nodes"
|
|
50
50
|
groups: "GroupsSDK"
|
|
51
51
|
r"""Actions related to Groups"""
|
|
52
52
|
_sub_sdk_map = {
|
|
@@ -56,10 +56,10 @@ class CriblControlPlane(BaseSDK):
|
|
|
56
56
|
"pipelines": ("cribl_control_plane.pipelines", "Pipelines"),
|
|
57
57
|
"routes": ("cribl_control_plane.routes_sdk", "RoutesSDK"),
|
|
58
58
|
"auth": ("cribl_control_plane.auth_sdk", "AuthSDK"),
|
|
59
|
-
"nodes": ("cribl_control_plane.nodes", "Nodes"),
|
|
60
59
|
"health": ("cribl_control_plane.health", "Health"),
|
|
61
60
|
"packs": ("cribl_control_plane.packs", "Packs"),
|
|
62
61
|
"versions": ("cribl_control_plane.versions", "Versions"),
|
|
62
|
+
"nodes": ("cribl_control_plane.nodes", "Nodes"),
|
|
63
63
|
"groups": ("cribl_control_plane.groups_sdk", "GroupsSDK"),
|
|
64
64
|
}
|
|
65
65
|
|
cribl_control_plane/sources.py
CHANGED
|
@@ -33,7 +33,7 @@ class Sources(BaseSDK):
|
|
|
33
33
|
server_url: Optional[str] = None,
|
|
34
34
|
timeout_ms: Optional[int] = None,
|
|
35
35
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
36
|
-
) -> models.
|
|
36
|
+
) -> models.CountedListInput:
|
|
37
37
|
r"""List all Sources
|
|
38
38
|
|
|
39
39
|
Get a list of all Sources.
|
|
@@ -93,7 +93,7 @@ class Sources(BaseSDK):
|
|
|
93
93
|
|
|
94
94
|
response_data: Any = None
|
|
95
95
|
if utils.match_response(http_res, "200", "application/json"):
|
|
96
|
-
return unmarshal_json_response(models.
|
|
96
|
+
return unmarshal_json_response(models.CountedListInput, http_res)
|
|
97
97
|
if utils.match_response(http_res, "500", "application/json"):
|
|
98
98
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
99
99
|
raise errors.Error(response_data, http_res)
|
|
@@ -113,7 +113,7 @@ class Sources(BaseSDK):
|
|
|
113
113
|
server_url: Optional[str] = None,
|
|
114
114
|
timeout_ms: Optional[int] = None,
|
|
115
115
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
116
|
-
) -> models.
|
|
116
|
+
) -> models.CountedListInput:
|
|
117
117
|
r"""List all Sources
|
|
118
118
|
|
|
119
119
|
Get a list of all Sources.
|
|
@@ -173,7 +173,7 @@ class Sources(BaseSDK):
|
|
|
173
173
|
|
|
174
174
|
response_data: Any = None
|
|
175
175
|
if utils.match_response(http_res, "200", "application/json"):
|
|
176
|
-
return unmarshal_json_response(models.
|
|
176
|
+
return unmarshal_json_response(models.CountedListInput, http_res)
|
|
177
177
|
if utils.match_response(http_res, "500", "application/json"):
|
|
178
178
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
179
179
|
raise errors.Error(response_data, http_res)
|
|
@@ -194,7 +194,7 @@ class Sources(BaseSDK):
|
|
|
194
194
|
server_url: Optional[str] = None,
|
|
195
195
|
timeout_ms: Optional[int] = None,
|
|
196
196
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
197
|
-
) -> models.
|
|
197
|
+
) -> models.CountedListInput:
|
|
198
198
|
r"""Create a Source
|
|
199
199
|
|
|
200
200
|
Create a new Source.
|
|
@@ -263,7 +263,7 @@ class Sources(BaseSDK):
|
|
|
263
263
|
|
|
264
264
|
response_data: Any = None
|
|
265
265
|
if utils.match_response(http_res, "200", "application/json"):
|
|
266
|
-
return unmarshal_json_response(models.
|
|
266
|
+
return unmarshal_json_response(models.CountedListInput, http_res)
|
|
267
267
|
if utils.match_response(http_res, "500", "application/json"):
|
|
268
268
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
269
269
|
raise errors.Error(response_data, http_res)
|
|
@@ -284,7 +284,7 @@ class Sources(BaseSDK):
|
|
|
284
284
|
server_url: Optional[str] = None,
|
|
285
285
|
timeout_ms: Optional[int] = None,
|
|
286
286
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
287
|
-
) -> models.
|
|
287
|
+
) -> models.CountedListInput:
|
|
288
288
|
r"""Create a Source
|
|
289
289
|
|
|
290
290
|
Create a new Source.
|
|
@@ -353,7 +353,7 @@ class Sources(BaseSDK):
|
|
|
353
353
|
|
|
354
354
|
response_data: Any = None
|
|
355
355
|
if utils.match_response(http_res, "200", "application/json"):
|
|
356
|
-
return unmarshal_json_response(models.
|
|
356
|
+
return unmarshal_json_response(models.CountedListInput, http_res)
|
|
357
357
|
if utils.match_response(http_res, "500", "application/json"):
|
|
358
358
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
359
359
|
raise errors.Error(response_data, http_res)
|
|
@@ -374,7 +374,7 @@ class Sources(BaseSDK):
|
|
|
374
374
|
server_url: Optional[str] = None,
|
|
375
375
|
timeout_ms: Optional[int] = None,
|
|
376
376
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
377
|
-
) -> models.
|
|
377
|
+
) -> models.CountedListInput:
|
|
378
378
|
r"""Get a Source
|
|
379
379
|
|
|
380
380
|
Get the specified Source.
|
|
@@ -440,7 +440,7 @@ class Sources(BaseSDK):
|
|
|
440
440
|
|
|
441
441
|
response_data: Any = None
|
|
442
442
|
if utils.match_response(http_res, "200", "application/json"):
|
|
443
|
-
return unmarshal_json_response(models.
|
|
443
|
+
return unmarshal_json_response(models.CountedListInput, http_res)
|
|
444
444
|
if utils.match_response(http_res, "500", "application/json"):
|
|
445
445
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
446
446
|
raise errors.Error(response_data, http_res)
|
|
@@ -461,7 +461,7 @@ class Sources(BaseSDK):
|
|
|
461
461
|
server_url: Optional[str] = None,
|
|
462
462
|
timeout_ms: Optional[int] = None,
|
|
463
463
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
464
|
-
) -> models.
|
|
464
|
+
) -> models.CountedListInput:
|
|
465
465
|
r"""Get a Source
|
|
466
466
|
|
|
467
467
|
Get the specified Source.
|
|
@@ -527,7 +527,7 @@ class Sources(BaseSDK):
|
|
|
527
527
|
|
|
528
528
|
response_data: Any = None
|
|
529
529
|
if utils.match_response(http_res, "200", "application/json"):
|
|
530
|
-
return unmarshal_json_response(models.
|
|
530
|
+
return unmarshal_json_response(models.CountedListInput, http_res)
|
|
531
531
|
if utils.match_response(http_res, "500", "application/json"):
|
|
532
532
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
533
533
|
raise errors.Error(response_data, http_res)
|
|
@@ -549,7 +549,7 @@ class Sources(BaseSDK):
|
|
|
549
549
|
server_url: Optional[str] = None,
|
|
550
550
|
timeout_ms: Optional[int] = None,
|
|
551
551
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
552
|
-
) -> models.
|
|
552
|
+
) -> models.CountedListInput:
|
|
553
553
|
r"""Update a Source
|
|
554
554
|
|
|
555
555
|
Update the specified Source.</br></br>Provide a complete representation of the Source that you want to update in the request body. This endpoint does not support partial updates. Cribl removes any omitted fields when updating the Source.</br></br>Confirm that the configuration in your request body is correct before sending the request. If the configuration is incorrect, the updated Source might not function as expected.
|
|
@@ -620,7 +620,7 @@ class Sources(BaseSDK):
|
|
|
620
620
|
|
|
621
621
|
response_data: Any = None
|
|
622
622
|
if utils.match_response(http_res, "200", "application/json"):
|
|
623
|
-
return unmarshal_json_response(models.
|
|
623
|
+
return unmarshal_json_response(models.CountedListInput, http_res)
|
|
624
624
|
if utils.match_response(http_res, "500", "application/json"):
|
|
625
625
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
626
626
|
raise errors.Error(response_data, http_res)
|
|
@@ -642,7 +642,7 @@ class Sources(BaseSDK):
|
|
|
642
642
|
server_url: Optional[str] = None,
|
|
643
643
|
timeout_ms: Optional[int] = None,
|
|
644
644
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
645
|
-
) -> models.
|
|
645
|
+
) -> models.CountedListInput:
|
|
646
646
|
r"""Update a Source
|
|
647
647
|
|
|
648
648
|
Update the specified Source.</br></br>Provide a complete representation of the Source that you want to update in the request body. This endpoint does not support partial updates. Cribl removes any omitted fields when updating the Source.</br></br>Confirm that the configuration in your request body is correct before sending the request. If the configuration is incorrect, the updated Source might not function as expected.
|
|
@@ -713,7 +713,7 @@ class Sources(BaseSDK):
|
|
|
713
713
|
|
|
714
714
|
response_data: Any = None
|
|
715
715
|
if utils.match_response(http_res, "200", "application/json"):
|
|
716
|
-
return unmarshal_json_response(models.
|
|
716
|
+
return unmarshal_json_response(models.CountedListInput, http_res)
|
|
717
717
|
if utils.match_response(http_res, "500", "application/json"):
|
|
718
718
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
719
719
|
raise errors.Error(response_data, http_res)
|
|
@@ -734,7 +734,7 @@ class Sources(BaseSDK):
|
|
|
734
734
|
server_url: Optional[str] = None,
|
|
735
735
|
timeout_ms: Optional[int] = None,
|
|
736
736
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
737
|
-
) -> models.
|
|
737
|
+
) -> models.CountedListInput:
|
|
738
738
|
r"""Delete a Source
|
|
739
739
|
|
|
740
740
|
Delete the specified Source.
|
|
@@ -800,7 +800,7 @@ class Sources(BaseSDK):
|
|
|
800
800
|
|
|
801
801
|
response_data: Any = None
|
|
802
802
|
if utils.match_response(http_res, "200", "application/json"):
|
|
803
|
-
return unmarshal_json_response(models.
|
|
803
|
+
return unmarshal_json_response(models.CountedListInput, http_res)
|
|
804
804
|
if utils.match_response(http_res, "500", "application/json"):
|
|
805
805
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
806
806
|
raise errors.Error(response_data, http_res)
|
|
@@ -821,7 +821,7 @@ class Sources(BaseSDK):
|
|
|
821
821
|
server_url: Optional[str] = None,
|
|
822
822
|
timeout_ms: Optional[int] = None,
|
|
823
823
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
824
|
-
) -> models.
|
|
824
|
+
) -> models.CountedListInput:
|
|
825
825
|
r"""Delete a Source
|
|
826
826
|
|
|
827
827
|
Delete the specified Source.
|
|
@@ -887,7 +887,7 @@ class Sources(BaseSDK):
|
|
|
887
887
|
|
|
888
888
|
response_data: Any = None
|
|
889
889
|
if utils.match_response(http_res, "200", "application/json"):
|
|
890
|
-
return unmarshal_json_response(models.
|
|
890
|
+
return unmarshal_json_response(models.CountedListInput, http_res)
|
|
891
891
|
if utils.match_response(http_res, "500", "application/json"):
|
|
892
892
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
893
893
|
raise errors.Error(response_data, http_res)
|
cribl_control_plane/statuses.py
CHANGED
|
@@ -18,7 +18,7 @@ class Statuses(BaseSDK):
|
|
|
18
18
|
server_url: Optional[str] = None,
|
|
19
19
|
timeout_ms: Optional[int] = None,
|
|
20
20
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
21
|
-
) -> models.
|
|
21
|
+
) -> models.CountedListGitStatusResult:
|
|
22
22
|
r"""Get the status of the current working tree
|
|
23
23
|
|
|
24
24
|
Get the status of the current working tree of the Git repository used for Cribl configuration. The response includes details about modified, staged, untracked, and conflicted files, as well as branch and remote tracking information.
|
|
@@ -84,7 +84,7 @@ class Statuses(BaseSDK):
|
|
|
84
84
|
|
|
85
85
|
response_data: Any = None
|
|
86
86
|
if utils.match_response(http_res, "200", "application/json"):
|
|
87
|
-
return unmarshal_json_response(models.
|
|
87
|
+
return unmarshal_json_response(models.CountedListGitStatusResult, http_res)
|
|
88
88
|
if utils.match_response(http_res, "500", "application/json"):
|
|
89
89
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
90
90
|
raise errors.Error(response_data, http_res)
|
|
@@ -105,7 +105,7 @@ class Statuses(BaseSDK):
|
|
|
105
105
|
server_url: Optional[str] = None,
|
|
106
106
|
timeout_ms: Optional[int] = None,
|
|
107
107
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
108
|
-
) -> models.
|
|
108
|
+
) -> models.CountedListGitStatusResult:
|
|
109
109
|
r"""Get the status of the current working tree
|
|
110
110
|
|
|
111
111
|
Get the status of the current working tree of the Git repository used for Cribl configuration. The response includes details about modified, staged, untracked, and conflicted files, as well as branch and remote tracking information.
|
|
@@ -171,7 +171,7 @@ class Statuses(BaseSDK):
|
|
|
171
171
|
|
|
172
172
|
response_data: Any = None
|
|
173
173
|
if utils.match_response(http_res, "200", "application/json"):
|
|
174
|
-
return unmarshal_json_response(models.
|
|
174
|
+
return unmarshal_json_response(models.CountedListGitStatusResult, http_res)
|
|
175
175
|
if utils.match_response(http_res, "500", "application/json"):
|
|
176
176
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
177
177
|
raise errors.Error(response_data, http_res)
|
cribl_control_plane/summaries.py
CHANGED
|
@@ -18,7 +18,7 @@ class Summaries(BaseSDK):
|
|
|
18
18
|
server_url: Optional[str] = None,
|
|
19
19
|
timeout_ms: Optional[int] = None,
|
|
20
20
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
21
|
-
) -> models.
|
|
21
|
+
) -> models.CountedListDistributedSummary:
|
|
22
22
|
r"""Get a summary of the Distributed deployment
|
|
23
23
|
|
|
24
24
|
Get a summary of the Distributed deployment. The response includes counts of Worker Groups, Edge Fleets, Pipelines, Routes, Sources, Destinations, and Worker and Edge Nodes, as well as statistics for the Worker and Edge Nodes.
|
|
@@ -84,7 +84,9 @@ class Summaries(BaseSDK):
|
|
|
84
84
|
|
|
85
85
|
response_data: Any = None
|
|
86
86
|
if utils.match_response(http_res, "200", "application/json"):
|
|
87
|
-
return unmarshal_json_response(
|
|
87
|
+
return unmarshal_json_response(
|
|
88
|
+
models.CountedListDistributedSummary, http_res
|
|
89
|
+
)
|
|
88
90
|
if utils.match_response(http_res, "500", "application/json"):
|
|
89
91
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
90
92
|
raise errors.Error(response_data, http_res)
|
|
@@ -105,7 +107,7 @@ class Summaries(BaseSDK):
|
|
|
105
107
|
server_url: Optional[str] = None,
|
|
106
108
|
timeout_ms: Optional[int] = None,
|
|
107
109
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
108
|
-
) -> models.
|
|
110
|
+
) -> models.CountedListDistributedSummary:
|
|
109
111
|
r"""Get a summary of the Distributed deployment
|
|
110
112
|
|
|
111
113
|
Get a summary of the Distributed deployment. The response includes counts of Worker Groups, Edge Fleets, Pipelines, Routes, Sources, Destinations, and Worker and Edge Nodes, as well as statistics for the Worker and Edge Nodes.
|
|
@@ -171,7 +173,9 @@ class Summaries(BaseSDK):
|
|
|
171
173
|
|
|
172
174
|
response_data: Any = None
|
|
173
175
|
if utils.match_response(http_res, "200", "application/json"):
|
|
174
|
-
return unmarshal_json_response(
|
|
176
|
+
return unmarshal_json_response(
|
|
177
|
+
models.CountedListDistributedSummary, http_res
|
|
178
|
+
)
|
|
175
179
|
if utils.match_response(http_res, "500", "application/json"):
|
|
176
180
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
177
181
|
raise errors.Error(response_data, http_res)
|
cribl_control_plane/teams.py
CHANGED
|
@@ -20,7 +20,7 @@ class Teams(BaseSDK):
|
|
|
20
20
|
server_url: Optional[str] = None,
|
|
21
21
|
timeout_ms: Optional[int] = None,
|
|
22
22
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
23
|
-
) -> models.
|
|
23
|
+
) -> models.CountedListTeamAccessControlList:
|
|
24
24
|
r"""Get the Access Control List for teams with permissions on a Worker Group or Edge Fleet for the specified Cribl product
|
|
25
25
|
|
|
26
26
|
Get the Access Control List (ACL) for teams that have permissions on a Worker Group or Edge Fleet for the specified Cribl product.
|
|
@@ -91,7 +91,7 @@ class Teams(BaseSDK):
|
|
|
91
91
|
response_data: Any = None
|
|
92
92
|
if utils.match_response(http_res, "200", "application/json"):
|
|
93
93
|
return unmarshal_json_response(
|
|
94
|
-
models.
|
|
94
|
+
models.CountedListTeamAccessControlList, http_res
|
|
95
95
|
)
|
|
96
96
|
if utils.match_response(http_res, "500", "application/json"):
|
|
97
97
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
@@ -115,7 +115,7 @@ class Teams(BaseSDK):
|
|
|
115
115
|
server_url: Optional[str] = None,
|
|
116
116
|
timeout_ms: Optional[int] = None,
|
|
117
117
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
118
|
-
) -> models.
|
|
118
|
+
) -> models.CountedListTeamAccessControlList:
|
|
119
119
|
r"""Get the Access Control List for teams with permissions on a Worker Group or Edge Fleet for the specified Cribl product
|
|
120
120
|
|
|
121
121
|
Get the Access Control List (ACL) for teams that have permissions on a Worker Group or Edge Fleet for the specified Cribl product.
|
|
@@ -186,7 +186,7 @@ class Teams(BaseSDK):
|
|
|
186
186
|
response_data: Any = None
|
|
187
187
|
if utils.match_response(http_res, "200", "application/json"):
|
|
188
188
|
return unmarshal_json_response(
|
|
189
|
-
models.
|
|
189
|
+
models.CountedListTeamAccessControlList, http_res
|
|
190
190
|
)
|
|
191
191
|
if utils.match_response(http_res, "500", "application/json"):
|
|
192
192
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
@@ -17,7 +17,7 @@ class VersionsConfigs(BaseSDK):
|
|
|
17
17
|
server_url: Optional[str] = None,
|
|
18
18
|
timeout_ms: Optional[int] = None,
|
|
19
19
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
20
|
-
) -> models.
|
|
20
|
+
) -> models.CountedListGitInfo:
|
|
21
21
|
r"""Get the configuration and status for the Git integration
|
|
22
22
|
|
|
23
23
|
Get the configuration and versioning status for the Git integration for the Cribl configuration.
|
|
@@ -77,7 +77,7 @@ class VersionsConfigs(BaseSDK):
|
|
|
77
77
|
|
|
78
78
|
response_data: Any = None
|
|
79
79
|
if utils.match_response(http_res, "200", "application/json"):
|
|
80
|
-
return unmarshal_json_response(models.
|
|
80
|
+
return unmarshal_json_response(models.CountedListGitInfo, http_res)
|
|
81
81
|
if utils.match_response(http_res, "500", "application/json"):
|
|
82
82
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
83
83
|
raise errors.Error(response_data, http_res)
|
|
@@ -97,7 +97,7 @@ class VersionsConfigs(BaseSDK):
|
|
|
97
97
|
server_url: Optional[str] = None,
|
|
98
98
|
timeout_ms: Optional[int] = None,
|
|
99
99
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
100
|
-
) -> models.
|
|
100
|
+
) -> models.CountedListGitInfo:
|
|
101
101
|
r"""Get the configuration and status for the Git integration
|
|
102
102
|
|
|
103
103
|
Get the configuration and versioning status for the Git integration for the Cribl configuration.
|
|
@@ -157,7 +157,7 @@ class VersionsConfigs(BaseSDK):
|
|
|
157
157
|
|
|
158
158
|
response_data: Any = None
|
|
159
159
|
if utils.match_response(http_res, "200", "application/json"):
|
|
160
|
-
return unmarshal_json_response(models.
|
|
160
|
+
return unmarshal_json_response(models.CountedListGitInfo, http_res)
|
|
161
161
|
if utils.match_response(http_res, "500", "application/json"):
|
|
162
162
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
163
163
|
raise errors.Error(response_data, http_res)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cribl-control-plane
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1rc11
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -158,7 +158,10 @@ with CriblControlPlane(
|
|
|
158
158
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
159
159
|
"migration_query_id": "<id>",
|
|
160
160
|
"retention_in_days": 1466.58,
|
|
161
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
161
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
162
|
+
"current_size_bytes": 6170.04,
|
|
163
|
+
"metrics_date": "<value>",
|
|
164
|
+
}, retention_period_in_days=456.37, search_config={
|
|
162
165
|
"datatypes": [
|
|
163
166
|
"<value 1>",
|
|
164
167
|
],
|
|
@@ -216,7 +219,10 @@ async def main():
|
|
|
216
219
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
217
220
|
"migration_query_id": "<id>",
|
|
218
221
|
"retention_in_days": 1466.58,
|
|
219
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
222
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
223
|
+
"current_size_bytes": 6170.04,
|
|
224
|
+
"metrics_date": "<value>",
|
|
225
|
+
}, retention_period_in_days=456.37, search_config={
|
|
220
226
|
"datatypes": [
|
|
221
227
|
"<value 1>",
|
|
222
228
|
],
|
|
@@ -283,7 +289,10 @@ with CriblControlPlane(
|
|
|
283
289
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
284
290
|
"migration_query_id": "<id>",
|
|
285
291
|
"retention_in_days": 1466.58,
|
|
286
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
292
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
293
|
+
"current_size_bytes": 6170.04,
|
|
294
|
+
"metrics_date": "<value>",
|
|
295
|
+
}, retention_period_in_days=456.37, search_config={
|
|
287
296
|
"datatypes": [
|
|
288
297
|
"<value 1>",
|
|
289
298
|
],
|
|
@@ -511,7 +520,10 @@ with CriblControlPlane(
|
|
|
511
520
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
512
521
|
"migration_query_id": "<id>",
|
|
513
522
|
"retention_in_days": 1466.58,
|
|
514
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
523
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
524
|
+
"current_size_bytes": 6170.04,
|
|
525
|
+
"metrics_date": "<value>",
|
|
526
|
+
}, retention_period_in_days=456.37, search_config={
|
|
515
527
|
"datatypes": [
|
|
516
528
|
"<value 1>",
|
|
517
529
|
],
|
|
@@ -567,7 +579,10 @@ with CriblControlPlane(
|
|
|
567
579
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
568
580
|
"migration_query_id": "<id>",
|
|
569
581
|
"retention_in_days": 1466.58,
|
|
570
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
582
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
583
|
+
"current_size_bytes": 6170.04,
|
|
584
|
+
"metrics_date": "<value>",
|
|
585
|
+
}, retention_period_in_days=456.37, search_config={
|
|
571
586
|
"datatypes": [
|
|
572
587
|
"<value 1>",
|
|
573
588
|
],
|
|
@@ -637,7 +652,10 @@ with CriblControlPlane(
|
|
|
637
652
|
"lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
|
|
638
653
|
"migration_query_id": "<id>",
|
|
639
654
|
"retention_in_days": 1466.58,
|
|
640
|
-
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True,
|
|
655
|
+
}, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
|
|
656
|
+
"current_size_bytes": 6170.04,
|
|
657
|
+
"metrics_date": "<value>",
|
|
658
|
+
}, retention_period_in_days=456.37, search_config={
|
|
641
659
|
"datatypes": [
|
|
642
660
|
"<value 1>",
|
|
643
661
|
],
|