crc-pulp-file-client 20251118.1__py3-none-any.whl → 20260107.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of crc-pulp-file-client might be problematic. Click here for more details.
- {crc_pulp_file_client-20251118.1.dist-info → crc_pulp_file_client-20260107.2.dist-info}/METADATA +288 -141
- {crc_pulp_file_client-20251118.1.dist-info → crc_pulp_file_client-20260107.2.dist-info}/RECORD +9 -8
- pulpcore/client/pulp_file/__init__.py +2 -1
- pulpcore/client/pulp_file/api/content_files_api.py +384 -0
- pulpcore/client/pulp_file/configuration.py +3 -3
- pulpcore/client/pulp_file/models/__init__.py +1 -0
- pulpcore/client/pulp_file/models/file_content_upload_response.py +137 -0
- {crc_pulp_file_client-20251118.1.dist-info → crc_pulp_file_client-20260107.2.dist-info}/WHEEL +0 -0
- {crc_pulp_file_client-20251118.1.dist-info → crc_pulp_file_client-20260107.2.dist-info}/top_level.txt +0 -0
{crc_pulp_file_client-20251118.1.dist-info → crc_pulp_file_client-20260107.2.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: crc-pulp_file-client
|
|
3
|
-
Version:
|
|
3
|
+
Version: 20260107.2
|
|
4
4
|
Summary: Pulp 3 API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Pulp Team
|
|
@@ -8,7 +8,7 @@ Author-email: pulp-list@redhat.com
|
|
|
8
8
|
License: GPLv2+
|
|
9
9
|
Keywords: pulp,pulpcore,client,Pulp 3 API
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
|
-
Requires-Dist: urllib3<
|
|
11
|
+
Requires-Dist: urllib3<2.7,>=1.25.3
|
|
12
12
|
Requires-Dist: python-dateutil<2.10.0,>=2.8.1
|
|
13
13
|
Requires-Dist: pydantic>=2
|
|
14
14
|
Requires-Dist: typing-extensions>=4.7.1
|
|
@@ -23,7 +23,7 @@ Dynamic: summary
|
|
|
23
23
|
|
|
24
24
|
# pulpcore.client.pulp_file.AcsFileApi
|
|
25
25
|
|
|
26
|
-
All URIs are relative to *https://env-ephemeral-
|
|
26
|
+
All URIs are relative to *https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
27
27
|
|
|
28
28
|
Method | HTTP request | Description
|
|
29
29
|
------------- | ------------- | -------------
|
|
@@ -60,10 +60,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
|
|
|
60
60
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
61
61
|
from pprint import pprint
|
|
62
62
|
|
|
63
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
63
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
64
64
|
# See configuration.py for a list of all supported configuration parameters.
|
|
65
65
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
66
|
-
host = "https://env-ephemeral-
|
|
66
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
67
67
|
)
|
|
68
68
|
|
|
69
69
|
# The client must configure the authentication and authorization parameters
|
|
@@ -154,10 +154,10 @@ from pulpcore.client.pulp_file.models.file_file_alternate_content_source_respons
|
|
|
154
154
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
155
155
|
from pprint import pprint
|
|
156
156
|
|
|
157
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
157
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
158
158
|
# See configuration.py for a list of all supported configuration parameters.
|
|
159
159
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
160
|
-
host = "https://env-ephemeral-
|
|
160
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
161
161
|
)
|
|
162
162
|
|
|
163
163
|
# The client must configure the authentication and authorization parameters
|
|
@@ -247,10 +247,10 @@ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOpera
|
|
|
247
247
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
248
248
|
from pprint import pprint
|
|
249
249
|
|
|
250
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
250
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
251
251
|
# See configuration.py for a list of all supported configuration parameters.
|
|
252
252
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
253
|
-
host = "https://env-ephemeral-
|
|
253
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
254
254
|
)
|
|
255
255
|
|
|
256
256
|
# The client must configure the authentication and authorization parameters
|
|
@@ -338,10 +338,10 @@ from pulpcore.client.pulp_file.models.paginatedfile_file_alternate_content_sourc
|
|
|
338
338
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
339
339
|
from pprint import pprint
|
|
340
340
|
|
|
341
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
341
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
342
342
|
# See configuration.py for a list of all supported configuration parameters.
|
|
343
343
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
344
|
-
host = "https://env-ephemeral-
|
|
344
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
345
345
|
)
|
|
346
346
|
|
|
347
347
|
# The client must configure the authentication and authorization parameters
|
|
@@ -465,10 +465,10 @@ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesRe
|
|
|
465
465
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
466
466
|
from pprint import pprint
|
|
467
467
|
|
|
468
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
468
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
469
469
|
# See configuration.py for a list of all supported configuration parameters.
|
|
470
470
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
471
|
-
host = "https://env-ephemeral-
|
|
471
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
472
472
|
)
|
|
473
473
|
|
|
474
474
|
# The client must configure the authentication and authorization parameters
|
|
@@ -560,10 +560,10 @@ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissio
|
|
|
560
560
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
561
561
|
from pprint import pprint
|
|
562
562
|
|
|
563
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
563
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
564
564
|
# See configuration.py for a list of all supported configuration parameters.
|
|
565
565
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
566
|
-
host = "https://env-ephemeral-
|
|
566
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
567
567
|
)
|
|
568
568
|
|
|
569
569
|
# The client must configure the authentication and authorization parameters
|
|
@@ -656,10 +656,10 @@ from pulpcore.client.pulp_file.models.patchedfile_file_alternate_content_source
|
|
|
656
656
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
657
657
|
from pprint import pprint
|
|
658
658
|
|
|
659
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
659
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
660
660
|
# See configuration.py for a list of all supported configuration parameters.
|
|
661
661
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
662
|
-
host = "https://env-ephemeral-
|
|
662
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
663
663
|
)
|
|
664
664
|
|
|
665
665
|
# The client must configure the authentication and authorization parameters
|
|
@@ -750,10 +750,10 @@ from pulpcore.client.pulp_file.models.file_file_alternate_content_source_respons
|
|
|
750
750
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
751
751
|
from pprint import pprint
|
|
752
752
|
|
|
753
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
753
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
754
754
|
# See configuration.py for a list of all supported configuration parameters.
|
|
755
755
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
756
|
-
host = "https://env-ephemeral-
|
|
756
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
757
757
|
)
|
|
758
758
|
|
|
759
759
|
# The client must configure the authentication and authorization parameters
|
|
@@ -845,10 +845,10 @@ from pulpcore.client.pulp_file.models.task_group_operation_response import TaskG
|
|
|
845
845
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
846
846
|
from pprint import pprint
|
|
847
847
|
|
|
848
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
848
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
849
849
|
# See configuration.py for a list of all supported configuration parameters.
|
|
850
850
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
851
|
-
host = "https://env-ephemeral-
|
|
851
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
852
852
|
)
|
|
853
853
|
|
|
854
854
|
# The client must configure the authentication and authorization parameters
|
|
@@ -937,10 +937,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
|
|
|
937
937
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
938
938
|
from pprint import pprint
|
|
939
939
|
|
|
940
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
940
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
941
941
|
# See configuration.py for a list of all supported configuration parameters.
|
|
942
942
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
943
|
-
host = "https://env-ephemeral-
|
|
943
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
944
944
|
)
|
|
945
945
|
|
|
946
946
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1031,10 +1031,10 @@ from pulpcore.client.pulp_file.models.file_file_alternate_content_source_respons
|
|
|
1031
1031
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
1032
1032
|
from pprint import pprint
|
|
1033
1033
|
|
|
1034
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1034
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1035
1035
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1036
1036
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
1037
|
-
host = "https://env-ephemeral-
|
|
1037
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1038
1038
|
)
|
|
1039
1039
|
|
|
1040
1040
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1138,7 +1138,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
|
|
|
1138
1138
|
|
|
1139
1139
|
# pulpcore.client.pulp_file.ContentFilesApi
|
|
1140
1140
|
|
|
1141
|
-
All URIs are relative to *https://env-ephemeral-
|
|
1141
|
+
All URIs are relative to *https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
1142
1142
|
|
|
1143
1143
|
Method | HTTP request | Description
|
|
1144
1144
|
------------- | ------------- | -------------
|
|
@@ -1147,6 +1147,7 @@ Method | HTTP request | Description
|
|
|
1147
1147
|
[**read**](ContentFilesApi.md#read) | **GET** {file_file_content_href} | Inspect a file content
|
|
1148
1148
|
[**set_label**](ContentFilesApi.md#set_label) | **POST** {file_file_content_href}set_label/ | Set a label
|
|
1149
1149
|
[**unset_label**](ContentFilesApi.md#unset_label) | **POST** {file_file_content_href}unset_label/ | Unset a label
|
|
1150
|
+
[**upload**](ContentFilesApi.md#upload) | **POST** /api/pulp/{pulp_domain}/api/v3/content/file/files/upload/ | Upload a File synchronously.
|
|
1150
1151
|
|
|
1151
1152
|
|
|
1152
1153
|
# **create**
|
|
@@ -1168,10 +1169,10 @@ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOpera
|
|
|
1168
1169
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
1169
1170
|
from pprint import pprint
|
|
1170
1171
|
|
|
1171
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1172
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1172
1173
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1173
1174
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
1174
|
-
host = "https://env-ephemeral-
|
|
1175
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1175
1176
|
)
|
|
1176
1177
|
|
|
1177
1178
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1273,10 +1274,10 @@ from pulpcore.client.pulp_file.models.paginatedfile_file_content_response_list i
|
|
|
1273
1274
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
1274
1275
|
from pprint import pprint
|
|
1275
1276
|
|
|
1276
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1277
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1277
1278
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1278
1279
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
1279
|
-
host = "https://env-ephemeral-
|
|
1280
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1280
1281
|
)
|
|
1281
1282
|
|
|
1282
1283
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1414,10 +1415,10 @@ from pulpcore.client.pulp_file.models.file_file_content_response import FileFile
|
|
|
1414
1415
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
1415
1416
|
from pprint import pprint
|
|
1416
1417
|
|
|
1417
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1418
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1418
1419
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1419
1420
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
1420
|
-
host = "https://env-ephemeral-
|
|
1421
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1421
1422
|
)
|
|
1422
1423
|
|
|
1423
1424
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1510,10 +1511,10 @@ from pulpcore.client.pulp_file.models.set_label_response import SetLabelResponse
|
|
|
1510
1511
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
1511
1512
|
from pprint import pprint
|
|
1512
1513
|
|
|
1513
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1514
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1514
1515
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1515
1516
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
1516
|
-
host = "https://env-ephemeral-
|
|
1517
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1517
1518
|
)
|
|
1518
1519
|
|
|
1519
1520
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1604,10 +1605,10 @@ from pulpcore.client.pulp_file.models.unset_label_response import UnsetLabelResp
|
|
|
1604
1605
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
1605
1606
|
from pprint import pprint
|
|
1606
1607
|
|
|
1607
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1608
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1608
1609
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1609
1610
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
1610
|
-
host = "https://env-ephemeral-
|
|
1611
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1611
1612
|
)
|
|
1612
1613
|
|
|
1613
1614
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1678,6 +1679,109 @@ Name | Type | Description | Notes
|
|
|
1678
1679
|
|
|
1679
1680
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1680
1681
|
|
|
1682
|
+
# **upload**
|
|
1683
|
+
> FileContentUploadResponse upload(pulp_domain, relative_path, x_task_diagnostics=x_task_diagnostics, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url)
|
|
1684
|
+
|
|
1685
|
+
Upload a File synchronously.
|
|
1686
|
+
|
|
1687
|
+
Synchronously upload a File.
|
|
1688
|
+
|
|
1689
|
+
### Example
|
|
1690
|
+
|
|
1691
|
+
* OAuth Authentication (json_header_remote_authentication):
|
|
1692
|
+
* Basic Authentication (basicAuth):
|
|
1693
|
+
* Api Key Authentication (cookieAuth):
|
|
1694
|
+
|
|
1695
|
+
```python
|
|
1696
|
+
import pulpcore.client.pulp_file
|
|
1697
|
+
from pulpcore.client.pulp_file.models.file_content_upload_response import FileContentUploadResponse
|
|
1698
|
+
from pulpcore.client.pulp_file.rest import ApiException
|
|
1699
|
+
from pprint import pprint
|
|
1700
|
+
|
|
1701
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1702
|
+
# See configuration.py for a list of all supported configuration parameters.
|
|
1703
|
+
configuration = pulpcore.client.pulp_file.Configuration(
|
|
1704
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1705
|
+
)
|
|
1706
|
+
|
|
1707
|
+
# The client must configure the authentication and authorization parameters
|
|
1708
|
+
# in accordance with the API server security policy.
|
|
1709
|
+
# Examples for each auth method are provided below, use the example that
|
|
1710
|
+
# satisfies your auth use case.
|
|
1711
|
+
|
|
1712
|
+
configuration.access_token = os.environ["ACCESS_TOKEN"]
|
|
1713
|
+
|
|
1714
|
+
# Configure HTTP basic authorization: basicAuth
|
|
1715
|
+
configuration = pulpcore.client.pulp_file.Configuration(
|
|
1716
|
+
username = os.environ["USERNAME"],
|
|
1717
|
+
password = os.environ["PASSWORD"]
|
|
1718
|
+
)
|
|
1719
|
+
|
|
1720
|
+
# Configure API key authorization: cookieAuth
|
|
1721
|
+
configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
|
|
1722
|
+
|
|
1723
|
+
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
1724
|
+
# configuration.api_key_prefix['cookieAuth'] = 'Bearer'
|
|
1725
|
+
|
|
1726
|
+
# Enter a context with an instance of the API client
|
|
1727
|
+
with pulpcore.client.pulp_file.ApiClient(configuration) as api_client:
|
|
1728
|
+
# Create an instance of the API class
|
|
1729
|
+
api_instance = pulpcore.client.pulp_file.ContentFilesApi(api_client)
|
|
1730
|
+
pulp_domain = 'pulp_domain_example' # str |
|
|
1731
|
+
relative_path = 'relative_path_example' # str | Path where the artifact is located relative to distributions base_path
|
|
1732
|
+
x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
|
|
1733
|
+
pulp_labels = None # Dict[str, Optional[str]] | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. (optional)
|
|
1734
|
+
artifact = 'artifact_example' # str | Artifact file representing the physical content (optional)
|
|
1735
|
+
file = None # bytearray | An uploaded file that may be turned into the content unit. (optional)
|
|
1736
|
+
upload = 'upload_example' # str | An uncommitted upload that may be turned into the content unit. (optional)
|
|
1737
|
+
file_url = 'file_url_example' # str | A url that Pulp can download and turn into the content unit. (optional)
|
|
1738
|
+
|
|
1739
|
+
try:
|
|
1740
|
+
# Upload a File synchronously.
|
|
1741
|
+
api_response = api_instance.upload(pulp_domain, relative_path, x_task_diagnostics=x_task_diagnostics, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url)
|
|
1742
|
+
print("The response of ContentFilesApi->upload:\n")
|
|
1743
|
+
pprint(api_response)
|
|
1744
|
+
except Exception as e:
|
|
1745
|
+
print("Exception when calling ContentFilesApi->upload: %s\n" % e)
|
|
1746
|
+
```
|
|
1747
|
+
|
|
1748
|
+
|
|
1749
|
+
|
|
1750
|
+
### Parameters
|
|
1751
|
+
|
|
1752
|
+
|
|
1753
|
+
Name | Type | Description | Notes
|
|
1754
|
+
------------- | ------------- | ------------- | -------------
|
|
1755
|
+
**pulp_domain** | **str**| |
|
|
1756
|
+
**relative_path** | **str**| Path where the artifact is located relative to distributions base_path |
|
|
1757
|
+
**x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
|
|
1758
|
+
**pulp_labels** | [**Dict[str, Optional[str]]**](Dict.md)| A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional]
|
|
1759
|
+
**artifact** | **str**| Artifact file representing the physical content | [optional]
|
|
1760
|
+
**file** | **bytearray**| An uploaded file that may be turned into the content unit. | [optional]
|
|
1761
|
+
**upload** | **str**| An uncommitted upload that may be turned into the content unit. | [optional]
|
|
1762
|
+
**file_url** | **str**| A url that Pulp can download and turn into the content unit. | [optional]
|
|
1763
|
+
|
|
1764
|
+
### Return type
|
|
1765
|
+
|
|
1766
|
+
[**FileContentUploadResponse**](FileContentUploadResponse.md)
|
|
1767
|
+
|
|
1768
|
+
### Authorization
|
|
1769
|
+
|
|
1770
|
+
[json_header_remote_authentication](../README.md#json_header_remote_authentication), [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth)
|
|
1771
|
+
|
|
1772
|
+
### HTTP request headers
|
|
1773
|
+
|
|
1774
|
+
- **Content-Type**: multipart/form-data, application/x-www-form-urlencoded
|
|
1775
|
+
- **Accept**: application/json
|
|
1776
|
+
|
|
1777
|
+
### HTTP response details
|
|
1778
|
+
|
|
1779
|
+
| Status code | Description | Response headers |
|
|
1780
|
+
|-------------|-------------|------------------|
|
|
1781
|
+
**201** | | - |
|
|
1782
|
+
|
|
1783
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1784
|
+
|
|
1681
1785
|
# ContentSummaryResponse
|
|
1682
1786
|
|
|
1683
1787
|
Serializer for the RepositoryVersion content summary
|
|
@@ -1712,7 +1816,7 @@ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_su
|
|
|
1712
1816
|
|
|
1713
1817
|
# pulpcore.client.pulp_file.DistributionsFileApi
|
|
1714
1818
|
|
|
1715
|
-
All URIs are relative to *https://env-ephemeral-
|
|
1819
|
+
All URIs are relative to *https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
1716
1820
|
|
|
1717
1821
|
Method | HTTP request | Description
|
|
1718
1822
|
------------- | ------------- | -------------
|
|
@@ -1750,10 +1854,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
|
|
|
1750
1854
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
1751
1855
|
from pprint import pprint
|
|
1752
1856
|
|
|
1753
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1857
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1754
1858
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1755
1859
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
1756
|
-
host = "https://env-ephemeral-
|
|
1860
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1757
1861
|
)
|
|
1758
1862
|
|
|
1759
1863
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1844,10 +1948,10 @@ from pulpcore.client.pulp_file.models.file_file_distribution import FileFileDist
|
|
|
1844
1948
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
1845
1949
|
from pprint import pprint
|
|
1846
1950
|
|
|
1847
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1951
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1848
1952
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1849
1953
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
1850
|
-
host = "https://env-ephemeral-
|
|
1954
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1851
1955
|
)
|
|
1852
1956
|
|
|
1853
1957
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1937,10 +2041,10 @@ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOpera
|
|
|
1937
2041
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
1938
2042
|
from pprint import pprint
|
|
1939
2043
|
|
|
1940
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2044
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1941
2045
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1942
2046
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
1943
|
-
host = "https://env-ephemeral-
|
|
2047
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1944
2048
|
)
|
|
1945
2049
|
|
|
1946
2050
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2028,10 +2132,10 @@ from pulpcore.client.pulp_file.models.paginatedfile_file_distribution_response_l
|
|
|
2028
2132
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
2029
2133
|
from pprint import pprint
|
|
2030
2134
|
|
|
2031
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2135
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2032
2136
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2033
2137
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
2034
|
-
host = "https://env-ephemeral-
|
|
2138
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2035
2139
|
)
|
|
2036
2140
|
|
|
2037
2141
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2173,10 +2277,10 @@ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesRe
|
|
|
2173
2277
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
2174
2278
|
from pprint import pprint
|
|
2175
2279
|
|
|
2176
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2280
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2177
2281
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2178
2282
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
2179
|
-
host = "https://env-ephemeral-
|
|
2283
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2180
2284
|
)
|
|
2181
2285
|
|
|
2182
2286
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2268,10 +2372,10 @@ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissio
|
|
|
2268
2372
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
2269
2373
|
from pprint import pprint
|
|
2270
2374
|
|
|
2271
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2375
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2272
2376
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2273
2377
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
2274
|
-
host = "https://env-ephemeral-
|
|
2378
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2275
2379
|
)
|
|
2276
2380
|
|
|
2277
2381
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2364,10 +2468,10 @@ from pulpcore.client.pulp_file.models.patchedfile_file_distribution import Patch
|
|
|
2364
2468
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
2365
2469
|
from pprint import pprint
|
|
2366
2470
|
|
|
2367
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2471
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2368
2472
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2369
2473
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
2370
|
-
host = "https://env-ephemeral-
|
|
2474
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2371
2475
|
)
|
|
2372
2476
|
|
|
2373
2477
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2458,10 +2562,10 @@ from pulpcore.client.pulp_file.models.file_file_distribution_response import Fil
|
|
|
2458
2562
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
2459
2563
|
from pprint import pprint
|
|
2460
2564
|
|
|
2461
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2565
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2462
2566
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2463
2567
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
2464
|
-
host = "https://env-ephemeral-
|
|
2568
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2465
2569
|
)
|
|
2466
2570
|
|
|
2467
2571
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2554,10 +2658,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
|
|
|
2554
2658
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
2555
2659
|
from pprint import pprint
|
|
2556
2660
|
|
|
2557
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2661
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2558
2662
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2559
2663
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
2560
|
-
host = "https://env-ephemeral-
|
|
2664
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2561
2665
|
)
|
|
2562
2666
|
|
|
2563
2667
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2648,10 +2752,10 @@ from pulpcore.client.pulp_file.models.set_label_response import SetLabelResponse
|
|
|
2648
2752
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
2649
2753
|
from pprint import pprint
|
|
2650
2754
|
|
|
2651
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2755
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2652
2756
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2653
2757
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
2654
|
-
host = "https://env-ephemeral-
|
|
2758
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2655
2759
|
)
|
|
2656
2760
|
|
|
2657
2761
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2742,10 +2846,10 @@ from pulpcore.client.pulp_file.models.unset_label_response import UnsetLabelResp
|
|
|
2742
2846
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
2743
2847
|
from pprint import pprint
|
|
2744
2848
|
|
|
2745
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2849
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2746
2850
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2747
2851
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
2748
|
-
host = "https://env-ephemeral-
|
|
2852
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2749
2853
|
)
|
|
2750
2854
|
|
|
2751
2855
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2836,10 +2940,10 @@ from pulpcore.client.pulp_file.models.file_file_distribution_response import Fil
|
|
|
2836
2940
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
2837
2941
|
from pprint import pprint
|
|
2838
2942
|
|
|
2839
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2943
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2840
2944
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2841
2945
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
2842
|
-
host = "https://env-ephemeral-
|
|
2946
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2843
2947
|
)
|
|
2844
2948
|
|
|
2845
2949
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2911,6 +3015,49 @@ Name | Type | Description | Notes
|
|
|
2911
3015
|
|
|
2912
3016
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
2913
3017
|
|
|
3018
|
+
# FileContentUploadResponse
|
|
3019
|
+
|
|
3020
|
+
Serializer for File Content.
|
|
3021
|
+
|
|
3022
|
+
## Properties
|
|
3023
|
+
|
|
3024
|
+
Name | Type | Description | Notes
|
|
3025
|
+
------------ | ------------- | ------------- | -------------
|
|
3026
|
+
**pulp_href** | **str** | | [optional] [readonly]
|
|
3027
|
+
**prn** | **str** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
3028
|
+
**pulp_created** | **datetime** | Timestamp of creation. | [optional] [readonly]
|
|
3029
|
+
**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]
|
|
3030
|
+
**pulp_labels** | **Dict[str, Optional[str]]** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional]
|
|
3031
|
+
**vuln_report** | **str** | | [optional] [readonly]
|
|
3032
|
+
**artifact** | **str** | Artifact file representing the physical content | [optional]
|
|
3033
|
+
**relative_path** | **str** | Path where the artifact is located relative to distributions base_path |
|
|
3034
|
+
**md5** | **str** | The MD5 checksum if available. | [optional] [readonly]
|
|
3035
|
+
**sha1** | **str** | The SHA-1 checksum if available. | [optional] [readonly]
|
|
3036
|
+
**sha224** | **str** | The SHA-224 checksum if available. | [optional] [readonly]
|
|
3037
|
+
**sha256** | **str** | The SHA-256 checksum if available. | [optional] [readonly]
|
|
3038
|
+
**sha384** | **str** | The SHA-384 checksum if available. | [optional] [readonly]
|
|
3039
|
+
**sha512** | **str** | The SHA-512 checksum if available. | [optional] [readonly]
|
|
3040
|
+
|
|
3041
|
+
## Example
|
|
3042
|
+
|
|
3043
|
+
```python
|
|
3044
|
+
from pulpcore.client.pulp_file.models.file_content_upload_response import FileContentUploadResponse
|
|
3045
|
+
|
|
3046
|
+
# TODO update the JSON string below
|
|
3047
|
+
json = "{}"
|
|
3048
|
+
# create an instance of FileContentUploadResponse from a JSON string
|
|
3049
|
+
file_content_upload_response_instance = FileContentUploadResponse.from_json(json)
|
|
3050
|
+
# print the JSON string representation of the object
|
|
3051
|
+
print(FileContentUploadResponse.to_json())
|
|
3052
|
+
|
|
3053
|
+
# convert the object into a dict
|
|
3054
|
+
file_content_upload_response_dict = file_content_upload_response_instance.to_dict()
|
|
3055
|
+
# create an instance of FileContentUploadResponse from a dict
|
|
3056
|
+
file_content_upload_response_from_dict = FileContentUploadResponse.from_dict(file_content_upload_response_dict)
|
|
3057
|
+
```
|
|
3058
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
3059
|
+
|
|
3060
|
+
|
|
2914
3061
|
# FileFileAlternateContentSource
|
|
2915
3062
|
|
|
2916
3063
|
Serializer for File alternate content source.
|
|
@@ -3902,7 +4049,7 @@ patchedfile_file_repository_from_dict = PatchedfileFileRepository.from_dict(patc
|
|
|
3902
4049
|
|
|
3903
4050
|
# pulpcore.client.pulp_file.PublicationsFileApi
|
|
3904
4051
|
|
|
3905
|
-
All URIs are relative to *https://env-ephemeral-
|
|
4052
|
+
All URIs are relative to *https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
3906
4053
|
|
|
3907
4054
|
Method | HTTP request | Description
|
|
3908
4055
|
------------- | ------------- | -------------
|
|
@@ -3936,10 +4083,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
|
|
|
3936
4083
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
3937
4084
|
from pprint import pprint
|
|
3938
4085
|
|
|
3939
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4086
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3940
4087
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3941
4088
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
3942
|
-
host = "https://env-ephemeral-
|
|
4089
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3943
4090
|
)
|
|
3944
4091
|
|
|
3945
4092
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4030,10 +4177,10 @@ from pulpcore.client.pulp_file.models.file_file_publication import FileFilePubli
|
|
|
4030
4177
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
4031
4178
|
from pprint import pprint
|
|
4032
4179
|
|
|
4033
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4180
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4034
4181
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4035
4182
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
4036
|
-
host = "https://env-ephemeral-
|
|
4183
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4037
4184
|
)
|
|
4038
4185
|
|
|
4039
4186
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4122,10 +4269,10 @@ import pulpcore.client.pulp_file
|
|
|
4122
4269
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
4123
4270
|
from pprint import pprint
|
|
4124
4271
|
|
|
4125
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4272
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4126
4273
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4127
4274
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
4128
|
-
host = "https://env-ephemeral-
|
|
4275
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4129
4276
|
)
|
|
4130
4277
|
|
|
4131
4278
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4211,10 +4358,10 @@ from pulpcore.client.pulp_file.models.paginatedfile_file_publication_response_li
|
|
|
4211
4358
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
4212
4359
|
from pprint import pprint
|
|
4213
4360
|
|
|
4214
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4361
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4215
4362
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4216
4363
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
4217
|
-
host = "https://env-ephemeral-
|
|
4364
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4218
4365
|
)
|
|
4219
4366
|
|
|
4220
4367
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4344,10 +4491,10 @@ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesRe
|
|
|
4344
4491
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
4345
4492
|
from pprint import pprint
|
|
4346
4493
|
|
|
4347
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4494
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4348
4495
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4349
4496
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
4350
|
-
host = "https://env-ephemeral-
|
|
4497
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4351
4498
|
)
|
|
4352
4499
|
|
|
4353
4500
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4439,10 +4586,10 @@ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissio
|
|
|
4439
4586
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
4440
4587
|
from pprint import pprint
|
|
4441
4588
|
|
|
4442
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4589
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4443
4590
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4444
4591
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
4445
|
-
host = "https://env-ephemeral-
|
|
4592
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4446
4593
|
)
|
|
4447
4594
|
|
|
4448
4595
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4534,10 +4681,10 @@ from pulpcore.client.pulp_file.models.file_file_publication_response import File
|
|
|
4534
4681
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
4535
4682
|
from pprint import pprint
|
|
4536
4683
|
|
|
4537
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4684
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4538
4685
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4539
4686
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
4540
|
-
host = "https://env-ephemeral-
|
|
4687
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4541
4688
|
)
|
|
4542
4689
|
|
|
4543
4690
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4630,10 +4777,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
|
|
|
4630
4777
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
4631
4778
|
from pprint import pprint
|
|
4632
4779
|
|
|
4633
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4780
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4634
4781
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4635
4782
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
4636
|
-
host = "https://env-ephemeral-
|
|
4783
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4637
4784
|
)
|
|
4638
4785
|
|
|
4639
4786
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4706,7 +4853,7 @@ Name | Type | Description | Notes
|
|
|
4706
4853
|
|
|
4707
4854
|
# pulpcore.client.pulp_file.RemotesFileApi
|
|
4708
4855
|
|
|
4709
|
-
All URIs are relative to *https://env-ephemeral-
|
|
4856
|
+
All URIs are relative to *https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
4710
4857
|
|
|
4711
4858
|
Method | HTTP request | Description
|
|
4712
4859
|
------------- | ------------- | -------------
|
|
@@ -4744,10 +4891,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
|
|
|
4744
4891
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
4745
4892
|
from pprint import pprint
|
|
4746
4893
|
|
|
4747
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4894
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4748
4895
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4749
4896
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
4750
|
-
host = "https://env-ephemeral-
|
|
4897
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4751
4898
|
)
|
|
4752
4899
|
|
|
4753
4900
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4838,10 +4985,10 @@ from pulpcore.client.pulp_file.models.file_file_remote_response import FileFileR
|
|
|
4838
4985
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
4839
4986
|
from pprint import pprint
|
|
4840
4987
|
|
|
4841
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4988
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4842
4989
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4843
4990
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
4844
|
-
host = "https://env-ephemeral-
|
|
4991
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4845
4992
|
)
|
|
4846
4993
|
|
|
4847
4994
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4931,10 +5078,10 @@ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOpera
|
|
|
4931
5078
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
4932
5079
|
from pprint import pprint
|
|
4933
5080
|
|
|
4934
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5081
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4935
5082
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4936
5083
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
4937
|
-
host = "https://env-ephemeral-
|
|
5084
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4938
5085
|
)
|
|
4939
5086
|
|
|
4940
5087
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5022,10 +5169,10 @@ from pulpcore.client.pulp_file.models.paginatedfile_file_remote_response_list im
|
|
|
5022
5169
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
5023
5170
|
from pprint import pprint
|
|
5024
5171
|
|
|
5025
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5172
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5026
5173
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5027
5174
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
5028
|
-
host = "https://env-ephemeral-
|
|
5175
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5029
5176
|
)
|
|
5030
5177
|
|
|
5031
5178
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5165,10 +5312,10 @@ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesRe
|
|
|
5165
5312
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
5166
5313
|
from pprint import pprint
|
|
5167
5314
|
|
|
5168
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5315
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5169
5316
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5170
5317
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
5171
|
-
host = "https://env-ephemeral-
|
|
5318
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5172
5319
|
)
|
|
5173
5320
|
|
|
5174
5321
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5260,10 +5407,10 @@ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissio
|
|
|
5260
5407
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
5261
5408
|
from pprint import pprint
|
|
5262
5409
|
|
|
5263
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5410
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5264
5411
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5265
5412
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
5266
|
-
host = "https://env-ephemeral-
|
|
5413
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5267
5414
|
)
|
|
5268
5415
|
|
|
5269
5416
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5356,10 +5503,10 @@ from pulpcore.client.pulp_file.models.patchedfile_file_remote import Patchedfile
|
|
|
5356
5503
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
5357
5504
|
from pprint import pprint
|
|
5358
5505
|
|
|
5359
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5506
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5360
5507
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5361
5508
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
5362
|
-
host = "https://env-ephemeral-
|
|
5509
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5363
5510
|
)
|
|
5364
5511
|
|
|
5365
5512
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5450,10 +5597,10 @@ from pulpcore.client.pulp_file.models.file_file_remote_response import FileFileR
|
|
|
5450
5597
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
5451
5598
|
from pprint import pprint
|
|
5452
5599
|
|
|
5453
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5600
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5454
5601
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5455
5602
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
5456
|
-
host = "https://env-ephemeral-
|
|
5603
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5457
5604
|
)
|
|
5458
5605
|
|
|
5459
5606
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5546,10 +5693,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
|
|
|
5546
5693
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
5547
5694
|
from pprint import pprint
|
|
5548
5695
|
|
|
5549
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5696
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5550
5697
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5551
5698
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
5552
|
-
host = "https://env-ephemeral-
|
|
5699
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5553
5700
|
)
|
|
5554
5701
|
|
|
5555
5702
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5640,10 +5787,10 @@ from pulpcore.client.pulp_file.models.set_label_response import SetLabelResponse
|
|
|
5640
5787
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
5641
5788
|
from pprint import pprint
|
|
5642
5789
|
|
|
5643
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5790
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5644
5791
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5645
5792
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
5646
|
-
host = "https://env-ephemeral-
|
|
5793
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5647
5794
|
)
|
|
5648
5795
|
|
|
5649
5796
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5734,10 +5881,10 @@ from pulpcore.client.pulp_file.models.unset_label_response import UnsetLabelResp
|
|
|
5734
5881
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
5735
5882
|
from pprint import pprint
|
|
5736
5883
|
|
|
5737
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5884
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5738
5885
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5739
5886
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
5740
|
-
host = "https://env-ephemeral-
|
|
5887
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5741
5888
|
)
|
|
5742
5889
|
|
|
5743
5890
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5828,10 +5975,10 @@ from pulpcore.client.pulp_file.models.file_file_remote_response import FileFileR
|
|
|
5828
5975
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
5829
5976
|
from pprint import pprint
|
|
5830
5977
|
|
|
5831
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5978
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5832
5979
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5833
5980
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
5834
|
-
host = "https://env-ephemeral-
|
|
5981
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5835
5982
|
)
|
|
5836
5983
|
|
|
5837
5984
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5934,7 +6081,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
|
|
|
5934
6081
|
|
|
5935
6082
|
# pulpcore.client.pulp_file.RepositoriesFileApi
|
|
5936
6083
|
|
|
5937
|
-
All URIs are relative to *https://env-ephemeral-
|
|
6084
|
+
All URIs are relative to *https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
5938
6085
|
|
|
5939
6086
|
Method | HTTP request | Description
|
|
5940
6087
|
------------- | ------------- | -------------
|
|
@@ -5974,10 +6121,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
|
|
|
5974
6121
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
5975
6122
|
from pprint import pprint
|
|
5976
6123
|
|
|
5977
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6124
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5978
6125
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5979
6126
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
5980
|
-
host = "https://env-ephemeral-
|
|
6127
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5981
6128
|
)
|
|
5982
6129
|
|
|
5983
6130
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6068,10 +6215,10 @@ from pulpcore.client.pulp_file.models.file_file_repository_response import FileF
|
|
|
6068
6215
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
6069
6216
|
from pprint import pprint
|
|
6070
6217
|
|
|
6071
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6218
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6072
6219
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6073
6220
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
6074
|
-
host = "https://env-ephemeral-
|
|
6221
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6075
6222
|
)
|
|
6076
6223
|
|
|
6077
6224
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6161,10 +6308,10 @@ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOpera
|
|
|
6161
6308
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
6162
6309
|
from pprint import pprint
|
|
6163
6310
|
|
|
6164
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6311
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6165
6312
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6166
6313
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
6167
|
-
host = "https://env-ephemeral-
|
|
6314
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6168
6315
|
)
|
|
6169
6316
|
|
|
6170
6317
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6252,10 +6399,10 @@ from pulpcore.client.pulp_file.models.paginatedfile_file_repository_response_lis
|
|
|
6252
6399
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
6253
6400
|
from pprint import pprint
|
|
6254
6401
|
|
|
6255
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6402
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6256
6403
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6257
6404
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
6258
|
-
host = "https://env-ephemeral-
|
|
6405
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6259
6406
|
)
|
|
6260
6407
|
|
|
6261
6408
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6403,10 +6550,10 @@ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesRe
|
|
|
6403
6550
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
6404
6551
|
from pprint import pprint
|
|
6405
6552
|
|
|
6406
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6553
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6407
6554
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6408
6555
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
6409
|
-
host = "https://env-ephemeral-
|
|
6556
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6410
6557
|
)
|
|
6411
6558
|
|
|
6412
6559
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6499,10 +6646,10 @@ from pulpcore.client.pulp_file.models.repository_add_remove_content import Repos
|
|
|
6499
6646
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
6500
6647
|
from pprint import pprint
|
|
6501
6648
|
|
|
6502
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6649
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6503
6650
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6504
6651
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
6505
|
-
host = "https://env-ephemeral-
|
|
6652
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6506
6653
|
)
|
|
6507
6654
|
|
|
6508
6655
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6592,10 +6739,10 @@ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissio
|
|
|
6592
6739
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
6593
6740
|
from pprint import pprint
|
|
6594
6741
|
|
|
6595
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6742
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6596
6743
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6597
6744
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
6598
|
-
host = "https://env-ephemeral-
|
|
6745
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6599
6746
|
)
|
|
6600
6747
|
|
|
6601
6748
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6688,10 +6835,10 @@ from pulpcore.client.pulp_file.models.patchedfile_file_repository import Patched
|
|
|
6688
6835
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
6689
6836
|
from pprint import pprint
|
|
6690
6837
|
|
|
6691
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6838
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6692
6839
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6693
6840
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
6694
|
-
host = "https://env-ephemeral-
|
|
6841
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6695
6842
|
)
|
|
6696
6843
|
|
|
6697
6844
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6782,10 +6929,10 @@ from pulpcore.client.pulp_file.models.file_file_repository_response import FileF
|
|
|
6782
6929
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
6783
6930
|
from pprint import pprint
|
|
6784
6931
|
|
|
6785
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6932
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6786
6933
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6787
6934
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
6788
|
-
host = "https://env-ephemeral-
|
|
6935
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6789
6936
|
)
|
|
6790
6937
|
|
|
6791
6938
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6878,10 +7025,10 @@ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResp
|
|
|
6878
7025
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
6879
7026
|
from pprint import pprint
|
|
6880
7027
|
|
|
6881
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7028
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6882
7029
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6883
7030
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
6884
|
-
host = "https://env-ephemeral-
|
|
7031
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6885
7032
|
)
|
|
6886
7033
|
|
|
6887
7034
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6972,10 +7119,10 @@ from pulpcore.client.pulp_file.models.set_label_response import SetLabelResponse
|
|
|
6972
7119
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
6973
7120
|
from pprint import pprint
|
|
6974
7121
|
|
|
6975
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7122
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6976
7123
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6977
7124
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
6978
|
-
host = "https://env-ephemeral-
|
|
7125
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6979
7126
|
)
|
|
6980
7127
|
|
|
6981
7128
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7066,10 +7213,10 @@ from pulpcore.client.pulp_file.models.repository_sync_url import RepositorySyncU
|
|
|
7066
7213
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
7067
7214
|
from pprint import pprint
|
|
7068
7215
|
|
|
7069
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7216
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7070
7217
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7071
7218
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
7072
|
-
host = "https://env-ephemeral-
|
|
7219
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7073
7220
|
)
|
|
7074
7221
|
|
|
7075
7222
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7160,10 +7307,10 @@ from pulpcore.client.pulp_file.models.unset_label_response import UnsetLabelResp
|
|
|
7160
7307
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
7161
7308
|
from pprint import pprint
|
|
7162
7309
|
|
|
7163
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7310
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7164
7311
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7165
7312
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
7166
|
-
host = "https://env-ephemeral-
|
|
7313
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7167
7314
|
)
|
|
7168
7315
|
|
|
7169
7316
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7254,10 +7401,10 @@ from pulpcore.client.pulp_file.models.file_file_repository_response import FileF
|
|
|
7254
7401
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
7255
7402
|
from pprint import pprint
|
|
7256
7403
|
|
|
7257
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7404
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7258
7405
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7259
7406
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
7260
|
-
host = "https://env-ephemeral-
|
|
7407
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7261
7408
|
)
|
|
7262
7409
|
|
|
7263
7410
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7331,7 +7478,7 @@ Name | Type | Description | Notes
|
|
|
7331
7478
|
|
|
7332
7479
|
# pulpcore.client.pulp_file.RepositoriesFileVersionsApi
|
|
7333
7480
|
|
|
7334
|
-
All URIs are relative to *https://env-ephemeral-
|
|
7481
|
+
All URIs are relative to *https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
7335
7482
|
|
|
7336
7483
|
Method | HTTP request | Description
|
|
7337
7484
|
------------- | ------------- | -------------
|
|
@@ -7360,10 +7507,10 @@ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOpera
|
|
|
7360
7507
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
7361
7508
|
from pprint import pprint
|
|
7362
7509
|
|
|
7363
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7510
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7364
7511
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7365
7512
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
7366
|
-
host = "https://env-ephemeral-
|
|
7513
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7367
7514
|
)
|
|
7368
7515
|
|
|
7369
7516
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7451,10 +7598,10 @@ from pulpcore.client.pulp_file.models.paginated_repository_version_response_list
|
|
|
7451
7598
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
7452
7599
|
from pprint import pprint
|
|
7453
7600
|
|
|
7454
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7601
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7455
7602
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7456
7603
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
7457
|
-
host = "https://env-ephemeral-
|
|
7604
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7458
7605
|
)
|
|
7459
7606
|
|
|
7460
7607
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7588,10 +7735,10 @@ from pulpcore.client.pulp_file.models.repository_version_response import Reposit
|
|
|
7588
7735
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
7589
7736
|
from pprint import pprint
|
|
7590
7737
|
|
|
7591
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7738
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7592
7739
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7593
7740
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
7594
|
-
host = "https://env-ephemeral-
|
|
7741
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7595
7742
|
)
|
|
7596
7743
|
|
|
7597
7744
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7684,10 +7831,10 @@ from pulpcore.client.pulp_file.models.repair import Repair
|
|
|
7684
7831
|
from pulpcore.client.pulp_file.rest import ApiException
|
|
7685
7832
|
from pprint import pprint
|
|
7686
7833
|
|
|
7687
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7834
|
+
# Defining the host is optional and defaults to https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7688
7835
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7689
7836
|
configuration = pulpcore.client.pulp_file.Configuration(
|
|
7690
|
-
host = "https://env-ephemeral-
|
|
7837
|
+
host = "https://env-ephemeral-wd71us.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7691
7838
|
)
|
|
7692
7839
|
|
|
7693
7840
|
# The client must configure the authentication and authorization parameters
|