xautomata-hive 3.22.2__py3-none-any.whl → 3.23.0__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.
- hive/api.py +1 -1
- hive/cookbook/services.py +3 -3
- hive/version.py +1 -1
- {xautomata_hive-3.22.2.dist-info → xautomata_hive-3.23.0.dist-info}/METADATA +1 -1
- {xautomata_hive-3.22.2.dist-info → xautomata_hive-3.23.0.dist-info}/RECORD +8 -8
- {xautomata_hive-3.22.2.dist-info → xautomata_hive-3.23.0.dist-info}/WHEEL +0 -0
- {xautomata_hive-3.22.2.dist-info → xautomata_hive-3.23.0.dist-info}/licenses/LICENSE +0 -0
- {xautomata_hive-3.22.2.dist-info → xautomata_hive-3.23.0.dist-info}/top_level.txt +0 -0
hive/api.py
CHANGED
@@ -121,7 +121,7 @@ class ApiManager:
|
|
121
121
|
bulk = True if path == '/probes_log_ingest/' else bulk # il metric_ingest e' una bulk ma non compare nel nome
|
122
122
|
read = True if 'read' in path else False # verifico dalla path se è una api get, valido solo per le bulk
|
123
123
|
query = True if 'query' in path else False # verifico dalla path se è una api get, valido solo per le bulk
|
124
|
-
query = True if path == '/last_status
|
124
|
+
query = True if path == '/last_status' and mode == 'POST' else query # caso specifico della last_status che non ha features riconoscibili
|
125
125
|
|
126
126
|
authentication = {'Authorization': f'Bearer {self.token}'}
|
127
127
|
_headers_ = headers.copy().update(authentication) if headers else authentication
|
hive/cookbook/services.py
CHANGED
@@ -854,7 +854,7 @@ class Services(ApiManager):
|
|
854
854
|
warm_start, params=params, **kwargs)
|
855
855
|
return response
|
856
856
|
|
857
|
-
def
|
857
|
+
def services_last_status_query_bulk(self, payload: dict = False,
|
858
858
|
warm_start: bool = False, single_page: bool = False,
|
859
859
|
page_size: int = 5000, kwargs: dict = None, **params) -> list:
|
860
860
|
"""Service Query Last Status List
|
@@ -938,8 +938,8 @@ class Services(ApiManager):
|
|
938
938
|
), params.get('skip'), params.get('limit'), params.get('like'
|
939
939
|
), params.get('join'), params.get('count')
|
940
940
|
if not self._silence_warning:
|
941
|
-
warning_wrong_parameters(self.
|
942
|
-
official_params_list)
|
941
|
+
warning_wrong_parameters(self.services_last_status_query_bulk.
|
942
|
+
__name__, params, official_params_list)
|
943
943
|
response = self.execute('POST', path=f'/services/query/last_status',
|
944
944
|
single_page=single_page, page_size=page_size, warm_start=
|
945
945
|
warm_start, params=params, payload=payload, **kwargs)
|
hive/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
version = '3.
|
1
|
+
version = '3.23.0'
|
@@ -1,10 +1,10 @@
|
|
1
1
|
hive/__init__.py,sha256=UjH5QfSfRGu2FR5_StfVbEtL_fuGS2Z_iZXmf1nx4AE,68
|
2
|
-
hive/api.py,sha256
|
2
|
+
hive/api.py,sha256=-vqYY9k8oRN5LCM54UJ8aC10aPF04erWongiQEaEcN4,42111
|
3
3
|
hive/decorators.py,sha256=qvXBMfkzmJ3nHzpnX96thrTdZjWuw4WAqYaxsJCfRug,12110
|
4
4
|
hive/exceptions.py,sha256=kTJSPMViU2ZhF_ENbL_i-skU3YEv_ViJH2PpUQ6ums8,136
|
5
5
|
hive/infrastrucure_keys.py,sha256=UzgXex6tQsglowhKeb45e7vw4u7kh2wM0YscQPorodU,4095
|
6
6
|
hive/tools.py,sha256=Oi_d6wphtAS4f1wOhFzdXZj8Au1nwZ-UrRvIJDBQLMo,1371
|
7
|
-
hive/version.py,sha256=
|
7
|
+
hive/version.py,sha256=n8DzVlmd2BgHdffhx8kgHFqVDhH8K4bA-JYzkSDmymc,18
|
8
8
|
hive/cookbook/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
9
|
hive/cookbook/acl_docs.py,sha256=0xr7Vb9121vhsiZjQaKvuAt4gKlXOO4aUJM472HeARw,786
|
10
10
|
hive/cookbook/acl_overrides.py,sha256=1maKXIE-Ny4qqX5zZkWaB-Syrh8wNkQzEMpZFvueJW4,9910
|
@@ -52,7 +52,7 @@ hive/cookbook/questions.py,sha256=VMf1WWHYFfegujy5bpI7kxVlokOpHraKW7JRppoPvYQ,80
|
|
52
52
|
hive/cookbook/reason_for_closure.py,sha256=PqDleTYc6RJmhPrJ7q-A9RgCc6GEC05x_hU9R2sXIFE,11012
|
53
53
|
hive/cookbook/retention_rules.py,sha256=brW64MqYrl4XNYN7ZxojVDWXpdBV4fRpR7a2A1ya2zM,7958
|
54
54
|
hive/cookbook/schedules.py,sha256=ldI-hpOx-EpCy3oSOVczk8114QL2bS_2rsjNI6TEMjc,6916
|
55
|
-
hive/cookbook/services.py,sha256
|
55
|
+
hive/cookbook/services.py,sha256=kRnkasGlUVnu6QD3CWjt9F4HVNCR9XaWb1dVLbSt_Sw,73265
|
56
56
|
hive/cookbook/sites.py,sha256=WLXdnxrMYkT3bCM2Mz5sjQzZzqRDmCGiMl4BtEWJ1WU,33383
|
57
57
|
hive/cookbook/terms_and_conditions.py,sha256=cc01N2N41yAbFa5HCvY2Ur4nujSQb1VnEbsrWVq1znY,4669
|
58
58
|
hive/cookbook/tree_hierarchy.py,sha256=ldJ1hMFQcghA6P2gRHheLjG74X8B6Z1JaupeAW9vg9s,23749
|
@@ -72,8 +72,8 @@ hive/cookbook/virtual_domains.py,sha256=N3dp3pjkO-5jni3KBcCukRqcmVqAFYCDV6dgVXrH
|
|
72
72
|
hive/cookbook/webhooks.py,sha256=6ZSJfAiEjuh4Y4pfkUNjUYquBwxhD2KVkcVU3BcNkDc,7572
|
73
73
|
hive/cookbook/widget_groups.py,sha256=GY7mBh72HzI9RRMCwnmJ-fildtZ3w4BrPDUdNfNoVyk,16018
|
74
74
|
hive/cookbook/widgets.py,sha256=0Maw5gRAnph1Mu9ZlgzPT2Di_kJFeGKOOkhCGCjnelc,23497
|
75
|
-
xautomata_hive-3.
|
76
|
-
xautomata_hive-3.
|
77
|
-
xautomata_hive-3.
|
78
|
-
xautomata_hive-3.
|
79
|
-
xautomata_hive-3.
|
75
|
+
xautomata_hive-3.23.0.dist-info/licenses/LICENSE,sha256=CFT1oIPm4kciOjwep2r1LQnpATugddSy3D839fsmgFs,1065
|
76
|
+
xautomata_hive-3.23.0.dist-info/METADATA,sha256=YplTSCZLCFG_URZeo4qmtNAIDy3B11snOuwm657IT70,10924
|
77
|
+
xautomata_hive-3.23.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
78
|
+
xautomata_hive-3.23.0.dist-info/top_level.txt,sha256=pLpVAuviHGk3pzaFXU-4GKttxGTGAbFoWK8JvUl1jHQ,5
|
79
|
+
xautomata_hive-3.23.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|