crc-pulpcore-client 20251219.1__py3-none-any.whl → 20260115.1__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.
- {crc_pulpcore_client-20251219.1.dist-info → crc_pulpcore_client-20260115.1.dist-info}/METADATA +515 -515
- {crc_pulpcore_client-20251219.1.dist-info → crc_pulpcore_client-20260115.1.dist-info}/RECORD +7 -7
- pulpcore/client/pulpcore/__init__.py +1 -1
- pulpcore/client/pulpcore/configuration.py +3 -3
- pulpcore/client/pulpcore/models/artifact_distribution_response.py +17 -17
- {crc_pulpcore_client-20251219.1.dist-info → crc_pulpcore_client-20260115.1.dist-info}/WHEEL +0 -0
- {crc_pulpcore_client-20251219.1.dist-info → crc_pulpcore_client-20260115.1.dist-info}/top_level.txt +0 -0
{crc_pulpcore_client-20251219.1.dist-info → crc_pulpcore_client-20260115.1.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: crc-pulpcore-client
|
|
3
|
-
Version:
|
|
3
|
+
Version: 20260115.1
|
|
4
4
|
Summary: Pulp 3 API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Pulp Team
|
|
@@ -23,7 +23,7 @@ Dynamic: summary
|
|
|
23
23
|
|
|
24
24
|
# pulpcore.client.pulpcore.AccessPoliciesApi
|
|
25
25
|
|
|
26
|
-
All URIs are relative to *https://env-ephemeral-
|
|
26
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
27
27
|
|
|
28
28
|
Method | HTTP request | Description
|
|
29
29
|
------------- | ------------- | -------------
|
|
@@ -53,10 +53,10 @@ from pulpcore.client.pulpcore.models.paginated_access_policy_response_list impor
|
|
|
53
53
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
54
54
|
from pprint import pprint
|
|
55
55
|
|
|
56
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
56
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
57
57
|
# See configuration.py for a list of all supported configuration parameters.
|
|
58
58
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
59
|
-
host = "https://env-ephemeral-
|
|
59
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
60
60
|
)
|
|
61
61
|
|
|
62
62
|
# The client must configure the authentication and authorization parameters
|
|
@@ -183,10 +183,10 @@ from pulpcore.client.pulpcore.models.patched_access_policy import PatchedAccessP
|
|
|
183
183
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
184
184
|
from pprint import pprint
|
|
185
185
|
|
|
186
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
186
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
187
187
|
# See configuration.py for a list of all supported configuration parameters.
|
|
188
188
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
189
|
-
host = "https://env-ephemeral-
|
|
189
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
190
190
|
)
|
|
191
191
|
|
|
192
192
|
# The client must configure the authentication and authorization parameters
|
|
@@ -276,10 +276,10 @@ from pulpcore.client.pulpcore.models.access_policy_response import AccessPolicyR
|
|
|
276
276
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
277
277
|
from pprint import pprint
|
|
278
278
|
|
|
279
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
279
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
280
280
|
# See configuration.py for a list of all supported configuration parameters.
|
|
281
281
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
282
|
-
host = "https://env-ephemeral-
|
|
282
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
283
283
|
)
|
|
284
284
|
|
|
285
285
|
# The client must configure the authentication and authorization parameters
|
|
@@ -371,10 +371,10 @@ from pulpcore.client.pulpcore.models.access_policy_response import AccessPolicyR
|
|
|
371
371
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
372
372
|
from pprint import pprint
|
|
373
373
|
|
|
374
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
374
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
375
375
|
# See configuration.py for a list of all supported configuration parameters.
|
|
376
376
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
377
|
-
host = "https://env-ephemeral-
|
|
377
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
378
378
|
)
|
|
379
379
|
|
|
380
380
|
# The client must configure the authentication and authorization parameters
|
|
@@ -462,10 +462,10 @@ from pulpcore.client.pulpcore.models.access_policy_response import AccessPolicyR
|
|
|
462
462
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
463
463
|
from pprint import pprint
|
|
464
464
|
|
|
465
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
465
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
466
466
|
# See configuration.py for a list of all supported configuration parameters.
|
|
467
467
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
468
|
-
host = "https://env-ephemeral-
|
|
468
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
469
469
|
)
|
|
470
470
|
|
|
471
471
|
# The client must configure the authentication and authorization parameters
|
|
@@ -648,16 +648,16 @@ A serializer for ArtifactDistribution.
|
|
|
648
648
|
Name | Type | Description | Notes
|
|
649
649
|
------------ | ------------- | ------------- | -------------
|
|
650
650
|
**content_guard** | **str** | An optional content-guard. | [optional]
|
|
651
|
-
**pulp_last_updated** | **datetime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
|
652
651
|
**base_path** | **str** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
|
653
|
-
**no_content_change_since** | **str** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional] [readonly]
|
|
654
|
-
**prn** | **str** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
655
652
|
**pulp_href** | **str** | | [optional] [readonly]
|
|
656
|
-
**
|
|
657
|
-
**name** | **str** | A unique name. Ex, `rawhide` and `stable`. |
|
|
658
|
-
**pulp_labels** | **Dict[str, Optional[str]]** | | [optional]
|
|
653
|
+
**pulp_last_updated** | **datetime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
|
659
654
|
**pulp_created** | **datetime** | Timestamp of creation. | [optional] [readonly]
|
|
655
|
+
**prn** | **str** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
660
656
|
**base_url** | **str** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
|
657
|
+
**pulp_labels** | **Dict[str, Optional[str]]** | | [optional]
|
|
658
|
+
**no_content_change_since** | **str** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional] [readonly]
|
|
659
|
+
**name** | **str** | A unique name. Ex, `rawhide` and `stable`. |
|
|
660
|
+
**hidden** | **bool** | Whether this distribution should be shown in the content app. | [optional] [default to False]
|
|
661
661
|
|
|
662
662
|
## Example
|
|
663
663
|
|
|
@@ -722,7 +722,7 @@ artifact_response_from_dict = ArtifactResponse.from_dict(artifact_response_dict)
|
|
|
722
722
|
|
|
723
723
|
# pulpcore.client.pulpcore.ArtifactsApi
|
|
724
724
|
|
|
725
|
-
All URIs are relative to *https://env-ephemeral-
|
|
725
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
726
726
|
|
|
727
727
|
Method | HTTP request | Description
|
|
728
728
|
------------- | ------------- | -------------
|
|
@@ -751,10 +751,10 @@ from pulpcore.client.pulpcore.models.artifact_response import ArtifactResponse
|
|
|
751
751
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
752
752
|
from pprint import pprint
|
|
753
753
|
|
|
754
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
754
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
755
755
|
# See configuration.py for a list of all supported configuration parameters.
|
|
756
756
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
757
|
-
host = "https://env-ephemeral-
|
|
757
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
758
758
|
)
|
|
759
759
|
|
|
760
760
|
# The client must configure the authentication and authorization parameters
|
|
@@ -857,10 +857,10 @@ import pulpcore.client.pulpcore
|
|
|
857
857
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
858
858
|
from pprint import pprint
|
|
859
859
|
|
|
860
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
860
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
861
861
|
# See configuration.py for a list of all supported configuration parameters.
|
|
862
862
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
863
|
-
host = "https://env-ephemeral-
|
|
863
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
864
864
|
)
|
|
865
865
|
|
|
866
866
|
# The client must configure the authentication and authorization parameters
|
|
@@ -946,10 +946,10 @@ from pulpcore.client.pulpcore.models.paginated_artifact_response_list import Pag
|
|
|
946
946
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
947
947
|
from pprint import pprint
|
|
948
948
|
|
|
949
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
949
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
950
950
|
# See configuration.py for a list of all supported configuration parameters.
|
|
951
951
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
952
|
-
host = "https://env-ephemeral-
|
|
952
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
953
953
|
)
|
|
954
954
|
|
|
955
955
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1071,10 +1071,10 @@ from pulpcore.client.pulpcore.models.artifact_response import ArtifactResponse
|
|
|
1071
1071
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
1072
1072
|
from pprint import pprint
|
|
1073
1073
|
|
|
1074
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1074
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1075
1075
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1076
1076
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
1077
|
-
host = "https://env-ephemeral-
|
|
1077
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1078
1078
|
)
|
|
1079
1079
|
|
|
1080
1080
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1247,7 +1247,7 @@ composite_content_guard_response_from_dict = CompositeContentGuardResponse.from_
|
|
|
1247
1247
|
|
|
1248
1248
|
# pulpcore.client.pulpcore.ContentApi
|
|
1249
1249
|
|
|
1250
|
-
All URIs are relative to *https://env-ephemeral-
|
|
1250
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
1251
1251
|
|
|
1252
1252
|
Method | HTTP request | Description
|
|
1253
1253
|
------------- | ------------- | -------------
|
|
@@ -1273,10 +1273,10 @@ from pulpcore.client.pulpcore.models.paginated_multiple_artifact_content_respons
|
|
|
1273
1273
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
1274
1274
|
from pprint import pprint
|
|
1275
1275
|
|
|
1276
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1276
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1277
1277
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1278
1278
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
1279
|
-
host = "https://env-ephemeral-
|
|
1279
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1280
1280
|
)
|
|
1281
1281
|
|
|
1282
1282
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1414,7 +1414,7 @@ content_guard_response_from_dict = ContentGuardResponse.from_dict(content_guard_
|
|
|
1414
1414
|
|
|
1415
1415
|
# pulpcore.client.pulpcore.ContentguardsApi
|
|
1416
1416
|
|
|
1417
|
-
All URIs are relative to *https://env-ephemeral-
|
|
1417
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
1418
1418
|
|
|
1419
1419
|
Method | HTTP request | Description
|
|
1420
1420
|
------------- | ------------- | -------------
|
|
@@ -1440,10 +1440,10 @@ from pulpcore.client.pulpcore.models.paginated_content_guard_response_list impor
|
|
|
1440
1440
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
1441
1441
|
from pprint import pprint
|
|
1442
1442
|
|
|
1443
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1443
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1444
1444
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1445
1445
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
1446
|
-
host = "https://env-ephemeral-
|
|
1446
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1447
1447
|
)
|
|
1448
1448
|
|
|
1449
1449
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1554,7 +1554,7 @@ Name | Type | Description | Notes
|
|
|
1554
1554
|
|
|
1555
1555
|
# pulpcore.client.pulpcore.ContentguardsCompositeApi
|
|
1556
1556
|
|
|
1557
|
-
All URIs are relative to *https://env-ephemeral-
|
|
1557
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
1558
1558
|
|
|
1559
1559
|
Method | HTTP request | Description
|
|
1560
1560
|
------------- | ------------- | -------------
|
|
@@ -1590,10 +1590,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
1590
1590
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
1591
1591
|
from pprint import pprint
|
|
1592
1592
|
|
|
1593
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1593
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1594
1594
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1595
1595
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
1596
|
-
host = "https://env-ephemeral-
|
|
1596
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1597
1597
|
)
|
|
1598
1598
|
|
|
1599
1599
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1684,10 +1684,10 @@ from pulpcore.client.pulpcore.models.composite_content_guard_response import Com
|
|
|
1684
1684
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
1685
1685
|
from pprint import pprint
|
|
1686
1686
|
|
|
1687
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1687
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1688
1688
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1689
1689
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
1690
|
-
host = "https://env-ephemeral-
|
|
1690
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1691
1691
|
)
|
|
1692
1692
|
|
|
1693
1693
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1776,10 +1776,10 @@ import pulpcore.client.pulpcore
|
|
|
1776
1776
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
1777
1777
|
from pprint import pprint
|
|
1778
1778
|
|
|
1779
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1779
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1780
1780
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1781
1781
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
1782
|
-
host = "https://env-ephemeral-
|
|
1782
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1783
1783
|
)
|
|
1784
1784
|
|
|
1785
1785
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1865,10 +1865,10 @@ from pulpcore.client.pulpcore.models.paginated_composite_content_guard_response_
|
|
|
1865
1865
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
1866
1866
|
from pprint import pprint
|
|
1867
1867
|
|
|
1868
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1868
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1869
1869
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1870
1870
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
1871
|
-
host = "https://env-ephemeral-
|
|
1871
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1872
1872
|
)
|
|
1873
1873
|
|
|
1874
1874
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1992,10 +1992,10 @@ from pulpcore.client.pulpcore.models.object_roles_response import ObjectRolesRes
|
|
|
1992
1992
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
1993
1993
|
from pprint import pprint
|
|
1994
1994
|
|
|
1995
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1995
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1996
1996
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1997
1997
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
1998
|
-
host = "https://env-ephemeral-
|
|
1998
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1999
1999
|
)
|
|
2000
2000
|
|
|
2001
2001
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2087,10 +2087,10 @@ from pulpcore.client.pulpcore.models.my_permissions_response import MyPermission
|
|
|
2087
2087
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
2088
2088
|
from pprint import pprint
|
|
2089
2089
|
|
|
2090
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2090
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2091
2091
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2092
2092
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
2093
|
-
host = "https://env-ephemeral-
|
|
2093
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2094
2094
|
)
|
|
2095
2095
|
|
|
2096
2096
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2183,10 +2183,10 @@ from pulpcore.client.pulpcore.models.patched_composite_content_guard import Patc
|
|
|
2183
2183
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
2184
2184
|
from pprint import pprint
|
|
2185
2185
|
|
|
2186
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2186
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2187
2187
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2188
2188
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
2189
|
-
host = "https://env-ephemeral-
|
|
2189
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2190
2190
|
)
|
|
2191
2191
|
|
|
2192
2192
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2276,10 +2276,10 @@ from pulpcore.client.pulpcore.models.composite_content_guard_response import Com
|
|
|
2276
2276
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
2277
2277
|
from pprint import pprint
|
|
2278
2278
|
|
|
2279
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2279
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2280
2280
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2281
2281
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
2282
|
-
host = "https://env-ephemeral-
|
|
2282
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2283
2283
|
)
|
|
2284
2284
|
|
|
2285
2285
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2372,10 +2372,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
2372
2372
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
2373
2373
|
from pprint import pprint
|
|
2374
2374
|
|
|
2375
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2375
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2376
2376
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2377
2377
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
2378
|
-
host = "https://env-ephemeral-
|
|
2378
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2379
2379
|
)
|
|
2380
2380
|
|
|
2381
2381
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2466,10 +2466,10 @@ from pulpcore.client.pulpcore.models.composite_content_guard_response import Com
|
|
|
2466
2466
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
2467
2467
|
from pprint import pprint
|
|
2468
2468
|
|
|
2469
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2469
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2470
2470
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2471
2471
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
2472
|
-
host = "https://env-ephemeral-
|
|
2472
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2473
2473
|
)
|
|
2474
2474
|
|
|
2475
2475
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2542,7 +2542,7 @@ Name | Type | Description | Notes
|
|
|
2542
2542
|
|
|
2543
2543
|
# pulpcore.client.pulpcore.ContentguardsContentRedirectApi
|
|
2544
2544
|
|
|
2545
|
-
All URIs are relative to *https://env-ephemeral-
|
|
2545
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
2546
2546
|
|
|
2547
2547
|
Method | HTTP request | Description
|
|
2548
2548
|
------------- | ------------- | -------------
|
|
@@ -2578,10 +2578,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
2578
2578
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
2579
2579
|
from pprint import pprint
|
|
2580
2580
|
|
|
2581
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2581
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2582
2582
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2583
2583
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
2584
|
-
host = "https://env-ephemeral-
|
|
2584
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2585
2585
|
)
|
|
2586
2586
|
|
|
2587
2587
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2672,10 +2672,10 @@ from pulpcore.client.pulpcore.models.content_redirect_content_guard_response imp
|
|
|
2672
2672
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
2673
2673
|
from pprint import pprint
|
|
2674
2674
|
|
|
2675
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2675
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2676
2676
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2677
2677
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
2678
|
-
host = "https://env-ephemeral-
|
|
2678
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2679
2679
|
)
|
|
2680
2680
|
|
|
2681
2681
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2764,10 +2764,10 @@ import pulpcore.client.pulpcore
|
|
|
2764
2764
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
2765
2765
|
from pprint import pprint
|
|
2766
2766
|
|
|
2767
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2767
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2768
2768
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2769
2769
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
2770
|
-
host = "https://env-ephemeral-
|
|
2770
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2771
2771
|
)
|
|
2772
2772
|
|
|
2773
2773
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2853,10 +2853,10 @@ from pulpcore.client.pulpcore.models.paginated_content_redirect_content_guard_re
|
|
|
2853
2853
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
2854
2854
|
from pprint import pprint
|
|
2855
2855
|
|
|
2856
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2856
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2857
2857
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2858
2858
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
2859
|
-
host = "https://env-ephemeral-
|
|
2859
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2860
2860
|
)
|
|
2861
2861
|
|
|
2862
2862
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2980,10 +2980,10 @@ from pulpcore.client.pulpcore.models.object_roles_response import ObjectRolesRes
|
|
|
2980
2980
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
2981
2981
|
from pprint import pprint
|
|
2982
2982
|
|
|
2983
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2983
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2984
2984
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2985
2985
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
2986
|
-
host = "https://env-ephemeral-
|
|
2986
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2987
2987
|
)
|
|
2988
2988
|
|
|
2989
2989
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3075,10 +3075,10 @@ from pulpcore.client.pulpcore.models.my_permissions_response import MyPermission
|
|
|
3075
3075
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
3076
3076
|
from pprint import pprint
|
|
3077
3077
|
|
|
3078
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3078
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3079
3079
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3080
3080
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
3081
|
-
host = "https://env-ephemeral-
|
|
3081
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3082
3082
|
)
|
|
3083
3083
|
|
|
3084
3084
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3171,10 +3171,10 @@ from pulpcore.client.pulpcore.models.patched_content_redirect_content_guard impo
|
|
|
3171
3171
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
3172
3172
|
from pprint import pprint
|
|
3173
3173
|
|
|
3174
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3174
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3175
3175
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3176
3176
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
3177
|
-
host = "https://env-ephemeral-
|
|
3177
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3178
3178
|
)
|
|
3179
3179
|
|
|
3180
3180
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3264,10 +3264,10 @@ from pulpcore.client.pulpcore.models.content_redirect_content_guard_response imp
|
|
|
3264
3264
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
3265
3265
|
from pprint import pprint
|
|
3266
3266
|
|
|
3267
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3267
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3268
3268
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3269
3269
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
3270
|
-
host = "https://env-ephemeral-
|
|
3270
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3271
3271
|
)
|
|
3272
3272
|
|
|
3273
3273
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3360,10 +3360,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
3360
3360
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
3361
3361
|
from pprint import pprint
|
|
3362
3362
|
|
|
3363
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3363
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3364
3364
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3365
3365
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
3366
|
-
host = "https://env-ephemeral-
|
|
3366
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3367
3367
|
)
|
|
3368
3368
|
|
|
3369
3369
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3454,10 +3454,10 @@ from pulpcore.client.pulpcore.models.content_redirect_content_guard_response imp
|
|
|
3454
3454
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
3455
3455
|
from pprint import pprint
|
|
3456
3456
|
|
|
3457
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3457
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3458
3458
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3459
3459
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
3460
|
-
host = "https://env-ephemeral-
|
|
3460
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3461
3461
|
)
|
|
3462
3462
|
|
|
3463
3463
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3530,7 +3530,7 @@ Name | Type | Description | Notes
|
|
|
3530
3530
|
|
|
3531
3531
|
# pulpcore.client.pulpcore.ContentguardsHeaderApi
|
|
3532
3532
|
|
|
3533
|
-
All URIs are relative to *https://env-ephemeral-
|
|
3533
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
3534
3534
|
|
|
3535
3535
|
Method | HTTP request | Description
|
|
3536
3536
|
------------- | ------------- | -------------
|
|
@@ -3566,10 +3566,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
3566
3566
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
3567
3567
|
from pprint import pprint
|
|
3568
3568
|
|
|
3569
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3569
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3570
3570
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3571
3571
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
3572
|
-
host = "https://env-ephemeral-
|
|
3572
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3573
3573
|
)
|
|
3574
3574
|
|
|
3575
3575
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3660,10 +3660,10 @@ from pulpcore.client.pulpcore.models.header_content_guard_response import Header
|
|
|
3660
3660
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
3661
3661
|
from pprint import pprint
|
|
3662
3662
|
|
|
3663
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3663
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3664
3664
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3665
3665
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
3666
|
-
host = "https://env-ephemeral-
|
|
3666
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3667
3667
|
)
|
|
3668
3668
|
|
|
3669
3669
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3752,10 +3752,10 @@ import pulpcore.client.pulpcore
|
|
|
3752
3752
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
3753
3753
|
from pprint import pprint
|
|
3754
3754
|
|
|
3755
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3755
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3756
3756
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3757
3757
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
3758
|
-
host = "https://env-ephemeral-
|
|
3758
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3759
3759
|
)
|
|
3760
3760
|
|
|
3761
3761
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3841,10 +3841,10 @@ from pulpcore.client.pulpcore.models.paginated_header_content_guard_response_lis
|
|
|
3841
3841
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
3842
3842
|
from pprint import pprint
|
|
3843
3843
|
|
|
3844
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3844
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3845
3845
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3846
3846
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
3847
|
-
host = "https://env-ephemeral-
|
|
3847
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3848
3848
|
)
|
|
3849
3849
|
|
|
3850
3850
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3968,10 +3968,10 @@ from pulpcore.client.pulpcore.models.object_roles_response import ObjectRolesRes
|
|
|
3968
3968
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
3969
3969
|
from pprint import pprint
|
|
3970
3970
|
|
|
3971
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3971
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3972
3972
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3973
3973
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
3974
|
-
host = "https://env-ephemeral-
|
|
3974
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3975
3975
|
)
|
|
3976
3976
|
|
|
3977
3977
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4063,10 +4063,10 @@ from pulpcore.client.pulpcore.models.my_permissions_response import MyPermission
|
|
|
4063
4063
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
4064
4064
|
from pprint import pprint
|
|
4065
4065
|
|
|
4066
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4066
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4067
4067
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4068
4068
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
4069
|
-
host = "https://env-ephemeral-
|
|
4069
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4070
4070
|
)
|
|
4071
4071
|
|
|
4072
4072
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4159,10 +4159,10 @@ from pulpcore.client.pulpcore.models.patched_header_content_guard import Patched
|
|
|
4159
4159
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
4160
4160
|
from pprint import pprint
|
|
4161
4161
|
|
|
4162
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4162
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4163
4163
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4164
4164
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
4165
|
-
host = "https://env-ephemeral-
|
|
4165
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4166
4166
|
)
|
|
4167
4167
|
|
|
4168
4168
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4252,10 +4252,10 @@ from pulpcore.client.pulpcore.models.header_content_guard_response import Header
|
|
|
4252
4252
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
4253
4253
|
from pprint import pprint
|
|
4254
4254
|
|
|
4255
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4255
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4256
4256
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4257
4257
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
4258
|
-
host = "https://env-ephemeral-
|
|
4258
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4259
4259
|
)
|
|
4260
4260
|
|
|
4261
4261
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4348,10 +4348,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
4348
4348
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
4349
4349
|
from pprint import pprint
|
|
4350
4350
|
|
|
4351
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4351
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4352
4352
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4353
4353
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
4354
|
-
host = "https://env-ephemeral-
|
|
4354
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4355
4355
|
)
|
|
4356
4356
|
|
|
4357
4357
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4442,10 +4442,10 @@ from pulpcore.client.pulpcore.models.header_content_guard_response import Header
|
|
|
4442
4442
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
4443
4443
|
from pprint import pprint
|
|
4444
4444
|
|
|
4445
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4445
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4446
4446
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4447
4447
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
4448
|
-
host = "https://env-ephemeral-
|
|
4448
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4449
4449
|
)
|
|
4450
4450
|
|
|
4451
4451
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4518,7 +4518,7 @@ Name | Type | Description | Notes
|
|
|
4518
4518
|
|
|
4519
4519
|
# pulpcore.client.pulpcore.ContentguardsRbacApi
|
|
4520
4520
|
|
|
4521
|
-
All URIs are relative to *https://env-ephemeral-
|
|
4521
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
4522
4522
|
|
|
4523
4523
|
Method | HTTP request | Description
|
|
4524
4524
|
------------- | ------------- | -------------
|
|
@@ -4554,10 +4554,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
4554
4554
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
4555
4555
|
from pprint import pprint
|
|
4556
4556
|
|
|
4557
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4557
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4558
4558
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4559
4559
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
4560
|
-
host = "https://env-ephemeral-
|
|
4560
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4561
4561
|
)
|
|
4562
4562
|
|
|
4563
4563
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4648,10 +4648,10 @@ from pulpcore.client.pulpcore.models.rbac_content_guard_response import RBACCont
|
|
|
4648
4648
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
4649
4649
|
from pprint import pprint
|
|
4650
4650
|
|
|
4651
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4651
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4652
4652
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4653
4653
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
4654
|
-
host = "https://env-ephemeral-
|
|
4654
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4655
4655
|
)
|
|
4656
4656
|
|
|
4657
4657
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4740,10 +4740,10 @@ import pulpcore.client.pulpcore
|
|
|
4740
4740
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
4741
4741
|
from pprint import pprint
|
|
4742
4742
|
|
|
4743
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4743
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4744
4744
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4745
4745
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
4746
|
-
host = "https://env-ephemeral-
|
|
4746
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4747
4747
|
)
|
|
4748
4748
|
|
|
4749
4749
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4829,10 +4829,10 @@ from pulpcore.client.pulpcore.models.paginated_rbac_content_guard_response_list
|
|
|
4829
4829
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
4830
4830
|
from pprint import pprint
|
|
4831
4831
|
|
|
4832
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4832
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4833
4833
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4834
4834
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
4835
|
-
host = "https://env-ephemeral-
|
|
4835
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4836
4836
|
)
|
|
4837
4837
|
|
|
4838
4838
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4956,10 +4956,10 @@ from pulpcore.client.pulpcore.models.object_roles_response import ObjectRolesRes
|
|
|
4956
4956
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
4957
4957
|
from pprint import pprint
|
|
4958
4958
|
|
|
4959
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4959
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4960
4960
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4961
4961
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
4962
|
-
host = "https://env-ephemeral-
|
|
4962
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4963
4963
|
)
|
|
4964
4964
|
|
|
4965
4965
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5051,10 +5051,10 @@ from pulpcore.client.pulpcore.models.my_permissions_response import MyPermission
|
|
|
5051
5051
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
5052
5052
|
from pprint import pprint
|
|
5053
5053
|
|
|
5054
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5054
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5055
5055
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5056
5056
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
5057
|
-
host = "https://env-ephemeral-
|
|
5057
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5058
5058
|
)
|
|
5059
5059
|
|
|
5060
5060
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5147,10 +5147,10 @@ from pulpcore.client.pulpcore.models.rbac_content_guard_response import RBACCont
|
|
|
5147
5147
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
5148
5148
|
from pprint import pprint
|
|
5149
5149
|
|
|
5150
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5150
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5151
5151
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5152
5152
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
5153
|
-
host = "https://env-ephemeral-
|
|
5153
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5154
5154
|
)
|
|
5155
5155
|
|
|
5156
5156
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5240,10 +5240,10 @@ from pulpcore.client.pulpcore.models.rbac_content_guard_response import RBACCont
|
|
|
5240
5240
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
5241
5241
|
from pprint import pprint
|
|
5242
5242
|
|
|
5243
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5243
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5244
5244
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5245
5245
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
5246
|
-
host = "https://env-ephemeral-
|
|
5246
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5247
5247
|
)
|
|
5248
5248
|
|
|
5249
5249
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5336,10 +5336,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
5336
5336
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
5337
5337
|
from pprint import pprint
|
|
5338
5338
|
|
|
5339
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5339
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5340
5340
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5341
5341
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
5342
|
-
host = "https://env-ephemeral-
|
|
5342
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5343
5343
|
)
|
|
5344
5344
|
|
|
5345
5345
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5430,10 +5430,10 @@ from pulpcore.client.pulpcore.models.rbac_content_guard_response import RBACCont
|
|
|
5430
5430
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
5431
5431
|
from pprint import pprint
|
|
5432
5432
|
|
|
5433
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5433
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5434
5434
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5435
5435
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
5436
|
-
host = "https://env-ephemeral-
|
|
5436
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5437
5437
|
)
|
|
5438
5438
|
|
|
5439
5439
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5506,7 +5506,7 @@ Name | Type | Description | Notes
|
|
|
5506
5506
|
|
|
5507
5507
|
# pulpcore.client.pulpcore.ContentOpenpgpPublickeyApi
|
|
5508
5508
|
|
|
5509
|
-
All URIs are relative to *https://env-ephemeral-
|
|
5509
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
5510
5510
|
|
|
5511
5511
|
Method | HTTP request | Description
|
|
5512
5512
|
------------- | ------------- | -------------
|
|
@@ -5536,10 +5536,10 @@ from pulpcore.client.pulpcore.models.async_operation_response import AsyncOperat
|
|
|
5536
5536
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
5537
5537
|
from pprint import pprint
|
|
5538
5538
|
|
|
5539
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5539
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5540
5540
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5541
5541
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
5542
|
-
host = "https://env-ephemeral-
|
|
5542
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5543
5543
|
)
|
|
5544
5544
|
|
|
5545
5545
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5637,10 +5637,10 @@ from pulpcore.client.pulpcore.models.paginated_open_pgp_public_key_response_list
|
|
|
5637
5637
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
5638
5638
|
from pprint import pprint
|
|
5639
5639
|
|
|
5640
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5640
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5641
5641
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5642
5642
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
5643
|
-
host = "https://env-ephemeral-
|
|
5643
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5644
5644
|
)
|
|
5645
5645
|
|
|
5646
5646
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5758,10 +5758,10 @@ from pulpcore.client.pulpcore.models.open_pgp_public_key_response import OpenPGP
|
|
|
5758
5758
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
5759
5759
|
from pprint import pprint
|
|
5760
5760
|
|
|
5761
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5761
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5762
5762
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5763
5763
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
5764
|
-
host = "https://env-ephemeral-
|
|
5764
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5765
5765
|
)
|
|
5766
5766
|
|
|
5767
5767
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5854,10 +5854,10 @@ from pulpcore.client.pulpcore.models.set_label_response import SetLabelResponse
|
|
|
5854
5854
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
5855
5855
|
from pprint import pprint
|
|
5856
5856
|
|
|
5857
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5857
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5858
5858
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5859
5859
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
5860
|
-
host = "https://env-ephemeral-
|
|
5860
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5861
5861
|
)
|
|
5862
5862
|
|
|
5863
5863
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5948,10 +5948,10 @@ from pulpcore.client.pulpcore.models.unset_label_response import UnsetLabelRespo
|
|
|
5948
5948
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
5949
5949
|
from pprint import pprint
|
|
5950
5950
|
|
|
5951
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5951
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5952
5952
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5953
5953
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
5954
|
-
host = "https://env-ephemeral-
|
|
5954
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5955
5955
|
)
|
|
5956
5956
|
|
|
5957
5957
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6024,7 +6024,7 @@ Name | Type | Description | Notes
|
|
|
6024
6024
|
|
|
6025
6025
|
# pulpcore.client.pulpcore.ContentOpenpgpPublicsubkeyApi
|
|
6026
6026
|
|
|
6027
|
-
All URIs are relative to *https://env-ephemeral-
|
|
6027
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
6028
6028
|
|
|
6029
6029
|
Method | HTTP request | Description
|
|
6030
6030
|
------------- | ------------- | -------------
|
|
@@ -6053,10 +6053,10 @@ from pulpcore.client.pulpcore.models.paginated_open_pgp_public_subkey_response_l
|
|
|
6053
6053
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
6054
6054
|
from pprint import pprint
|
|
6055
6055
|
|
|
6056
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6056
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6057
6057
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6058
6058
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
6059
|
-
host = "https://env-ephemeral-
|
|
6059
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6060
6060
|
)
|
|
6061
6061
|
|
|
6062
6062
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6174,10 +6174,10 @@ from pulpcore.client.pulpcore.models.open_pgp_public_subkey_response import Open
|
|
|
6174
6174
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
6175
6175
|
from pprint import pprint
|
|
6176
6176
|
|
|
6177
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6177
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6178
6178
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6179
6179
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
6180
|
-
host = "https://env-ephemeral-
|
|
6180
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6181
6181
|
)
|
|
6182
6182
|
|
|
6183
6183
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6270,10 +6270,10 @@ from pulpcore.client.pulpcore.models.set_label_response import SetLabelResponse
|
|
|
6270
6270
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
6271
6271
|
from pprint import pprint
|
|
6272
6272
|
|
|
6273
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6273
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6274
6274
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6275
6275
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
6276
|
-
host = "https://env-ephemeral-
|
|
6276
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6277
6277
|
)
|
|
6278
6278
|
|
|
6279
6279
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6364,10 +6364,10 @@ from pulpcore.client.pulpcore.models.unset_label_response import UnsetLabelRespo
|
|
|
6364
6364
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
6365
6365
|
from pprint import pprint
|
|
6366
6366
|
|
|
6367
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6367
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6368
6368
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6369
6369
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
6370
|
-
host = "https://env-ephemeral-
|
|
6370
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6371
6371
|
)
|
|
6372
6372
|
|
|
6373
6373
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6440,7 +6440,7 @@ Name | Type | Description | Notes
|
|
|
6440
6440
|
|
|
6441
6441
|
# pulpcore.client.pulpcore.ContentOpenpgpSignatureApi
|
|
6442
6442
|
|
|
6443
|
-
All URIs are relative to *https://env-ephemeral-
|
|
6443
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
6444
6444
|
|
|
6445
6445
|
Method | HTTP request | Description
|
|
6446
6446
|
------------- | ------------- | -------------
|
|
@@ -6469,10 +6469,10 @@ from pulpcore.client.pulpcore.models.paginated_open_pgp_signature_response_list
|
|
|
6469
6469
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
6470
6470
|
from pprint import pprint
|
|
6471
6471
|
|
|
6472
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6472
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6473
6473
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6474
6474
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
6475
|
-
host = "https://env-ephemeral-
|
|
6475
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6476
6476
|
)
|
|
6477
6477
|
|
|
6478
6478
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6590,10 +6590,10 @@ from pulpcore.client.pulpcore.models.open_pgp_signature_response import OpenPGPS
|
|
|
6590
6590
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
6591
6591
|
from pprint import pprint
|
|
6592
6592
|
|
|
6593
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6593
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6594
6594
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6595
6595
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
6596
|
-
host = "https://env-ephemeral-
|
|
6596
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6597
6597
|
)
|
|
6598
6598
|
|
|
6599
6599
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6686,10 +6686,10 @@ from pulpcore.client.pulpcore.models.set_label_response import SetLabelResponse
|
|
|
6686
6686
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
6687
6687
|
from pprint import pprint
|
|
6688
6688
|
|
|
6689
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6689
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6690
6690
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6691
6691
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
6692
|
-
host = "https://env-ephemeral-
|
|
6692
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6693
6693
|
)
|
|
6694
6694
|
|
|
6695
6695
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6780,10 +6780,10 @@ from pulpcore.client.pulpcore.models.unset_label_response import UnsetLabelRespo
|
|
|
6780
6780
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
6781
6781
|
from pprint import pprint
|
|
6782
6782
|
|
|
6783
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6783
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6784
6784
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6785
6785
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
6786
|
-
host = "https://env-ephemeral-
|
|
6786
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6787
6787
|
)
|
|
6788
6788
|
|
|
6789
6789
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6856,7 +6856,7 @@ Name | Type | Description | Notes
|
|
|
6856
6856
|
|
|
6857
6857
|
# pulpcore.client.pulpcore.ContentOpenpgpUserattributeApi
|
|
6858
6858
|
|
|
6859
|
-
All URIs are relative to *https://env-ephemeral-
|
|
6859
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
6860
6860
|
|
|
6861
6861
|
Method | HTTP request | Description
|
|
6862
6862
|
------------- | ------------- | -------------
|
|
@@ -6885,10 +6885,10 @@ from pulpcore.client.pulpcore.models.paginated_open_pgp_user_attribute_response_
|
|
|
6885
6885
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
6886
6886
|
from pprint import pprint
|
|
6887
6887
|
|
|
6888
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6888
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6889
6889
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6890
6890
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
6891
|
-
host = "https://env-ephemeral-
|
|
6891
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6892
6892
|
)
|
|
6893
6893
|
|
|
6894
6894
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7006,10 +7006,10 @@ from pulpcore.client.pulpcore.models.open_pgp_user_attribute_response import Ope
|
|
|
7006
7006
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
7007
7007
|
from pprint import pprint
|
|
7008
7008
|
|
|
7009
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7009
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7010
7010
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7011
7011
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
7012
|
-
host = "https://env-ephemeral-
|
|
7012
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7013
7013
|
)
|
|
7014
7014
|
|
|
7015
7015
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7102,10 +7102,10 @@ from pulpcore.client.pulpcore.models.set_label_response import SetLabelResponse
|
|
|
7102
7102
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
7103
7103
|
from pprint import pprint
|
|
7104
7104
|
|
|
7105
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7105
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7106
7106
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7107
7107
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
7108
|
-
host = "https://env-ephemeral-
|
|
7108
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7109
7109
|
)
|
|
7110
7110
|
|
|
7111
7111
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7196,10 +7196,10 @@ from pulpcore.client.pulpcore.models.unset_label_response import UnsetLabelRespo
|
|
|
7196
7196
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
7197
7197
|
from pprint import pprint
|
|
7198
7198
|
|
|
7199
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7199
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7200
7200
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7201
7201
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
7202
|
-
host = "https://env-ephemeral-
|
|
7202
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7203
7203
|
)
|
|
7204
7204
|
|
|
7205
7205
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7272,7 +7272,7 @@ Name | Type | Description | Notes
|
|
|
7272
7272
|
|
|
7273
7273
|
# pulpcore.client.pulpcore.ContentOpenpgpUseridApi
|
|
7274
7274
|
|
|
7275
|
-
All URIs are relative to *https://env-ephemeral-
|
|
7275
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
7276
7276
|
|
|
7277
7277
|
Method | HTTP request | Description
|
|
7278
7278
|
------------- | ------------- | -------------
|
|
@@ -7301,10 +7301,10 @@ from pulpcore.client.pulpcore.models.paginated_open_pgp_user_id_response_list im
|
|
|
7301
7301
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
7302
7302
|
from pprint import pprint
|
|
7303
7303
|
|
|
7304
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7304
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7305
7305
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7306
7306
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
7307
|
-
host = "https://env-ephemeral-
|
|
7307
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7308
7308
|
)
|
|
7309
7309
|
|
|
7310
7310
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7438,10 +7438,10 @@ from pulpcore.client.pulpcore.models.open_pgp_user_id_response import OpenPGPUse
|
|
|
7438
7438
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
7439
7439
|
from pprint import pprint
|
|
7440
7440
|
|
|
7441
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7441
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7442
7442
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7443
7443
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
7444
|
-
host = "https://env-ephemeral-
|
|
7444
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7445
7445
|
)
|
|
7446
7446
|
|
|
7447
7447
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7534,10 +7534,10 @@ from pulpcore.client.pulpcore.models.set_label_response import SetLabelResponse
|
|
|
7534
7534
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
7535
7535
|
from pprint import pprint
|
|
7536
7536
|
|
|
7537
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7537
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7538
7538
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7539
7539
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
7540
|
-
host = "https://env-ephemeral-
|
|
7540
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7541
7541
|
)
|
|
7542
7542
|
|
|
7543
7543
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7628,10 +7628,10 @@ from pulpcore.client.pulpcore.models.unset_label_response import UnsetLabelRespo
|
|
|
7628
7628
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
7629
7629
|
from pprint import pprint
|
|
7630
7630
|
|
|
7631
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7631
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7632
7632
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7633
7633
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
7634
|
-
host = "https://env-ephemeral-
|
|
7634
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7635
7635
|
)
|
|
7636
7636
|
|
|
7637
7637
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7904,7 +7904,7 @@ distribution_response_from_dict = DistributionResponse.from_dict(distribution_re
|
|
|
7904
7904
|
|
|
7905
7905
|
# pulpcore.client.pulpcore.DistributionsApi
|
|
7906
7906
|
|
|
7907
|
-
All URIs are relative to *https://env-ephemeral-
|
|
7907
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
7908
7908
|
|
|
7909
7909
|
Method | HTTP request | Description
|
|
7910
7910
|
------------- | ------------- | -------------
|
|
@@ -7930,10 +7930,10 @@ from pulpcore.client.pulpcore.models.paginated_distribution_response_list import
|
|
|
7930
7930
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
7931
7931
|
from pprint import pprint
|
|
7932
7932
|
|
|
7933
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7933
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7934
7934
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7935
7935
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
7936
|
-
host = "https://env-ephemeral-
|
|
7936
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7937
7937
|
)
|
|
7938
7938
|
|
|
7939
7939
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8062,7 +8062,7 @@ Name | Type | Description | Notes
|
|
|
8062
8062
|
|
|
8063
8063
|
# pulpcore.client.pulpcore.DistributionsArtifactsApi
|
|
8064
8064
|
|
|
8065
|
-
All URIs are relative to *https://env-ephemeral-
|
|
8065
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
8066
8066
|
|
|
8067
8067
|
Method | HTTP request | Description
|
|
8068
8068
|
------------- | ------------- | -------------
|
|
@@ -8089,10 +8089,10 @@ from pulpcore.client.pulpcore.models.paginated_artifact_distribution_response_li
|
|
|
8089
8089
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
8090
8090
|
from pprint import pprint
|
|
8091
8091
|
|
|
8092
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8092
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8093
8093
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8094
8094
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
8095
|
-
host = "https://env-ephemeral-
|
|
8095
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8096
8096
|
)
|
|
8097
8097
|
|
|
8098
8098
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8234,10 +8234,10 @@ from pulpcore.client.pulpcore.models.artifact_distribution_response import Artif
|
|
|
8234
8234
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
8235
8235
|
from pprint import pprint
|
|
8236
8236
|
|
|
8237
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8237
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8238
8238
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8239
8239
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
8240
|
-
host = "https://env-ephemeral-
|
|
8240
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8241
8241
|
)
|
|
8242
8242
|
|
|
8243
8243
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8312,7 +8312,7 @@ Name | Type | Description | Notes
|
|
|
8312
8312
|
|
|
8313
8313
|
# pulpcore.client.pulpcore.DistributionsOpenpgpApi
|
|
8314
8314
|
|
|
8315
|
-
All URIs are relative to *https://env-ephemeral-
|
|
8315
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
8316
8316
|
|
|
8317
8317
|
Method | HTTP request | Description
|
|
8318
8318
|
------------- | ------------- | -------------
|
|
@@ -8346,10 +8346,10 @@ from pulpcore.client.pulpcore.models.open_pgp_distribution import OpenPGPDistrib
|
|
|
8346
8346
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
8347
8347
|
from pprint import pprint
|
|
8348
8348
|
|
|
8349
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8349
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8350
8350
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8351
8351
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
8352
|
-
host = "https://env-ephemeral-
|
|
8352
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8353
8353
|
)
|
|
8354
8354
|
|
|
8355
8355
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8439,10 +8439,10 @@ from pulpcore.client.pulpcore.models.async_operation_response import AsyncOperat
|
|
|
8439
8439
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
8440
8440
|
from pprint import pprint
|
|
8441
8441
|
|
|
8442
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8442
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8443
8443
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8444
8444
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
8445
|
-
host = "https://env-ephemeral-
|
|
8445
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8446
8446
|
)
|
|
8447
8447
|
|
|
8448
8448
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8530,10 +8530,10 @@ from pulpcore.client.pulpcore.models.paginated_open_pgp_distribution_response_li
|
|
|
8530
8530
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
8531
8531
|
from pprint import pprint
|
|
8532
8532
|
|
|
8533
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8533
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8534
8534
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8535
8535
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
8536
|
-
host = "https://env-ephemeral-
|
|
8536
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8537
8537
|
)
|
|
8538
8538
|
|
|
8539
8539
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8646,10 +8646,10 @@ from pulpcore.client.pulpcore.models.patched_open_pgp_distribution import Patche
|
|
|
8646
8646
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
8647
8647
|
from pprint import pprint
|
|
8648
8648
|
|
|
8649
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8649
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8650
8650
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8651
8651
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
8652
|
-
host = "https://env-ephemeral-
|
|
8652
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8653
8653
|
)
|
|
8654
8654
|
|
|
8655
8655
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8740,10 +8740,10 @@ from pulpcore.client.pulpcore.models.open_pgp_distribution_response import OpenP
|
|
|
8740
8740
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
8741
8741
|
from pprint import pprint
|
|
8742
8742
|
|
|
8743
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8743
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8744
8744
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8745
8745
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
8746
|
-
host = "https://env-ephemeral-
|
|
8746
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8747
8747
|
)
|
|
8748
8748
|
|
|
8749
8749
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8836,10 +8836,10 @@ from pulpcore.client.pulpcore.models.set_label_response import SetLabelResponse
|
|
|
8836
8836
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
8837
8837
|
from pprint import pprint
|
|
8838
8838
|
|
|
8839
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8839
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8840
8840
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8841
8841
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
8842
|
-
host = "https://env-ephemeral-
|
|
8842
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8843
8843
|
)
|
|
8844
8844
|
|
|
8845
8845
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8930,10 +8930,10 @@ from pulpcore.client.pulpcore.models.unset_label_response import UnsetLabelRespo
|
|
|
8930
8930
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
8931
8931
|
from pprint import pprint
|
|
8932
8932
|
|
|
8933
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8933
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8934
8934
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8935
8935
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
8936
|
-
host = "https://env-ephemeral-
|
|
8936
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8937
8937
|
)
|
|
8938
8938
|
|
|
8939
8939
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9024,10 +9024,10 @@ from pulpcore.client.pulpcore.models.open_pgp_distribution_response import OpenP
|
|
|
9024
9024
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
9025
9025
|
from pprint import pprint
|
|
9026
9026
|
|
|
9027
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9027
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9028
9028
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9029
9029
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
9030
|
-
host = "https://env-ephemeral-
|
|
9030
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9031
9031
|
)
|
|
9032
9032
|
|
|
9033
9033
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9208,7 +9208,7 @@ domain_response_from_dict = DomainResponse.from_dict(domain_response_dict)
|
|
|
9208
9208
|
|
|
9209
9209
|
# pulpcore.client.pulpcore.DomainsApi
|
|
9210
9210
|
|
|
9211
|
-
All URIs are relative to *https://env-ephemeral-
|
|
9211
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
9212
9212
|
|
|
9213
9213
|
Method | HTTP request | Description
|
|
9214
9214
|
------------- | ------------- | -------------
|
|
@@ -9243,10 +9243,10 @@ from pulpcore.client.pulpcore.models.domain_response import DomainResponse
|
|
|
9243
9243
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
9244
9244
|
from pprint import pprint
|
|
9245
9245
|
|
|
9246
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9246
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9247
9247
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9248
9248
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
9249
|
-
host = "https://env-ephemeral-
|
|
9249
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9250
9250
|
)
|
|
9251
9251
|
|
|
9252
9252
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9336,10 +9336,10 @@ from pulpcore.client.pulpcore.models.async_operation_response import AsyncOperat
|
|
|
9336
9336
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
9337
9337
|
from pprint import pprint
|
|
9338
9338
|
|
|
9339
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9339
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9340
9340
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9341
9341
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
9342
|
-
host = "https://env-ephemeral-
|
|
9342
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9343
9343
|
)
|
|
9344
9344
|
|
|
9345
9345
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9427,10 +9427,10 @@ from pulpcore.client.pulpcore.models.paginated_domain_response_list import Pagin
|
|
|
9427
9427
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
9428
9428
|
from pprint import pprint
|
|
9429
9429
|
|
|
9430
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9430
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9431
9431
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9432
9432
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
9433
|
-
host = "https://env-ephemeral-
|
|
9433
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9434
9434
|
)
|
|
9435
9435
|
|
|
9436
9436
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9557,10 +9557,10 @@ from pulpcore.client.pulpcore.models.domain_backend_migrator import DomainBacken
|
|
|
9557
9557
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
9558
9558
|
from pprint import pprint
|
|
9559
9559
|
|
|
9560
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9560
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9561
9561
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9562
9562
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
9563
|
-
host = "https://env-ephemeral-
|
|
9563
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9564
9564
|
)
|
|
9565
9565
|
|
|
9566
9566
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9651,10 +9651,10 @@ from pulpcore.client.pulpcore.models.patched_domain import PatchedDomain
|
|
|
9651
9651
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
9652
9652
|
from pprint import pprint
|
|
9653
9653
|
|
|
9654
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9654
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9655
9655
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9656
9656
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
9657
|
-
host = "https://env-ephemeral-
|
|
9657
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9658
9658
|
)
|
|
9659
9659
|
|
|
9660
9660
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9745,10 +9745,10 @@ from pulpcore.client.pulpcore.models.domain_response import DomainResponse
|
|
|
9745
9745
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
9746
9746
|
from pprint import pprint
|
|
9747
9747
|
|
|
9748
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9748
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9749
9749
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9750
9750
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
9751
|
-
host = "https://env-ephemeral-
|
|
9751
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9752
9752
|
)
|
|
9753
9753
|
|
|
9754
9754
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9841,10 +9841,10 @@ from pulpcore.client.pulpcore.models.set_label_response import SetLabelResponse
|
|
|
9841
9841
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
9842
9842
|
from pprint import pprint
|
|
9843
9843
|
|
|
9844
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9844
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9845
9845
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9846
9846
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
9847
|
-
host = "https://env-ephemeral-
|
|
9847
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9848
9848
|
)
|
|
9849
9849
|
|
|
9850
9850
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9935,10 +9935,10 @@ from pulpcore.client.pulpcore.models.unset_label_response import UnsetLabelRespo
|
|
|
9935
9935
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
9936
9936
|
from pprint import pprint
|
|
9937
9937
|
|
|
9938
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9938
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9939
9939
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9940
9940
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
9941
|
-
host = "https://env-ephemeral-
|
|
9941
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9942
9942
|
)
|
|
9943
9943
|
|
|
9944
9944
|
# The client must configure the authentication and authorization parameters
|
|
@@ -10029,10 +10029,10 @@ from pulpcore.client.pulpcore.models.domain_response import DomainResponse
|
|
|
10029
10029
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
10030
10030
|
from pprint import pprint
|
|
10031
10031
|
|
|
10032
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
10032
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
10033
10033
|
# See configuration.py for a list of all supported configuration parameters.
|
|
10034
10034
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
10035
|
-
host = "https://env-ephemeral-
|
|
10035
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
10036
10036
|
)
|
|
10037
10037
|
|
|
10038
10038
|
# The client must configure the authentication and authorization parameters
|
|
@@ -10138,7 +10138,7 @@ evaluation_response_from_dict = EvaluationResponse.from_dict(evaluation_response
|
|
|
10138
10138
|
|
|
10139
10139
|
# pulpcore.client.pulpcore.ExportersFilesystemApi
|
|
10140
10140
|
|
|
10141
|
-
All URIs are relative to *https://env-ephemeral-
|
|
10141
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
10142
10142
|
|
|
10143
10143
|
Method | HTTP request | Description
|
|
10144
10144
|
------------- | ------------- | -------------
|
|
@@ -10170,10 +10170,10 @@ from pulpcore.client.pulpcore.models.filesystem_exporter_response import Filesys
|
|
|
10170
10170
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
10171
10171
|
from pprint import pprint
|
|
10172
10172
|
|
|
10173
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
10173
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
10174
10174
|
# See configuration.py for a list of all supported configuration parameters.
|
|
10175
10175
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
10176
|
-
host = "https://env-ephemeral-
|
|
10176
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
10177
10177
|
)
|
|
10178
10178
|
|
|
10179
10179
|
# The client must configure the authentication and authorization parameters
|
|
@@ -10263,10 +10263,10 @@ from pulpcore.client.pulpcore.models.async_operation_response import AsyncOperat
|
|
|
10263
10263
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
10264
10264
|
from pprint import pprint
|
|
10265
10265
|
|
|
10266
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
10266
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
10267
10267
|
# See configuration.py for a list of all supported configuration parameters.
|
|
10268
10268
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
10269
|
-
host = "https://env-ephemeral-
|
|
10269
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
10270
10270
|
)
|
|
10271
10271
|
|
|
10272
10272
|
# The client must configure the authentication and authorization parameters
|
|
@@ -10354,10 +10354,10 @@ from pulpcore.client.pulpcore.models.paginated_filesystem_exporter_response_list
|
|
|
10354
10354
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
10355
10355
|
from pprint import pprint
|
|
10356
10356
|
|
|
10357
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
10357
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
10358
10358
|
# See configuration.py for a list of all supported configuration parameters.
|
|
10359
10359
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
10360
|
-
host = "https://env-ephemeral-
|
|
10360
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
10361
10361
|
)
|
|
10362
10362
|
|
|
10363
10363
|
# The client must configure the authentication and authorization parameters
|
|
@@ -10482,10 +10482,10 @@ from pulpcore.client.pulpcore.models.patched_filesystem_exporter import PatchedF
|
|
|
10482
10482
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
10483
10483
|
from pprint import pprint
|
|
10484
10484
|
|
|
10485
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
10485
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
10486
10486
|
# See configuration.py for a list of all supported configuration parameters.
|
|
10487
10487
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
10488
|
-
host = "https://env-ephemeral-
|
|
10488
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
10489
10489
|
)
|
|
10490
10490
|
|
|
10491
10491
|
# The client must configure the authentication and authorization parameters
|
|
@@ -10576,10 +10576,10 @@ from pulpcore.client.pulpcore.models.filesystem_exporter_response import Filesys
|
|
|
10576
10576
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
10577
10577
|
from pprint import pprint
|
|
10578
10578
|
|
|
10579
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
10579
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
10580
10580
|
# See configuration.py for a list of all supported configuration parameters.
|
|
10581
10581
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
10582
|
-
host = "https://env-ephemeral-
|
|
10582
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
10583
10583
|
)
|
|
10584
10584
|
|
|
10585
10585
|
# The client must configure the authentication and authorization parameters
|
|
@@ -10672,10 +10672,10 @@ from pulpcore.client.pulpcore.models.filesystem_exporter_response import Filesys
|
|
|
10672
10672
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
10673
10673
|
from pprint import pprint
|
|
10674
10674
|
|
|
10675
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
10675
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
10676
10676
|
# See configuration.py for a list of all supported configuration parameters.
|
|
10677
10677
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
10678
|
-
host = "https://env-ephemeral-
|
|
10678
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
10679
10679
|
)
|
|
10680
10680
|
|
|
10681
10681
|
# The client must configure the authentication and authorization parameters
|
|
@@ -10749,7 +10749,7 @@ Name | Type | Description | Notes
|
|
|
10749
10749
|
|
|
10750
10750
|
# pulpcore.client.pulpcore.ExportersFilesystemExportsApi
|
|
10751
10751
|
|
|
10752
|
-
All URIs are relative to *https://env-ephemeral-
|
|
10752
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
10753
10753
|
|
|
10754
10754
|
Method | HTTP request | Description
|
|
10755
10755
|
------------- | ------------- | -------------
|
|
@@ -10779,10 +10779,10 @@ from pulpcore.client.pulpcore.models.filesystem_export import FilesystemExport
|
|
|
10779
10779
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
10780
10780
|
from pprint import pprint
|
|
10781
10781
|
|
|
10782
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
10782
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
10783
10783
|
# See configuration.py for a list of all supported configuration parameters.
|
|
10784
10784
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
10785
|
-
host = "https://env-ephemeral-
|
|
10785
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
10786
10786
|
)
|
|
10787
10787
|
|
|
10788
10788
|
# The client must configure the authentication and authorization parameters
|
|
@@ -10871,10 +10871,10 @@ import pulpcore.client.pulpcore
|
|
|
10871
10871
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
10872
10872
|
from pprint import pprint
|
|
10873
10873
|
|
|
10874
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
10874
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
10875
10875
|
# See configuration.py for a list of all supported configuration parameters.
|
|
10876
10876
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
10877
|
-
host = "https://env-ephemeral-
|
|
10877
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
10878
10878
|
)
|
|
10879
10879
|
|
|
10880
10880
|
# The client must configure the authentication and authorization parameters
|
|
@@ -10960,10 +10960,10 @@ from pulpcore.client.pulpcore.models.paginated_filesystem_export_response_list i
|
|
|
10960
10960
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
10961
10961
|
from pprint import pprint
|
|
10962
10962
|
|
|
10963
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
10963
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
10964
10964
|
# See configuration.py for a list of all supported configuration parameters.
|
|
10965
10965
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
10966
|
-
host = "https://env-ephemeral-
|
|
10966
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
10967
10967
|
)
|
|
10968
10968
|
|
|
10969
10969
|
# The client must configure the authentication and authorization parameters
|
|
@@ -11059,10 +11059,10 @@ from pulpcore.client.pulpcore.models.filesystem_export_response import Filesyste
|
|
|
11059
11059
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
11060
11060
|
from pprint import pprint
|
|
11061
11061
|
|
|
11062
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
11062
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
11063
11063
|
# See configuration.py for a list of all supported configuration parameters.
|
|
11064
11064
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
11065
|
-
host = "https://env-ephemeral-
|
|
11065
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
11066
11066
|
)
|
|
11067
11067
|
|
|
11068
11068
|
# The client must configure the authentication and authorization parameters
|
|
@@ -11137,7 +11137,7 @@ Name | Type | Description | Notes
|
|
|
11137
11137
|
|
|
11138
11138
|
# pulpcore.client.pulpcore.ExportersPulpApi
|
|
11139
11139
|
|
|
11140
|
-
All URIs are relative to *https://env-ephemeral-
|
|
11140
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
11141
11141
|
|
|
11142
11142
|
Method | HTTP request | Description
|
|
11143
11143
|
------------- | ------------- | -------------
|
|
@@ -11169,10 +11169,10 @@ from pulpcore.client.pulpcore.models.pulp_exporter_response import PulpExporterR
|
|
|
11169
11169
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
11170
11170
|
from pprint import pprint
|
|
11171
11171
|
|
|
11172
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
11172
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
11173
11173
|
# See configuration.py for a list of all supported configuration parameters.
|
|
11174
11174
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
11175
|
-
host = "https://env-ephemeral-
|
|
11175
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
11176
11176
|
)
|
|
11177
11177
|
|
|
11178
11178
|
# The client must configure the authentication and authorization parameters
|
|
@@ -11262,10 +11262,10 @@ from pulpcore.client.pulpcore.models.async_operation_response import AsyncOperat
|
|
|
11262
11262
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
11263
11263
|
from pprint import pprint
|
|
11264
11264
|
|
|
11265
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
11265
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
11266
11266
|
# See configuration.py for a list of all supported configuration parameters.
|
|
11267
11267
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
11268
|
-
host = "https://env-ephemeral-
|
|
11268
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
11269
11269
|
)
|
|
11270
11270
|
|
|
11271
11271
|
# The client must configure the authentication and authorization parameters
|
|
@@ -11353,10 +11353,10 @@ from pulpcore.client.pulpcore.models.paginated_pulp_exporter_response_list impor
|
|
|
11353
11353
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
11354
11354
|
from pprint import pprint
|
|
11355
11355
|
|
|
11356
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
11356
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
11357
11357
|
# See configuration.py for a list of all supported configuration parameters.
|
|
11358
11358
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
11359
|
-
host = "https://env-ephemeral-
|
|
11359
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
11360
11360
|
)
|
|
11361
11361
|
|
|
11362
11362
|
# The client must configure the authentication and authorization parameters
|
|
@@ -11481,10 +11481,10 @@ from pulpcore.client.pulpcore.models.pulp_exporter_response import PulpExporterR
|
|
|
11481
11481
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
11482
11482
|
from pprint import pprint
|
|
11483
11483
|
|
|
11484
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
11484
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
11485
11485
|
# See configuration.py for a list of all supported configuration parameters.
|
|
11486
11486
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
11487
|
-
host = "https://env-ephemeral-
|
|
11487
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
11488
11488
|
)
|
|
11489
11489
|
|
|
11490
11490
|
# The client must configure the authentication and authorization parameters
|
|
@@ -11575,10 +11575,10 @@ from pulpcore.client.pulpcore.models.pulp_exporter_response import PulpExporterR
|
|
|
11575
11575
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
11576
11576
|
from pprint import pprint
|
|
11577
11577
|
|
|
11578
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
11578
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
11579
11579
|
# See configuration.py for a list of all supported configuration parameters.
|
|
11580
11580
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
11581
|
-
host = "https://env-ephemeral-
|
|
11581
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
11582
11582
|
)
|
|
11583
11583
|
|
|
11584
11584
|
# The client must configure the authentication and authorization parameters
|
|
@@ -11671,10 +11671,10 @@ from pulpcore.client.pulpcore.models.pulp_exporter_response import PulpExporterR
|
|
|
11671
11671
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
11672
11672
|
from pprint import pprint
|
|
11673
11673
|
|
|
11674
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
11674
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
11675
11675
|
# See configuration.py for a list of all supported configuration parameters.
|
|
11676
11676
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
11677
|
-
host = "https://env-ephemeral-
|
|
11677
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
11678
11678
|
)
|
|
11679
11679
|
|
|
11680
11680
|
# The client must configure the authentication and authorization parameters
|
|
@@ -11748,7 +11748,7 @@ Name | Type | Description | Notes
|
|
|
11748
11748
|
|
|
11749
11749
|
# pulpcore.client.pulpcore.ExportersPulpExportsApi
|
|
11750
11750
|
|
|
11751
|
-
All URIs are relative to *https://env-ephemeral-
|
|
11751
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
11752
11752
|
|
|
11753
11753
|
Method | HTTP request | Description
|
|
11754
11754
|
------------- | ------------- | -------------
|
|
@@ -11778,10 +11778,10 @@ from pulpcore.client.pulpcore.models.pulp_export import PulpExport
|
|
|
11778
11778
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
11779
11779
|
from pprint import pprint
|
|
11780
11780
|
|
|
11781
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
11781
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
11782
11782
|
# See configuration.py for a list of all supported configuration parameters.
|
|
11783
11783
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
11784
|
-
host = "https://env-ephemeral-
|
|
11784
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
11785
11785
|
)
|
|
11786
11786
|
|
|
11787
11787
|
# The client must configure the authentication and authorization parameters
|
|
@@ -11870,10 +11870,10 @@ import pulpcore.client.pulpcore
|
|
|
11870
11870
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
11871
11871
|
from pprint import pprint
|
|
11872
11872
|
|
|
11873
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
11873
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
11874
11874
|
# See configuration.py for a list of all supported configuration parameters.
|
|
11875
11875
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
11876
|
-
host = "https://env-ephemeral-
|
|
11876
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
11877
11877
|
)
|
|
11878
11878
|
|
|
11879
11879
|
# The client must configure the authentication and authorization parameters
|
|
@@ -11959,10 +11959,10 @@ from pulpcore.client.pulpcore.models.paginated_pulp_export_response_list import
|
|
|
11959
11959
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
11960
11960
|
from pprint import pprint
|
|
11961
11961
|
|
|
11962
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
11962
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
11963
11963
|
# See configuration.py for a list of all supported configuration parameters.
|
|
11964
11964
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
11965
|
-
host = "https://env-ephemeral-
|
|
11965
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
11966
11966
|
)
|
|
11967
11967
|
|
|
11968
11968
|
# The client must configure the authentication and authorization parameters
|
|
@@ -12058,10 +12058,10 @@ from pulpcore.client.pulpcore.models.pulp_export_response import PulpExportRespo
|
|
|
12058
12058
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
12059
12059
|
from pprint import pprint
|
|
12060
12060
|
|
|
12061
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
12061
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
12062
12062
|
# See configuration.py for a list of all supported configuration parameters.
|
|
12063
12063
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
12064
|
-
host = "https://env-ephemeral-
|
|
12064
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
12065
12065
|
)
|
|
12066
12066
|
|
|
12067
12067
|
# The client must configure the authentication and authorization parameters
|
|
@@ -12537,7 +12537,7 @@ group_role_response_from_dict = GroupRoleResponse.from_dict(group_role_response_
|
|
|
12537
12537
|
|
|
12538
12538
|
# pulpcore.client.pulpcore.GroupsApi
|
|
12539
12539
|
|
|
12540
|
-
All URIs are relative to *https://env-ephemeral-
|
|
12540
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
12541
12541
|
|
|
12542
12542
|
Method | HTTP request | Description
|
|
12543
12543
|
------------- | ------------- | -------------
|
|
@@ -12573,10 +12573,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
12573
12573
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
12574
12574
|
from pprint import pprint
|
|
12575
12575
|
|
|
12576
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
12576
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
12577
12577
|
# See configuration.py for a list of all supported configuration parameters.
|
|
12578
12578
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
12579
|
-
host = "https://env-ephemeral-
|
|
12579
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
12580
12580
|
)
|
|
12581
12581
|
|
|
12582
12582
|
# The client must configure the authentication and authorization parameters
|
|
@@ -12667,10 +12667,10 @@ from pulpcore.client.pulpcore.models.group_response import GroupResponse
|
|
|
12667
12667
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
12668
12668
|
from pprint import pprint
|
|
12669
12669
|
|
|
12670
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
12670
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
12671
12671
|
# See configuration.py for a list of all supported configuration parameters.
|
|
12672
12672
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
12673
|
-
host = "https://env-ephemeral-
|
|
12673
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
12674
12674
|
)
|
|
12675
12675
|
|
|
12676
12676
|
# The client must configure the authentication and authorization parameters
|
|
@@ -12759,10 +12759,10 @@ import pulpcore.client.pulpcore
|
|
|
12759
12759
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
12760
12760
|
from pprint import pprint
|
|
12761
12761
|
|
|
12762
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
12762
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
12763
12763
|
# See configuration.py for a list of all supported configuration parameters.
|
|
12764
12764
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
12765
|
-
host = "https://env-ephemeral-
|
|
12765
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
12766
12766
|
)
|
|
12767
12767
|
|
|
12768
12768
|
# The client must configure the authentication and authorization parameters
|
|
@@ -12848,10 +12848,10 @@ from pulpcore.client.pulpcore.models.paginated_group_response_list import Pagina
|
|
|
12848
12848
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
12849
12849
|
from pprint import pprint
|
|
12850
12850
|
|
|
12851
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
12851
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
12852
12852
|
# See configuration.py for a list of all supported configuration parameters.
|
|
12853
12853
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
12854
|
-
host = "https://env-ephemeral-
|
|
12854
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
12855
12855
|
)
|
|
12856
12856
|
|
|
12857
12857
|
# The client must configure the authentication and authorization parameters
|
|
@@ -12971,10 +12971,10 @@ from pulpcore.client.pulpcore.models.object_roles_response import ObjectRolesRes
|
|
|
12971
12971
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
12972
12972
|
from pprint import pprint
|
|
12973
12973
|
|
|
12974
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
12974
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
12975
12975
|
# See configuration.py for a list of all supported configuration parameters.
|
|
12976
12976
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
12977
|
-
host = "https://env-ephemeral-
|
|
12977
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
12978
12978
|
)
|
|
12979
12979
|
|
|
12980
12980
|
# The client must configure the authentication and authorization parameters
|
|
@@ -13066,10 +13066,10 @@ from pulpcore.client.pulpcore.models.my_permissions_response import MyPermission
|
|
|
13066
13066
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
13067
13067
|
from pprint import pprint
|
|
13068
13068
|
|
|
13069
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
13069
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
13070
13070
|
# See configuration.py for a list of all supported configuration parameters.
|
|
13071
13071
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
13072
|
-
host = "https://env-ephemeral-
|
|
13072
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
13073
13073
|
)
|
|
13074
13074
|
|
|
13075
13075
|
# The client must configure the authentication and authorization parameters
|
|
@@ -13162,10 +13162,10 @@ from pulpcore.client.pulpcore.models.patched_group import PatchedGroup
|
|
|
13162
13162
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
13163
13163
|
from pprint import pprint
|
|
13164
13164
|
|
|
13165
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
13165
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
13166
13166
|
# See configuration.py for a list of all supported configuration parameters.
|
|
13167
13167
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
13168
|
-
host = "https://env-ephemeral-
|
|
13168
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
13169
13169
|
)
|
|
13170
13170
|
|
|
13171
13171
|
# The client must configure the authentication and authorization parameters
|
|
@@ -13255,10 +13255,10 @@ from pulpcore.client.pulpcore.models.group_response import GroupResponse
|
|
|
13255
13255
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
13256
13256
|
from pprint import pprint
|
|
13257
13257
|
|
|
13258
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
13258
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
13259
13259
|
# See configuration.py for a list of all supported configuration parameters.
|
|
13260
13260
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
13261
|
-
host = "https://env-ephemeral-
|
|
13261
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
13262
13262
|
)
|
|
13263
13263
|
|
|
13264
13264
|
# The client must configure the authentication and authorization parameters
|
|
@@ -13351,10 +13351,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
13351
13351
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
13352
13352
|
from pprint import pprint
|
|
13353
13353
|
|
|
13354
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
13354
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
13355
13355
|
# See configuration.py for a list of all supported configuration parameters.
|
|
13356
13356
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
13357
|
-
host = "https://env-ephemeral-
|
|
13357
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
13358
13358
|
)
|
|
13359
13359
|
|
|
13360
13360
|
# The client must configure the authentication and authorization parameters
|
|
@@ -13445,10 +13445,10 @@ from pulpcore.client.pulpcore.models.group_response import GroupResponse
|
|
|
13445
13445
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
13446
13446
|
from pprint import pprint
|
|
13447
13447
|
|
|
13448
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
13448
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
13449
13449
|
# See configuration.py for a list of all supported configuration parameters.
|
|
13450
13450
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
13451
|
-
host = "https://env-ephemeral-
|
|
13451
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
13452
13452
|
)
|
|
13453
13453
|
|
|
13454
13454
|
# The client must configure the authentication and authorization parameters
|
|
@@ -13521,7 +13521,7 @@ Name | Type | Description | Notes
|
|
|
13521
13521
|
|
|
13522
13522
|
# pulpcore.client.pulpcore.GroupsRolesApi
|
|
13523
13523
|
|
|
13524
|
-
All URIs are relative to *https://env-ephemeral-
|
|
13524
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
13525
13525
|
|
|
13526
13526
|
Method | HTTP request | Description
|
|
13527
13527
|
------------- | ------------- | -------------
|
|
@@ -13551,10 +13551,10 @@ from pulpcore.client.pulpcore.models.group_role_response import GroupRoleRespons
|
|
|
13551
13551
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
13552
13552
|
from pprint import pprint
|
|
13553
13553
|
|
|
13554
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
13554
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
13555
13555
|
# See configuration.py for a list of all supported configuration parameters.
|
|
13556
13556
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
13557
|
-
host = "https://env-ephemeral-
|
|
13557
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
13558
13558
|
)
|
|
13559
13559
|
|
|
13560
13560
|
# The client must configure the authentication and authorization parameters
|
|
@@ -13643,10 +13643,10 @@ import pulpcore.client.pulpcore
|
|
|
13643
13643
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
13644
13644
|
from pprint import pprint
|
|
13645
13645
|
|
|
13646
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
13646
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
13647
13647
|
# See configuration.py for a list of all supported configuration parameters.
|
|
13648
13648
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
13649
|
-
host = "https://env-ephemeral-
|
|
13649
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
13650
13650
|
)
|
|
13651
13651
|
|
|
13652
13652
|
# The client must configure the authentication and authorization parameters
|
|
@@ -13732,10 +13732,10 @@ from pulpcore.client.pulpcore.models.paginated_group_role_response_list import P
|
|
|
13732
13732
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
13733
13733
|
from pprint import pprint
|
|
13734
13734
|
|
|
13735
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
13735
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
13736
13736
|
# See configuration.py for a list of all supported configuration parameters.
|
|
13737
13737
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
13738
|
-
host = "https://env-ephemeral-
|
|
13738
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
13739
13739
|
)
|
|
13740
13740
|
|
|
13741
13741
|
# The client must configure the authentication and authorization parameters
|
|
@@ -13855,10 +13855,10 @@ from pulpcore.client.pulpcore.models.group_role_response import GroupRoleRespons
|
|
|
13855
13855
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
13856
13856
|
from pprint import pprint
|
|
13857
13857
|
|
|
13858
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
13858
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
13859
13859
|
# See configuration.py for a list of all supported configuration parameters.
|
|
13860
13860
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
13861
|
-
host = "https://env-ephemeral-
|
|
13861
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
13862
13862
|
)
|
|
13863
13863
|
|
|
13864
13864
|
# The client must configure the authentication and authorization parameters
|
|
@@ -13933,7 +13933,7 @@ Name | Type | Description | Notes
|
|
|
13933
13933
|
|
|
13934
13934
|
# pulpcore.client.pulpcore.GroupsUsersApi
|
|
13935
13935
|
|
|
13936
|
-
All URIs are relative to *https://env-ephemeral-
|
|
13936
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
13937
13937
|
|
|
13938
13938
|
Method | HTTP request | Description
|
|
13939
13939
|
------------- | ------------- | -------------
|
|
@@ -13962,10 +13962,10 @@ from pulpcore.client.pulpcore.models.group_user_response import GroupUserRespons
|
|
|
13962
13962
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
13963
13963
|
from pprint import pprint
|
|
13964
13964
|
|
|
13965
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
13965
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
13966
13966
|
# See configuration.py for a list of all supported configuration parameters.
|
|
13967
13967
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
13968
|
-
host = "https://env-ephemeral-
|
|
13968
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
13969
13969
|
)
|
|
13970
13970
|
|
|
13971
13971
|
# The client must configure the authentication and authorization parameters
|
|
@@ -14054,10 +14054,10 @@ import pulpcore.client.pulpcore
|
|
|
14054
14054
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
14055
14055
|
from pprint import pprint
|
|
14056
14056
|
|
|
14057
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
14057
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
14058
14058
|
# See configuration.py for a list of all supported configuration parameters.
|
|
14059
14059
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
14060
|
-
host = "https://env-ephemeral-
|
|
14060
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
14061
14061
|
)
|
|
14062
14062
|
|
|
14063
14063
|
# The client must configure the authentication and authorization parameters
|
|
@@ -14143,10 +14143,10 @@ from pulpcore.client.pulpcore.models.paginated_group_user_response_list import P
|
|
|
14143
14143
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
14144
14144
|
from pprint import pprint
|
|
14145
14145
|
|
|
14146
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
14146
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
14147
14147
|
# See configuration.py for a list of all supported configuration parameters.
|
|
14148
14148
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
14149
|
-
host = "https://env-ephemeral-
|
|
14149
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
14150
14150
|
)
|
|
14151
14151
|
|
|
14152
14152
|
# The client must configure the authentication and authorization parameters
|
|
@@ -14359,7 +14359,7 @@ header_content_guard_response_from_dict = HeaderContentGuardResponse.from_dict(h
|
|
|
14359
14359
|
|
|
14360
14360
|
# pulpcore.client.pulpcore.ImportersPulpApi
|
|
14361
14361
|
|
|
14362
|
-
All URIs are relative to *https://env-ephemeral-
|
|
14362
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
14363
14363
|
|
|
14364
14364
|
Method | HTTP request | Description
|
|
14365
14365
|
------------- | ------------- | -------------
|
|
@@ -14391,10 +14391,10 @@ from pulpcore.client.pulpcore.models.pulp_importer_response import PulpImporterR
|
|
|
14391
14391
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
14392
14392
|
from pprint import pprint
|
|
14393
14393
|
|
|
14394
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
14394
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
14395
14395
|
# See configuration.py for a list of all supported configuration parameters.
|
|
14396
14396
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
14397
|
-
host = "https://env-ephemeral-
|
|
14397
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
14398
14398
|
)
|
|
14399
14399
|
|
|
14400
14400
|
# The client must configure the authentication and authorization parameters
|
|
@@ -14483,10 +14483,10 @@ import pulpcore.client.pulpcore
|
|
|
14483
14483
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
14484
14484
|
from pprint import pprint
|
|
14485
14485
|
|
|
14486
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
14486
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
14487
14487
|
# See configuration.py for a list of all supported configuration parameters.
|
|
14488
14488
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
14489
|
-
host = "https://env-ephemeral-
|
|
14489
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
14490
14490
|
)
|
|
14491
14491
|
|
|
14492
14492
|
# The client must configure the authentication and authorization parameters
|
|
@@ -14572,10 +14572,10 @@ from pulpcore.client.pulpcore.models.paginated_pulp_importer_response_list impor
|
|
|
14572
14572
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
14573
14573
|
from pprint import pprint
|
|
14574
14574
|
|
|
14575
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
14575
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
14576
14576
|
# See configuration.py for a list of all supported configuration parameters.
|
|
14577
14577
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
14578
|
-
host = "https://env-ephemeral-
|
|
14578
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
14579
14579
|
)
|
|
14580
14580
|
|
|
14581
14581
|
# The client must configure the authentication and authorization parameters
|
|
@@ -14700,10 +14700,10 @@ from pulpcore.client.pulpcore.models.pulp_importer_response import PulpImporterR
|
|
|
14700
14700
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
14701
14701
|
from pprint import pprint
|
|
14702
14702
|
|
|
14703
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
14703
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
14704
14704
|
# See configuration.py for a list of all supported configuration parameters.
|
|
14705
14705
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
14706
|
-
host = "https://env-ephemeral-
|
|
14706
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
14707
14707
|
)
|
|
14708
14708
|
|
|
14709
14709
|
# The client must configure the authentication and authorization parameters
|
|
@@ -14793,10 +14793,10 @@ from pulpcore.client.pulpcore.models.pulp_importer_response import PulpImporterR
|
|
|
14793
14793
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
14794
14794
|
from pprint import pprint
|
|
14795
14795
|
|
|
14796
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
14796
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
14797
14797
|
# See configuration.py for a list of all supported configuration parameters.
|
|
14798
14798
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
14799
|
-
host = "https://env-ephemeral-
|
|
14799
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
14800
14800
|
)
|
|
14801
14801
|
|
|
14802
14802
|
# The client must configure the authentication and authorization parameters
|
|
@@ -14889,10 +14889,10 @@ from pulpcore.client.pulpcore.models.pulp_importer_response import PulpImporterR
|
|
|
14889
14889
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
14890
14890
|
from pprint import pprint
|
|
14891
14891
|
|
|
14892
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
14892
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
14893
14893
|
# See configuration.py for a list of all supported configuration parameters.
|
|
14894
14894
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
14895
|
-
host = "https://env-ephemeral-
|
|
14895
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
14896
14896
|
)
|
|
14897
14897
|
|
|
14898
14898
|
# The client must configure the authentication and authorization parameters
|
|
@@ -14965,7 +14965,7 @@ Name | Type | Description | Notes
|
|
|
14965
14965
|
|
|
14966
14966
|
# pulpcore.client.pulpcore.ImportersPulpImportCheckApi
|
|
14967
14967
|
|
|
14968
|
-
All URIs are relative to *https://env-ephemeral-
|
|
14968
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
14969
14969
|
|
|
14970
14970
|
Method | HTTP request | Description
|
|
14971
14971
|
------------- | ------------- | -------------
|
|
@@ -14992,10 +14992,10 @@ from pulpcore.client.pulpcore.models.pulp_import_check_response import PulpImpor
|
|
|
14992
14992
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
14993
14993
|
from pprint import pprint
|
|
14994
14994
|
|
|
14995
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
14995
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
14996
14996
|
# See configuration.py for a list of all supported configuration parameters.
|
|
14997
14997
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
14998
|
-
host = "https://env-ephemeral-
|
|
14998
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
14999
14999
|
)
|
|
15000
15000
|
|
|
15001
15001
|
# The client must configure the authentication and authorization parameters
|
|
@@ -15068,7 +15068,7 @@ Name | Type | Description | Notes
|
|
|
15068
15068
|
|
|
15069
15069
|
# pulpcore.client.pulpcore.ImportersPulpImportsApi
|
|
15070
15070
|
|
|
15071
|
-
All URIs are relative to *https://env-ephemeral-
|
|
15071
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
15072
15072
|
|
|
15073
15073
|
Method | HTTP request | Description
|
|
15074
15074
|
------------- | ------------- | -------------
|
|
@@ -15098,10 +15098,10 @@ from pulpcore.client.pulpcore.models.task_group_operation_response import TaskGr
|
|
|
15098
15098
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
15099
15099
|
from pprint import pprint
|
|
15100
15100
|
|
|
15101
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
15101
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
15102
15102
|
# See configuration.py for a list of all supported configuration parameters.
|
|
15103
15103
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
15104
|
-
host = "https://env-ephemeral-
|
|
15104
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
15105
15105
|
)
|
|
15106
15106
|
|
|
15107
15107
|
# The client must configure the authentication and authorization parameters
|
|
@@ -15190,10 +15190,10 @@ import pulpcore.client.pulpcore
|
|
|
15190
15190
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
15191
15191
|
from pprint import pprint
|
|
15192
15192
|
|
|
15193
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
15193
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
15194
15194
|
# See configuration.py for a list of all supported configuration parameters.
|
|
15195
15195
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
15196
|
-
host = "https://env-ephemeral-
|
|
15196
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
15197
15197
|
)
|
|
15198
15198
|
|
|
15199
15199
|
# The client must configure the authentication and authorization parameters
|
|
@@ -15279,10 +15279,10 @@ from pulpcore.client.pulpcore.models.paginated_import_response_list import Pagin
|
|
|
15279
15279
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
15280
15280
|
from pprint import pprint
|
|
15281
15281
|
|
|
15282
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
15282
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
15283
15283
|
# See configuration.py for a list of all supported configuration parameters.
|
|
15284
15284
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
15285
|
-
host = "https://env-ephemeral-
|
|
15285
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
15286
15286
|
)
|
|
15287
15287
|
|
|
15288
15288
|
# The client must configure the authentication and authorization parameters
|
|
@@ -15378,10 +15378,10 @@ from pulpcore.client.pulpcore.models.import_response import ImportResponse
|
|
|
15378
15378
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
15379
15379
|
from pprint import pprint
|
|
15380
15380
|
|
|
15381
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
15381
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
15382
15382
|
# See configuration.py for a list of all supported configuration parameters.
|
|
15383
15383
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
15384
|
-
host = "https://env-ephemeral-
|
|
15384
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
15385
15385
|
)
|
|
15386
15386
|
|
|
15387
15387
|
# The client must configure the authentication and authorization parameters
|
|
@@ -15491,7 +15491,7 @@ import_response_from_dict = ImportResponse.from_dict(import_response_dict)
|
|
|
15491
15491
|
|
|
15492
15492
|
# pulpcore.client.pulpcore.LivezApi
|
|
15493
15493
|
|
|
15494
|
-
All URIs are relative to *https://env-ephemeral-
|
|
15494
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
15495
15495
|
|
|
15496
15496
|
Method | HTTP request | Description
|
|
15497
15497
|
------------- | ------------- | -------------
|
|
@@ -15513,10 +15513,10 @@ import pulpcore.client.pulpcore
|
|
|
15513
15513
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
15514
15514
|
from pprint import pprint
|
|
15515
15515
|
|
|
15516
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
15516
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
15517
15517
|
# See configuration.py for a list of all supported configuration parameters.
|
|
15518
15518
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
15519
|
-
host = "https://env-ephemeral-
|
|
15519
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
15520
15520
|
)
|
|
15521
15521
|
|
|
15522
15522
|
|
|
@@ -15569,7 +15569,7 @@ No authorization required
|
|
|
15569
15569
|
|
|
15570
15570
|
# pulpcore.client.pulpcore.LoginApi
|
|
15571
15571
|
|
|
15572
|
-
All URIs are relative to *https://env-ephemeral-
|
|
15572
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
15573
15573
|
|
|
15574
15574
|
Method | HTTP request | Description
|
|
15575
15575
|
------------- | ------------- | -------------
|
|
@@ -15595,10 +15595,10 @@ from pulpcore.client.pulpcore.models.login_response import LoginResponse
|
|
|
15595
15595
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
15596
15596
|
from pprint import pprint
|
|
15597
15597
|
|
|
15598
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
15598
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
15599
15599
|
# See configuration.py for a list of all supported configuration parameters.
|
|
15600
15600
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
15601
|
-
host = "https://env-ephemeral-
|
|
15601
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
15602
15602
|
)
|
|
15603
15603
|
|
|
15604
15604
|
# The client must configure the authentication and authorization parameters
|
|
@@ -15683,10 +15683,10 @@ from pulpcore.client.pulpcore.models.login_response import LoginResponse
|
|
|
15683
15683
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
15684
15684
|
from pprint import pprint
|
|
15685
15685
|
|
|
15686
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
15686
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
15687
15687
|
# See configuration.py for a list of all supported configuration parameters.
|
|
15688
15688
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
15689
|
-
host = "https://env-ephemeral-
|
|
15689
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
15690
15690
|
)
|
|
15691
15691
|
|
|
15692
15692
|
# The client must configure the authentication and authorization parameters
|
|
@@ -15774,10 +15774,10 @@ import pulpcore.client.pulpcore
|
|
|
15774
15774
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
15775
15775
|
from pprint import pprint
|
|
15776
15776
|
|
|
15777
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
15777
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
15778
15778
|
# See configuration.py for a list of all supported configuration parameters.
|
|
15779
15779
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
15780
|
-
host = "https://env-ephemeral-
|
|
15780
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
15781
15781
|
)
|
|
15782
15782
|
|
|
15783
15783
|
# The client must configure the authentication and authorization parameters
|
|
@@ -16694,7 +16694,7 @@ open_pgp_user_id_response_from_dict = OpenPGPUserIDResponse.from_dict(open_pgp_u
|
|
|
16694
16694
|
|
|
16695
16695
|
# pulpcore.client.pulpcore.OrphansApi
|
|
16696
16696
|
|
|
16697
|
-
All URIs are relative to *https://env-ephemeral-
|
|
16697
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
16698
16698
|
|
|
16699
16699
|
Method | HTTP request | Description
|
|
16700
16700
|
------------- | ------------- | -------------
|
|
@@ -16720,10 +16720,10 @@ from pulpcore.client.pulpcore.models.async_operation_response import AsyncOperat
|
|
|
16720
16720
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
16721
16721
|
from pprint import pprint
|
|
16722
16722
|
|
|
16723
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
16723
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
16724
16724
|
# See configuration.py for a list of all supported configuration parameters.
|
|
16725
16725
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
16726
|
-
host = "https://env-ephemeral-
|
|
16726
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
16727
16727
|
)
|
|
16728
16728
|
|
|
16729
16729
|
# The client must configure the authentication and authorization parameters
|
|
@@ -16794,7 +16794,7 @@ Name | Type | Description | Notes
|
|
|
16794
16794
|
|
|
16795
16795
|
# pulpcore.client.pulpcore.OrphansCleanupApi
|
|
16796
16796
|
|
|
16797
|
-
All URIs are relative to *https://env-ephemeral-
|
|
16797
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
16798
16798
|
|
|
16799
16799
|
Method | HTTP request | Description
|
|
16800
16800
|
------------- | ------------- | -------------
|
|
@@ -16821,10 +16821,10 @@ from pulpcore.client.pulpcore.models.orphans_cleanup import OrphansCleanup
|
|
|
16821
16821
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
16822
16822
|
from pprint import pprint
|
|
16823
16823
|
|
|
16824
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
16824
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
16825
16825
|
# See configuration.py for a list of all supported configuration parameters.
|
|
16826
16826
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
16827
|
-
host = "https://env-ephemeral-
|
|
16827
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
16828
16828
|
)
|
|
16829
16829
|
|
|
16830
16830
|
# The client must configure the authentication and authorization parameters
|
|
@@ -18915,7 +18915,7 @@ publication_response_from_dict = PublicationResponse.from_dict(publication_respo
|
|
|
18915
18915
|
|
|
18916
18916
|
# pulpcore.client.pulpcore.PublicationsApi
|
|
18917
18917
|
|
|
18918
|
-
All URIs are relative to *https://env-ephemeral-
|
|
18918
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
18919
18919
|
|
|
18920
18920
|
Method | HTTP request | Description
|
|
18921
18921
|
------------- | ------------- | -------------
|
|
@@ -18941,10 +18941,10 @@ from pulpcore.client.pulpcore.models.paginated_publication_response_list import
|
|
|
18941
18941
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
18942
18942
|
from pprint import pprint
|
|
18943
18943
|
|
|
18944
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
18944
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
18945
18945
|
# See configuration.py for a list of all supported configuration parameters.
|
|
18946
18946
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
18947
|
-
host = "https://env-ephemeral-
|
|
18947
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
18948
18948
|
)
|
|
18949
18949
|
|
|
18950
18950
|
# The client must configure the authentication and authorization parameters
|
|
@@ -19526,7 +19526,7 @@ redis_connection_response_from_dict = RedisConnectionResponse.from_dict(redis_co
|
|
|
19526
19526
|
|
|
19527
19527
|
# pulpcore.client.pulpcore.RemotesApi
|
|
19528
19528
|
|
|
19529
|
-
All URIs are relative to *https://env-ephemeral-
|
|
19529
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
19530
19530
|
|
|
19531
19531
|
Method | HTTP request | Description
|
|
19532
19532
|
------------- | ------------- | -------------
|
|
@@ -19552,10 +19552,10 @@ from pulpcore.client.pulpcore.models.paginated_generic_remote_response_list impo
|
|
|
19552
19552
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
19553
19553
|
from pprint import pprint
|
|
19554
19554
|
|
|
19555
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
19555
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
19556
19556
|
# See configuration.py for a list of all supported configuration parameters.
|
|
19557
19557
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
19558
|
-
host = "https://env-ephemeral-
|
|
19558
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
19559
19559
|
)
|
|
19560
19560
|
|
|
19561
19561
|
# The client must configure the authentication and authorization parameters
|
|
@@ -19682,7 +19682,7 @@ Name | Type | Description | Notes
|
|
|
19682
19682
|
|
|
19683
19683
|
# pulpcore.client.pulpcore.RepairApi
|
|
19684
19684
|
|
|
19685
|
-
All URIs are relative to *https://env-ephemeral-
|
|
19685
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
19686
19686
|
|
|
19687
19687
|
Method | HTTP request | Description
|
|
19688
19688
|
------------- | ------------- | -------------
|
|
@@ -19709,10 +19709,10 @@ from pulpcore.client.pulpcore.models.repair import Repair
|
|
|
19709
19709
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
19710
19710
|
from pprint import pprint
|
|
19711
19711
|
|
|
19712
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
19712
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
19713
19713
|
# See configuration.py for a list of all supported configuration parameters.
|
|
19714
19714
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
19715
|
-
host = "https://env-ephemeral-
|
|
19715
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
19716
19716
|
)
|
|
19717
19717
|
|
|
19718
19718
|
# The client must configure the authentication and authorization parameters
|
|
@@ -19814,7 +19814,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
|
|
|
19814
19814
|
|
|
19815
19815
|
# pulpcore.client.pulpcore.RepositoriesApi
|
|
19816
19816
|
|
|
19817
|
-
All URIs are relative to *https://env-ephemeral-
|
|
19817
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
19818
19818
|
|
|
19819
19819
|
Method | HTTP request | Description
|
|
19820
19820
|
------------- | ------------- | -------------
|
|
@@ -19840,10 +19840,10 @@ from pulpcore.client.pulpcore.models.paginated_repository_response_list import P
|
|
|
19840
19840
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
19841
19841
|
from pprint import pprint
|
|
19842
19842
|
|
|
19843
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
19843
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
19844
19844
|
# See configuration.py for a list of all supported configuration parameters.
|
|
19845
19845
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
19846
|
-
host = "https://env-ephemeral-
|
|
19846
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
19847
19847
|
)
|
|
19848
19848
|
|
|
19849
19849
|
# The client must configure the authentication and authorization parameters
|
|
@@ -19978,7 +19978,7 @@ Name | Type | Description | Notes
|
|
|
19978
19978
|
|
|
19979
19979
|
# pulpcore.client.pulpcore.RepositoriesOpenpgpKeyringApi
|
|
19980
19980
|
|
|
19981
|
-
All URIs are relative to *https://env-ephemeral-
|
|
19981
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
19982
19982
|
|
|
19983
19983
|
Method | HTTP request | Description
|
|
19984
19984
|
------------- | ------------- | -------------
|
|
@@ -20017,10 +20017,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
20017
20017
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
20018
20018
|
from pprint import pprint
|
|
20019
20019
|
|
|
20020
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
20020
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
20021
20021
|
# See configuration.py for a list of all supported configuration parameters.
|
|
20022
20022
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
20023
|
-
host = "https://env-ephemeral-
|
|
20023
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
20024
20024
|
)
|
|
20025
20025
|
|
|
20026
20026
|
# The client must configure the authentication and authorization parameters
|
|
@@ -20111,10 +20111,10 @@ from pulpcore.client.pulpcore.models.open_pgp_keyring_response import OpenPGPKey
|
|
|
20111
20111
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
20112
20112
|
from pprint import pprint
|
|
20113
20113
|
|
|
20114
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
20114
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
20115
20115
|
# See configuration.py for a list of all supported configuration parameters.
|
|
20116
20116
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
20117
|
-
host = "https://env-ephemeral-
|
|
20117
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
20118
20118
|
)
|
|
20119
20119
|
|
|
20120
20120
|
# The client must configure the authentication and authorization parameters
|
|
@@ -20204,10 +20204,10 @@ from pulpcore.client.pulpcore.models.async_operation_response import AsyncOperat
|
|
|
20204
20204
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
20205
20205
|
from pprint import pprint
|
|
20206
20206
|
|
|
20207
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
20207
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
20208
20208
|
# See configuration.py for a list of all supported configuration parameters.
|
|
20209
20209
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
20210
|
-
host = "https://env-ephemeral-
|
|
20210
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
20211
20211
|
)
|
|
20212
20212
|
|
|
20213
20213
|
# The client must configure the authentication and authorization parameters
|
|
@@ -20295,10 +20295,10 @@ from pulpcore.client.pulpcore.models.paginated_open_pgp_keyring_response_list im
|
|
|
20295
20295
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
20296
20296
|
from pprint import pprint
|
|
20297
20297
|
|
|
20298
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
20298
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
20299
20299
|
# See configuration.py for a list of all supported configuration parameters.
|
|
20300
20300
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
20301
|
-
host = "https://env-ephemeral-
|
|
20301
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
20302
20302
|
)
|
|
20303
20303
|
|
|
20304
20304
|
# The client must configure the authentication and authorization parameters
|
|
@@ -20446,10 +20446,10 @@ from pulpcore.client.pulpcore.models.object_roles_response import ObjectRolesRes
|
|
|
20446
20446
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
20447
20447
|
from pprint import pprint
|
|
20448
20448
|
|
|
20449
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
20449
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
20450
20450
|
# See configuration.py for a list of all supported configuration parameters.
|
|
20451
20451
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
20452
|
-
host = "https://env-ephemeral-
|
|
20452
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
20453
20453
|
)
|
|
20454
20454
|
|
|
20455
20455
|
# The client must configure the authentication and authorization parameters
|
|
@@ -20542,10 +20542,10 @@ from pulpcore.client.pulpcore.models.repository_add_remove_content import Reposi
|
|
|
20542
20542
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
20543
20543
|
from pprint import pprint
|
|
20544
20544
|
|
|
20545
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
20545
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
20546
20546
|
# See configuration.py for a list of all supported configuration parameters.
|
|
20547
20547
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
20548
|
-
host = "https://env-ephemeral-
|
|
20548
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
20549
20549
|
)
|
|
20550
20550
|
|
|
20551
20551
|
# The client must configure the authentication and authorization parameters
|
|
@@ -20635,10 +20635,10 @@ from pulpcore.client.pulpcore.models.my_permissions_response import MyPermission
|
|
|
20635
20635
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
20636
20636
|
from pprint import pprint
|
|
20637
20637
|
|
|
20638
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
20638
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
20639
20639
|
# See configuration.py for a list of all supported configuration parameters.
|
|
20640
20640
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
20641
|
-
host = "https://env-ephemeral-
|
|
20641
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
20642
20642
|
)
|
|
20643
20643
|
|
|
20644
20644
|
# The client must configure the authentication and authorization parameters
|
|
@@ -20731,10 +20731,10 @@ from pulpcore.client.pulpcore.models.patched_open_pgp_keyring import PatchedOpen
|
|
|
20731
20731
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
20732
20732
|
from pprint import pprint
|
|
20733
20733
|
|
|
20734
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
20734
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
20735
20735
|
# See configuration.py for a list of all supported configuration parameters.
|
|
20736
20736
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
20737
|
-
host = "https://env-ephemeral-
|
|
20737
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
20738
20738
|
)
|
|
20739
20739
|
|
|
20740
20740
|
# The client must configure the authentication and authorization parameters
|
|
@@ -20825,10 +20825,10 @@ from pulpcore.client.pulpcore.models.open_pgp_keyring_response import OpenPGPKey
|
|
|
20825
20825
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
20826
20826
|
from pprint import pprint
|
|
20827
20827
|
|
|
20828
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
20828
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
20829
20829
|
# See configuration.py for a list of all supported configuration parameters.
|
|
20830
20830
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
20831
|
-
host = "https://env-ephemeral-
|
|
20831
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
20832
20832
|
)
|
|
20833
20833
|
|
|
20834
20834
|
# The client must configure the authentication and authorization parameters
|
|
@@ -20921,10 +20921,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
20921
20921
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
20922
20922
|
from pprint import pprint
|
|
20923
20923
|
|
|
20924
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
20924
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
20925
20925
|
# See configuration.py for a list of all supported configuration parameters.
|
|
20926
20926
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
20927
|
-
host = "https://env-ephemeral-
|
|
20927
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
20928
20928
|
)
|
|
20929
20929
|
|
|
20930
20930
|
# The client must configure the authentication and authorization parameters
|
|
@@ -21015,10 +21015,10 @@ from pulpcore.client.pulpcore.models.set_label_response import SetLabelResponse
|
|
|
21015
21015
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
21016
21016
|
from pprint import pprint
|
|
21017
21017
|
|
|
21018
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
21018
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
21019
21019
|
# See configuration.py for a list of all supported configuration parameters.
|
|
21020
21020
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
21021
|
-
host = "https://env-ephemeral-
|
|
21021
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
21022
21022
|
)
|
|
21023
21023
|
|
|
21024
21024
|
# The client must configure the authentication and authorization parameters
|
|
@@ -21109,10 +21109,10 @@ from pulpcore.client.pulpcore.models.unset_label_response import UnsetLabelRespo
|
|
|
21109
21109
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
21110
21110
|
from pprint import pprint
|
|
21111
21111
|
|
|
21112
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
21112
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
21113
21113
|
# See configuration.py for a list of all supported configuration parameters.
|
|
21114
21114
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
21115
|
-
host = "https://env-ephemeral-
|
|
21115
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
21116
21116
|
)
|
|
21117
21117
|
|
|
21118
21118
|
# The client must configure the authentication and authorization parameters
|
|
@@ -21203,10 +21203,10 @@ from pulpcore.client.pulpcore.models.open_pgp_keyring_response import OpenPGPKey
|
|
|
21203
21203
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
21204
21204
|
from pprint import pprint
|
|
21205
21205
|
|
|
21206
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
21206
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
21207
21207
|
# See configuration.py for a list of all supported configuration parameters.
|
|
21208
21208
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
21209
|
-
host = "https://env-ephemeral-
|
|
21209
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
21210
21210
|
)
|
|
21211
21211
|
|
|
21212
21212
|
# The client must configure the authentication and authorization parameters
|
|
@@ -21280,7 +21280,7 @@ Name | Type | Description | Notes
|
|
|
21280
21280
|
|
|
21281
21281
|
# pulpcore.client.pulpcore.RepositoriesReclaimSpaceApi
|
|
21282
21282
|
|
|
21283
|
-
All URIs are relative to *https://env-ephemeral-
|
|
21283
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
21284
21284
|
|
|
21285
21285
|
Method | HTTP request | Description
|
|
21286
21286
|
------------- | ------------- | -------------
|
|
@@ -21307,10 +21307,10 @@ from pulpcore.client.pulpcore.models.reclaim_space import ReclaimSpace
|
|
|
21307
21307
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
21308
21308
|
from pprint import pprint
|
|
21309
21309
|
|
|
21310
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
21310
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
21311
21311
|
# See configuration.py for a list of all supported configuration parameters.
|
|
21312
21312
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
21313
|
-
host = "https://env-ephemeral-
|
|
21313
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
21314
21314
|
)
|
|
21315
21315
|
|
|
21316
21316
|
# The client must configure the authentication and authorization parameters
|
|
@@ -21492,7 +21492,7 @@ repository_version_response_from_dict = RepositoryVersionResponse.from_dict(repo
|
|
|
21492
21492
|
|
|
21493
21493
|
# pulpcore.client.pulpcore.RepositoryVersionsApi
|
|
21494
21494
|
|
|
21495
|
-
All URIs are relative to *https://env-ephemeral-
|
|
21495
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
21496
21496
|
|
|
21497
21497
|
Method | HTTP request | Description
|
|
21498
21498
|
------------- | ------------- | -------------
|
|
@@ -21518,10 +21518,10 @@ from pulpcore.client.pulpcore.models.paginated_repository_version_response_list
|
|
|
21518
21518
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
21519
21519
|
from pprint import pprint
|
|
21520
21520
|
|
|
21521
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
21521
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
21522
21522
|
# See configuration.py for a list of all supported configuration parameters.
|
|
21523
21523
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
21524
|
-
host = "https://env-ephemeral-
|
|
21524
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
21525
21525
|
)
|
|
21526
21526
|
|
|
21527
21527
|
# The client must configure the authentication and authorization parameters
|
|
@@ -21707,7 +21707,7 @@ role_response_from_dict = RoleResponse.from_dict(role_response_dict)
|
|
|
21707
21707
|
|
|
21708
21708
|
# pulpcore.client.pulpcore.RolesApi
|
|
21709
21709
|
|
|
21710
|
-
All URIs are relative to *https://env-ephemeral-
|
|
21710
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
21711
21711
|
|
|
21712
21712
|
Method | HTTP request | Description
|
|
21713
21713
|
------------- | ------------- | -------------
|
|
@@ -21739,10 +21739,10 @@ from pulpcore.client.pulpcore.models.role_response import RoleResponse
|
|
|
21739
21739
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
21740
21740
|
from pprint import pprint
|
|
21741
21741
|
|
|
21742
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
21742
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
21743
21743
|
# See configuration.py for a list of all supported configuration parameters.
|
|
21744
21744
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
21745
|
-
host = "https://env-ephemeral-
|
|
21745
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
21746
21746
|
)
|
|
21747
21747
|
|
|
21748
21748
|
# The client must configure the authentication and authorization parameters
|
|
@@ -21831,10 +21831,10 @@ import pulpcore.client.pulpcore
|
|
|
21831
21831
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
21832
21832
|
from pprint import pprint
|
|
21833
21833
|
|
|
21834
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
21834
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
21835
21835
|
# See configuration.py for a list of all supported configuration parameters.
|
|
21836
21836
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
21837
|
-
host = "https://env-ephemeral-
|
|
21837
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
21838
21838
|
)
|
|
21839
21839
|
|
|
21840
21840
|
# The client must configure the authentication and authorization parameters
|
|
@@ -21920,10 +21920,10 @@ from pulpcore.client.pulpcore.models.paginated_role_response_list import Paginat
|
|
|
21920
21920
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
21921
21921
|
from pprint import pprint
|
|
21922
21922
|
|
|
21923
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
21923
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
21924
21924
|
# See configuration.py for a list of all supported configuration parameters.
|
|
21925
21925
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
21926
|
-
host = "https://env-ephemeral-
|
|
21926
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
21927
21927
|
)
|
|
21928
21928
|
|
|
21929
21929
|
# The client must configure the authentication and authorization parameters
|
|
@@ -22062,10 +22062,10 @@ from pulpcore.client.pulpcore.models.role_response import RoleResponse
|
|
|
22062
22062
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
22063
22063
|
from pprint import pprint
|
|
22064
22064
|
|
|
22065
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
22065
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
22066
22066
|
# See configuration.py for a list of all supported configuration parameters.
|
|
22067
22067
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
22068
|
-
host = "https://env-ephemeral-
|
|
22068
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
22069
22069
|
)
|
|
22070
22070
|
|
|
22071
22071
|
# The client must configure the authentication and authorization parameters
|
|
@@ -22155,10 +22155,10 @@ from pulpcore.client.pulpcore.models.role_response import RoleResponse
|
|
|
22155
22155
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
22156
22156
|
from pprint import pprint
|
|
22157
22157
|
|
|
22158
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
22158
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
22159
22159
|
# See configuration.py for a list of all supported configuration parameters.
|
|
22160
22160
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
22161
|
-
host = "https://env-ephemeral-
|
|
22161
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
22162
22162
|
)
|
|
22163
22163
|
|
|
22164
22164
|
# The client must configure the authentication and authorization parameters
|
|
@@ -22251,10 +22251,10 @@ from pulpcore.client.pulpcore.models.role_response import RoleResponse
|
|
|
22251
22251
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
22252
22252
|
from pprint import pprint
|
|
22253
22253
|
|
|
22254
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
22254
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
22255
22255
|
# See configuration.py for a list of all supported configuration parameters.
|
|
22256
22256
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
22257
|
-
host = "https://env-ephemeral-
|
|
22257
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
22258
22258
|
)
|
|
22259
22259
|
|
|
22260
22260
|
# The client must configure the authentication and authorization parameters
|
|
@@ -22426,7 +22426,7 @@ signing_service_response_from_dict = SigningServiceResponse.from_dict(signing_se
|
|
|
22426
22426
|
|
|
22427
22427
|
# pulpcore.client.pulpcore.SigningServicesApi
|
|
22428
22428
|
|
|
22429
|
-
All URIs are relative to *https://env-ephemeral-
|
|
22429
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
22430
22430
|
|
|
22431
22431
|
Method | HTTP request | Description
|
|
22432
22432
|
------------- | ------------- | -------------
|
|
@@ -22453,10 +22453,10 @@ from pulpcore.client.pulpcore.models.paginated_signing_service_response_list imp
|
|
|
22453
22453
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
22454
22454
|
from pprint import pprint
|
|
22455
22455
|
|
|
22456
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
22456
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
22457
22457
|
# See configuration.py for a list of all supported configuration parameters.
|
|
22458
22458
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
22459
|
-
host = "https://env-ephemeral-
|
|
22459
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
22460
22460
|
)
|
|
22461
22461
|
|
|
22462
22462
|
# The client must configure the authentication and authorization parameters
|
|
@@ -22564,10 +22564,10 @@ from pulpcore.client.pulpcore.models.signing_service_response import SigningServ
|
|
|
22564
22564
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
22565
22565
|
from pprint import pprint
|
|
22566
22566
|
|
|
22567
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
22567
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
22568
22568
|
# See configuration.py for a list of all supported configuration parameters.
|
|
22569
22569
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
22570
|
-
host = "https://env-ephemeral-
|
|
22570
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
22571
22571
|
)
|
|
22572
22572
|
|
|
22573
22573
|
# The client must configure the authentication and authorization parameters
|
|
@@ -22659,7 +22659,7 @@ Name | Type | Description | Notes
|
|
|
22659
22659
|
|
|
22660
22660
|
# pulpcore.client.pulpcore.StatusApi
|
|
22661
22661
|
|
|
22662
|
-
All URIs are relative to *https://env-ephemeral-
|
|
22662
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
22663
22663
|
|
|
22664
22664
|
Method | HTTP request | Description
|
|
22665
22665
|
------------- | ------------- | -------------
|
|
@@ -22682,10 +22682,10 @@ from pulpcore.client.pulpcore.models.status_response import StatusResponse
|
|
|
22682
22682
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
22683
22683
|
from pprint import pprint
|
|
22684
22684
|
|
|
22685
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
22685
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
22686
22686
|
# See configuration.py for a list of all supported configuration parameters.
|
|
22687
22687
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
22688
|
-
host = "https://env-ephemeral-
|
|
22688
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
22689
22689
|
)
|
|
22690
22690
|
|
|
22691
22691
|
|
|
@@ -22899,7 +22899,7 @@ task_group_response_from_dict = TaskGroupResponse.from_dict(task_group_response_
|
|
|
22899
22899
|
|
|
22900
22900
|
# pulpcore.client.pulpcore.TaskGroupsApi
|
|
22901
22901
|
|
|
22902
|
-
All URIs are relative to *https://env-ephemeral-
|
|
22902
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
22903
22903
|
|
|
22904
22904
|
Method | HTTP request | Description
|
|
22905
22905
|
------------- | ------------- | -------------
|
|
@@ -22925,10 +22925,10 @@ from pulpcore.client.pulpcore.models.paginated_task_group_response_list import P
|
|
|
22925
22925
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
22926
22926
|
from pprint import pprint
|
|
22927
22927
|
|
|
22928
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
22928
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
22929
22929
|
# See configuration.py for a list of all supported configuration parameters.
|
|
22930
22930
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
22931
|
-
host = "https://env-ephemeral-
|
|
22931
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
22932
22932
|
)
|
|
22933
22933
|
|
|
22934
22934
|
# The client must configure the authentication and authorization parameters
|
|
@@ -23022,10 +23022,10 @@ from pulpcore.client.pulpcore.models.task_group_response import TaskGroupRespons
|
|
|
23022
23022
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
23023
23023
|
from pprint import pprint
|
|
23024
23024
|
|
|
23025
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
23025
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
23026
23026
|
# See configuration.py for a list of all supported configuration parameters.
|
|
23027
23027
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
23028
|
-
host = "https://env-ephemeral-
|
|
23028
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
23029
23029
|
)
|
|
23030
23030
|
|
|
23031
23031
|
# The client must configure the authentication and authorization parameters
|
|
@@ -23118,10 +23118,10 @@ from pulpcore.client.pulpcore.models.task_group_response import TaskGroupRespons
|
|
|
23118
23118
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
23119
23119
|
from pprint import pprint
|
|
23120
23120
|
|
|
23121
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
23121
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
23122
23122
|
# See configuration.py for a list of all supported configuration parameters.
|
|
23123
23123
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
23124
|
-
host = "https://env-ephemeral-
|
|
23124
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
23125
23125
|
)
|
|
23126
23126
|
|
|
23127
23127
|
# The client must configure the authentication and authorization parameters
|
|
@@ -23244,7 +23244,7 @@ task_response_from_dict = TaskResponse.from_dict(task_response_dict)
|
|
|
23244
23244
|
|
|
23245
23245
|
# pulpcore.client.pulpcore.TasksApi
|
|
23246
23246
|
|
|
23247
|
-
All URIs are relative to *https://env-ephemeral-
|
|
23247
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
23248
23248
|
|
|
23249
23249
|
Method | HTTP request | Description
|
|
23250
23250
|
------------- | ------------- | -------------
|
|
@@ -23280,10 +23280,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
23280
23280
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
23281
23281
|
from pprint import pprint
|
|
23282
23282
|
|
|
23283
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
23283
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
23284
23284
|
# See configuration.py for a list of all supported configuration parameters.
|
|
23285
23285
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
23286
|
-
host = "https://env-ephemeral-
|
|
23286
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
23287
23287
|
)
|
|
23288
23288
|
|
|
23289
23289
|
# The client must configure the authentication and authorization parameters
|
|
@@ -23372,10 +23372,10 @@ import pulpcore.client.pulpcore
|
|
|
23372
23372
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
23373
23373
|
from pprint import pprint
|
|
23374
23374
|
|
|
23375
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
23375
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
23376
23376
|
# See configuration.py for a list of all supported configuration parameters.
|
|
23377
23377
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
23378
|
-
host = "https://env-ephemeral-
|
|
23378
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
23379
23379
|
)
|
|
23380
23380
|
|
|
23381
23381
|
# The client must configure the authentication and authorization parameters
|
|
@@ -23461,10 +23461,10 @@ from pulpcore.client.pulpcore.models.paginated_task_response_list import Paginat
|
|
|
23461
23461
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
23462
23462
|
from pprint import pprint
|
|
23463
23463
|
|
|
23464
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
23464
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
23465
23465
|
# See configuration.py for a list of all supported configuration parameters.
|
|
23466
23466
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
23467
|
-
host = "https://env-ephemeral-
|
|
23467
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
23468
23468
|
)
|
|
23469
23469
|
|
|
23470
23470
|
# The client must configure the authentication and authorization parameters
|
|
@@ -23666,10 +23666,10 @@ from pulpcore.client.pulpcore.models.object_roles_response import ObjectRolesRes
|
|
|
23666
23666
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
23667
23667
|
from pprint import pprint
|
|
23668
23668
|
|
|
23669
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
23669
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
23670
23670
|
# See configuration.py for a list of all supported configuration parameters.
|
|
23671
23671
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
23672
|
-
host = "https://env-ephemeral-
|
|
23672
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
23673
23673
|
)
|
|
23674
23674
|
|
|
23675
23675
|
# The client must configure the authentication and authorization parameters
|
|
@@ -23761,10 +23761,10 @@ from pulpcore.client.pulpcore.models.my_permissions_response import MyPermission
|
|
|
23761
23761
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
23762
23762
|
from pprint import pprint
|
|
23763
23763
|
|
|
23764
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
23764
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
23765
23765
|
# See configuration.py for a list of all supported configuration parameters.
|
|
23766
23766
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
23767
|
-
host = "https://env-ephemeral-
|
|
23767
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
23768
23768
|
)
|
|
23769
23769
|
|
|
23770
23770
|
# The client must configure the authentication and authorization parameters
|
|
@@ -23856,10 +23856,10 @@ from pulpcore.client.pulpcore.models.profile_artifact_response import ProfileArt
|
|
|
23856
23856
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
23857
23857
|
from pprint import pprint
|
|
23858
23858
|
|
|
23859
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
23859
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
23860
23860
|
# See configuration.py for a list of all supported configuration parameters.
|
|
23861
23861
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
23862
|
-
host = "https://env-ephemeral-
|
|
23862
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
23863
23863
|
)
|
|
23864
23864
|
|
|
23865
23865
|
# The client must configure the authentication and authorization parameters
|
|
@@ -23952,10 +23952,10 @@ from pulpcore.client.pulpcore.models.purge import Purge
|
|
|
23952
23952
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
23953
23953
|
from pprint import pprint
|
|
23954
23954
|
|
|
23955
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
23955
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
23956
23956
|
# See configuration.py for a list of all supported configuration parameters.
|
|
23957
23957
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
23958
|
-
host = "https://env-ephemeral-
|
|
23958
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
23959
23959
|
)
|
|
23960
23960
|
|
|
23961
23961
|
# The client must configure the authentication and authorization parameters
|
|
@@ -24045,10 +24045,10 @@ from pulpcore.client.pulpcore.models.task_response import TaskResponse
|
|
|
24045
24045
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
24046
24046
|
from pprint import pprint
|
|
24047
24047
|
|
|
24048
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
24048
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
24049
24049
|
# See configuration.py for a list of all supported configuration parameters.
|
|
24050
24050
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
24051
|
-
host = "https://env-ephemeral-
|
|
24051
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
24052
24052
|
)
|
|
24053
24053
|
|
|
24054
24054
|
# The client must configure the authentication and authorization parameters
|
|
@@ -24141,10 +24141,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
24141
24141
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
24142
24142
|
from pprint import pprint
|
|
24143
24143
|
|
|
24144
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
24144
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
24145
24145
|
# See configuration.py for a list of all supported configuration parameters.
|
|
24146
24146
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
24147
|
-
host = "https://env-ephemeral-
|
|
24147
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
24148
24148
|
)
|
|
24149
24149
|
|
|
24150
24150
|
# The client must configure the authentication and authorization parameters
|
|
@@ -24235,10 +24235,10 @@ from pulpcore.client.pulpcore.models.task_response import TaskResponse
|
|
|
24235
24235
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
24236
24236
|
from pprint import pprint
|
|
24237
24237
|
|
|
24238
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
24238
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
24239
24239
|
# See configuration.py for a list of all supported configuration parameters.
|
|
24240
24240
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
24241
|
-
host = "https://env-ephemeral-
|
|
24241
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
24242
24242
|
)
|
|
24243
24243
|
|
|
24244
24244
|
# The client must configure the authentication and authorization parameters
|
|
@@ -24350,7 +24350,7 @@ task_schedule_response_from_dict = TaskScheduleResponse.from_dict(task_schedule_
|
|
|
24350
24350
|
|
|
24351
24351
|
# pulpcore.client.pulpcore.TaskSchedulesApi
|
|
24352
24352
|
|
|
24353
|
-
All URIs are relative to *https://env-ephemeral-
|
|
24353
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
24354
24354
|
|
|
24355
24355
|
Method | HTTP request | Description
|
|
24356
24356
|
------------- | ------------- | -------------
|
|
@@ -24382,10 +24382,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
24382
24382
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
24383
24383
|
from pprint import pprint
|
|
24384
24384
|
|
|
24385
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
24385
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
24386
24386
|
# See configuration.py for a list of all supported configuration parameters.
|
|
24387
24387
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
24388
|
-
host = "https://env-ephemeral-
|
|
24388
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
24389
24389
|
)
|
|
24390
24390
|
|
|
24391
24391
|
# The client must configure the authentication and authorization parameters
|
|
@@ -24475,10 +24475,10 @@ from pulpcore.client.pulpcore.models.paginated_task_schedule_response_list impor
|
|
|
24475
24475
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
24476
24476
|
from pprint import pprint
|
|
24477
24477
|
|
|
24478
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
24478
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
24479
24479
|
# See configuration.py for a list of all supported configuration parameters.
|
|
24480
24480
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
24481
|
-
host = "https://env-ephemeral-
|
|
24481
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
24482
24482
|
)
|
|
24483
24483
|
|
|
24484
24484
|
# The client must configure the authentication and authorization parameters
|
|
@@ -24592,10 +24592,10 @@ from pulpcore.client.pulpcore.models.object_roles_response import ObjectRolesRes
|
|
|
24592
24592
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
24593
24593
|
from pprint import pprint
|
|
24594
24594
|
|
|
24595
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
24595
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
24596
24596
|
# See configuration.py for a list of all supported configuration parameters.
|
|
24597
24597
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
24598
|
-
host = "https://env-ephemeral-
|
|
24598
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
24599
24599
|
)
|
|
24600
24600
|
|
|
24601
24601
|
# The client must configure the authentication and authorization parameters
|
|
@@ -24687,10 +24687,10 @@ from pulpcore.client.pulpcore.models.my_permissions_response import MyPermission
|
|
|
24687
24687
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
24688
24688
|
from pprint import pprint
|
|
24689
24689
|
|
|
24690
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
24690
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
24691
24691
|
# See configuration.py for a list of all supported configuration parameters.
|
|
24692
24692
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
24693
|
-
host = "https://env-ephemeral-
|
|
24693
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
24694
24694
|
)
|
|
24695
24695
|
|
|
24696
24696
|
# The client must configure the authentication and authorization parameters
|
|
@@ -24782,10 +24782,10 @@ from pulpcore.client.pulpcore.models.task_schedule_response import TaskScheduleR
|
|
|
24782
24782
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
24783
24783
|
from pprint import pprint
|
|
24784
24784
|
|
|
24785
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
24785
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
24786
24786
|
# See configuration.py for a list of all supported configuration parameters.
|
|
24787
24787
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
24788
|
-
host = "https://env-ephemeral-
|
|
24788
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
24789
24789
|
)
|
|
24790
24790
|
|
|
24791
24791
|
# The client must configure the authentication and authorization parameters
|
|
@@ -24878,10 +24878,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
24878
24878
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
24879
24879
|
from pprint import pprint
|
|
24880
24880
|
|
|
24881
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
24881
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
24882
24882
|
# See configuration.py for a list of all supported configuration parameters.
|
|
24883
24883
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
24884
|
-
host = "https://env-ephemeral-
|
|
24884
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
24885
24885
|
)
|
|
24886
24886
|
|
|
24887
24887
|
# The client must configure the authentication and authorization parameters
|
|
@@ -25177,7 +25177,7 @@ upload_response_from_dict = UploadResponse.from_dict(upload_response_dict)
|
|
|
25177
25177
|
|
|
25178
25178
|
# pulpcore.client.pulpcore.UploadsApi
|
|
25179
25179
|
|
|
25180
|
-
All URIs are relative to *https://env-ephemeral-
|
|
25180
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
25181
25181
|
|
|
25182
25182
|
Method | HTTP request | Description
|
|
25183
25183
|
------------- | ------------- | -------------
|
|
@@ -25213,10 +25213,10 @@ from pulpcore.client.pulpcore.models.upload import Upload
|
|
|
25213
25213
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
25214
25214
|
from pprint import pprint
|
|
25215
25215
|
|
|
25216
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
25216
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
25217
25217
|
# See configuration.py for a list of all supported configuration parameters.
|
|
25218
25218
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
25219
|
-
host = "https://env-ephemeral-
|
|
25219
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
25220
25220
|
)
|
|
25221
25221
|
|
|
25222
25222
|
# The client must configure the authentication and authorization parameters
|
|
@@ -25307,10 +25307,10 @@ from pulpcore.client.pulpcore.models.upload_commit import UploadCommit
|
|
|
25307
25307
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
25308
25308
|
from pprint import pprint
|
|
25309
25309
|
|
|
25310
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
25310
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
25311
25311
|
# See configuration.py for a list of all supported configuration parameters.
|
|
25312
25312
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
25313
|
-
host = "https://env-ephemeral-
|
|
25313
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
25314
25314
|
)
|
|
25315
25315
|
|
|
25316
25316
|
# The client must configure the authentication and authorization parameters
|
|
@@ -25401,10 +25401,10 @@ from pulpcore.client.pulpcore.models.upload_response import UploadResponse
|
|
|
25401
25401
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
25402
25402
|
from pprint import pprint
|
|
25403
25403
|
|
|
25404
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
25404
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
25405
25405
|
# See configuration.py for a list of all supported configuration parameters.
|
|
25406
25406
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
25407
|
-
host = "https://env-ephemeral-
|
|
25407
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
25408
25408
|
)
|
|
25409
25409
|
|
|
25410
25410
|
# The client must configure the authentication and authorization parameters
|
|
@@ -25493,10 +25493,10 @@ import pulpcore.client.pulpcore
|
|
|
25493
25493
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
25494
25494
|
from pprint import pprint
|
|
25495
25495
|
|
|
25496
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
25496
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
25497
25497
|
# See configuration.py for a list of all supported configuration parameters.
|
|
25498
25498
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
25499
|
-
host = "https://env-ephemeral-
|
|
25499
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
25500
25500
|
)
|
|
25501
25501
|
|
|
25502
25502
|
# The client must configure the authentication and authorization parameters
|
|
@@ -25582,10 +25582,10 @@ from pulpcore.client.pulpcore.models.paginated_upload_response_list import Pagin
|
|
|
25582
25582
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
25583
25583
|
from pprint import pprint
|
|
25584
25584
|
|
|
25585
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
25585
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
25586
25586
|
# See configuration.py for a list of all supported configuration parameters.
|
|
25587
25587
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
25588
|
-
host = "https://env-ephemeral-
|
|
25588
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
25589
25589
|
)
|
|
25590
25590
|
|
|
25591
25591
|
# The client must configure the authentication and authorization parameters
|
|
@@ -25699,10 +25699,10 @@ from pulpcore.client.pulpcore.models.object_roles_response import ObjectRolesRes
|
|
|
25699
25699
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
25700
25700
|
from pprint import pprint
|
|
25701
25701
|
|
|
25702
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
25702
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
25703
25703
|
# See configuration.py for a list of all supported configuration parameters.
|
|
25704
25704
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
25705
|
-
host = "https://env-ephemeral-
|
|
25705
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
25706
25706
|
)
|
|
25707
25707
|
|
|
25708
25708
|
# The client must configure the authentication and authorization parameters
|
|
@@ -25794,10 +25794,10 @@ from pulpcore.client.pulpcore.models.my_permissions_response import MyPermission
|
|
|
25794
25794
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
25795
25795
|
from pprint import pprint
|
|
25796
25796
|
|
|
25797
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
25797
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
25798
25798
|
# See configuration.py for a list of all supported configuration parameters.
|
|
25799
25799
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
25800
|
-
host = "https://env-ephemeral-
|
|
25800
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
25801
25801
|
)
|
|
25802
25802
|
|
|
25803
25803
|
# The client must configure the authentication and authorization parameters
|
|
@@ -25889,10 +25889,10 @@ from pulpcore.client.pulpcore.models.upload_detail_response import UploadDetailR
|
|
|
25889
25889
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
25890
25890
|
from pprint import pprint
|
|
25891
25891
|
|
|
25892
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
25892
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
25893
25893
|
# See configuration.py for a list of all supported configuration parameters.
|
|
25894
25894
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
25895
|
-
host = "https://env-ephemeral-
|
|
25895
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
25896
25896
|
)
|
|
25897
25897
|
|
|
25898
25898
|
# The client must configure the authentication and authorization parameters
|
|
@@ -25985,10 +25985,10 @@ from pulpcore.client.pulpcore.models.upload import Upload
|
|
|
25985
25985
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
25986
25986
|
from pprint import pprint
|
|
25987
25987
|
|
|
25988
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
25988
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
25989
25989
|
# See configuration.py for a list of all supported configuration parameters.
|
|
25990
25990
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
25991
|
-
host = "https://env-ephemeral-
|
|
25991
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
25992
25992
|
)
|
|
25993
25993
|
|
|
25994
25994
|
# The client must configure the authentication and authorization parameters
|
|
@@ -26078,10 +26078,10 @@ from pulpcore.client.pulpcore.models.upload_response import UploadResponse
|
|
|
26078
26078
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
26079
26079
|
from pprint import pprint
|
|
26080
26080
|
|
|
26081
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
26081
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
26082
26082
|
# See configuration.py for a list of all supported configuration parameters.
|
|
26083
26083
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
26084
|
-
host = "https://env-ephemeral-
|
|
26084
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
26085
26085
|
)
|
|
26086
26086
|
|
|
26087
26087
|
# The client must configure the authentication and authorization parameters
|
|
@@ -26243,7 +26243,7 @@ upstream_pulp_response_from_dict = UpstreamPulpResponse.from_dict(upstream_pulp_
|
|
|
26243
26243
|
|
|
26244
26244
|
# pulpcore.client.pulpcore.UpstreamPulpsApi
|
|
26245
26245
|
|
|
26246
|
-
All URIs are relative to *https://env-ephemeral-
|
|
26246
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
26247
26247
|
|
|
26248
26248
|
Method | HTTP request | Description
|
|
26249
26249
|
------------- | ------------- | -------------
|
|
@@ -26280,10 +26280,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
26280
26280
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
26281
26281
|
from pprint import pprint
|
|
26282
26282
|
|
|
26283
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
26283
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
26284
26284
|
# See configuration.py for a list of all supported configuration parameters.
|
|
26285
26285
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
26286
|
-
host = "https://env-ephemeral-
|
|
26286
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
26287
26287
|
)
|
|
26288
26288
|
|
|
26289
26289
|
# The client must configure the authentication and authorization parameters
|
|
@@ -26374,10 +26374,10 @@ from pulpcore.client.pulpcore.models.upstream_pulp_response import UpstreamPulpR
|
|
|
26374
26374
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
26375
26375
|
from pprint import pprint
|
|
26376
26376
|
|
|
26377
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
26377
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
26378
26378
|
# See configuration.py for a list of all supported configuration parameters.
|
|
26379
26379
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
26380
|
-
host = "https://env-ephemeral-
|
|
26380
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
26381
26381
|
)
|
|
26382
26382
|
|
|
26383
26383
|
# The client must configure the authentication and authorization parameters
|
|
@@ -26466,10 +26466,10 @@ import pulpcore.client.pulpcore
|
|
|
26466
26466
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
26467
26467
|
from pprint import pprint
|
|
26468
26468
|
|
|
26469
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
26469
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
26470
26470
|
# See configuration.py for a list of all supported configuration parameters.
|
|
26471
26471
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
26472
|
-
host = "https://env-ephemeral-
|
|
26472
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
26473
26473
|
)
|
|
26474
26474
|
|
|
26475
26475
|
# The client must configure the authentication and authorization parameters
|
|
@@ -26555,10 +26555,10 @@ from pulpcore.client.pulpcore.models.paginated_upstream_pulp_response_list impor
|
|
|
26555
26555
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
26556
26556
|
from pprint import pprint
|
|
26557
26557
|
|
|
26558
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
26558
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
26559
26559
|
# See configuration.py for a list of all supported configuration parameters.
|
|
26560
26560
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
26561
|
-
host = "https://env-ephemeral-
|
|
26561
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
26562
26562
|
)
|
|
26563
26563
|
|
|
26564
26564
|
# The client must configure the authentication and authorization parameters
|
|
@@ -26714,10 +26714,10 @@ from pulpcore.client.pulpcore.models.object_roles_response import ObjectRolesRes
|
|
|
26714
26714
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
26715
26715
|
from pprint import pprint
|
|
26716
26716
|
|
|
26717
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
26717
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
26718
26718
|
# See configuration.py for a list of all supported configuration parameters.
|
|
26719
26719
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
26720
|
-
host = "https://env-ephemeral-
|
|
26720
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
26721
26721
|
)
|
|
26722
26722
|
|
|
26723
26723
|
# The client must configure the authentication and authorization parameters
|
|
@@ -26809,10 +26809,10 @@ from pulpcore.client.pulpcore.models.my_permissions_response import MyPermission
|
|
|
26809
26809
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
26810
26810
|
from pprint import pprint
|
|
26811
26811
|
|
|
26812
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
26812
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
26813
26813
|
# See configuration.py for a list of all supported configuration parameters.
|
|
26814
26814
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
26815
|
-
host = "https://env-ephemeral-
|
|
26815
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
26816
26816
|
)
|
|
26817
26817
|
|
|
26818
26818
|
# The client must configure the authentication and authorization parameters
|
|
@@ -26905,10 +26905,10 @@ from pulpcore.client.pulpcore.models.upstream_pulp_response import UpstreamPulpR
|
|
|
26905
26905
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
26906
26906
|
from pprint import pprint
|
|
26907
26907
|
|
|
26908
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
26908
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
26909
26909
|
# See configuration.py for a list of all supported configuration parameters.
|
|
26910
26910
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
26911
|
-
host = "https://env-ephemeral-
|
|
26911
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
26912
26912
|
)
|
|
26913
26913
|
|
|
26914
26914
|
# The client must configure the authentication and authorization parameters
|
|
@@ -26998,10 +26998,10 @@ from pulpcore.client.pulpcore.models.upstream_pulp_response import UpstreamPulpR
|
|
|
26998
26998
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
26999
26999
|
from pprint import pprint
|
|
27000
27000
|
|
|
27001
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
27001
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
27002
27002
|
# See configuration.py for a list of all supported configuration parameters.
|
|
27003
27003
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
27004
|
-
host = "https://env-ephemeral-
|
|
27004
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
27005
27005
|
)
|
|
27006
27006
|
|
|
27007
27007
|
# The client must configure the authentication and authorization parameters
|
|
@@ -27094,10 +27094,10 @@ from pulpcore.client.pulpcore.models.nested_role_response import NestedRoleRespo
|
|
|
27094
27094
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
27095
27095
|
from pprint import pprint
|
|
27096
27096
|
|
|
27097
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
27097
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
27098
27098
|
# See configuration.py for a list of all supported configuration parameters.
|
|
27099
27099
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
27100
|
-
host = "https://env-ephemeral-
|
|
27100
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
27101
27101
|
)
|
|
27102
27102
|
|
|
27103
27103
|
# The client must configure the authentication and authorization parameters
|
|
@@ -27187,10 +27187,10 @@ from pulpcore.client.pulpcore.models.task_group_operation_response import TaskGr
|
|
|
27187
27187
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
27188
27188
|
from pprint import pprint
|
|
27189
27189
|
|
|
27190
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
27190
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
27191
27191
|
# See configuration.py for a list of all supported configuration parameters.
|
|
27192
27192
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
27193
|
-
host = "https://env-ephemeral-
|
|
27193
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
27194
27194
|
)
|
|
27195
27195
|
|
|
27196
27196
|
# The client must configure the authentication and authorization parameters
|
|
@@ -27279,10 +27279,10 @@ from pulpcore.client.pulpcore.models.upstream_pulp_response import UpstreamPulpR
|
|
|
27279
27279
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
27280
27280
|
from pprint import pprint
|
|
27281
27281
|
|
|
27282
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
27282
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
27283
27283
|
# See configuration.py for a list of all supported configuration parameters.
|
|
27284
27284
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
27285
|
-
host = "https://env-ephemeral-
|
|
27285
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
27286
27286
|
)
|
|
27287
27287
|
|
|
27288
27288
|
# The client must configure the authentication and authorization parameters
|
|
@@ -27566,7 +27566,7 @@ user_role_response_from_dict = UserRoleResponse.from_dict(user_role_response_dic
|
|
|
27566
27566
|
|
|
27567
27567
|
# pulpcore.client.pulpcore.UsersApi
|
|
27568
27568
|
|
|
27569
|
-
All URIs are relative to *https://env-ephemeral-
|
|
27569
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
27570
27570
|
|
|
27571
27571
|
Method | HTTP request | Description
|
|
27572
27572
|
------------- | ------------- | -------------
|
|
@@ -27598,10 +27598,10 @@ from pulpcore.client.pulpcore.models.user_response import UserResponse
|
|
|
27598
27598
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
27599
27599
|
from pprint import pprint
|
|
27600
27600
|
|
|
27601
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
27601
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
27602
27602
|
# See configuration.py for a list of all supported configuration parameters.
|
|
27603
27603
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
27604
|
-
host = "https://env-ephemeral-
|
|
27604
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
27605
27605
|
)
|
|
27606
27606
|
|
|
27607
27607
|
# The client must configure the authentication and authorization parameters
|
|
@@ -27690,10 +27690,10 @@ import pulpcore.client.pulpcore
|
|
|
27690
27690
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
27691
27691
|
from pprint import pprint
|
|
27692
27692
|
|
|
27693
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
27693
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
27694
27694
|
# See configuration.py for a list of all supported configuration parameters.
|
|
27695
27695
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
27696
|
-
host = "https://env-ephemeral-
|
|
27696
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
27697
27697
|
)
|
|
27698
27698
|
|
|
27699
27699
|
# The client must configure the authentication and authorization parameters
|
|
@@ -27779,10 +27779,10 @@ from pulpcore.client.pulpcore.models.paginated_user_response_list import Paginat
|
|
|
27779
27779
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
27780
27780
|
from pprint import pprint
|
|
27781
27781
|
|
|
27782
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
27782
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
27783
27783
|
# See configuration.py for a list of all supported configuration parameters.
|
|
27784
27784
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
27785
|
-
host = "https://env-ephemeral-
|
|
27785
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
27786
27786
|
)
|
|
27787
27787
|
|
|
27788
27788
|
# The client must configure the authentication and authorization parameters
|
|
@@ -27933,10 +27933,10 @@ from pulpcore.client.pulpcore.models.user_response import UserResponse
|
|
|
27933
27933
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
27934
27934
|
from pprint import pprint
|
|
27935
27935
|
|
|
27936
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
27936
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
27937
27937
|
# See configuration.py for a list of all supported configuration parameters.
|
|
27938
27938
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
27939
|
-
host = "https://env-ephemeral-
|
|
27939
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
27940
27940
|
)
|
|
27941
27941
|
|
|
27942
27942
|
# The client must configure the authentication and authorization parameters
|
|
@@ -28026,10 +28026,10 @@ from pulpcore.client.pulpcore.models.user_response import UserResponse
|
|
|
28026
28026
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
28027
28027
|
from pprint import pprint
|
|
28028
28028
|
|
|
28029
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
28029
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
28030
28030
|
# See configuration.py for a list of all supported configuration parameters.
|
|
28031
28031
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
28032
|
-
host = "https://env-ephemeral-
|
|
28032
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
28033
28033
|
)
|
|
28034
28034
|
|
|
28035
28035
|
# The client must configure the authentication and authorization parameters
|
|
@@ -28122,10 +28122,10 @@ from pulpcore.client.pulpcore.models.user_response import UserResponse
|
|
|
28122
28122
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
28123
28123
|
from pprint import pprint
|
|
28124
28124
|
|
|
28125
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
28125
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
28126
28126
|
# See configuration.py for a list of all supported configuration parameters.
|
|
28127
28127
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
28128
|
-
host = "https://env-ephemeral-
|
|
28128
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
28129
28129
|
)
|
|
28130
28130
|
|
|
28131
28131
|
# The client must configure the authentication and authorization parameters
|
|
@@ -28198,7 +28198,7 @@ Name | Type | Description | Notes
|
|
|
28198
28198
|
|
|
28199
28199
|
# pulpcore.client.pulpcore.UsersRolesApi
|
|
28200
28200
|
|
|
28201
|
-
All URIs are relative to *https://env-ephemeral-
|
|
28201
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
28202
28202
|
|
|
28203
28203
|
Method | HTTP request | Description
|
|
28204
28204
|
------------- | ------------- | -------------
|
|
@@ -28228,10 +28228,10 @@ from pulpcore.client.pulpcore.models.user_role_response import UserRoleResponse
|
|
|
28228
28228
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
28229
28229
|
from pprint import pprint
|
|
28230
28230
|
|
|
28231
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
28231
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
28232
28232
|
# See configuration.py for a list of all supported configuration parameters.
|
|
28233
28233
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
28234
|
-
host = "https://env-ephemeral-
|
|
28234
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
28235
28235
|
)
|
|
28236
28236
|
|
|
28237
28237
|
# The client must configure the authentication and authorization parameters
|
|
@@ -28320,10 +28320,10 @@ import pulpcore.client.pulpcore
|
|
|
28320
28320
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
28321
28321
|
from pprint import pprint
|
|
28322
28322
|
|
|
28323
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
28323
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
28324
28324
|
# See configuration.py for a list of all supported configuration parameters.
|
|
28325
28325
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
28326
|
-
host = "https://env-ephemeral-
|
|
28326
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
28327
28327
|
)
|
|
28328
28328
|
|
|
28329
28329
|
# The client must configure the authentication and authorization parameters
|
|
@@ -28409,10 +28409,10 @@ from pulpcore.client.pulpcore.models.paginated_user_role_response_list import Pa
|
|
|
28409
28409
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
28410
28410
|
from pprint import pprint
|
|
28411
28411
|
|
|
28412
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
28412
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
28413
28413
|
# See configuration.py for a list of all supported configuration parameters.
|
|
28414
28414
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
28415
|
-
host = "https://env-ephemeral-
|
|
28415
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
28416
28416
|
)
|
|
28417
28417
|
|
|
28418
28418
|
# The client must configure the authentication and authorization parameters
|
|
@@ -28532,10 +28532,10 @@ from pulpcore.client.pulpcore.models.user_role_response import UserRoleResponse
|
|
|
28532
28532
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
28533
28533
|
from pprint import pprint
|
|
28534
28534
|
|
|
28535
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
28535
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
28536
28536
|
# See configuration.py for a list of all supported configuration parameters.
|
|
28537
28537
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
28538
|
-
host = "https://env-ephemeral-
|
|
28538
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
28539
28539
|
)
|
|
28540
28540
|
|
|
28541
28541
|
# The client must configure the authentication and authorization parameters
|
|
@@ -28680,7 +28680,7 @@ vulnerability_report_response_from_dict = VulnerabilityReportResponse.from_dict(
|
|
|
28680
28680
|
|
|
28681
28681
|
# pulpcore.client.pulpcore.VulnReportApi
|
|
28682
28682
|
|
|
28683
|
-
All URIs are relative to *https://env-ephemeral-
|
|
28683
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
28684
28684
|
|
|
28685
28685
|
Method | HTTP request | Description
|
|
28686
28686
|
------------- | ------------- | -------------
|
|
@@ -28707,10 +28707,10 @@ import pulpcore.client.pulpcore
|
|
|
28707
28707
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
28708
28708
|
from pprint import pprint
|
|
28709
28709
|
|
|
28710
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
28710
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
28711
28711
|
# See configuration.py for a list of all supported configuration parameters.
|
|
28712
28712
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
28713
|
-
host = "https://env-ephemeral-
|
|
28713
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
28714
28714
|
)
|
|
28715
28715
|
|
|
28716
28716
|
# The client must configure the authentication and authorization parameters
|
|
@@ -28796,10 +28796,10 @@ from pulpcore.client.pulpcore.models.paginated_vulnerability_report_response_lis
|
|
|
28796
28796
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
28797
28797
|
from pprint import pprint
|
|
28798
28798
|
|
|
28799
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
28799
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
28800
28800
|
# See configuration.py for a list of all supported configuration parameters.
|
|
28801
28801
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
28802
|
-
host = "https://env-ephemeral-
|
|
28802
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
28803
28803
|
)
|
|
28804
28804
|
|
|
28805
28805
|
# The client must configure the authentication and authorization parameters
|
|
@@ -28907,10 +28907,10 @@ from pulpcore.client.pulpcore.models.vulnerability_report_response import Vulner
|
|
|
28907
28907
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
28908
28908
|
from pprint import pprint
|
|
28909
28909
|
|
|
28910
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
28910
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
28911
28911
|
# See configuration.py for a list of all supported configuration parameters.
|
|
28912
28912
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
28913
|
-
host = "https://env-ephemeral-
|
|
28913
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
28914
28914
|
)
|
|
28915
28915
|
|
|
28916
28916
|
# The client must configure the authentication and authorization parameters
|
|
@@ -29022,7 +29022,7 @@ worker_response_from_dict = WorkerResponse.from_dict(worker_response_dict)
|
|
|
29022
29022
|
|
|
29023
29023
|
# pulpcore.client.pulpcore.WorkersApi
|
|
29024
29024
|
|
|
29025
|
-
All URIs are relative to *https://env-ephemeral-
|
|
29025
|
+
All URIs are relative to *https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
29026
29026
|
|
|
29027
29027
|
Method | HTTP request | Description
|
|
29028
29028
|
------------- | ------------- | -------------
|
|
@@ -29049,10 +29049,10 @@ from pulpcore.client.pulpcore.models.paginated_worker_response_list import Pagin
|
|
|
29049
29049
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
29050
29050
|
from pprint import pprint
|
|
29051
29051
|
|
|
29052
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
29052
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
29053
29053
|
# See configuration.py for a list of all supported configuration parameters.
|
|
29054
29054
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
29055
|
-
host = "https://env-ephemeral-
|
|
29055
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
29056
29056
|
)
|
|
29057
29057
|
|
|
29058
29058
|
# The client must configure the authentication and authorization parameters
|
|
@@ -29194,10 +29194,10 @@ from pulpcore.client.pulpcore.models.worker_response import WorkerResponse
|
|
|
29194
29194
|
from pulpcore.client.pulpcore.rest import ApiException
|
|
29195
29195
|
from pprint import pprint
|
|
29196
29196
|
|
|
29197
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
29197
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
29198
29198
|
# See configuration.py for a list of all supported configuration parameters.
|
|
29199
29199
|
configuration = pulpcore.client.pulpcore.Configuration(
|
|
29200
|
-
host = "https://env-ephemeral-
|
|
29200
|
+
host = "https://env-ephemeral-ac1sot.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
29201
29201
|
)
|
|
29202
29202
|
|
|
29203
29203
|
# The client must configure the authentication and authorization parameters
|