agilicus 1.205.1__py3-none-any.whl → 1.205.2__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.205.1/python'
80
+ self.user_agent = 'OpenAPI-Generator/1.205.2/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: 2023.06.22\n"\
390
- "SDK Package Version: 1.205.1".\
390
+ "SDK Package Version: 1.205.2".\
391
391
  format(env=sys.platform, pyversion=sys.version)
392
392
 
393
393
  def get_host_settings(self):
@@ -5,10 +5,10 @@ Published upstream statistics for a connector instance
5
5
  ## Properties
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **ip_upstream_stats** | [**[ApplicationServiceCommonStats]**](ApplicationServiceCommonStats.md) | The stats for all ip upstreams of a connector instance. |
9
- **ssh_upstream_stats** | [**[ApplicationServiceCommonStats]**](ApplicationServiceCommonStats.md) | The stats for all ssh upstreams of a connector instance. |
10
- **desktop_upstream_stats** | [**[ApplicationServiceCommonStats]**](ApplicationServiceCommonStats.md) | The stats for all desktop upstreams of a connector instance. |
11
- **share_upstream_stats** | [**[ApplicationServiceCommonStats]**](ApplicationServiceCommonStats.md) | The stats for all share upstreams of a connector instance. |
8
+ **ip_upstream_stats** | [**[ApplicationServiceStatsPublish]**](ApplicationServiceStatsPublish.md) | The stats for all ip upstreams of a connector instance. |
9
+ **ssh_upstream_stats** | [**[ApplicationServiceStatsPublish]**](ApplicationServiceStatsPublish.md) | The stats for all ssh upstreams of a connector instance. |
10
+ **desktop_upstream_stats** | [**[ApplicationServiceStatsPublish]**](ApplicationServiceStatsPublish.md) | The stats for all desktop upstreams of a connector instance. |
11
+ **share_upstream_stats** | [**[ApplicationServiceStatsPublish]**](ApplicationServiceStatsPublish.md) | The stats for all share upstreams of a connector instance. |
12
12
  **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]
13
13
 
14
14
  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -31,8 +31,8 @@ from agilicus_api.exceptions import ApiAttributeError
31
31
 
32
32
 
33
33
  def lazy_import():
34
- from agilicus_api.model.application_service_common_stats import ApplicationServiceCommonStats
35
- globals()['ApplicationServiceCommonStats'] = ApplicationServiceCommonStats
34
+ from agilicus_api.model.application_service_stats_publish import ApplicationServiceStatsPublish
35
+ globals()['ApplicationServiceStatsPublish'] = ApplicationServiceStatsPublish
36
36
 
37
37
 
38
38
  class ConnectorUpstreamStatsPublish(ModelNormal):
@@ -120,10 +120,10 @@ class ConnectorUpstreamStatsPublish(ModelNormal):
120
120
  """
121
121
  lazy_import()
122
122
  return {
123
- 'ip_upstream_stats': ([ApplicationServiceCommonStats],), # noqa: E501
124
- 'ssh_upstream_stats': ([ApplicationServiceCommonStats],), # noqa: E501
125
- 'desktop_upstream_stats': ([ApplicationServiceCommonStats],), # noqa: E501
126
- 'share_upstream_stats': ([ApplicationServiceCommonStats],), # noqa: E501
123
+ 'ip_upstream_stats': ([ApplicationServiceStatsPublish],), # noqa: E501
124
+ 'ssh_upstream_stats': ([ApplicationServiceStatsPublish],), # noqa: E501
125
+ 'desktop_upstream_stats': ([ApplicationServiceStatsPublish],), # noqa: E501
126
+ 'share_upstream_stats': ([ApplicationServiceStatsPublish],), # noqa: E501
127
127
  }
128
128
 
129
129
  @cached_property
@@ -150,10 +150,10 @@ class ConnectorUpstreamStatsPublish(ModelNormal):
150
150
  """ConnectorUpstreamStatsPublish - a model defined in OpenAPI
151
151
 
152
152
  Args:
