pulp_ansible_client 0.26.0 → 0.27.0
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 +10 -7
- data/docs/AnsibleCollectionVersionResponse.md +7 -7
- data/docs/AnsibleCollectionsApi.md +26 -8
- data/docs/AnsibleCopyApi.md +8 -4
- data/docs/AnsibleGitRemote.md +26 -26
- data/docs/AnsibleGitRemoteResponse.md +30 -30
- data/docs/AnsibleRole.md +2 -2
- data/docs/AnsibleRoleResponse.md +6 -6
- data/docs/ApiPluginAnsibleSearchCollectionVersionsApi.md +10 -4
- data/docs/ApiRolesApi.md +2 -0
- data/docs/CollectionImportApi.md +2 -0
- data/docs/CollectionMetadataResponse.md +1 -1
- data/docs/CollectionSummaryResponse.md +1 -1
- data/docs/CollectionSummaryResponseTagsInner.md +18 -0
- data/docs/ContentCollectionDeprecationsApi.md +28 -12
- data/docs/ContentCollectionMarksApi.md +28 -12
- data/docs/ContentCollectionSignaturesApi.md +22 -8
- data/docs/ContentCollectionVersionsApi.md +32 -18
- data/docs/ContentNamespacesApi.md +22 -8
- data/docs/ContentRolesApi.md +28 -12
- data/docs/DistributionsAnsibleApi.md +72 -32
- data/docs/PatchedansibleGitRemote.md +26 -26
- data/docs/PulpAnsibleApiApi.md +2 -0
- data/docs/PulpAnsibleApiV3Api.md +2 -0
- data/docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3CollectionVersionsAllApi.md +2 -0
- data/docs/PulpAnsibleApiV3CollectionsAllApi.md +2 -0
- data/docs/PulpAnsibleApiV3CollectionsApi.md +20 -8
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +14 -6
- data/docs/PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleApiV3NamespacesApi.md +4 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +14 -6
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +16 -4
- data/docs/PulpAnsibleArtifactsCollectionsV3Api.md +8 -0
- data/docs/PulpAnsibleDefaultApiApi.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3Api.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3ArtifactsCollectionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3CollectionVersionsAllApi.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +20 -8
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +14 -6
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +4 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +14 -6
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +16 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.md +10 -4
- data/docs/PulpAnsibleTagsApi.md +6 -4
- data/docs/RemotesCollectionApi.md +72 -32
- data/docs/RemotesGitApi.md +72 -32
- data/docs/RemotesRoleApi.md +72 -32
- data/docs/RepositoriesAnsibleApi.md +136 -64
- data/docs/RepositoriesAnsibleVersionsApi.md +28 -12
- data/docs/VersionsApi.md +2 -0
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +21 -0
- data/lib/pulp_ansible_client/api/ansible_copy_api.rb +3 -0
- data/lib/pulp_ansible_client/api/api_plugin_ansible_search_collection_versions_api.rb +6 -0
- data/lib/pulp_ansible_client/api/api_roles_api.rb +3 -0
- data/lib/pulp_ansible_client/api/collection_import_api.rb +3 -0
- data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +30 -15
- data/lib/pulp_ansible_client/api/content_namespaces_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_roles_api.rb +15 -0
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +36 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_artifacts_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collection_versions_all_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +12 -3
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +6 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +12 -3
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_artifacts_collections_v3_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_artifacts_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collection_versions_all_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +12 -3
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +6 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +12 -3
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.rb +6 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +5 -2
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +36 -0
- data/lib/pulp_ansible_client/api/remotes_git_api.rb +36 -0
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +36 -0
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +60 -0
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +15 -0
- data/lib/pulp_ansible_client/api/versions_api.rb +3 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +26 -26
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +224 -224
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +167 -167
- data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +27 -27
- data/lib/pulp_ansible_client/models/collection_metadata_response.rb +0 -7
- data/lib/pulp_ansible_client/models/collection_summary_response.rb +1 -1
- data/lib/pulp_ansible_client/models/{ansible_tag_response.rb → collection_summary_response_tags_inner.rb} +3 -5
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +218 -218
- data/lib/pulp_ansible_client/models/tag_response.rb +1 -1
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/lib/pulp_ansible_client.rb +1 -1
- data/spec/api/ansible_collections_api_spec.rb +7 -0
- data/spec/api/ansible_copy_api_spec.rb +1 -0
- data/spec/api/api_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
- data/spec/api/api_roles_api_spec.rb +1 -0
- data/spec/api/collection_import_api_spec.rb +1 -0
- data/spec/api/content_collection_deprecations_api_spec.rb +5 -0
- data/spec/api/content_collection_marks_api_spec.rb +5 -0
- data/spec/api/content_collection_signatures_api_spec.rb +5 -0
- data/spec/api/content_collection_versions_api_spec.rb +10 -5
- data/spec/api/content_namespaces_api_spec.rb +5 -0
- data/spec/api/content_roles_api_spec.rb +5 -0
- data/spec/api/distributions_ansible_api_spec.rb +12 -0
- data/spec/api/pulp_ansible_api_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +4 -1
- data/spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +2 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -1
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
- data/spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_default_api_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_collection_versions_all_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +4 -1
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +2 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -1
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
- data/spec/api/pulp_ansible_tags_api_spec.rb +2 -1
- data/spec/api/remotes_collection_api_spec.rb +12 -0
- data/spec/api/remotes_git_api_spec.rb +12 -0
- data/spec/api/remotes_role_api_spec.rb +12 -0
- data/spec/api/repositories_ansible_api_spec.rb +20 -0
- data/spec/api/repositories_ansible_versions_api_spec.rb +5 -0
- data/spec/api/versions_api_spec.rb +1 -0
- data/spec/models/ansible_collection_version_response_spec.rb +5 -5
- data/spec/models/ansible_git_remote_response_spec.rb +19 -19
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_role_response_spec.rb +5 -5
- data/spec/models/ansible_role_spec.rb +3 -3
- data/spec/models/{ansible_tag_response_spec.rb → collection_summary_response_tags_inner_spec.rb} +6 -6
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- metadata +124 -124
- data/docs/AnsibleTagResponse.md +0 -18
data/lib/pulp_ansible_client.rb
CHANGED
@@ -43,7 +43,6 @@ require 'pulp_ansible_client/models/ansible_role'
|
|
43
43
|
require 'pulp_ansible_client/models/ansible_role_remote'
|
44
44
|
require 'pulp_ansible_client/models/ansible_role_remote_response'
|
45
45
|
require 'pulp_ansible_client/models/ansible_role_response'
|
46
|
-
require 'pulp_ansible_client/models/ansible_tag_response'
|
47
46
|
require 'pulp_ansible_client/models/artifact_ref_response'
|
48
47
|
require 'pulp_ansible_client/models/async_operation_response'
|
49
48
|
require 'pulp_ansible_client/models/client_configuration_response'
|
@@ -53,6 +52,7 @@ require 'pulp_ansible_client/models/collection_namespace_response'
|
|
53
52
|
require 'pulp_ansible_client/models/collection_ref_response'
|
54
53
|
require 'pulp_ansible_client/models/collection_response'
|
55
54
|
require 'pulp_ansible_client/models/collection_summary_response'
|
55
|
+
require 'pulp_ansible_client/models/collection_summary_response_tags_inner'
|
56
56
|
require 'pulp_ansible_client/models/collection_version_copy_move'
|
57
57
|
require 'pulp_ansible_client/models/collection_version_docs_response'
|
58
58
|
require 'pulp_ansible_client/models/collection_version_list_response'
|
@@ -38,6 +38,7 @@ describe 'AnsibleCollectionsApi' do
|
|
38
38
|
# @param ansible_collection_href
|
39
39
|
# @param nested_role
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
41
42
|
# @return [NestedRoleResponse]
|
42
43
|
describe 'add_role test' do
|
43
44
|
it 'should work' do
|
@@ -49,6 +50,7 @@ describe 'AnsibleCollectionsApi' do
|
|
49
50
|
# List collections
|
50
51
|
# Viewset for Ansible Collections.
|
51
52
|
# @param [Hash] opts the optional parameters
|
53
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
52
54
|
# @option opts [Integer] :limit Number of results to return per page.
|
53
55
|
# @option opts [String] :name
|
54
56
|
# @option opts [String] :namespace
|
@@ -72,6 +74,7 @@ describe 'AnsibleCollectionsApi' do
|
|
72
74
|
# List roles assigned to this object.
|
73
75
|
# @param ansible_collection_href
|
74
76
|
# @param [Hash] opts the optional parameters
|
77
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
75
78
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
76
79
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
77
80
|
# @return [ObjectRolesResponse]
|
@@ -86,6 +89,7 @@ describe 'AnsibleCollectionsApi' do
|
|
86
89
|
# List permissions available to the current user on this object.
|
87
90
|
# @param ansible_collection_href
|
88
91
|
# @param [Hash] opts the optional parameters
|
92
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
89
93
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
90
94
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
91
95
|
# @return [MyPermissionsResponse]
|
@@ -100,6 +104,7 @@ describe 'AnsibleCollectionsApi' do
|
|
100
104
|
# Viewset for Ansible Collections.
|
101
105
|
# @param ansible_collection_href
|
102
106
|
# @param [Hash] opts the optional parameters
|
107
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
103
108
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
104
109
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
105
110
|
# @return [AnsibleCollectionResponse]
|
@@ -115,6 +120,7 @@ describe 'AnsibleCollectionsApi' do
|
|
115
120
|
# @param ansible_collection_href
|
116
121
|
# @param nested_role
|
117
122
|
# @param [Hash] opts the optional parameters
|
123
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
118
124
|
# @return [NestedRoleResponse]
|
119
125
|
describe 'remove_role test' do
|
120
126
|
it 'should work' do
|
@@ -127,6 +133,7 @@ describe 'AnsibleCollectionsApi' do
|
|
127
133
|
# Create an artifact and trigger an asynchronous task to create Collection content from it.
|
128
134
|
# @param file The Collection tarball.
|
129
135
|
# @param [Hash] opts the optional parameters
|
136
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
130
137
|
# @option opts [String] :sha256 An optional sha256 checksum of the uploaded file.
|
131
138
|
# @option opts [String] :expected_namespace The expected 'namespace' of the Collection to be verified against the metadata during import.
|
132
139
|
# @option opts [String] :expected_name The expected 'name' of the Collection to be verified against the metadata during import.
|
@@ -37,6 +37,7 @@ describe 'AnsibleCopyApi' do
|
|
37
37
|
# Trigger an asynchronous task to copy ansible content from one repository into another, creating a new repository version.
|
38
38
|
# @param copy
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
40
41
|
# @return [AsyncOperationResponse]
|
41
42
|
describe 'copy_content test' do
|
42
43
|
it 'should work' do
|
@@ -37,6 +37,7 @@ describe 'ApiPluginAnsibleSearchCollectionVersionsApi' do
|
|
37
37
|
# A viewset for cross-repo searches.
|
38
38
|
# @param ansible_cross_repository_collection_version_index_href
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
40
41
|
# @option opts [String] :dependency
|
41
42
|
# @option opts [Boolean] :deprecated
|
42
43
|
# @option opts [Array<String>] :distribution Filter collectionversions that are in these distrubtion ids.
|
@@ -74,6 +75,7 @@ describe 'ApiPluginAnsibleSearchCollectionVersionsApi' do
|
|
74
75
|
# @param ansible_cross_repository_collection_version_index_href
|
75
76
|
# @param collection_version_search_list
|
76
77
|
# @param [Hash] opts the optional parameters
|
78
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
77
79
|
# @return [CollectionVersionSearchListResponse]
|
78
80
|
describe 'rebuild test' do
|
79
81
|
it 'should work' do
|
@@ -36,6 +36,7 @@ describe 'ApiRolesApi' do
|
|
36
36
|
# APIView for Roles.
|
37
37
|
# @param ansible_role_href
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
39
40
|
# @option opts [Integer] :limit Number of results to return per page.
|
40
41
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
42
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
@@ -37,6 +37,7 @@ describe 'CollectionImportApi' do
|
|
37
37
|
# Returns a CollectionImport object.
|
38
38
|
# @param ansible_collection_import_href
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
40
41
|
# @option opts [String] :since Filter messages since a given timestamp
|
41
42
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
42
43
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -37,6 +37,7 @@ describe 'ContentCollectionDeprecationsApi' do
|
|
37
37
|
# Trigger an asynchronous task to create content,optionally create new repository version.
|
38
38
|
# @param ansible_ansible_collection_deprecated
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
40
41
|
# @return [AsyncOperationResponse]
|
41
42
|
describe 'create test' do
|
42
43
|
it 'should work' do
|
@@ -48,6 +49,7 @@ describe 'ContentCollectionDeprecationsApi' do
|
|
48
49
|
# List ansible collection deprecateds
|
49
50
|
# ViewSet for AnsibleCollectionDeprecated.
|
50
51
|
# @param [Hash] opts the optional parameters
|
52
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
51
53
|
# @option opts [Integer] :limit Number of results to return per page.
|
52
54
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
53
55
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -74,6 +76,7 @@ describe 'ContentCollectionDeprecationsApi' do
|
|
74
76
|
# ViewSet for AnsibleCollectionDeprecated.
|
75
77
|
# @param ansible_ansible_collection_deprecated_href
|
76
78
|
# @param [Hash] opts the optional parameters
|
79
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
77
80
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
78
81
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
79
82
|
# @return [AnsibleAnsibleCollectionDeprecatedResponse]
|
@@ -89,6 +92,7 @@ describe 'ContentCollectionDeprecationsApi' do
|
|
89
92
|
# @param ansible_ansible_collection_deprecated_href
|
90
93
|
# @param set_label
|
91
94
|
# @param [Hash] opts the optional parameters
|
95
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
92
96
|
# @return [SetLabelResponse]
|
93
97
|
describe 'set_label test' do
|
94
98
|
it 'should work' do
|
@@ -102,6 +106,7 @@ describe 'ContentCollectionDeprecationsApi' do
|
|
102
106
|
# @param ansible_ansible_collection_deprecated_href
|
103
107
|
# @param unset_label
|
104
108
|
# @param [Hash] opts the optional parameters
|
109
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
105
110
|
# @return [UnsetLabelResponse]
|
106
111
|
describe 'unset_label test' do
|
107
112
|
it 'should work' do
|
@@ -37,6 +37,7 @@ describe 'ContentCollectionMarksApi' do
|
|
37
37
|
# ViewSet for looking at mark objects for CollectionVersion content.
|
38
38
|
# @param ansible_collection_version_mark
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
40
41
|
# @return [AnsibleCollectionVersionMarkResponse]
|
41
42
|
describe 'create test' do
|
42
43
|
it 'should work' do
|
@@ -48,6 +49,7 @@ describe 'ContentCollectionMarksApi' do
|
|
48
49
|
# List collection version marks
|
49
50
|
# ViewSet for looking at mark objects for CollectionVersion content.
|
50
51
|
# @param [Hash] opts the optional parameters
|
52
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
51
53
|
# @option opts [Integer] :limit Number of results to return per page.
|
52
54
|
# @option opts [String] :marked_collection Filter marks for collection version
|
53
55
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
@@ -77,6 +79,7 @@ describe 'ContentCollectionMarksApi' do
|
|
77
79
|
# ViewSet for looking at mark objects for CollectionVersion content.
|
78
80
|
# @param ansible_collection_version_mark_href
|
79
81
|
# @param [Hash] opts the optional parameters
|
82
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
80
83
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
81
84
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
82
85
|
# @return [AnsibleCollectionVersionMarkResponse]
|
@@ -92,6 +95,7 @@ describe 'ContentCollectionMarksApi' do
|
|
92
95
|
# @param ansible_collection_version_mark_href
|
93
96
|
# @param set_label
|
94
97
|
# @param [Hash] opts the optional parameters
|
98
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
95
99
|
# @return [SetLabelResponse]
|
96
100
|
describe 'set_label test' do
|
97
101
|
it 'should work' do
|
@@ -105,6 +109,7 @@ describe 'ContentCollectionMarksApi' do
|
|
105
109
|
# @param ansible_collection_version_mark_href
|
106
110
|
# @param unset_label
|
107
111
|
# @param [Hash] opts the optional parameters
|
112
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
108
113
|
# @return [UnsetLabelResponse]
|
109
114
|
describe 'unset_label test' do
|
110
115
|
it 'should work' do
|
@@ -37,6 +37,7 @@ describe 'ContentCollectionSignaturesApi' do
|
|
37
37
|
# Trigger an asynchronous task to create content,optionally create new repository version.
|
38
38
|
# @param signed_collection The content this signature is pointing to.
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
40
41
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
41
42
|
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
42
43
|
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
@@ -53,6 +54,7 @@ describe 'ContentCollectionSignaturesApi' do
|
|
53
54
|
# List collection version signatures
|
54
55
|
# ViewSet for looking at signature objects for CollectionVersion content.
|
55
56
|
# @param [Hash] opts the optional parameters
|
57
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
56
58
|
# @option opts [Integer] :limit Number of results to return per page.
|
57
59
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
58
60
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `data` - Data * `-data` - Data (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pubkey_fingerprint` - Pubkey fingerprint * `-pubkey_fingerprint` - Pubkey fingerprint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -83,6 +85,7 @@ describe 'ContentCollectionSignaturesApi' do
|
|
83
85
|
# ViewSet for looking at signature objects for CollectionVersion content.
|
84
86
|
# @param ansible_collection_version_signature_href
|
85
87
|
# @param [Hash] opts the optional parameters
|
88
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
86
89
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
87
90
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
88
91
|
# @return [AnsibleCollectionVersionSignatureResponse]
|
@@ -98,6 +101,7 @@ describe 'ContentCollectionSignaturesApi' do
|
|
98
101
|
# @param ansible_collection_version_signature_href
|
99
102
|
# @param set_label
|
100
103
|
# @param [Hash] opts the optional parameters
|
104
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
101
105
|
# @return [SetLabelResponse]
|
102
106
|
describe 'set_label test' do
|
103
107
|
it 'should work' do
|
@@ -111,6 +115,7 @@ describe 'ContentCollectionSignaturesApi' do
|
|
111
115
|
# @param ansible_collection_version_signature_href
|
112
116
|
# @param unset_label
|
113
117
|
# @param [Hash] opts the optional parameters
|
118
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
114
119
|
# @return [UnsetLabelResponse]
|
115
120
|
describe 'unset_label test' do
|
116
121
|
it 'should work' do
|
@@ -36,12 +36,13 @@ describe 'ContentCollectionVersionsApi' do
|
|
36
36
|
# Create a collection version
|
37
37
|
# Trigger an asynchronous task to create content,optionally create new repository version.
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
-
# @option opts [String] :
|
40
|
-
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
41
|
-
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
42
|
-
# @option opts [String] :artifact Artifact file representing the physical content
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
43
40
|
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
41
|
+
# @option opts [String] :artifact Artifact file representing the physical content
|
42
|
+
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
44
43
|
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
44
|
+
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
45
|
+
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
45
46
|
# @option opts [String] :expected_name The name of the collection.
|
46
47
|
# @option opts [String] :expected_namespace The namespace of the collection.
|
47
48
|
# @option opts [String] :expected_version The version of the collection.
|
@@ -56,11 +57,12 @@ describe 'ContentCollectionVersionsApi' do
|
|
56
57
|
# List collection versions
|
57
58
|
# ViewSet for Ansible Collection.
|
58
59
|
# @param [Hash] opts the optional parameters
|
60
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
59
61
|
# @option opts [Integer] :limit Number of results to return per page.
|
60
62
|
# @option opts [String] :name
|
61
63
|
# @option opts [String] :namespace
|
62
64
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
63
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
65
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `tags` - Tags * `-tags` - Tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
64
66
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
65
67
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
66
68
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
@@ -86,6 +88,7 @@ describe 'ContentCollectionVersionsApi' do
|
|
86
88
|
# ViewSet for Ansible Collection.
|
87
89
|
# @param ansible_collection_version_href
|
88
90
|
# @param [Hash] opts the optional parameters
|
91
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
89
92
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
90
93
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
91
94
|
# @return [AnsibleCollectionVersionResponse]
|
@@ -101,6 +104,7 @@ describe 'ContentCollectionVersionsApi' do
|
|
101
104
|
# @param ansible_collection_version_href
|
102
105
|
# @param set_label
|
103
106
|
# @param [Hash] opts the optional parameters
|
107
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
104
108
|
# @return [SetLabelResponse]
|
105
109
|
describe 'set_label test' do
|
106
110
|
it 'should work' do
|
@@ -114,6 +118,7 @@ describe 'ContentCollectionVersionsApi' do
|
|
114
118
|
# @param ansible_collection_version_href
|
115
119
|
# @param unset_label
|
116
120
|
# @param [Hash] opts the optional parameters
|
121
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
117
122
|
# @return [UnsetLabelResponse]
|
118
123
|
describe 'unset_label test' do
|
119
124
|
it 'should work' do
|
@@ -36,6 +36,7 @@ describe 'ContentNamespacesApi' do
|
|
36
36
|
# Get the logo for the this namespace.
|
37
37
|
# @param ansible_ansible_namespace_metadata_href
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
39
40
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
40
41
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
41
42
|
# @return [nil]
|
@@ -49,6 +50,7 @@ describe 'ContentNamespacesApi' do
|
|
49
50
|
# List ansible namespace metadatas
|
50
51
|
# ViewSet for AnsibleNamespace.
|
51
52
|
# @param [Hash] opts the optional parameters
|
53
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
52
54
|
# @option opts [String] :company Filter results where company matches value
|
53
55
|
# @option opts [String] :company__contains Filter results where company contains value
|
54
56
|
# @option opts [String] :company__icontains Filter results where company contains value
|
@@ -95,6 +97,7 @@ describe 'ContentNamespacesApi' do
|
|
95
97
|
# ViewSet for AnsibleNamespace.
|
96
98
|
# @param ansible_ansible_namespace_metadata_href
|
97
99
|
# @param [Hash] opts the optional parameters
|
100
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
98
101
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
99
102
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
100
103
|
# @return [AnsibleAnsibleNamespaceMetadataResponse]
|
@@ -110,6 +113,7 @@ describe 'ContentNamespacesApi' do
|
|
110
113
|
# @param ansible_ansible_namespace_metadata_href
|
111
114
|
# @param set_label
|
112
115
|
# @param [Hash] opts the optional parameters
|
116
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
113
117
|
# @return [SetLabelResponse]
|
114
118
|
describe 'set_label test' do
|
115
119
|
it 'should work' do
|
@@ -123,6 +127,7 @@ describe 'ContentNamespacesApi' do
|
|
123
127
|
# @param ansible_ansible_namespace_metadata_href
|
124
128
|
# @param unset_label
|
125
129
|
# @param [Hash] opts the optional parameters
|
130
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
126
131
|
# @return [UnsetLabelResponse]
|
127
132
|
describe 'unset_label test' do
|
128
133
|
it 'should work' do
|
@@ -37,6 +37,7 @@ describe 'ContentRolesApi' do
|
|
37
37
|
# ViewSet for Role.
|
38
38
|
# @param ansible_role
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
40
41
|
# @return [AnsibleRoleResponse]
|
41
42
|
describe 'create test' do
|
42
43
|
it 'should work' do
|
@@ -48,6 +49,7 @@ describe 'ContentRolesApi' do
|
|
48
49
|
# List roles
|
49
50
|
# ViewSet for Role.
|
50
51
|
# @param [Hash] opts the optional parameters
|
52
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
51
53
|
# @option opts [Integer] :limit Number of results to return per page.
|
52
54
|
# @option opts [String] :name Filter results where name matches value
|
53
55
|
# @option opts [String] :namespace Filter results where namespace matches value
|
@@ -77,6 +79,7 @@ describe 'ContentRolesApi' do
|
|
77
79
|
# ViewSet for Role.
|
78
80
|
# @param ansible_role_href
|
79
81
|
# @param [Hash] opts the optional parameters
|
82
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
80
83
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
81
84
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
82
85
|
# @return [AnsibleRoleResponse]
|
@@ -92,6 +95,7 @@ describe 'ContentRolesApi' do
|
|
92
95
|
# @param ansible_role_href
|
93
96
|
# @param set_label
|
94
97
|
# @param [Hash] opts the optional parameters
|
98
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
95
99
|
# @return [SetLabelResponse]
|
96
100
|
describe 'set_label test' do
|
97
101
|
it 'should work' do
|
@@ -105,6 +109,7 @@ describe 'ContentRolesApi' do
|
|
105
109
|
# @param ansible_role_href
|
106
110
|
# @param unset_label
|
107
111
|
# @param [Hash] opts the optional parameters
|
112
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
108
113
|
# @return [UnsetLabelResponse]
|
109
114
|
describe 'unset_label test' do
|
110
115
|
it 'should work' do
|
@@ -38,6 +38,7 @@ describe 'DistributionsAnsibleApi' do
|
|
38
38
|
# @param ansible_ansible_distribution_href
|
39
39
|
# @param nested_role
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
41
42
|
# @return [NestedRoleResponse]
|
42
43
|
describe 'add_role test' do
|
43
44
|
it 'should work' do
|
@@ -50,6 +51,7 @@ describe 'DistributionsAnsibleApi' do
|
|
50
51
|
# Trigger an asynchronous create task
|
51
52
|
# @param ansible_ansible_distribution
|
52
53
|
# @param [Hash] opts the optional parameters
|
54
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
53
55
|
# @return [AsyncOperationResponse]
|
54
56
|
describe 'create test' do
|
55
57
|
it 'should work' do
|
@@ -62,6 +64,7 @@ describe 'DistributionsAnsibleApi' do
|
|
62
64
|
# Trigger an asynchronous delete task
|
63
65
|
# @param ansible_ansible_distribution_href
|
64
66
|
# @param [Hash] opts the optional parameters
|
67
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
65
68
|
# @return [AsyncOperationResponse]
|
66
69
|
describe 'delete test' do
|
67
70
|
it 'should work' do
|
@@ -73,6 +76,7 @@ describe 'DistributionsAnsibleApi' do
|
|
73
76
|
# List ansible distributions
|
74
77
|
# ViewSet for Ansible Distributions.
|
75
78
|
# @param [Hash] opts the optional parameters
|
79
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
76
80
|
# @option opts [String] :base_path Filter results where base_path matches value
|
77
81
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
78
82
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
@@ -112,6 +116,7 @@ describe 'DistributionsAnsibleApi' do
|
|
112
116
|
# List roles assigned to this object.
|
113
117
|
# @param ansible_ansible_distribution_href
|
114
118
|
# @param [Hash] opts the optional parameters
|
119
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
115
120
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
116
121
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
117
122
|
# @return [ObjectRolesResponse]
|
@@ -126,6 +131,7 @@ describe 'DistributionsAnsibleApi' do
|
|
126
131
|
# List permissions available to the current user on this object.
|
127
132
|
# @param ansible_ansible_distribution_href
|
128
133
|
# @param [Hash] opts the optional parameters
|
134
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
129
135
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
130
136
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
131
137
|
# @return [MyPermissionsResponse]
|
@@ -141,6 +147,7 @@ describe 'DistributionsAnsibleApi' do
|
|
141
147
|
# @param ansible_ansible_distribution_href
|
142
148
|
# @param patchedansible_ansible_distribution
|
143
149
|
# @param [Hash] opts the optional parameters
|
150
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
144
151
|
# @return [AsyncOperationResponse]
|
145
152
|
describe 'partial_update test' do
|
146
153
|
it 'should work' do
|
@@ -153,6 +160,7 @@ describe 'DistributionsAnsibleApi' do
|
|
153
160
|
# ViewSet for Ansible Distributions.
|
154
161
|
# @param ansible_ansible_distribution_href
|
155
162
|
# @param [Hash] opts the optional parameters
|
163
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
156
164
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
157
165
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
158
166
|
# @return [AnsibleAnsibleDistributionResponse]
|
@@ -168,6 +176,7 @@ describe 'DistributionsAnsibleApi' do
|
|
168
176
|
# @param ansible_ansible_distribution_href
|
169
177
|
# @param nested_role
|
170
178
|
# @param [Hash] opts the optional parameters
|
179
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
171
180
|
# @return [NestedRoleResponse]
|
172
181
|
describe 'remove_role test' do
|
173
182
|
it 'should work' do
|
@@ -181,6 +190,7 @@ describe 'DistributionsAnsibleApi' do
|
|
181
190
|
# @param ansible_ansible_distribution_href
|
182
191
|
# @param set_label
|
183
192
|
# @param [Hash] opts the optional parameters
|
193
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
184
194
|
# @return [SetLabelResponse]
|
185
195
|
describe 'set_label test' do
|
186
196
|
it 'should work' do
|
@@ -194,6 +204,7 @@ describe 'DistributionsAnsibleApi' do
|
|
194
204
|
# @param ansible_ansible_distribution_href
|
195
205
|
# @param unset_label
|
196
206
|
# @param [Hash] opts the optional parameters
|
207
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
197
208
|
# @return [UnsetLabelResponse]
|
198
209
|
describe 'unset_label test' do
|
199
210
|
it 'should work' do
|
@@ -207,6 +218,7 @@ describe 'DistributionsAnsibleApi' do
|
|
207
218
|
# @param ansible_ansible_distribution_href
|
208
219
|
# @param ansible_ansible_distribution
|
209
220
|
# @param [Hash] opts the optional parameters
|
221
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
210
222
|
# @return [AsyncOperationResponse]
|
211
223
|
describe 'update test' do
|
212
224
|
it 'should work' do
|
@@ -36,6 +36,7 @@ describe 'PulpAnsibleApiApi' do
|
|
36
36
|
# Return a response to the \"GET\" action.
|
37
37
|
# @param path
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
39
40
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
40
41
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
41
42
|
# @return [nil]
|
@@ -36,6 +36,7 @@ describe 'PulpAnsibleApiV3Api' do
|
|
36
36
|
# Legacy v3 endpoint.
|
37
37
|
# @param path
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
39
40
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
40
41
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
41
42
|
# @return [RepoMetadataResponse]
|
@@ -37,6 +37,7 @@ describe 'PulpAnsibleApiV3ArtifactsCollectionsApi' do
|
|
37
37
|
# @param filename
|
38
38
|
# @param path
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
40
41
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
41
42
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
42
43
|
# @return [nil]
|
@@ -36,6 +36,7 @@ describe 'PulpAnsibleApiV3CollectionVersionsAllApi' do
|
|
36
36
|
# Legacy v3 endpoint.
|
37
37
|
# @param path
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
39
40
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
40
41
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
41
42
|
# @return [Array<UnpaginatedCollectionVersionResponse>]
|
@@ -36,6 +36,7 @@ describe 'PulpAnsibleApiV3CollectionsAllApi' do
|
|
36
36
|
# Legacy v3 endpoint.
|
37
37
|
# @param path
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
39
40
|
# @option opts [Boolean] :deprecated
|
40
41
|
# @option opts [String] :name
|
41
42
|
# @option opts [String] :namespace
|
@@ -38,6 +38,7 @@ describe 'PulpAnsibleApiV3CollectionsApi' do
|
|
38
38
|
# @param namespace
|
39
39
|
# @param path
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
41
42
|
# @return [AsyncOperationResponse]
|
42
43
|
describe 'delete test' do
|
43
44
|
it 'should work' do
|
@@ -49,6 +50,7 @@ describe 'PulpAnsibleApiV3CollectionsApi' do
|
|
49
50
|
# Legacy v3 endpoint.
|
50
51
|
# @param path
|
51
52
|
# @param [Hash] opts the optional parameters
|
53
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
52
54
|
# @option opts [Boolean] :deprecated
|
53
55
|
# @option opts [Integer] :limit Number of results to return per page.
|
54
56
|
# @option opts [String] :name
|
@@ -74,6 +76,7 @@ describe 'PulpAnsibleApiV3CollectionsApi' do
|
|
74
76
|
# @param namespace
|
75
77
|
# @param path
|
76
78
|
# @param [Hash] opts the optional parameters
|
79
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
77
80
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
78
81
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
79
82
|
# @return [CollectionResponse]
|
@@ -90,6 +93,7 @@ describe 'PulpAnsibleApiV3CollectionsApi' do
|
|
90
93
|
# @param path
|
91
94
|
# @param patched_collection
|
92
95
|
# @param [Hash] opts the optional parameters
|
96
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
93
97
|
# @return [AsyncOperationResponse]
|
94
98
|
describe 'update test' do
|
95
99
|
it 'should work' do
|
@@ -39,6 +39,7 @@ describe 'PulpAnsibleApiV3CollectionsVersionsApi' do
|
|
39
39
|
# @param path
|
40
40
|
# @param version
|
41
41
|
# @param [Hash] opts the optional parameters
|
42
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
42
43
|
# @return [AsyncOperationResponse]
|
43
44
|
describe 'delete test' do
|
44
45
|
it 'should work' do
|
@@ -52,11 +53,12 @@ describe 'PulpAnsibleApiV3CollectionsVersionsApi' do
|
|
52
53
|
# @param namespace
|
53
54
|
# @param path
|
54
55
|
# @param [Hash] opts the optional parameters
|
56
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
55
57
|
# @option opts [Integer] :limit Number of results to return per page.
|
56
58
|
# @option opts [String] :name2
|
57
59
|
# @option opts [String] :namespace2
|
58
60
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
59
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
61
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `tags` - Tags * `-tags` - Tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
60
62
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
61
63
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
62
64
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
@@ -84,6 +86,7 @@ describe 'PulpAnsibleApiV3CollectionsVersionsApi' do
|
|
84
86
|
# @param path
|
85
87
|
# @param version
|
86
88
|
# @param [Hash] opts the optional parameters
|
89
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
87
90
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
88
91
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
89
92
|
# @return [CollectionVersionResponse]
|
@@ -39,6 +39,7 @@ describe 'PulpAnsibleApiV3CollectionsVersionsDocsBlobApi' do
|
|
39
39
|
# @param path
|
40
40
|
# @param version
|
41
41
|
# @param [Hash] opts the optional parameters
|
42
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
42
43
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
43
44
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
44
45
|
# @return [CollectionVersionDocsResponse]
|