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
@@ -9,7 +9,7 @@ All URIs are relative to *http://localhost:24817*
|
|
9
9
|
|
10
10
|
## read
|
11
11
|
|
12
|
-
> <ClientConfigurationResponse> read
|
12
|
+
> <ClientConfigurationResponse> read(opts)
|
13
13
|
|
14
14
|
|
15
15
|
|
@@ -28,10 +28,15 @@ PulpAnsibleClient.configure do |config|
|
|
28
28
|
end
|
29
29
|
|
30
30
|
api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.new
|
31
|
+
opts = {
|
32
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
33
|
+
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
34
|
+
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
35
|
+
}
|
31
36
|
|
32
37
|
begin
|
33
38
|
|
34
|
-
result = api_instance.read
|
39
|
+
result = api_instance.read(opts)
|
35
40
|
p result
|
36
41
|
rescue PulpAnsibleClient::ApiError => e
|
37
42
|
puts "Error when calling PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi->read: #{e}"
|
@@ -42,12 +47,12 @@ end
|
|
42
47
|
|
43
48
|
This returns an Array which contains the response data, status code and headers.
|
44
49
|
|
45
|
-
> <Array(<ClientConfigurationResponse>, Integer, Hash)> read_with_http_info
|
50
|
+
> <Array(<ClientConfigurationResponse>, Integer, Hash)> read_with_http_info(opts)
|
46
51
|
|
47
52
|
```ruby
|
48
53
|
begin
|
49
54
|
|
50
|
-
data, status_code, headers = api_instance.read_with_http_info
|
55
|
+
data, status_code, headers = api_instance.read_with_http_info(opts)
|
51
56
|
p status_code # => 2xx
|
52
57
|
p headers # => { ... }
|
53
58
|
p data # => <ClientConfigurationResponse>
|
@@ -58,7 +63,11 @@ end
|
|
58
63
|
|
59
64
|
### Parameters
|
60
65
|
|
61
|
-
|
66
|
+
| Name | Type | Description | Notes |
|
67
|
+
| ---- | ---- | ----------- | ----- |
|
68
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
69
|
+
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
70
|
+
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
62
71
|
|
63
72
|
### Return type
|
64
73
|
|
@@ -30,6 +30,7 @@ end
|
|
30
30
|
api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.new
|
31
31
|
distro_base_path = 'distro_base_path_example' # String |
|
32
32
|
opts = {
|
33
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
33
34
|
deprecated: true, # Boolean |
|
34
35
|
name: 'name_example', # String |
|
35
36
|
namespace: 'namespace_example', # String |
|
@@ -74,6 +75,7 @@ end
|
|
74
75
|
| Name | Type | Description | Notes |
|
75
76
|
| ---- | ---- | ----------- | ----- |
|
76
77
|
| **distro_base_path** | **String** | | |
|
78
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
77
79
|
| **deprecated** | **Boolean** | | [optional] |
|
78
80
|
| **name** | **String** | | [optional] |
|
79
81
|
| **namespace** | **String** | | [optional] |
|
@@ -30,6 +30,7 @@ end
|
|
30
30
|
api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.new
|
31
31
|
distro_base_path = 'distro_base_path_example' # String |
|
32
32
|
opts = {
|
33
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
33
34
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
34
35
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
35
36
|
}
|
@@ -66,6 +67,7 @@ end
|
|
66
67
|
| Name | Type | Description | Notes |
|
67
68
|
| ---- | ---- | ----------- | ----- |
|
68
69
|
| **distro_base_path** | **String** | | |
|
70
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
69
71
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
70
72
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
71
73
|
|
@@ -30,6 +30,7 @@ end
|
|
30
30
|
api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.new
|
31
31
|
distro_base_path = 'distro_base_path_example' # String |
|
32
32
|
opts = {
|
33
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
33
34
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
34
35
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
35
36
|
}
|
@@ -66,6 +67,7 @@ end
|
|
66
67
|
| Name | Type | Description | Notes |
|
67
68
|
| ---- | ---- | ----------- | ----- |
|
68
69
|
| **distro_base_path** | **String** | | |
|
70
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
69
71
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
70
72
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
71
73
|
|
@@ -31,6 +31,7 @@ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCol
|
|
31
31
|
distro_base_path = 'distro_base_path_example' # String |
|
32
32
|
filename = 'filename_example' # String |
|
33
33
|
opts = {
|
34
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
34
35
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
35
36
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
36
37
|
}
|
@@ -67,6 +68,7 @@ end
|
|
67
68
|
| ---- | ---- | ----------- | ----- |
|
68
69
|
| **distro_base_path** | **String** | | |
|
69
70
|
| **filename** | **String** | | |
|
71
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
70
72
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
71
73
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
72
74
|
|
@@ -12,7 +12,7 @@ All URIs are relative to *http://localhost:24817*
|
|
12
12
|
|
13
13
|
## delete
|
14
14
|
|
15
|
-
> <AsyncOperationResponse> delete(distro_base_path, name, namespace)
|
15
|
+
> <AsyncOperationResponse> delete(distro_base_path, name, namespace, opts)
|
16
16
|
|
17
17
|
|
18
18
|
|
@@ -34,10 +34,13 @@ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCol
|
|
34
34
|
distro_base_path = 'distro_base_path_example' # String |
|
35
35
|
name = 'name_example' # String |
|
36
36
|
namespace = 'namespace_example' # String |
|
37
|
+
opts = {
|
38
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
39
|
+
}
|
37
40
|
|
38
41
|
begin
|
39
42
|
|
40
|
-
result = api_instance.delete(distro_base_path, name, namespace)
|
43
|
+
result = api_instance.delete(distro_base_path, name, namespace, opts)
|
41
44
|
p result
|
42
45
|
rescue PulpAnsibleClient::ApiError => e
|
43
46
|
puts "Error when calling PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi->delete: #{e}"
|
@@ -48,12 +51,12 @@ end
|
|
48
51
|
|
49
52
|
This returns an Array which contains the response data, status code and headers.
|
50
53
|
|
51
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(distro_base_path, name, namespace)
|
54
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(distro_base_path, name, namespace, opts)
|
52
55
|
|
53
56
|
```ruby
|
54
57
|
begin
|
55
58
|
|
56
|
-
data, status_code, headers = api_instance.delete_with_http_info(distro_base_path, name, namespace)
|
59
|
+
data, status_code, headers = api_instance.delete_with_http_info(distro_base_path, name, namespace, opts)
|
57
60
|
p status_code # => 2xx
|
58
61
|
p headers # => { ... }
|
59
62
|
p data # => <AsyncOperationResponse>
|
@@ -69,6 +72,7 @@ end
|
|
69
72
|
| **distro_base_path** | **String** | | |
|
70
73
|
| **name** | **String** | | |
|
71
74
|
| **namespace** | **String** | | |
|
75
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
72
76
|
|
73
77
|
### Return type
|
74
78
|
|
@@ -107,6 +111,7 @@ end
|
|
107
111
|
api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.new
|
108
112
|
distro_base_path = 'distro_base_path_example' # String |
|
109
113
|
opts = {
|
114
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
110
115
|
deprecated: true, # Boolean |
|
111
116
|
limit: 56, # Integer | Number of results to return per page.
|
112
117
|
name: 'name_example', # String |
|
@@ -153,6 +158,7 @@ end
|
|
153
158
|
| Name | Type | Description | Notes |
|
154
159
|
| ---- | ---- | ----------- | ----- |
|
155
160
|
| **distro_base_path** | **String** | | |
|
161
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
156
162
|
| **deprecated** | **Boolean** | | [optional] |
|
157
163
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
158
164
|
| **name** | **String** | | [optional] |
|
@@ -205,6 +211,7 @@ distro_base_path = 'distro_base_path_example' # String |
|
|
205
211
|
name = 'name_example' # String |
|
206
212
|
namespace = 'namespace_example' # String |
|
207
213
|
opts = {
|
214
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
208
215
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
209
216
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
210
217
|
}
|
@@ -243,6 +250,7 @@ end
|
|
243
250
|
| **distro_base_path** | **String** | | |
|
244
251
|
| **name** | **String** | | |
|
245
252
|
| **namespace** | **String** | | |
|
253
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
246
254
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
247
255
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
248
256
|
|
@@ -262,7 +270,7 @@ end
|
|
262
270
|
|
263
271
|
## update
|
264
272
|
|
265
|
-
> <AsyncOperationResponse> update(distro_base_path, name, namespace, patched_collection)
|
273
|
+
> <AsyncOperationResponse> update(distro_base_path, name, namespace, patched_collection, opts)
|
266
274
|
|
267
275
|
|
268
276
|
|
@@ -285,10 +293,13 @@ distro_base_path = 'distro_base_path_example' # String |
|
|
285
293
|
name = 'name_example' # String |
|
286
294
|
namespace = 'namespace_example' # String |
|
287
295
|
patched_collection = PulpAnsibleClient::PatchedCollection.new # PatchedCollection |
|
296
|
+
opts = {
|
297
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
298
|
+
}
|
288
299
|
|
289
300
|
begin
|
290
301
|
|
291
|
-
result = api_instance.update(distro_base_path, name, namespace, patched_collection)
|
302
|
+
result = api_instance.update(distro_base_path, name, namespace, patched_collection, opts)
|
292
303
|
p result
|
293
304
|
rescue PulpAnsibleClient::ApiError => e
|
294
305
|
puts "Error when calling PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi->update: #{e}"
|
@@ -299,12 +310,12 @@ end
|
|
299
310
|
|
300
311
|
This returns an Array which contains the response data, status code and headers.
|
301
312
|
|
302
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(distro_base_path, name, namespace, patched_collection)
|
313
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(distro_base_path, name, namespace, patched_collection, opts)
|
303
314
|
|
304
315
|
```ruby
|
305
316
|
begin
|
306
317
|
|
307
|
-
data, status_code, headers = api_instance.update_with_http_info(distro_base_path, name, namespace, patched_collection)
|
318
|
+
data, status_code, headers = api_instance.update_with_http_info(distro_base_path, name, namespace, patched_collection, opts)
|
308
319
|
p status_code # => 2xx
|
309
320
|
p headers # => { ... }
|
310
321
|
p data # => <AsyncOperationResponse>
|
@@ -321,6 +332,7 @@ end
|
|
321
332
|
| **name** | **String** | | |
|
322
333
|
| **namespace** | **String** | | |
|
323
334
|
| **patched_collection** | [**PatchedCollection**](PatchedCollection.md) | | |
|
335
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
324
336
|
|
325
337
|
### Return type
|
326
338
|
|
@@ -11,7 +11,7 @@ All URIs are relative to *http://localhost:24817*
|
|
11
11
|
|
12
12
|
## delete
|
13
13
|
|
14
|
-
> <AsyncOperationResponse> delete(distro_base_path, name, namespace, version)
|
14
|
+
> <AsyncOperationResponse> delete(distro_base_path, name, namespace, version, opts)
|
15
15
|
|
16
16
|
|
17
17
|
|
@@ -34,10 +34,13 @@ distro_base_path = 'distro_base_path_example' # String |
|
|
34
34
|
name = 'name_example' # String |
|
35
35
|
namespace = 'namespace_example' # String |
|
36
36
|
version = 'version_example' # String |
|
37
|
+
opts = {
|
38
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
39
|
+
}
|
37
40
|
|
38
41
|
begin
|
39
42
|
|
40
|
-
result = api_instance.delete(distro_base_path, name, namespace, version)
|
43
|
+
result = api_instance.delete(distro_base_path, name, namespace, version, opts)
|
41
44
|
p result
|
42
45
|
rescue PulpAnsibleClient::ApiError => e
|
43
46
|
puts "Error when calling PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi->delete: #{e}"
|
@@ -48,12 +51,12 @@ end
|
|
48
51
|
|
49
52
|
This returns an Array which contains the response data, status code and headers.
|
50
53
|
|
51
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(distro_base_path, name, namespace, version)
|
54
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(distro_base_path, name, namespace, version, opts)
|
52
55
|
|
53
56
|
```ruby
|
54
57
|
begin
|
55
58
|
|
56
|
-
data, status_code, headers = api_instance.delete_with_http_info(distro_base_path, name, namespace, version)
|
59
|
+
data, status_code, headers = api_instance.delete_with_http_info(distro_base_path, name, namespace, version, opts)
|
57
60
|
p status_code # => 2xx
|
58
61
|
p headers # => { ... }
|
59
62
|
p data # => <AsyncOperationResponse>
|
@@ -70,6 +73,7 @@ end
|
|
70
73
|
| **name** | **String** | | |
|
71
74
|
| **namespace** | **String** | | |
|
72
75
|
| **version** | **String** | | |
|
76
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
73
77
|
|
74
78
|
### Return type
|
75
79
|
|
@@ -110,11 +114,12 @@ distro_base_path = 'distro_base_path_example' # String |
|
|
110
114
|
name = 'name_example' # String |
|
111
115
|
namespace = 'namespace_example' # String |
|
112
116
|
opts = {
|
117
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
113
118
|
limit: 56, # Integer | Number of results to return per page.
|
114
119
|
name2: 'name_example', # String |
|
115
120
|
namespace2: 'namespace_example', # String |
|
116
121
|
offset: 56, # Integer | The initial index from which to return the results.
|
117
|
-
ordering: ['-authors'], # Array<String> | 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) * `
|
122
|
+
ordering: ['-authors'], # Array<String> | 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)
|
118
123
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
119
124
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
120
125
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
@@ -164,11 +169,12 @@ end
|
|
164
169
|
| **distro_base_path** | **String** | | |
|
165
170
|
| **name** | **String** | | |
|
166
171
|
| **namespace** | **String** | | |
|
172
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
167
173
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
168
174
|
| **name2** | **String** | | [optional] |
|
169
175
|
| **namespace2** | **String** | | [optional] |
|
170
176
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
171
|
-
| **ordering** | [**Array<String>**](String.md) | 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) * `
|
177
|
+
| **ordering** | [**Array<String>**](String.md) | 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) | [optional] |
|
172
178
|
| **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
|
173
179
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
174
180
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
@@ -223,6 +229,7 @@ name = 'name_example' # String |
|
|
223
229
|
namespace = 'namespace_example' # String |
|
224
230
|
version = 'version_example' # String |
|
225
231
|
opts = {
|
232
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
226
233
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
227
234
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
228
235
|
}
|
@@ -262,6 +269,7 @@ end
|
|
262
269
|
| **name** | **String** | | |
|
263
270
|
| **namespace** | **String** | | |
|
264
271
|
| **version** | **String** | | |
|
272
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
265
273
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
266
274
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
267
275
|
|
@@ -33,6 +33,7 @@ name = 'name_example' # String |
|
|
33
33
|
namespace = 'namespace_example' # String |
|
34
34
|
version = 'version_example' # String |
|
35
35
|
opts = {
|
36
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
36
37
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
37
38
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
38
39
|
}
|
@@ -72,6 +73,7 @@ end
|
|
72
73
|
| **name** | **String** | | |
|
73
74
|
| **namespace** | **String** | | |
|
74
75
|
| **version** | **String** | | |
|
76
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
75
77
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
76
78
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
77
79
|
|
@@ -35,6 +35,7 @@ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentNam
|
|
35
35
|
distro_base_path = 'distro_base_path_example' # String |
|
36
36
|
name = 'name_example' # String | Required named, only accepts lowercase, numbers and underscores.
|
37
37
|
opts = {
|
38
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
38
39
|
company: 'company_example', # String | Optional namespace company owner.
|
39
40
|
email: 'email_example', # String | Optional namespace contact email.
|
40
41
|
description: 'description_example', # String | Optional short description.
|
@@ -76,6 +77,7 @@ end
|
|
76
77
|
| ---- | ---- | ----------- | ----- |
|
77
78
|
| **distro_base_path** | **String** | | |
|
78
79
|
| **name** | **String** | Required named, only accepts lowercase, numbers and underscores. | |
|
80
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
79
81
|
| **company** | **String** | Optional namespace company owner. | [optional] |
|
80
82
|
| **email** | **String** | Optional namespace contact email. | [optional] |
|
81
83
|
| **description** | **String** | Optional short description. | [optional] |
|
@@ -99,7 +101,7 @@ end
|
|
99
101
|
|
100
102
|
## delete
|
101
103
|
|
102
|
-
> <AsyncOperationResponse> delete(distro_base_path, name)
|
104
|
+
> <AsyncOperationResponse> delete(distro_base_path, name, opts)
|
103
105
|
|
104
106
|
|
105
107
|
|
@@ -120,10 +122,13 @@ end
|
|
120
122
|
api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.new
|
121
123
|
distro_base_path = 'distro_base_path_example' # String |
|
122
124
|
name = 'name_example' # String |
|
125
|
+
opts = {
|
126
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
127
|
+
}
|
123
128
|
|
124
129
|
begin
|
125
130
|
|
126
|
-
result = api_instance.delete(distro_base_path, name)
|
131
|
+
result = api_instance.delete(distro_base_path, name, opts)
|
127
132
|
p result
|
128
133
|
rescue PulpAnsibleClient::ApiError => e
|
129
134
|
puts "Error when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi->delete: #{e}"
|
@@ -134,12 +139,12 @@ end
|
|
134
139
|
|
135
140
|
This returns an Array which contains the response data, status code and headers.
|
136
141
|
|
137
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(distro_base_path, name)
|
142
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(distro_base_path, name, opts)
|
138
143
|
|
139
144
|
```ruby
|
140
145
|
begin
|
141
146
|
|
142
|
-
data, status_code, headers = api_instance.delete_with_http_info(distro_base_path, name)
|
147
|
+
data, status_code, headers = api_instance.delete_with_http_info(distro_base_path, name, opts)
|
143
148
|
p status_code # => 2xx
|
144
149
|
p headers # => { ... }
|
145
150
|
p data # => <AsyncOperationResponse>
|
@@ -154,6 +159,7 @@ end
|
|
154
159
|
| ---- | ---- | ----------- | ----- |
|
155
160
|
| **distro_base_path** | **String** | | |
|
156
161
|
| **name** | **String** | | |
|
162
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
157
163
|
|
158
164
|
### Return type
|
159
165
|
|
@@ -192,6 +198,7 @@ end
|
|
192
198
|
api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.new
|
193
199
|
distro_base_path = 'distro_base_path_example' # String |
|
194
200
|
opts = {
|
201
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
195
202
|
company: 'company_example', # String | Filter results where company matches value
|
196
203
|
company__contains: 'company__contains_example', # String | Filter results where company contains value
|
197
204
|
company__icontains: 'company__icontains_example', # String | Filter results where company contains value
|
@@ -255,6 +262,7 @@ end
|
|
255
262
|
| Name | Type | Description | Notes |
|
256
263
|
| ---- | ---- | ----------- | ----- |
|
257
264
|
| **distro_base_path** | **String** | | |
|
265
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
258
266
|
| **company** | **String** | Filter results where company matches value | [optional] |
|
259
267
|
| **company__contains** | **String** | Filter results where company contains value | [optional] |
|
260
268
|
| **company__icontains** | **String** | Filter results where company contains value | [optional] |
|
@@ -323,6 +331,7 @@ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentNam
|
|
323
331
|
distro_base_path = 'distro_base_path_example' # String |
|
324
332
|
name = 'name_example' # String |
|
325
333
|
opts = {
|
334
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
326
335
|
name2: 'name_example', # String | Required named, only accepts lowercase, numbers and underscores.
|
327
336
|
company: 'company_example', # String | Optional namespace company owner.
|
328
337
|
email: 'email_example', # String | Optional namespace contact email.
|
@@ -365,6 +374,7 @@ end
|
|
365
374
|
| ---- | ---- | ----------- | ----- |
|
366
375
|
| **distro_base_path** | **String** | | |
|
367
376
|
| **name** | **String** | | |
|
377
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
368
378
|
| **name2** | **String** | Required named, only accepts lowercase, numbers and underscores. | [optional] |
|
369
379
|
| **company** | **String** | Optional namespace company owner. | [optional] |
|
370
380
|
| **email** | **String** | Optional namespace contact email. | [optional] |
|
@@ -411,6 +421,7 @@ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentNam
|
|
411
421
|
distro_base_path = 'distro_base_path_example' # String |
|
412
422
|
name = 'name_example' # String |
|
413
423
|
opts = {
|
424
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
414
425
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
415
426
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
416
427
|
}
|
@@ -448,6 +459,7 @@ end
|
|
448
459
|
| ---- | ---- | ----------- | ----- |
|
449
460
|
| **distro_base_path** | **String** | | |
|
450
461
|
| **name** | **String** | | |
|
462
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
451
463
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
452
464
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
453
465
|
|
@@ -30,6 +30,7 @@ end
|
|
30
30
|
|
31
31
|
api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.new
|
32
32
|
opts = {
|
33
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
33
34
|
dependency: 'dependency_example', # String |
|
34
35
|
deprecated: true, # Boolean |
|
35
36
|
distribution: ['inner_example'], # Array<String> | Filter collectionversions that are in these distrubtion ids.
|
@@ -88,6 +89,7 @@ end
|
|
88
89
|
|
89
90
|
| Name | Type | Description | Notes |
|
90
91
|
| ---- | ---- | ----------- | ----- |
|
92
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
91
93
|
| **dependency** | **String** | | [optional] |
|
92
94
|
| **deprecated** | **Boolean** | | [optional] |
|
93
95
|
| **distribution** | [**Array<String>**](String.md) | Filter collectionversions that are in these distrubtion ids. | [optional] |
|
@@ -130,7 +132,7 @@ end
|
|
130
132
|
|
131
133
|
## rebuild
|
132
134
|
|
133
|
-
> <CollectionVersionSearchListResponse> rebuild(collection_version_search_list)
|
135
|
+
> <CollectionVersionSearchListResponse> rebuild(collection_version_search_list, opts)
|
134
136
|
|
135
137
|
|
136
138
|
|
@@ -150,10 +152,13 @@ end
|
|
150
152
|
|
151
153
|
api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.new
|
152
154
|
collection_version_search_list = PulpAnsibleClient::CollectionVersionSearchList.new({repository: PulpAnsibleClient::Repository.new({name: 'name_example'}), namespace_metadata: PulpAnsibleClient::AnsibleAnsibleNamespaceMetadata.new({name: 'name_example'}), is_highest: false, is_deprecated: false, is_signed: false}) # CollectionVersionSearchList |
|
155
|
+
opts = {
|
156
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
157
|
+
}
|
153
158
|
|
154
159
|
begin
|
155
160
|
|
156
|
-
result = api_instance.rebuild(collection_version_search_list)
|
161
|
+
result = api_instance.rebuild(collection_version_search_list, opts)
|
157
162
|
p result
|
158
163
|
rescue PulpAnsibleClient::ApiError => e
|
159
164
|
puts "Error when calling PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi->rebuild: #{e}"
|
@@ -164,12 +169,12 @@ end
|
|
164
169
|
|
165
170
|
This returns an Array which contains the response data, status code and headers.
|
166
171
|
|
167
|
-
> <Array(<CollectionVersionSearchListResponse>, Integer, Hash)> rebuild_with_http_info(collection_version_search_list)
|
172
|
+
> <Array(<CollectionVersionSearchListResponse>, Integer, Hash)> rebuild_with_http_info(collection_version_search_list, opts)
|
168
173
|
|
169
174
|
```ruby
|
170
175
|
begin
|
171
176
|
|
172
|
-
data, status_code, headers = api_instance.rebuild_with_http_info(collection_version_search_list)
|
177
|
+
data, status_code, headers = api_instance.rebuild_with_http_info(collection_version_search_list, opts)
|
173
178
|
p status_code # => 2xx
|
174
179
|
p headers # => { ... }
|
175
180
|
p data # => <CollectionVersionSearchListResponse>
|
@@ -183,6 +188,7 @@ end
|
|
183
188
|
| Name | Type | Description | Notes |
|
184
189
|
| ---- | ---- | ----------- | ----- |
|
185
190
|
| **collection_version_search_list** | [**CollectionVersionSearchList**](CollectionVersionSearchList.md) | | |
|
191
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
186
192
|
|
187
193
|
### Return type
|
188
194
|
|
data/docs/PulpAnsibleTagsApi.md
CHANGED
@@ -4,14 +4,14 @@ All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
5
5
|
| Method | HTTP request | Description |
|
6
6
|
| ------ | ------------ | ----------- |
|
7
|
-
| [**list**](PulpAnsibleTagsApi.md#list) | **GET** /pulp/api/v3/pulp_ansible/tags/ | List
|
7
|
+
| [**list**](PulpAnsibleTagsApi.md#list) | **GET** /pulp/api/v3/pulp_ansible/tags/ | List collection versions |
|
8
8
|
|
9
9
|
|
10
10
|
## list
|
11
11
|
|
12
12
|
> <PaginatedTagResponseList> list(opts)
|
13
13
|
|
14
|
-
List
|
14
|
+
List collection versions
|
15
15
|
|
16
16
|
ViewSet for Tag models.
|
17
17
|
|
@@ -29,6 +29,7 @@ end
|
|
29
29
|
|
30
30
|
api_instance = PulpAnsibleClient::PulpAnsibleTagsApi.new
|
31
31
|
opts = {
|
32
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
32
33
|
limit: 56, # Integer | Number of results to return per page.
|
33
34
|
offset: 56, # Integer | The initial index from which to return the results.
|
34
35
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
@@ -36,7 +37,7 @@ opts = {
|
|
36
37
|
}
|
37
38
|
|
38
39
|
begin
|
39
|
-
# List
|
40
|
+
# List collection versions
|
40
41
|
result = api_instance.list(opts)
|
41
42
|
p result
|
42
43
|
rescue PulpAnsibleClient::ApiError => e
|
@@ -52,7 +53,7 @@ This returns an Array which contains the response data, status code and headers.
|
|
52
53
|
|
53
54
|
```ruby
|
54
55
|
begin
|
55
|
-
# List
|
56
|
+
# List collection versions
|
56
57
|
data, status_code, headers = api_instance.list_with_http_info(opts)
|
57
58
|
p status_code # => 2xx
|
58
59
|
p headers # => { ... }
|
@@ -66,6 +67,7 @@ end
|
|
66
67
|
|
67
68
|
| Name | Type | Description | Notes |
|
68
69
|
| ---- | ---- | ----------- | ----- |
|
70
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
69
71
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
70
72
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
71
73
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|