153
- ip_upstream_stats ([ApplicationServiceCommonStats]): The stats for all ip upstreams of a connector instance.
154
- ssh_upstream_stats ([ApplicationServiceCommonStats]): The stats for all ssh upstreams of a connector instance.
155
- desktop_upstream_stats ([ApplicationServiceCommonStats]): The stats for all desktop upstreams of a connector instance.
156
- share_upstream_stats ([ApplicationServiceCommonStats]): The stats for all share upstreams of a connector instance.
153
+ ip_upstream_stats ([ApplicationServiceStatsPublish]): The stats for all ip upstreams of a connector instance.
154
+ ssh_upstream_stats ([ApplicationServiceStatsPublish]): The stats for all ssh upstreams of a connector instance.
155
+ desktop_upstream_stats ([ApplicationServiceStatsPublish]): The stats for all desktop upstreams of a connector instance.
156
+ share_upstream_stats ([ApplicationServiceStatsPublish]): The stats for all share upstreams of a connector instance.
157
157
 
158
158
  Keyword Args:
159
159
  _check_type (bool): if True, values for parameters in openapi_types
@@ -244,10 +244,10 @@ class ConnectorUpstreamStatsPublish(ModelNormal):
244
244
  """ConnectorUpstreamStatsPublish - a model defined in OpenAPI
245
245
 
246
246
  Args:
247
- ip_upstream_stats ([ApplicationServiceCommonStats]): The stats for all ip upstreams of a connector instance.
248
- ssh_upstream_stats ([ApplicationServiceCommonStats]): The stats for all ssh upstreams of a connector instance.
249
- desktop_upstream_stats ([ApplicationServiceCommonStats]): The stats for all desktop upstreams of a connector instance.
250
- share_upstream_stats ([ApplicationServiceCommonStats]): The stats for all share upstreams of a connector instance.
247
+ ip_upstream_stats ([ApplicationServiceStatsPublish]): The stats for all ip upstreams of a connector instance.
248
+ ssh_upstream_stats ([ApplicationServiceStatsPublish]): The stats for all ssh upstreams of a connector instance.
249
+ desktop_upstream_stats ([ApplicationServiceStatsPublish]): The stats for all desktop upstreams of a connector instance.
250
+ share_upstream_stats ([ApplicationServiceStatsPublish]): The stats for all share upstreams of a connector instance.
251
251
 
252
252
  Keyword Args:
253
253
  _check_type (bool): if True, values for parameters in openapi_types
@@ -13,8 +13,8 @@ import sys
13
13
  import unittest
14
14
 
15
15
  import agilicus_api
16
- from agilicus_api.model.application_service_common_stats import ApplicationServiceCommonStats
17
- globals()['ApplicationServiceCommonStats'] = ApplicationServiceCommonStats
16
+ from agilicus_api.model.application_service_stats_publish import ApplicationServiceStatsPublish
17
+ globals()['ApplicationServiceStatsPublish'] = ApplicationServiceStatsPublish
18
18
  from agilicus_api.model.connector_upstream_stats_publish import ConnectorUpstreamStatsPublish
19
19
 
20
20
 
@@ -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: 2023.06.22
7
- - Package version: 1.205.1
7
+ - Package version: 1.205.2
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
 
agilicus/main.py CHANGED
@@ -4999,7 +4999,13 @@ def show_connector(ctx, **kwargs):
4999
4999
 
5000
5000
  @cli.command(name="configure-connector-stats-publishing")
5001
5001
  @click.option("--org-id", default=None)
5002
- @click.option("--connector-id", type=str, multiple=True, required=True)
5002
+ @click.option(
5003
+ "--connector-id",
5004
+ type=str,
5005
+ multiple=True,
5006
+ required=True,
5007
+ help="list of connectors to configure",
5008
+ )
5003
5009
  @click.option("--publish-period-s", type=int, default=30)
5004
5010
  @click.option("--net-summary-duration-s", type=int, default=None)
5005
5011
  @click.option("--http-summary-duration-s", type=int, default=None)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: agilicus
3
- Version: 1.205.1
3
+ Version: 1.205.2
4
4
  Summary: Agilicus SDK
5
5
  Home-page: https://www.agilicus.com/
6
6
  License: MIT
@@ -56,9 +56,9 @@ agilicus/agilicus_api/api/users_api.py,sha256=PSO6uTVwH3e-6z0wYtLw34JC0W4TPbMEjw
56
56
  agilicus/agilicus_api/api/users_api_mock.py,sha256=wA_xiqL3Pz3KjljKlsmf5NveLZS1FpbaKJHBp7QvarY,15411
57
57
  agilicus/agilicus_api/api/whoami_api.py,sha256=I1oEhwwnCk6h8H9wQ914v-x6xDcScyh6o_YYPIY4VOM,7941
58
58
  agilicus/agilicus_api/api/whoami_api_mock.py,sha256=rlvZoWnMCqORMZBg7SOv6d3xp52kELdh6wXcCaIZ93w,346
59
- agilicus/agilicus_api/api_client.py,sha256=r6LDr_NTeX-Pdqr8maGgnEhRO5cub90vH1wnTrJBLLo,38845
59
+ agilicus/agilicus_api/api_client.py,sha256=q3ne09D3lqBFa0JKEcbg8pCiSG2wx4xJ2IsIPbPJHaA,38845
60
60
  agilicus/agilicus_api/apis/__init__.py,sha256=RgE6ZpAhdJQlmXXP-1vt7yX_BF3wQ6M_GoYYIriEjeQ,1823
61
- agilicus/agilicus_api/configuration.py,sha256=95--ruCLVK_vMtRL1vKSa-bYjGY5AVN1FTx3hHuwVnw,18447
61
+ agilicus/agilicus_api/configuration.py,sha256=I52re9pH36IWkbx98wFD5RGWo8ETe88gu-2gOz-FqcU,18447
62
62
  agilicus/agilicus_api/docs/APIKey.md,sha256=4cKuz4_l9HcEDnUrLwYbEnn9C2WoDayrjfrY1Ixgaf4,1747
63
63
  agilicus/agilicus_api/docs/APIKeyIntrospect.md,sha256=nJ-zkuFm3JMbWFDYYN_vYyQk1snGBtBvIxtCQxamhAU,1019
64
64
  agilicus/agilicus_api/docs/APIKeyIntrospectAuthorizationInfo.md,sha256=7RApOOLjvWQs5sw2jb25g7i3Kta1BiEY-s8VRXfppH8,725
@@ -231,7 +231,7 @@ agilicus/agilicus_api/docs/ConnectorStats.md,sha256=NUQtRy1Yzj7-YHL0iLSmUJLTmL0_
231
231
  agilicus/agilicus_api/docs/ConnectorStatsMetadata.md,sha256=iguIhAAIf_87WYeh6cjIyjCKSr3_KNYU3Riq0m7w_KU,853
232
232
  agilicus/agilicus_api/docs/ConnectorStatus.md,sha256=TZlMzoaGyf09eJx49hx3Y2sRSoXurGQAN3VBtkK0S6I,1189
233
233
  agilicus/agilicus_api/docs/ConnectorSystemStats.md,sha256=J5tI-N4q9-0Jg8xS3Ru3FPcXi-164-eZqj9ltpmeGZ8,1259
234
- agilicus/agilicus_api/docs/ConnectorUpstreamStatsPublish.md,sha256=fModFswvI1NBF-R4Ic_L-hIkZFOsrzPh-kXmC-m7eBU,1182
234
+ agilicus/agilicus_api/docs/ConnectorUpstreamStatsPublish.md,sha256=hjzVds6ilvWuIUzYsnHhz1roNu431YP0_eLP6DUfEFw,1190
235
235
  agilicus/agilicus_api/docs/ConnectorsApi.md,sha256=nojbyDSCuLp9cZaTKSr-vTd-iV3nUhGbiFfPUdg_QIk,161889
236
236
  agilicus/agilicus_api/docs/ContentTypeOptionsSettings.md,sha256=igN8Xm2pXUO2mQ_sj1WB_ha56dznFbt5lfPVru5ZRpY,1445
237
237
  agilicus/agilicus_api/docs/CreateBillingUsageRecords.md,sha256=bGNJhMO3cENhfHer1LiEbBjJgo-_0P12uWKG6CXFoeY,896
@@ -874,7 +874,7 @@ agilicus/agilicus_api/model/connector_stats.py,sha256=o8yAtq6wd0cmsfyApeS-XZBgbN
874
874
  agilicus/agilicus_api/model/connector_stats_metadata.py,sha256=Q5lSWGoRpHddMmcfayrzZg2wmkEAGN5sQIXbKRo8Cbg,14678
875
875
  agilicus/agilicus_api/model/connector_status.py,sha256=YVT09aWoCS4pinymY5L9HpsGCiks6t8egZZ21MpCgBM,17006
876
876
  agilicus/agilicus_api/model/connector_system_stats.py,sha256=gURj4FLf7vmDIWTK-PnLEJ47oirZeHTJRbiwnxYBJq0,16654
877
- agilicus/agilicus_api/model/connector_upstream_stats_publish.py,sha256=30A9OKDzj95maIfdob8SVNOxLJFeJ-5UBQTz-radwBU,16372
877
+ agilicus/agilicus_api/model/connector_upstream_stats_publish.py,sha256=j8q3alsqKcltkKxuguY2VDQEl14yAqsYD3W38z3KJFg,16388
878
878
  agilicus/agilicus_api/model/content_type_options_settings.py,sha256=zhGZkt1X44fJNQ23cO_FlKy1pfdi1Z7XCArRfO6bHaw,15556
879
879
  agilicus/agilicus_api/model/cors_origin.py,sha256=9MmUKbTgxYACxE0ECVqkf5yTXTSsUbJQxp9mAq1NQqY,13572
880
880
  agilicus/agilicus_api/model/cors_settings.py,sha256=Qk72aeSjDy8BmAajQKUnvkkPn36OlfhvusKsNpWJnC8,22534
@@ -1513,7 +1513,7 @@ agilicus/agilicus_api/test/test_connector_stats.py,sha256=42qpuuIplcsQie5cxklC6f
1513
1513
  agilicus/agilicus_api/test/test_connector_stats_metadata.py,sha256=S_Wz4NJA3jOH2DnKGGbucZuzlUxuJZUGqRWZ0LUdyEQ,2824
1514
1514
  agilicus/agilicus_api/test/test_connector_status.py,sha256=YrdGIbjcn15jrxB5GwnM1ytpHfEyceaR2xPF2L5FijY,3242
1515
1515
  agilicus/agilicus_api/test/test_connector_system_stats.py,sha256=A23eXBmmHTGoDxlU42JSkI6HoCSPO4qd5Wmib6TCeLw,2810
1516
- agilicus/agilicus_api/test/test_connector_upstream_stats_publish.py,sha256=Jt3NvEXiyrNI27wbG2ODjQ0TE5y34cT6MurDs3a3rzE,3043
1516
+ agilicus/agilicus_api/test/test_connector_upstream_stats_publish.py,sha256=XL0EOjBeCBAYiCWa4yc3m9R4VZUQ5LH85KToFDrOHS8,3047
1517
1517
  agilicus/agilicus_api/test/test_connectors_api.py,sha256=CoH-g8yEKDW8tALFDohCXsLBX3lVvEUEBkK_HatDtZE,9435
1518
1518
  agilicus/agilicus_api/test/test_content_type_options_settings.py,sha256=MiXHcOD3c0ZcGsTOR0maBb6ciXyN4vIiYJuTra7Q-Zo,2853
1519
1519
  agilicus/agilicus_api/test/test_cors_origin.py,sha256=p_OM6QOp9BlzplYgdw_QVtzepHfqXB0u14MiqVEfnIw,2739
@@ -1999,7 +1999,7 @@ agilicus/agilicus_api/test/test_x509_root_certificate.py,sha256=WvDbGThPYB4ZZ9jE
1999
1999
  agilicus/agilicus_api/test/test_x509_root_certificate_spec.py,sha256=AEb8SiE4lpsp5_ZI3ejN9MnNTuRq9kMYTlCgoMwUPfg,2832
2000
2000
  agilicus/agilicus_api/test/test_x509_root_certificate_status.py,sha256=138yaGQJiWqwXZuNKZotFcp_2WSirNZOLS51k1OfyHI,2846
2001
2001
  agilicus/agilicus_api/test/test_xss_settings.py,sha256=PZYkDbevwOhAs3EwAYIGEZNewhdh7325n88lBYXQcV0,2746
2002
- agilicus/agilicus_api_README.md,sha256=WR7bo6YrI3OgZrMPDG8BU_EQRTwblsOCn837EF_9wMM,127754
2002
+ agilicus/agilicus_api_README.md,sha256=f4MQCYkXX1FVRlqmJ6vH_WxCXFsd8Wrto0jlcqquFf4,127754
2003
2003
  agilicus/aliases.ini,sha256=MxqiVo2f2xdUDVF1YDkNW36AIqN8hrYjlTVfraEUZXY,455
2004
2004
  agilicus/amq.py,sha256=yxi-YTbJPVl10s78Hlr1dmrQR63iaSIoROGVILzFPmE,1775
2005
2005
  agilicus/apps.py,sha256=PDB3IiAKH9uAbCsYB_NE2SUKnr5jHgZlQYqPK942HWE,47385
@@ -2036,7 +2036,7 @@ agilicus/keyring_storage.py,sha256=tQEfDPW27xEdjPIBnjAyZOAG3wHlk3KQ2DSKYr4B5fM,2
2036
2036
  agilicus/launchers.py,sha256=ji3uhu-xPVlnWnkwhZVw19HntQVE7Up5IMiaLfNpvJg,9223
2037
2037
  agilicus/logs.py,sha256=tS8c_sdre1Dncrl59GVGQ0L3d2jtwlVjvIMl3SHJraY,766
2038
2038
  agilicus/lookups.py,sha256=MNmNsKpP7Fq_poLAnL9xo_iptFilKM9ziGLyIe8VKaw,669
2039
- agilicus/main.py,sha256=wBi34qBW-S-0lGkBeSX2XGlVe-3fk26SWdlEFfA1jD8,245671
2039
+ agilicus/main.py,sha256=6YJjJzwQAAXQAPmmY-kwhu6twZX4dwJduQMT8yxAAKE,245734
2040
2040
  agilicus/messages.py,sha256=WflrK1dPJaYP15WGnVk4XGnlDw2q-EFnUXNOSWAnziE,4490
2041
2041
  agilicus/metrics.py,sha256=9l0T7ea4Gvcj7A1C4uC4mv6v26_S8HKnmIuxJjq3mQw,1424
2042
2042
  agilicus/orgs.py,sha256=9zC97w-XZJiluTGdoWw1izpVMnu3P3RDNnIIvVD6WMg,12031
@@ -2061,8 +2061,8 @@ agilicus/transfers.py,sha256=PYr_fW7dyXNUXzi5Wp5mUjZOvU7MbRzoN-D8Omo-YSQ,1523
2061
2061
  agilicus/users.py,sha256=ybGQMH-c2OAUzAWZTlsoUWt8dlXxkm0wRRPEvgdTjic,37960
2062
2062
  agilicus/version.py,sha256=G9OFdL1v_4dLDfk6I6taDNypM5bbO-JHAwilsu9LYgg,23
2063
2063
  agilicus/whoami.py,sha256=kqghtWMgZOd2rhKmfguDwCTm6A3gNS8Kj-S2IBxBtl0,206
2064
- agilicus-1.205.1.dist-info/LICENSE.txt,sha256=Zq4tqiCroC2CVrBB_PWjapRdvpae23nljdiaSkOzUho,1061
2065
- agilicus-1.205.1.dist-info/METADATA,sha256=nGjGheHXhP1BjiWDyVLXYzxf_T0Cqz775YeTXciud4g,3715
2066
- agilicus-1.205.1.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
2067
- agilicus-1.205.1.dist-info/entry_points.txt,sha256=a66hGozzLkHu0IewFzIMbSAhMTNTddUaA2T3_16Gb_s,51
2068
- agilicus-1.205.1.dist-info/RECORD,,
2064
+ agilicus-1.205.2.dist-info/LICENSE.txt,sha256=Zq4tqiCroC2CVrBB_PWjapRdvpae23nljdiaSkOzUho,1061
2065
+ agilicus-1.205.2.dist-info/METADATA,sha256=pV9uUCkvON_aYnHhhUIwvQPDA8LTwbashgw1yfQFdH0,3715
2066
+ agilicus-1.205.2.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
2067
+ agilicus-1.205.2.dist-info/entry_points.txt,sha256=a66hGozzLkHu0IewFzIMbSAhMTNTddUaA2T3_16Gb_s,51
2068
+ agilicus-1.205.2.dist-info/RECORD,,