assisted-service-client 2.36.0.post2__py3-none-any.whl → 2.36.0.post4__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 assisted-service-client might be problematic. Click here for more details.

@@ -157,7 +157,7 @@ class EventsApi(object):
157
157
  ['application/json']) # noqa: E501
158
158
 
159
159
  # Authentication setting
160
- auth_settings = ['urlAuth', 'userAuth'] # noqa: E501
160
+ auth_settings = ['urlAuth', 'userAuth', 'watcherAuth'] # noqa: E501
161
161
 
162
162
  return self.api_client.call_api(
163
163
  '/v2/events', 'GET',
@@ -1160,7 +1160,7 @@ class InstallerApi(object):
1160
1160
  ['application/json']) # noqa: E501
1161
1161
 
1162
1162
  # Authentication setting
1163
- auth_settings = ['userAuth'] # noqa: E501
1163
+ auth_settings = ['userAuth', 'watcherAuth'] # noqa: E501
1164
1164
 
1165
1165
  return self.api_client.call_api(
1166
1166
  '/v2/infra-envs', 'GET',
@@ -2848,7 +2848,7 @@ class InstallerApi(object):
2848
2848
  ['application/json']) # noqa: E501
2849
2849
 
2850
2850
  # Authentication setting
2851
- auth_settings = ['agentAuth', 'userAuth'] # noqa: E501
2851
+ auth_settings = ['agentAuth', 'userAuth', 'watcherAuth'] # noqa: E501
2852
2852
 
2853
2853
  return self.api_client.call_api(
2854
2854
  '/v2/clusters/{cluster_id}', 'GET',
@@ -4406,7 +4406,7 @@ class InstallerApi(object):
4406
4406
  ['application/json']) # noqa: E501
4407
4407
 
4408
4408
  # Authentication setting
4409
- auth_settings = ['userAuth'] # noqa: E501
4409
+ auth_settings = ['userAuth', 'watcherAuth'] # noqa: E501
4410
4410
 
4411
4411
  return self.api_client.call_api(
4412
4412
  '/v2/clusters', 'GET',
@@ -264,6 +264,13 @@ class Configuration(object):
264
264
  'key': 'Authorization',
265
265
  'value': self.get_api_key_with_prefix('Authorization')
266
266
  },
267
+ 'watcherAuth':
268
+ {
269
+ 'type': 'api_key',
270
+ 'in': 'header',
271
+ 'key': 'Watcher-Authorization',
272
+ 'value': self.get_api_key_with_prefix('Watcher-Authorization')
273
+ },
267
274
 
268
275
  }
269
276
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: assisted-service-client
3
- Version: 2.36.0.post2
3
+ Version: 2.36.0.post4
4
4
  Summary: AssistedInstall
5
5
  Home-page: https://github.com/openshift/assisted-service
6
6
  Author: RedHat
@@ -86,6 +86,11 @@ configuration = assisted_service_client.Configuration()
86
86
  configuration.api_key['Authorization'] = 'YOUR_API_KEY'
87
87
  # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
88
88
  # configuration.api_key_prefix['Authorization'] = 'Bearer'
89
+ # Configure API key authorization: watcherAuth
90
+ configuration = assisted_service_client.Configuration()
91
+ configuration.api_key['Watcher-Authorization'] = 'YOUR_API_KEY'
92
+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
93
+ # configuration.api_key_prefix['Watcher-Authorization'] = 'Bearer'
89
94
 
90
95
  # create an instance of the API class
91
96
  api_instance = assisted_service_client.EventsApi(assisted_service_client.ApiClient(configuration))
@@ -414,6 +419,12 @@ Class | Method | HTTP request | Description
414
419
  - **API key parameter name**: Authorization
415
420
  - **Location**: HTTP header
416
421
 
422
+ ## watcherAuth
423
+
424
+ - **Type**: API key
425
+ - **API key parameter name**: Watcher-Authorization
426
+ - **Location**: HTTP header
427
+
417
428
 
418
429
  ## Author
419
430
 
