pulp_ansible_client 0.15.0 → 0.15.1
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.
- checksums.yaml +4 -4
- data/README.md +7 -6
- data/docs/AnsibleAnsibleDistribution.md +1 -1
- data/docs/AnsibleAnsibleDistributionResponse.md +1 -1
- data/docs/AnsibleAnsibleRepository.md +1 -1
- data/docs/AnsibleAnsibleRepositoryResponse.md +1 -1
- data/docs/AnsibleCollectionRemote.md +1 -1
- data/docs/AnsibleCollectionRemoteResponse.md +3 -1
- data/docs/AnsibleCollectionRemoteResponseHiddenFields.md +19 -0
- data/docs/AnsibleCollectionVersion.md +3 -3
- data/docs/AnsibleCollectionVersionResponse.md +2 -2
- data/docs/AnsibleCollectionsApi.md +4 -4
- data/docs/AnsibleGitRemote.md +26 -26
- data/docs/AnsibleGitRemoteResponse.md +24 -22
- data/docs/AnsibleRoleRemote.md +1 -1
- data/docs/AnsibleRoleRemoteResponse.md +4 -2
- data/docs/AnsibleRoleResponse.md +2 -2
- data/docs/ApiCollectionsApi.md +4 -4
- data/docs/ApiRolesApi.md +4 -4
- data/docs/CollectionImportApi.md +4 -4
- data/docs/ContentCollectionDeprecationsApi.md +8 -8
- data/docs/ContentCollectionSignaturesApi.md +10 -10
- data/docs/ContentCollectionVersionsApi.md +10 -10
- data/docs/ContentRolesApi.md +8 -8
- data/docs/DistributionsAnsibleApi.md +12 -12
- data/docs/GalaxyDetailApi.md +4 -4
- data/docs/PatchedansibleAnsibleDistribution.md +1 -1
- data/docs/PatchedansibleAnsibleRepository.md +1 -1
- data/docs/PatchedansibleCollectionRemote.md +1 -1
- data/docs/PatchedansibleGitRemote.md +26 -26
- data/docs/PatchedansibleRoleRemote.md +1 -1
- data/docs/PulpAnsibleApiApi.md +4 -4
- data/docs/PulpAnsibleApiV2CollectionsVersionsApi.md +4 -4
- data/docs/PulpAnsibleApiV3Api.md +4 -4
- data/docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md +4 -4
- data/docs/PulpAnsibleApiV3CollectionVersionsAllApi.md +4 -4
- data/docs/PulpAnsibleApiV3CollectionsAllApi.md +4 -4
- data/docs/PulpAnsibleApiV3CollectionsApi.md +8 -8
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +8 -8
- data/docs/PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md +4 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +4 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +4 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +4 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsApi.md +4 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md +4 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +8 -8
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +8 -8
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3ArtifactsCollectionsApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +8 -8
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +8 -8
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +8 -8
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +8 -8
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +4 -4
- data/docs/PulpAnsibleTagsApi.md +4 -4
- data/docs/RemotesCollectionApi.md +12 -12
- data/docs/RemotesGitApi.md +12 -12
- data/docs/RemotesRoleApi.md +12 -12
- data/docs/RepositoriesAnsibleApi.md +11 -11
- data/docs/RepositoriesAnsibleVersionsApi.md +12 -12
- data/docs/VersionsApi.md +8 -8
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +7 -7
- data/lib/pulp_ansible_client/api/api_collections_api.rb +6 -6
- data/lib/pulp_ansible_client/api/api_roles_api.rb +6 -6
- data/lib/pulp_ansible_client/api/collection_import_api.rb +6 -6
- data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +12 -12
- data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +13 -13
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +16 -16
- data/lib/pulp_ansible_client/api/content_roles_api.rb +13 -13
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +17 -17
- data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v2_collections_versions_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_artifacts_collections_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collection_versions_all_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +7 -7
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +7 -7
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_artifacts_collections_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +7 -7
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +7 -7
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +6 -6
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +17 -17
- data/lib/pulp_ansible_client/api/remotes_git_api.rb +17 -17
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +17 -17
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +15 -15
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +17 -17
- data/lib/pulp_ansible_client/api/versions_api.rb +12 -12
- data/lib/pulp_ansible_client/models/ansible_ansible_distribution.rb +4 -2
- data/lib/pulp_ansible_client/models/ansible_ansible_distribution_response.rb +4 -2
- data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +4 -2
- data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +4 -2
- data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +4 -2
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +17 -3
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response_hidden_fields.rb +215 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +10 -10
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +220 -218
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +137 -123
- data/lib/pulp_ansible_client/models/ansible_role_remote.rb +4 -2
- data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +21 -7
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +10 -10
- data/lib/pulp_ansible_client/models/patchedansible_ansible_distribution.rb +4 -2
- data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +4 -2
- data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +4 -2
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +210 -208
- data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +4 -2
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/lib/pulp_ansible_client.rb +1 -0
- data/spec/api/ansible_collections_api_spec.rb +2 -2
- data/spec/api/api_collections_api_spec.rb +2 -2
- data/spec/api/api_roles_api_spec.rb +2 -2
- data/spec/api/collection_import_api_spec.rb +2 -2
- data/spec/api/content_collection_deprecations_api_spec.rb +4 -4
- data/spec/api/content_collection_signatures_api_spec.rb +4 -4
- data/spec/api/content_collection_versions_api_spec.rb +5 -5
- data/spec/api/content_roles_api_spec.rb +4 -4
- data/spec/api/distributions_ansible_api_spec.rb +6 -6
- data/spec/api/galaxy_detail_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_tags_api_spec.rb +2 -2
- data/spec/api/remotes_collection_api_spec.rb +6 -6
- data/spec/api/remotes_git_api_spec.rb +6 -6
- data/spec/api/remotes_role_api_spec.rb +6 -6
- data/spec/api/repositories_ansible_api_spec.rb +5 -5
- data/spec/api/repositories_ansible_versions_api_spec.rb +6 -6
- data/spec/api/versions_api_spec.rb +4 -4
- data/spec/models/ansible_collection_remote_response_hidden_fields_spec.rb +47 -0
- data/spec/models/ansible_collection_remote_response_spec.rb +6 -0
- data/spec/models/ansible_collection_version_response_spec.rb +2 -2
- data/spec/models/ansible_collection_version_spec.rb +2 -2
- data/spec/models/ansible_git_remote_response_spec.rb +20 -14
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_role_remote_response_spec.rb +6 -0
- data/spec/models/ansible_role_response_spec.rb +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- metadata +104 -100
|
@@ -32,8 +32,8 @@ api_instance = PulpAnsibleClient::PulpAnsibleApiV3PluginAnsibleContentCollection
|
|
|
32
32
|
distro_base_path = 'distro_base_path_example' # String |
|
|
33
33
|
path = 'path_example' # String |
|
|
34
34
|
opts = {
|
|
35
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
36
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
35
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
36
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
begin
|
|
@@ -51,8 +51,8 @@ Name | Type | Description | Notes
|
|
|
51
51
|
------------- | ------------- | ------------- | -------------
|
|
52
52
|
**distro_base_path** | **String**| |
|
|
53
53
|
**path** | **String**| |
|
|
54
|
-
**fields** | **String
|
|
55
|
-
**exclude_fields** | **String
|
|
54
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
55
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
56
56
|
|
|
57
57
|
### Return type
|
|
58
58
|
|
|
@@ -32,8 +32,8 @@ api_instance = PulpAnsibleClient::PulpAnsibleApiV3PluginAnsibleContentCollection
|
|
|
32
32
|
distro_base_path = 'distro_base_path_example' # String |
|
|
33
33
|
path = 'path_example' # String |
|
|
34
34
|
opts = {
|
|
35
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
36
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
35
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
36
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
begin
|
|
@@ -51,8 +51,8 @@ Name | Type | Description | Notes
|
|
|
51
51
|
------------- | ------------- | ------------- | -------------
|
|
52
52
|
**distro_base_path** | **String**| |
|
|
53
53
|
**path** | **String**| |
|
|
54
|
-
**fields** | **String
|
|
55
|
-
**exclude_fields** | **String
|
|
54
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
55
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
56
56
|
|
|
57
57
|
### Return type
|
|
58
58
|
|
|
@@ -33,8 +33,8 @@ distro_base_path = 'distro_base_path_example' # String |
|
|
|
33
33
|
filename = 'filename_example' # String |
|
|
34
34
|
path = 'path_example' # String |
|
|
35
35
|
opts = {
|
|
36
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
37
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
36
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
37
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
begin
|
|
@@ -52,8 +52,8 @@ Name | Type | Description | Notes
|
|
|
52
52
|
**distro_base_path** | **String**| |
|
|
53
53
|
**filename** | **String**| |
|
|
54
54
|
**path** | **String**| |
|
|
55
|
-
**fields** | **String
|
|
56
|
-
**exclude_fields** | **String
|
|
55
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
56
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
57
57
|
|
|
58
58
|
### Return type
|
|
59
59
|
|
|
@@ -99,8 +99,8 @@ opts = {
|
|
|
99
99
|
namespace: 'namespace_example', # String |
|
|
100
100
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
101
101
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
102
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
103
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
102
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
103
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
begin
|
|
@@ -124,8 +124,8 @@ Name | Type | Description | Notes
|
|
|
124
124
|
**namespace** | **String**| | [optional]
|
|
125
125
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
126
126
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
127
|
-
**fields** | **String
|
|
128
|
-
**exclude_fields** | **String
|
|
127
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
128
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
129
129
|
|
|
130
130
|
### Return type
|
|
131
131
|
|
|
@@ -167,8 +167,8 @@ name = 'name_example' # String |
|
|
|
167
167
|
namespace = 'namespace_example' # String |
|
|
168
168
|
path = 'path_example' # String |
|
|
169
169
|
opts = {
|
|
170
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
171
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
170
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
171
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
begin
|
|
@@ -188,8 +188,8 @@ Name | Type | Description | Notes
|
|
|
188
188
|
**name** | **String**| |
|
|
189
189
|
**namespace** | **String**| |
|
|
190
190
|
**path** | **String**| |
|
|
191
|
-
**fields** | **String
|
|
192
|
-
**exclude_fields** | **String
|
|
191
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
192
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
193
193
|
|
|
194
194
|
### Return type
|
|
195
195
|
|
|
@@ -108,8 +108,8 @@ opts = {
|
|
|
108
108
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
109
109
|
tags: 'tags_example', # String | Filter by comma separate list of tags that must all be matched
|
|
110
110
|
version: 'version_example', # String | Filter results where version matches value
|
|
111
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
112
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
111
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
112
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
begin
|
|
@@ -141,8 +141,8 @@ Name | Type | Description | Notes
|
|
|
141
141
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
142
142
|
**tags** | **String**| Filter by comma separate list of tags that must all be matched | [optional]
|
|
143
143
|
**version** | **String**| Filter results where version matches value | [optional]
|
|
144
|
-
**fields** | **String
|
|
145
|
-
**exclude_fields** | **String
|
|
144
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
145
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
146
146
|
|
|
147
147
|
### Return type
|
|
148
148
|
|
|
@@ -185,8 +185,8 @@ namespace = 'namespace_example' # String |
|
|
|
185
185
|
path = 'path_example' # String |
|
|
186
186
|
version = 'version_example' # String |
|
|
187
187
|
opts = {
|
|
188
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
189
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
188
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
189
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
190
190
|
}
|
|
191
191
|
|
|
192
192
|
begin
|
|
@@ -207,8 +207,8 @@ Name | Type | Description | Notes
|
|
|
207
207
|
**namespace** | **String**| |
|
|
208
208
|
**path** | **String**| |
|
|
209
209
|
**version** | **String**| |
|
|
210
|
-
**fields** | **String
|
|
211
|
-
**exclude_fields** | **String
|
|
210
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
211
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
212
212
|
|
|
213
213
|
### Return type
|
|
214
214
|
|
|
@@ -35,8 +35,8 @@ namespace = 'namespace_example' # String |
|
|
|
35
35
|
path = 'path_example' # String |
|
|
36
36
|
version = 'version_example' # String |
|
|
37
37
|
opts = {
|
|
38
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
39
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
38
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
39
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
begin
|
|
@@ -57,8 +57,8 @@ Name | Type | Description | Notes
|
|
|
57
57
|
**namespace** | **String**| |
|
|
58
58
|
**path** | **String**| |
|
|
59
59
|
**version** | **String**| |
|
|
60
|
-
**fields** | **String
|
|
61
|
-
**exclude_fields** | **String
|
|
60
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
61
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
62
62
|
|
|
63
63
|
### Return type
|
|
64
64
|
|
|
@@ -32,8 +32,8 @@ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3ArtifactsCollectionsApi
|
|
|
32
32
|
filename = 'filename_example' # String |
|
|
33
33
|
path = 'path_example' # String |
|
|
34
34
|
opts = {
|
|
35
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
36
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
35
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
36
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
begin
|
|
@@ -50,8 +50,8 @@ Name | Type | Description | Notes
|
|
|
50
50
|
------------- | ------------- | ------------- | -------------
|
|
51
51
|
**filename** | **String**| |
|
|
52
52
|
**path** | **String**| |
|
|
53
|
-
**fields** | **String
|
|
54
|
-
**exclude_fields** | **String
|
|
53
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
54
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
55
55
|
|
|
56
56
|
### Return type
|
|
57
57
|
|
|
@@ -34,8 +34,8 @@ opts = {
|
|
|
34
34
|
name: 'name_example', # String |
|
|
35
35
|
namespace: 'namespace_example', # String |
|
|
36
36
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
37
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
38
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
37
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
38
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
begin
|
|
@@ -55,8 +55,8 @@ Name | Type | Description | Notes
|
|
|
55
55
|
**name** | **String**| | [optional]
|
|
56
56
|
**namespace** | **String**| | [optional]
|
|
57
57
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
58
|
-
**fields** | **String
|
|
59
|
-
**exclude_fields** | **String
|
|
58
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
59
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
60
60
|
|
|
61
61
|
### Return type
|
|
62
62
|
|
|
@@ -93,8 +93,8 @@ opts = {
|
|
|
93
93
|
namespace: 'namespace_example', # String |
|
|
94
94
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
95
95
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
96
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
97
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
96
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
97
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
begin
|
|
@@ -116,8 +116,8 @@ Name | Type | Description | Notes
|
|
|
116
116
|
**namespace** | **String**| | [optional]
|
|
117
117
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
118
118
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
119
|
-
**fields** | **String
|
|
120
|
-
**exclude_fields** | **String
|
|
119
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
120
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
121
121
|
|
|
122
122
|
### Return type
|
|
123
123
|
|
|
@@ -157,8 +157,8 @@ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3CollectionsApi.new
|
|
|
157
157
|
name = 'name_example' # String |
|
|
158
158
|
namespace = 'namespace_example' # String |
|
|
159
159
|
opts = {
|
|
160
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
161
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
160
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
161
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
begin
|
|
@@ -176,8 +176,8 @@ Name | Type | Description | Notes
|
|
|
176
176
|
------------- | ------------- | ------------- | -------------
|
|
177
177
|
**name** | **String**| |
|
|
178
178
|
**namespace** | **String**| |
|
|
179
|
-
**fields** | **String
|
|
180
|
-
**exclude_fields** | **String
|
|
179
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
180
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
181
181
|
|
|
182
182
|
### Return type
|
|
183
183
|
|
|
@@ -102,8 +102,8 @@ opts = {
|
|
|
102
102
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
103
103
|
tags: 'tags_example', # String | Filter by comma separate list of tags that must all be matched
|
|
104
104
|
version: 'version_example', # String | Filter results where version matches value
|
|
105
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
106
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
105
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
106
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
begin
|
|
@@ -133,8 +133,8 @@ Name | Type | Description | Notes
|
|
|
133
133
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
134
134
|
**tags** | **String**| Filter by comma separate list of tags that must all be matched | [optional]
|
|
135
135
|
**version** | **String**| Filter results where version matches value | [optional]
|
|
136
|
-
**fields** | **String
|
|
137
|
-
**exclude_fields** | **String
|
|
136
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
137
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
138
138
|
|
|
139
139
|
### Return type
|
|
140
140
|
|
|
@@ -175,8 +175,8 @@ name = 'name_example' # String |
|
|
|
175
175
|
namespace = 'namespace_example' # String |
|
|
176
176
|
version = 'version_example' # String |
|
|
177
177
|
opts = {
|
|
178
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
179
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
178
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
179
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
180
180
|
}
|
|
181
181
|
|
|
182
182
|
begin
|
|
@@ -195,8 +195,8 @@ Name | Type | Description | Notes
|
|
|
195
195
|
**name** | **String**| |
|
|
196
196
|
**namespace** | **String**| |
|
|
197
197
|
**version** | **String**| |
|
|
198
|
-
**fields** | **String
|
|
199
|
-
**exclude_fields** | **String
|
|
198
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
199
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
200
200
|
|
|
201
201
|
### Return type
|
|
202
202
|
|
|
@@ -33,8 +33,8 @@ name = 'name_example' # String |
|
|
|
33
33
|
namespace = 'namespace_example' # String |
|
|
34
34
|
version = 'version_example' # String |
|
|
35
35
|
opts = {
|
|
36
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
37
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
36
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
37
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
begin
|
|
@@ -53,8 +53,8 @@ Name | Type | Description | Notes
|
|
|
53
53
|
**name** | **String**| |
|
|
54
54
|
**namespace** | **String**| |
|
|
55
55
|
**version** | **String**| |
|
|
56
|
-
**fields** | **String
|
|
57
|
-
**exclude_fields** | **String
|
|
56
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
57
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
58
58
|
|
|
59
59
|
### Return type
|
|
60
60
|
|
|
@@ -35,8 +35,8 @@ opts = {
|
|
|
35
35
|
name: 'name_example', # String |
|
|
36
36
|
namespace: 'namespace_example', # String |
|
|
37
37
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
38
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
39
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
38
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
39
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
begin
|
|
@@ -57,8 +57,8 @@ Name | Type | Description | Notes
|
|
|
57
57
|
**name** | **String**| | [optional]
|
|
58
58
|
**namespace** | **String**| | [optional]
|
|
59
59
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
60
|
-
**fields** | **String
|
|
61
|
-
**exclude_fields** | **String
|
|
60
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
61
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
62
62
|
|
|
63
63
|
### Return type
|
|
64
64
|
|
|
@@ -31,8 +31,8 @@ end
|
|
|
31
31
|
api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.new
|
|
32
32
|
distro_base_path = 'distro_base_path_example' # String |
|
|
33
33
|
opts = {
|
|
34
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
35
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
34
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
35
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
begin
|
|
@@ -49,8 +49,8 @@ end
|
|
|
49
49
|
Name | Type | Description | Notes
|
|
50
50
|
------------- | ------------- | ------------- | -------------
|
|
51
51
|
**distro_base_path** | **String**| |
|
|
52
|
-
**fields** | **String
|
|
53
|
-
**exclude_fields** | **String
|
|
52
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
53
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
54
54
|
|
|
55
55
|
### Return type
|
|
56
56
|
|
|
@@ -31,8 +31,8 @@ end
|
|
|
31
31
|
api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.new
|
|
32
32
|
distro_base_path = 'distro_base_path_example' # String |
|
|
33
33
|
opts = {
|
|
34
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
35
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
34
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
35
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
begin
|
|
@@ -49,8 +49,8 @@ end
|
|
|
49
49
|
Name | Type | Description | Notes
|
|
50
50
|
------------- | ------------- | ------------- | -------------
|
|
51
51
|
**distro_base_path** | **String**| |
|
|
52
|
-
**fields** | **String
|
|
53
|
-
**exclude_fields** | **String
|
|
52
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
53
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
54
54
|
|
|
55
55
|
### Return type
|
|
56
56
|
|
|
@@ -32,8 +32,8 @@ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCol
|
|
|
32
32
|
distro_base_path = 'distro_base_path_example' # String |
|
|
33
33
|
filename = 'filename_example' # String |
|
|
34
34
|
opts = {
|
|
35
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
36
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
35
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
36
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
begin
|
|
@@ -50,8 +50,8 @@ Name | Type | Description | Notes
|
|
|
50
50
|
------------- | ------------- | ------------- | -------------
|
|
51
51
|
**distro_base_path** | **String**| |
|
|
52
52
|
**filename** | **String**| |
|
|
53
|
-
**fields** | **String
|
|
54
|
-
**exclude_fields** | **String
|
|
53
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
54
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
55
55
|
|
|
56
56
|
### Return type
|
|
57
57
|
|
|
@@ -96,8 +96,8 @@ opts = {
|
|
|
96
96
|
namespace: 'namespace_example', # String |
|
|
97
97
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
98
98
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
99
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
100
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
99
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
100
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
begin
|
|
@@ -120,8 +120,8 @@ Name | Type | Description | Notes
|
|
|
120
120
|
**namespace** | **String**| | [optional]
|
|
121
121
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
122
122
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
123
|
-
**fields** | **String
|
|
124
|
-
**exclude_fields** | **String
|
|
123
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
124
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
125
125
|
|
|
126
126
|
### Return type
|
|
127
127
|
|
|
@@ -162,8 +162,8 @@ distro_base_path = 'distro_base_path_example' # String |
|
|
|
162
162
|
name = 'name_example' # String |
|
|
163
163
|
namespace = 'namespace_example' # String |
|
|
164
164
|
opts = {
|
|
165
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
166
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
165
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
166
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
begin
|
|
@@ -182,8 +182,8 @@ Name | Type | Description | Notes
|
|
|
182
182
|
**distro_base_path** | **String**| |
|
|
183
183
|
**name** | **String**| |
|
|
184
184
|
**namespace** | **String**| |
|
|
185
|
-
**fields** | **String
|
|
186
|
-
**exclude_fields** | **String
|
|
185
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
186
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
187
187
|
|
|
188
188
|
### Return type
|
|
189
189
|
|
|
@@ -105,8 +105,8 @@ opts = {
|
|
|
105
105
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
106
106
|
tags: 'tags_example', # String | Filter by comma separate list of tags that must all be matched
|
|
107
107
|
version: 'version_example', # String | Filter results where version matches value
|
|
108
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
109
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
108
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
109
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
begin
|
|
@@ -137,8 +137,8 @@ Name | Type | Description | Notes
|
|
|
137
137
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
138
138
|
**tags** | **String**| Filter by comma separate list of tags that must all be matched | [optional]
|
|
139
139
|
**version** | **String**| Filter results where version matches value | [optional]
|
|
140
|
-
**fields** | **String
|
|
141
|
-
**exclude_fields** | **String
|
|
140
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
141
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
142
142
|
|
|
143
143
|
### Return type
|
|
144
144
|
|
|
@@ -180,8 +180,8 @@ name = 'name_example' # String |
|
|
|
180
180
|
namespace = 'namespace_example' # String |
|
|
181
181
|
version = 'version_example' # String |
|
|
182
182
|
opts = {
|
|
183
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
184
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
183
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
184
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
begin
|
|
@@ -201,8 +201,8 @@ Name | Type | Description | Notes
|
|
|
201
201
|
**name** | **String**| |
|
|
202
202
|
**namespace** | **String**| |
|
|
203
203
|
**version** | **String**| |
|
|
204
|
-
**fields** | **String
|
|
205
|
-
**exclude_fields** | **String
|
|
204
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
205
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
206
206
|
|
|
207
207
|
### Return type
|
|
208
208
|
|
|
@@ -34,8 +34,8 @@ name = 'name_example' # String |
|
|
|
34
34
|
namespace = 'namespace_example' # String |
|
|
35
35
|
version = 'version_example' # String |
|
|
36
36
|
opts = {
|
|
37
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
38
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
37
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
38
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
begin
|
|
@@ -55,8 +55,8 @@ Name | Type | Description | Notes
|
|
|
55
55
|
**name** | **String**| |
|
|
56
56
|
**namespace** | **String**| |
|
|
57
57
|
**version** | **String**| |
|
|
58
|
-
**fields** | **String
|
|
59
|
-
**exclude_fields** | **String
|
|
58
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
59
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
60
60
|
|
|
61
61
|
### Return type
|
|
62
62
|
|
data/docs/PulpAnsibleTagsApi.md
CHANGED
|
@@ -32,8 +32,8 @@ api_instance = PulpAnsibleClient::PulpAnsibleTagsApi.new
|
|
|
32
32
|
opts = {
|
|
33
33
|
limit: 56, # Integer | Number of results to return per page.
|
|
34
34
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
35
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
36
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
35
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
36
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
begin
|
|
@@ -52,8 +52,8 @@ Name | Type | Description | Notes
|
|
|
52
52
|
------------- | ------------- | ------------- | -------------
|
|
53
53
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
54
54
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
55
|
-
**fields** | **String
|
|
56
|
-
**exclude_fields** | **String
|
|
55
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
56
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
57
57
|
|
|
58
58
|
### Return type
|
|
59
59
|
|