agilicus 1.271.0__py3-none-any.whl → 1.271.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- agilicus/agilicus_api/api_client.py +1 -1
- agilicus/agilicus_api/configuration.py +1 -1
- agilicus/agilicus_api/docs/AgentConnectorBootstrap.md +1 -1
- agilicus/agilicus_api/model/agent_connector_bootstrap.py +3 -3
- agilicus/agilicus_api_README.md +1 -1
- {agilicus-1.271.0.dist-info → agilicus-1.271.1.dist-info}/METADATA +1 -1
- {agilicus-1.271.0.dist-info → agilicus-1.271.1.dist-info}/RECORD +10 -10
- {agilicus-1.271.0.dist-info → agilicus-1.271.1.dist-info}/LICENSE.txt +0 -0
- {agilicus-1.271.0.dist-info → agilicus-1.271.1.dist-info}/WHEEL +0 -0
- {agilicus-1.271.0.dist-info → agilicus-1.271.1.dist-info}/entry_points.txt +0 -0
@@ -77,7 +77,7 @@ class ApiClient(object):
|
|
77
77
|
self.default_headers[header_name] = header_value
|
78
78
|
self.cookie = cookie
|
79
79
|
# Set default User-Agent.
|
80
|
-
self.user_agent = 'OpenAPI-Generator/1.271.
|
80
|
+
self.user_agent = 'OpenAPI-Generator/1.271.1/python'
|
81
81
|
|
82
82
|
def __enter__(self):
|
83
83
|
return self
|
@@ -387,7 +387,7 @@ class Configuration(object):
|
|
387
387
|
"OS: {env}\n"\
|
388
388
|
"Python Version: {pyversion}\n"\
|
389
389
|
"Version of the API: 2024.11.29\n"\
|
390
|
-
"SDK Package Version: 1.271.
|
390
|
+
"SDK Package Version: 1.271.1".\
|
391
391
|
format(env=sys.platform, pyversion=sys.version)
|
392
392
|
|
393
393
|
def get_host_settings(self):
|
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
|
|
13
13
|
**join_cluster** | **bool** | Whether to join a cluster or create a new one. If false or not set, a new cluster is created | [optional]
|
14
14
|
**response_challenge_id** | **str** | The ID of a challenge to respond to indicating that the install finished. | [optional]
|
15
15
|
**response_challenge_code** | **str** | The code of a challenge to respond to indicating that the install finished. | [optional]
|
16
|
-
**session_context** | **str
|
16
|
+
**session_context** | **str** | A session-context string for analytics cross-join purposes. | [optional]
|
17
17
|
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
|
18
18
|
|
19
19
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
@@ -211,7 +211,7 @@ class AgentConnectorBootstrap(ModelNormal):
|
|
211
211
|
'join_cluster': (bool,), # noqa: E501
|
212
212
|
'response_challenge_id': (str,), # noqa: E501
|
213
213
|
'response_challenge_code': (str,), # noqa: E501
|
214
|
-
'session_context': (str,
|
214
|
+
'session_context': (str,), # noqa: E501
|
215
215
|
}
|
216
216
|
|
217
217
|
@cached_property
|
@@ -283,7 +283,7 @@ class AgentConnectorBootstrap(ModelNormal):
|
|
283
283
|
join_cluster (bool): Whether to join a cluster or create a new one. If false or not set, a new cluster is created. [optional] # noqa: E501
|
284
284
|
response_challenge_id (str): The ID of a challenge to respond to indicating that the install finished. . [optional] # noqa: E501
|
285
285
|
response_challenge_code (str): The code of a challenge to respond to indicating that the install finished. . [optional] # noqa: E501
|
286
|
-
session_context (str
|
286
|
+
session_context (str): A session-context string for analytics cross-join purposes. . [optional] # noqa: E501
|
287
287
|
"""
|
288
288
|
|
289
289
|
_check_type = kwargs.pop('_check_type', True)
|
@@ -383,7 +383,7 @@ class AgentConnectorBootstrap(ModelNormal):
|
|
383
383
|
join_cluster (bool): Whether to join a cluster or create a new one. If false or not set, a new cluster is created. [optional] # noqa: E501
|
384
384
|
response_challenge_id (str): The ID of a challenge to respond to indicating that the install finished. . [optional] # noqa: E501
|
385
385
|
response_challenge_code (str): The code of a challenge to respond to indicating that the install finished. . [optional] # noqa: E501
|
386
|
-
session_context (str
|
386
|
+
session_context (str): A session-context string for analytics cross-join purposes. . [optional] # noqa: E501
|
387
387
|
"""
|
388
388
|
|
389
389
|
_check_type = kwargs.pop('_check_type', True)
|
agilicus/agilicus_api_README.md
CHANGED
@@ -4,7 +4,7 @@ Agilicus is API-first. Modern software is controlled by other software, is open,
|
|
4
4
|
The `agilicus_api` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
5
5
|
|
6
6
|
- API version: 2024.11.29
|
7
|
-
- Package version: 1.271.
|
7
|
+
- Package version: 1.271.1
|
8
8
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
9
9
|
For more information, please visit [https://www.agilicus.com/api](https://www.agilicus.com/api)
|
10
10
|
|
@@ -71,9 +71,9 @@ agilicus/agilicus_api/api/users_api.py,sha256=LmW0aaa5f2w_mUjD1g7HS_B6Zw6yFIvv3W
|
|
71
71
|
agilicus/agilicus_api/api/users_api_mock.py,sha256=wA_xiqL3Pz3KjljKlsmf5NveLZS1FpbaKJHBp7QvarY,15411
|
72
72
|
agilicus/agilicus_api/api/whoami_api.py,sha256=1FOTQMB0cV0vn-4wukRfN7Mois9CTK_p_iM8kTuI0hc,7941
|
73
73
|
agilicus/agilicus_api/api/whoami_api_mock.py,sha256=rlvZoWnMCqORMZBg7SOv6d3xp52kELdh6wXcCaIZ93w,346
|
74
|
-
agilicus/agilicus_api/api_client.py,sha256
|
74
|
+
agilicus/agilicus_api/api_client.py,sha256=-6jhUuxMIWutE8Pl2e_y3qu6jKi2DdzP31X5ujyNdTw,38845
|
75
75
|
agilicus/agilicus_api/apis/__init__.py,sha256=aJZD7x-umdSni6ZBr4XxzpH8pwtU9hA5LlCDxcqa1Q8,2224
|
76
|
-
agilicus/agilicus_api/configuration.py,sha256=
|
76
|
+
agilicus/agilicus_api/configuration.py,sha256=nlB-kivh-_uzeZ459N5eBUNgdkn99OM0BvY2ikXNIpE,18447
|
77
77
|
agilicus/agilicus_api/docs/APIKey.md,sha256=4cKuz4_l9HcEDnUrLwYbEnn9C2WoDayrjfrY1Ixgaf4,1747
|
78
78
|
agilicus/agilicus_api/docs/APIKeyIntrospect.md,sha256=nJ-zkuFm3JMbWFDYYN_vYyQk1snGBtBvIxtCQxamhAU,1019
|
79
79
|
agilicus/agilicus_api/docs/APIKeyIntrospectAuthorizationInfo.md,sha256=7RApOOLjvWQs5sw2jb25g7i3Kta1BiEY-s8VRXfppH8,725
|
@@ -87,7 +87,7 @@ agilicus/agilicus_api/docs/AddGroupMemberRequest.md,sha256=fxnBZ8o3dnkV431Rsqjnu
|
|
87
87
|
agilicus/agilicus_api/docs/AdminStatus.md,sha256=VNDAK5OAfgvD-o6aE1b4BWUxgNRI3Yc0RN3Pu4CaNUY,1092
|
88
88
|
agilicus/agilicus_api/docs/AgentConnector.md,sha256=LO6GfXqgCofgZVdjtB1tImJnwvEu_w1KLtIMuhGEKnE,1057
|
89
89
|
agilicus/agilicus_api/docs/AgentConnectorAuthzStats.md,sha256=5aM92GZRKNnUxk6pxXJve9fV99dovH2qDRvrwY754sI,4459
|
90
|
-
agilicus/agilicus_api/docs/AgentConnectorBootstrap.md,sha256=
|
90
|
+
agilicus/agilicus_api/docs/AgentConnectorBootstrap.md,sha256=HwdkViUC1uCsY4I4wT-qTfmouCPjhhO3bqlwpvbkGPw,1743
|
91
91
|
agilicus/agilicus_api/docs/AgentConnectorCloudRouting.md,sha256=4qFeYEfHd-l_m_CLcopNmKqxktYrMT5U0n0rcU2-b_A,1008
|
92
92
|
agilicus/agilicus_api/docs/AgentConnectorConnectionInfo.md,sha256=1lOz6WTI4GG2YvZmBnfU6AbWv7Sh7HD5LZMXnelbc9E,3805
|
93
93
|
agilicus/agilicus_api/docs/AgentConnectorDynamicStats.md,sha256=gDEjKuvXYQBAeTMD_2KWYTxHMrfm72l5AMNPomIx_YM,1119
|
@@ -918,7 +918,7 @@ agilicus/agilicus_api/model/add_group_member_request.py,sha256=qTLCHfDX0c34Xdni4
|
|
918
918
|
agilicus/agilicus_api/model/admin_status.py,sha256=ExdZCo15vAQNeqGxmKjVWEYloTZlVX6XnH01BEl-luY,15160
|
919
919
|
agilicus/agilicus_api/model/agent_connector.py,sha256=MQwFqWRHI_FFwkqvXT_12j6HnxmvFs3j_LfKjGCELGY,14583
|
920
920
|
agilicus/agilicus_api/model/agent_connector_authz_stats.py,sha256=kMcELEVJmtmtuDJe-QMNSvYjrEWDyCZxo2jtTIbpuF0,36943
|
921
|
-
agilicus/agilicus_api/model/agent_connector_bootstrap.py,sha256=
|
921
|
+
agilicus/agilicus_api/model/agent_connector_bootstrap.py,sha256=_GYuq5ueiKRXVZimuR0MbwHxiJhfuFW1wxQ8GPGFuCo,19453
|
922
922
|
agilicus/agilicus_api/model/agent_connector_cloud_routing.py,sha256=_Ao5iLTo0yTQIc2tNuL6gMuHUalC72DqlGCEZx05610,14673
|
923
923
|
agilicus/agilicus_api/model/agent_connector_connection_info.py,sha256=zQ4dEGo62clZ_8U_O03OMdFjwgUnii0I_eBgp9wjad4,27210
|
924
924
|
agilicus/agilicus_api/model/agent_connector_dynamic_stats.py,sha256=9KW2cUj8WKBwOf9Y5HtuSGRKCf0j-aY9P1tBA7c3g2c,15967
|
@@ -2556,7 +2556,7 @@ agilicus/agilicus_api/test/test_x509_root_certificate.py,sha256=3m6uvKh3FGg1wzsx
|
|
2556
2556
|
agilicus/agilicus_api/test/test_x509_root_certificate_spec.py,sha256=QGWEOt1m4sHRG5j7riZPIEr-YXi97tRGY1aglrBHCaM,2832
|
2557
2557
|
agilicus/agilicus_api/test/test_x509_root_certificate_status.py,sha256=QoeWtnjpnpg0GKkgqtn8iHiO6rz6DnQrT5bO6Vwp1Uo,2846
|
2558
2558
|
agilicus/agilicus_api/test/test_xss_settings.py,sha256=9yoxERQY9kV0fapvRNchTGRVeYMX8EXzOHz4mHhbKkY,2746
|
2559
|
-
agilicus/agilicus_api_README.md,sha256=
|
2559
|
+
agilicus/agilicus_api_README.md,sha256=bJ-IiV4m66A2g76T50oqHd5YCVWbn3HOlIPUpPRvUmk,163695
|
2560
2560
|
agilicus/aliases.ini,sha256=MxqiVo2f2xdUDVF1YDkNW36AIqN8hrYjlTVfraEUZXY,455
|
2561
2561
|
agilicus/amq.py,sha256=yxi-YTbJPVl10s78Hlr1dmrQR63iaSIoROGVILzFPmE,1775
|
2562
2562
|
agilicus/apps.py,sha256=ZRPqOq9ecFTqaBce5JQW7e1zekoJbhgYKDDsxyWo5BA,53212
|
@@ -2649,8 +2649,8 @@ agilicus/trusted_certs/trusted_certs_main.py,sha256=6dHHWXvNIcUa_nA9ptigL4Vibe4n
|
|
2649
2649
|
agilicus/users.py,sha256=JT7TIiUOtSFXPOdxmIVFm7ygZTH1FjsIkD9j-vjLuMM,38474
|
2650
2650
|
agilicus/version.py,sha256=G9OFdL1v_4dLDfk6I6taDNypM5bbO-JHAwilsu9LYgg,23
|
2651
2651
|
agilicus/whoami.py,sha256=kqghtWMgZOd2rhKmfguDwCTm6A3gNS8Kj-S2IBxBtl0,206
|
2652
|
-
agilicus-1.271.
|
2653
|
-
agilicus-1.271.
|
2654
|
-
agilicus-1.271.
|
2655
|
-
agilicus-1.271.
|
2656
|
-
agilicus-1.271.
|
2652
|
+
agilicus-1.271.1.dist-info/LICENSE.txt,sha256=Zq4tqiCroC2CVrBB_PWjapRdvpae23nljdiaSkOzUho,1061
|
2653
|
+
agilicus-1.271.1.dist-info/METADATA,sha256=e2SEcbxg1rYvF_3P9xHDhCszD9nVYTnFyEZxrOGqlt0,3873
|
2654
|
+
agilicus-1.271.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
2655
|
+
agilicus-1.271.1.dist-info/entry_points.txt,sha256=a66hGozzLkHu0IewFzIMbSAhMTNTddUaA2T3_16Gb_s,51
|
2656
|
+
agilicus-1.271.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|