@@ -1,10 +1,10 @@
1
1
  assisted_service_client/__init__.py,sha256=nTxET6SMoR7N31_tP3m4oxSqpjUWnqJi5-Auc_U1lmg,15094
2
2
  assisted_service_client/api_client.py,sha256=ypPMDOaIc8GI-xm-g5PrNLYlakkK5K3qcJBjJP5GlbM,24986
3
- assisted_service_client/configuration.py,sha256=cnW5aIc2HR6HqBv7LXhMfoJTdfPhBed_97UxKDzE8Ro,9078
3
+ assisted_service_client/configuration.py,sha256=wLYxtRlTlR9o-y24tqlDSgfjrh9YdiyWaM8-QxFOyOY,9352
4
4
  assisted_service_client/rest.py,sha256=fLcY2m9yxpqJW4agxf3yCJyiz486qPLgqw8CbCuftZw,13123
5
5
  assisted_service_client/api/__init__.py,sha256=PblMXYK6UKW4rSdDx3F7SA-M1xpjo4rzTBZOx0_cotA,492
6
- assisted_service_client/api/events_api.py,sha256=iqXCFQh-6V0kDnXI6w07uoy6ujuleAj57JphTACwcuY,11483
7
- assisted_service_client/api/installer_api.py,sha256=O4W5uLz2xoHnr4WdkUVvz2SUQkjNFsQDvXauEfq2A-Q,299863
6
+ assisted_service_client/api/events_api.py,sha256=ViI7Amn3-o8PcVbAg2iGan0nFrk6oJ0uuXGXA6nMATY,11498
7
+ assisted_service_client/api/installer_api.py,sha256=TzuJkgnIyr4X4Qbh1A0xis1_YaGQmo7Y_G3RapsS4TY,299908
8
8
  assisted_service_client/api/managed_domains_api.py,sha256=rTPj3IVxrECtMc_-acZ14u6WydVqHVw6VaM7I8Zvu3g,4087
9
9
  assisted_service_client/api/manifests_api.py,sha256=aLktOGwkOa3siGnJOYuGO0mH3TlES-fBZvilNvseGO0,25146
10
10
  assisted_service_client/api/operators_api.py,sha256=d-QpJNPGcrAKlE2zG7K160zWrQ7_Wig4osid_92zSTQ,17473
@@ -375,7 +375,7 @@ test/test_versions.py,sha256=n-4xIBBiEuExya4yfHjxHbsRinb_vccUxwIrMxyEvfk,843
375
375
  test/test_versions_api.py,sha256=STXdU0DUr6Bmpp8YEBvPKo5ohNZKwxI0e_ddDi3F_1c,1087
376
376
  test/test_vip_type.py,sha256=MAse7Cn2PT8pBELxmmAa4X9K_fZ-jtvNTmrqQ0Hvc-o,837
377
377
  test/test_vip_verification.py,sha256=DwaHdagiOxRAPQ8TN541xSPn--MJEbRATBm1h3OmmZ4,901
378
- assisted_service_client-2.36.0.post2.dist-info/METADATA,sha256=tD955ZBTysAoEcSX1ZSiUKgmD6Bf6PB5AJk7ZRBKGN8,25666
379
- assisted_service_client-2.36.0.post2.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
380
- assisted_service_client-2.36.0.post2.dist-info/top_level.txt,sha256=4hfKi9CMXGm1B8Tohp02sqpWY8GTFoD38UbGI8duAD4,29
381
- assisted_service_client-2.36.0.post2.dist-info/RECORD,,
378
+ assisted_service_client-2.36.0.post4.dist-info/METADATA,sha256=Ij98i0bJlUtoyVSZizwei94-RZe7X8fgtfG0nHr3emE,26088
379
+ assisted_service_client-2.36.0.post4.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
380
+ assisted_service_client-2.36.0.post4.dist-info/top_level.txt,sha256=4hfKi9CMXGm1B8Tohp02sqpWY8GTFoD38UbGI8duAD4,29
381
+ assisted_service_client-2.36.0.post4.dist-info/RECORD,,