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
@@ -13,7 +13,7 @@
|
|
13
13
|
| **issues** | **String** | | [optional][readonly] |
|
14
14
|
| **license** | **Array<String>** | | [optional][readonly] |
|
15
15
|
| **repository** | **String** | | [optional][readonly] |
|
16
|
-
| **tags** | **Array<String>** | |
|
16
|
+
| **tags** | **Array<String>** | | [optional] |
|
17
17
|
|
18
18
|
## Example
|
19
19
|
|
@@ -13,7 +13,7 @@
|
|
13
13
|
| **contents** | **Array<Object>** | A JSON field with data about the contents. | [optional][readonly] |
|
14
14
|
| **dependencies** | **Object** | A dict declaring Collections that this collection requires to be installed for it to be usable. | [optional][readonly] |
|
15
15
|
| **description** | **String** | A short summary description of the collection. | [optional][readonly] |
|
16
|
-
| **tags** | [**Array<
|
16
|
+
| **tags** | [**Array<CollectionSummaryResponseTagsInner>**](CollectionSummaryResponseTagsInner.md) | | [optional][readonly] |
|
17
17
|
|
18
18
|
## Example
|
19
19
|
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# PulpAnsibleClient::CollectionSummaryResponseTagsInner
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | | [optional] |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'pulp_ansible_client'
|
13
|
+
|
14
|
+
instance = PulpAnsibleClient::CollectionSummaryResponseTagsInner.new(
|
15
|
+
name: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
@@ -13,7 +13,7 @@ All URIs are relative to *http://localhost:24817*
|
|
13
13
|
|
14
14
|
## create
|
15
15
|
|
16
|
-
> <AsyncOperationResponse> create(ansible_ansible_collection_deprecated)
|
16
|
+
> <AsyncOperationResponse> create(ansible_ansible_collection_deprecated, opts)
|
17
17
|
|
18
18
|
Create an ansible collection deprecated
|
19
19
|
|
@@ -33,10 +33,13 @@ end
|
|
33
33
|
|
34
34
|
api_instance = PulpAnsibleClient::ContentCollectionDeprecationsApi.new
|
35
35
|
ansible_ansible_collection_deprecated = PulpAnsibleClient::AnsibleAnsibleCollectionDeprecated.new({name: 'name_example', namespace: 'namespace_example'}) # AnsibleAnsibleCollectionDeprecated |
|
36
|
+
opts = {
|
37
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
38
|
+
}
|
36
39
|
|
37
40
|
begin
|
38
41
|
# Create an ansible collection deprecated
|
39
|
-
result = api_instance.create(ansible_ansible_collection_deprecated)
|
42
|
+
result = api_instance.create(ansible_ansible_collection_deprecated, opts)
|
40
43
|
p result
|
41
44
|
rescue PulpAnsibleClient::ApiError => e
|
42
45
|
puts "Error when calling ContentCollectionDeprecationsApi->create: #{e}"
|
@@ -47,12 +50,12 @@ end
|
|
47
50
|
|
48
51
|
This returns an Array which contains the response data, status code and headers.
|
49
52
|
|
50
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> create_with_http_info(ansible_ansible_collection_deprecated)
|
53
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> create_with_http_info(ansible_ansible_collection_deprecated, opts)
|
51
54
|
|
52
55
|
```ruby
|
53
56
|
begin
|
54
57
|
# Create an ansible collection deprecated
|
55
|
-
data, status_code, headers = api_instance.create_with_http_info(ansible_ansible_collection_deprecated)
|
58
|
+
data, status_code, headers = api_instance.create_with_http_info(ansible_ansible_collection_deprecated, opts)
|
56
59
|
p status_code # => 2xx
|
57
60
|
p headers # => { ... }
|
58
61
|
p data # => <AsyncOperationResponse>
|
@@ -66,6 +69,7 @@ end
|
|
66
69
|
| Name | Type | Description | Notes |
|
67
70
|
| ---- | ---- | ----------- | ----- |
|
68
71
|
| **ansible_ansible_collection_deprecated** | [**AnsibleAnsibleCollectionDeprecated**](AnsibleAnsibleCollectionDeprecated.md) | | |
|
72
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
69
73
|
|
70
74
|
### Return type
|
71
75
|
|
@@ -103,6 +107,7 @@ end
|
|
103
107
|
|
104
108
|
api_instance = PulpAnsibleClient::ContentCollectionDeprecationsApi.new
|
105
109
|
opts = {
|
110
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
106
111
|
limit: 56, # Integer | Number of results to return per page.
|
107
112
|
offset: 56, # Integer | The initial index from which to return the results.
|
108
113
|
ordering: ['-pk'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -150,6 +155,7 @@ end
|
|
150
155
|
|
151
156
|
| Name | Type | Description | Notes |
|
152
157
|
| ---- | ---- | ----------- | ----- |
|
158
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
153
159
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
154
160
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
155
161
|
| **ordering** | [**Array<String>**](String.md) | Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
@@ -202,6 +208,7 @@ end
|
|
202
208
|
api_instance = PulpAnsibleClient::ContentCollectionDeprecationsApi.new
|
203
209
|
ansible_ansible_collection_deprecated_href = 'ansible_ansible_collection_deprecated_href_example' # String |
|
204
210
|
opts = {
|
211
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
205
212
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
206
213
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
207
214
|
}
|
@@ -238,6 +245,7 @@ end
|
|
238
245
|
| Name | Type | Description | Notes |
|
239
246
|
| ---- | ---- | ----------- | ----- |
|
240
247
|
| **ansible_ansible_collection_deprecated_href** | **String** | | |
|
248
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
241
249
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
242
250
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
243
251
|
|
@@ -257,7 +265,7 @@ end
|
|
257
265
|
|
258
266
|
## set_label
|
259
267
|
|
260
|
-
> <SetLabelResponse> set_label(ansible_ansible_collection_deprecated_href, set_label)
|
268
|
+
> <SetLabelResponse> set_label(ansible_ansible_collection_deprecated_href, set_label, opts)
|
261
269
|
|
262
270
|
Set a label
|
263
271
|
|
@@ -278,10 +286,13 @@ end
|
|
278
286
|
api_instance = PulpAnsibleClient::ContentCollectionDeprecationsApi.new
|
279
287
|
ansible_ansible_collection_deprecated_href = 'ansible_ansible_collection_deprecated_href_example' # String |
|
280
288
|
set_label = PulpAnsibleClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
|
289
|
+
opts = {
|
290
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
291
|
+
}
|
281
292
|
|
282
293
|
begin
|
283
294
|
# Set a label
|
284
|
-
result = api_instance.set_label(ansible_ansible_collection_deprecated_href, set_label)
|
295
|
+
result = api_instance.set_label(ansible_ansible_collection_deprecated_href, set_label, opts)
|
285
296
|
p result
|
286
297
|
rescue PulpAnsibleClient::ApiError => e
|
287
298
|
puts "Error when calling ContentCollectionDeprecationsApi->set_label: #{e}"
|
@@ -292,12 +303,12 @@ end
|
|
292
303
|
|
293
304
|
This returns an Array which contains the response data, status code and headers.
|
294
305
|
|
295
|
-
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(ansible_ansible_collection_deprecated_href, set_label)
|
306
|
+
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(ansible_ansible_collection_deprecated_href, set_label, opts)
|
296
307
|
|
297
308
|
```ruby
|
298
309
|
begin
|
299
310
|
# Set a label
|
300
|
-
data, status_code, headers = api_instance.set_label_with_http_info(ansible_ansible_collection_deprecated_href, set_label)
|
311
|
+
data, status_code, headers = api_instance.set_label_with_http_info(ansible_ansible_collection_deprecated_href, set_label, opts)
|
301
312
|
p status_code # => 2xx
|
302
313
|
p headers # => { ... }
|
303
314
|
p data # => <SetLabelResponse>
|
@@ -312,6 +323,7 @@ end
|
|
312
323
|
| ---- | ---- | ----------- | ----- |
|
313
324
|
| **ansible_ansible_collection_deprecated_href** | **String** | | |
|
314
325
|
| **set_label** | [**SetLabel**](SetLabel.md) | | |
|
326
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
315
327
|
|
316
328
|
### Return type
|
317
329
|
|
@@ -329,7 +341,7 @@ end
|
|
329
341
|
|
330
342
|
## unset_label
|
331
343
|
|
332
|
-
> <UnsetLabelResponse> unset_label(ansible_ansible_collection_deprecated_href, unset_label)
|
344
|
+
> <UnsetLabelResponse> unset_label(ansible_ansible_collection_deprecated_href, unset_label, opts)
|
333
345
|
|
334
346
|
Unset a label
|
335
347
|
|
@@ -350,10 +362,13 @@ end
|
|
350
362
|
api_instance = PulpAnsibleClient::ContentCollectionDeprecationsApi.new
|
351
363
|
ansible_ansible_collection_deprecated_href = 'ansible_ansible_collection_deprecated_href_example' # String |
|
352
364
|
unset_label = PulpAnsibleClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
|
365
|
+
opts = {
|
366
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
367
|
+
}
|
353
368
|
|
354
369
|
begin
|
355
370
|
# Unset a label
|
356
|
-
result = api_instance.unset_label(ansible_ansible_collection_deprecated_href, unset_label)
|
371
|
+
result = api_instance.unset_label(ansible_ansible_collection_deprecated_href, unset_label, opts)
|
357
372
|
p result
|
358
373
|
rescue PulpAnsibleClient::ApiError => e
|
359
374
|
puts "Error when calling ContentCollectionDeprecationsApi->unset_label: #{e}"
|
@@ -364,12 +379,12 @@ end
|
|
364
379
|
|
365
380
|
This returns an Array which contains the response data, status code and headers.
|
366
381
|
|
367
|
-
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(ansible_ansible_collection_deprecated_href, unset_label)
|
382
|
+
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(ansible_ansible_collection_deprecated_href, unset_label, opts)
|
368
383
|
|
369
384
|
```ruby
|
370
385
|
begin
|
371
386
|
# Unset a label
|
372
|
-
data, status_code, headers = api_instance.unset_label_with_http_info(ansible_ansible_collection_deprecated_href, unset_label)
|
387
|
+
data, status_code, headers = api_instance.unset_label_with_http_info(ansible_ansible_collection_deprecated_href, unset_label, opts)
|
373
388
|
p status_code # => 2xx
|
374
389
|
p headers # => { ... }
|
375
390
|
p data # => <UnsetLabelResponse>
|
@@ -384,6 +399,7 @@ end
|
|
384
399
|
| ---- | ---- | ----------- | ----- |
|
385
400
|
| **ansible_ansible_collection_deprecated_href** | **String** | | |
|
386
401
|
| **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
|
402
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
387
403
|
|
388
404
|
### Return type
|
389
405
|
|
@@ -13,7 +13,7 @@ All URIs are relative to *http://localhost:24817*
|
|
13
13
|
|
14
14
|
## create
|
15
15
|
|
16
|
-
> <AnsibleCollectionVersionMarkResponse> create(ansible_collection_version_mark)
|
16
|
+
> <AnsibleCollectionVersionMarkResponse> create(ansible_collection_version_mark, opts)
|
17
17
|
|
18
18
|
Create a collection version mark
|
19
19
|
|
@@ -33,10 +33,13 @@ end
|
|
33
33
|
|
34
34
|
api_instance = PulpAnsibleClient::ContentCollectionMarksApi.new
|
35
35
|
ansible_collection_version_mark = PulpAnsibleClient::AnsibleCollectionVersionMark.new({marked_collection: 'marked_collection_example', value: 'value_example'}) # AnsibleCollectionVersionMark |
|
36
|
+
opts = {
|
37
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
38
|
+
}
|
36
39
|
|
37
40
|
begin
|
38
41
|
# Create a collection version mark
|
39
|
-
result = api_instance.create(ansible_collection_version_mark)
|
42
|
+
result = api_instance.create(ansible_collection_version_mark, opts)
|
40
43
|
p result
|
41
44
|
rescue PulpAnsibleClient::ApiError => e
|
42
45
|
puts "Error when calling ContentCollectionMarksApi->create: #{e}"
|
@@ -47,12 +50,12 @@ end
|
|
47
50
|
|
48
51
|
This returns an Array which contains the response data, status code and headers.
|
49
52
|
|
50
|
-
> <Array(<AnsibleCollectionVersionMarkResponse>, Integer, Hash)> create_with_http_info(ansible_collection_version_mark)
|
53
|
+
> <Array(<AnsibleCollectionVersionMarkResponse>, Integer, Hash)> create_with_http_info(ansible_collection_version_mark, opts)
|
51
54
|
|
52
55
|
```ruby
|
53
56
|
begin
|
54
57
|
# Create a collection version mark
|
55
|
-
data, status_code, headers = api_instance.create_with_http_info(ansible_collection_version_mark)
|
58
|
+
data, status_code, headers = api_instance.create_with_http_info(ansible_collection_version_mark, opts)
|
56
59
|
p status_code # => 2xx
|
57
60
|
p headers # => { ... }
|
58
61
|
p data # => <AnsibleCollectionVersionMarkResponse>
|
@@ -66,6 +69,7 @@ end
|
|
66
69
|
| Name | Type | Description | Notes |
|
67
70
|
| ---- | ---- | ----------- | ----- |
|
68
71
|
| **ansible_collection_version_mark** | [**AnsibleCollectionVersionMark**](AnsibleCollectionVersionMark.md) | | |
|
72
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
69
73
|
|
70
74
|
### Return type
|
71
75
|
|
@@ -103,6 +107,7 @@ end
|
|
103
107
|
|
104
108
|
api_instance = PulpAnsibleClient::ContentCollectionMarksApi.new
|
105
109
|
opts = {
|
110
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
106
111
|
limit: 56, # Integer | Number of results to return per page.
|
107
112
|
marked_collection: '38400000-8cf0-11bd-b23e-10b96e4ef00d', # String | Filter marks for collection version
|
108
113
|
offset: 56, # Integer | The initial index from which to return the results.
|
@@ -153,6 +158,7 @@ end
|
|
153
158
|
|
154
159
|
| Name | Type | Description | Notes |
|
155
160
|
| ---- | ---- | ----------- | ----- |
|
161
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
156
162
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
157
163
|
| **marked_collection** | **String** | Filter marks for collection version | [optional] |
|
158
164
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
@@ -208,6 +214,7 @@ end
|
|
208
214
|
api_instance = PulpAnsibleClient::ContentCollectionMarksApi.new
|
209
215
|
ansible_collection_version_mark_href = 'ansible_collection_version_mark_href_example' # String |
|
210
216
|
opts = {
|
217
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
211
218
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
212
219
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
213
220
|
}
|
@@ -244,6 +251,7 @@ end
|
|
244
251
|
| Name | Type | Description | Notes |
|
245
252
|
| ---- | ---- | ----------- | ----- |
|
246
253
|
| **ansible_collection_version_mark_href** | **String** | | |
|
254
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
247
255
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
248
256
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
249
257
|
|
@@ -263,7 +271,7 @@ end
|
|
263
271
|
|
264
272
|
## set_label
|
265
273
|
|
266
|
-
> <SetLabelResponse> set_label(ansible_collection_version_mark_href, set_label)
|
274
|
+
> <SetLabelResponse> set_label(ansible_collection_version_mark_href, set_label, opts)
|
267
275
|
|
268
276
|
Set a label
|
269
277
|
|
@@ -284,10 +292,13 @@ end
|
|
284
292
|
api_instance = PulpAnsibleClient::ContentCollectionMarksApi.new
|
285
293
|
ansible_collection_version_mark_href = 'ansible_collection_version_mark_href_example' # String |
|
286
294
|
set_label = PulpAnsibleClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
|
295
|
+
opts = {
|
296
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
297
|
+
}
|
287
298
|
|
288
299
|
begin
|
289
300
|
# Set a label
|
290
|
-
result = api_instance.set_label(ansible_collection_version_mark_href, set_label)
|
301
|
+
result = api_instance.set_label(ansible_collection_version_mark_href, set_label, opts)
|
291
302
|
p result
|
292
303
|
rescue PulpAnsibleClient::ApiError => e
|
293
304
|
puts "Error when calling ContentCollectionMarksApi->set_label: #{e}"
|
@@ -298,12 +309,12 @@ end
|
|
298
309
|
|
299
310
|
This returns an Array which contains the response data, status code and headers.
|
300
311
|
|
301
|
-
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(ansible_collection_version_mark_href, set_label)
|
312
|
+
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(ansible_collection_version_mark_href, set_label, opts)
|
302
313
|
|
303
314
|
```ruby
|
304
315
|
begin
|
305
316
|
# Set a label
|
306
|
-
data, status_code, headers = api_instance.set_label_with_http_info(ansible_collection_version_mark_href, set_label)
|
317
|
+
data, status_code, headers = api_instance.set_label_with_http_info(ansible_collection_version_mark_href, set_label, opts)
|
307
318
|
p status_code # => 2xx
|
308
319
|
p headers # => { ... }
|
309
320
|
p data # => <SetLabelResponse>
|
@@ -318,6 +329,7 @@ end
|
|
318
329
|
| ---- | ---- | ----------- | ----- |
|
319
330
|
| **ansible_collection_version_mark_href** | **String** | | |
|
320
331
|
| **set_label** | [**SetLabel**](SetLabel.md) | | |
|
332
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
321
333
|
|
322
334
|
### Return type
|
323
335
|
|
@@ -335,7 +347,7 @@ end
|
|
335
347
|
|
336
348
|
## unset_label
|
337
349
|
|
338
|
-
> <UnsetLabelResponse> unset_label(ansible_collection_version_mark_href, unset_label)
|
350
|
+
> <UnsetLabelResponse> unset_label(ansible_collection_version_mark_href, unset_label, opts)
|
339
351
|
|
340
352
|
Unset a label
|
341
353
|
|
@@ -356,10 +368,13 @@ end
|
|
356
368
|
api_instance = PulpAnsibleClient::ContentCollectionMarksApi.new
|
357
369
|
ansible_collection_version_mark_href = 'ansible_collection_version_mark_href_example' # String |
|
358
370
|
unset_label = PulpAnsibleClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
|
371
|
+
opts = {
|
372
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
373
|
+
}
|
359
374
|
|
360
375
|
begin
|
361
376
|
# Unset a label
|
362
|
-
result = api_instance.unset_label(ansible_collection_version_mark_href, unset_label)
|
377
|
+
result = api_instance.unset_label(ansible_collection_version_mark_href, unset_label, opts)
|
363
378
|
p result
|
364
379
|
rescue PulpAnsibleClient::ApiError => e
|
365
380
|
puts "Error when calling ContentCollectionMarksApi->unset_label: #{e}"
|
@@ -370,12 +385,12 @@ end
|
|
370
385
|
|
371
386
|
This returns an Array which contains the response data, status code and headers.
|
372
387
|
|
373
|
-
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(ansible_collection_version_mark_href, unset_label)
|
388
|
+
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(ansible_collection_version_mark_href, unset_label, opts)
|
374
389
|
|
375
390
|
```ruby
|
376
391
|
begin
|
377
392
|
# Unset a label
|
378
|
-
data, status_code, headers = api_instance.unset_label_with_http_info(ansible_collection_version_mark_href, unset_label)
|
393
|
+
data, status_code, headers = api_instance.unset_label_with_http_info(ansible_collection_version_mark_href, unset_label, opts)
|
379
394
|
p status_code # => 2xx
|
380
395
|
p headers # => { ... }
|
381
396
|
p data # => <UnsetLabelResponse>
|
@@ -390,6 +405,7 @@ end
|
|
390
405
|
| ---- | ---- | ----------- | ----- |
|
391
406
|
| **ansible_collection_version_mark_href** | **String** | | |
|
392
407
|
| **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
|
408
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
393
409
|
|
394
410
|
### Return type
|
395
411
|
|
@@ -34,6 +34,7 @@ end
|
|
34
34
|
api_instance = PulpAnsibleClient::ContentCollectionSignaturesApi.new
|
35
35
|
signed_collection = 'signed_collection_example' # String | The content this signature is pointing to.
|
36
36
|
opts = {
|
37
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
37
38
|
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
38
39
|
pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
39
40
|
file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
|
@@ -73,6 +74,7 @@ end
|
|
73
74
|
| Name | Type | Description | Notes |
|
74
75
|
| ---- | ---- | ----------- | ----- |
|
75
76
|
| **signed_collection** | **String** | The content this signature is pointing to. | |
|
77
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
76
78
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
77
79
|
| **pulp_labels** | [**Hash<String, String>**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
78
80
|
| **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
|
@@ -115,6 +117,7 @@ end
|
|
115
117
|
|
116
118
|
api_instance = PulpAnsibleClient::ContentCollectionSignaturesApi.new
|
117
119
|
opts = {
|
120
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
118
121
|
limit: 56, # Integer | Number of results to return per page.
|
119
122
|
offset: 56, # Integer | The initial index from which to return the results.
|
120
123
|
ordering: ['-data'], # 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) * `data` - Data * `-data` - Data (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pubkey_fingerprint` - Pubkey fingerprint * `-pubkey_fingerprint` - Pubkey fingerprint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -166,6 +169,7 @@ end
|
|
166
169
|
|
167
170
|
| Name | Type | Description | Notes |
|
168
171
|
| ---- | ---- | ----------- | ----- |
|
172
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
169
173
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
170
174
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
171
175
|
| **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) * `data` - Data * `-data` - Data (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pubkey_fingerprint` - Pubkey fingerprint * `-pubkey_fingerprint` - Pubkey fingerprint (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
@@ -222,6 +226,7 @@ end
|
|
222
226
|
api_instance = PulpAnsibleClient::ContentCollectionSignaturesApi.new
|
223
227
|
ansible_collection_version_signature_href = 'ansible_collection_version_signature_href_example' # String |
|
224
228
|
opts = {
|
229
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
225
230
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
226
231
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
227
232
|
}
|
@@ -258,6 +263,7 @@ end
|
|
258
263
|
| Name | Type | Description | Notes |
|
259
264
|
| ---- | ---- | ----------- | ----- |
|
260
265
|
| **ansible_collection_version_signature_href** | **String** | | |
|
266
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
261
267
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
262
268
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
263
269
|
|
@@ -277,7 +283,7 @@ end
|
|
277
283
|
|
278
284
|
## set_label
|
279
285
|
|
280
|
-
> <SetLabelResponse> set_label(ansible_collection_version_signature_href, set_label)
|
286
|
+
> <SetLabelResponse> set_label(ansible_collection_version_signature_href, set_label, opts)
|
281
287
|
|
282
288
|
Set a label
|
283
289
|
|
@@ -298,10 +304,13 @@ end
|
|
298
304
|
api_instance = PulpAnsibleClient::ContentCollectionSignaturesApi.new
|
299
305
|
ansible_collection_version_signature_href = 'ansible_collection_version_signature_href_example' # String |
|
300
306
|
set_label = PulpAnsibleClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
|
307
|
+
opts = {
|
308
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
309
|
+
}
|
301
310
|
|
302
311
|
begin
|
303
312
|
# Set a label
|
304
|
-
result = api_instance.set_label(ansible_collection_version_signature_href, set_label)
|
313
|
+
result = api_instance.set_label(ansible_collection_version_signature_href, set_label, opts)
|
305
314
|
p result
|
306
315
|
rescue PulpAnsibleClient::ApiError => e
|
307
316
|
puts "Error when calling ContentCollectionSignaturesApi->set_label: #{e}"
|
@@ -312,12 +321,12 @@ end
|
|
312
321
|
|
313
322
|
This returns an Array which contains the response data, status code and headers.
|
314
323
|
|
315
|
-
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(ansible_collection_version_signature_href, set_label)
|
324
|
+
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(ansible_collection_version_signature_href, set_label, opts)
|
316
325
|
|
317
326
|
```ruby
|
318
327
|
begin
|
319
328
|
# Set a label
|
320
|
-
data, status_code, headers = api_instance.set_label_with_http_info(ansible_collection_version_signature_href, set_label)
|
329
|
+
data, status_code, headers = api_instance.set_label_with_http_info(ansible_collection_version_signature_href, set_label, opts)
|
321
330
|
p status_code # => 2xx
|
322
331
|
p headers # => { ... }
|
323
332
|
p data # => <SetLabelResponse>
|
@@ -332,6 +341,7 @@ end
|
|
332
341
|
| ---- | ---- | ----------- | ----- |
|
333
342
|
| **ansible_collection_version_signature_href** | **String** | | |
|
334
343
|
| **set_label** | [**SetLabel**](SetLabel.md) | | |
|
344
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
335
345
|
|
336
346
|
### Return type
|
337
347
|
|
@@ -349,7 +359,7 @@ end
|
|
349
359
|
|
350
360
|
## unset_label
|
351
361
|
|
352
|
-
> <UnsetLabelResponse> unset_label(ansible_collection_version_signature_href, unset_label)
|
362
|
+
> <UnsetLabelResponse> unset_label(ansible_collection_version_signature_href, unset_label, opts)
|
353
363
|
|
354
364
|
Unset a label
|
355
365
|
|
@@ -370,10 +380,13 @@ end
|
|
370
380
|
api_instance = PulpAnsibleClient::ContentCollectionSignaturesApi.new
|
371
381
|
ansible_collection_version_signature_href = 'ansible_collection_version_signature_href_example' # String |
|
372
382
|
unset_label = PulpAnsibleClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
|
383
|
+
opts = {
|
384
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
385
|
+
}
|
373
386
|
|
374
387
|
begin
|
375
388
|
# Unset a label
|
376
|
-
result = api_instance.unset_label(ansible_collection_version_signature_href, unset_label)
|
389
|
+
result = api_instance.unset_label(ansible_collection_version_signature_href, unset_label, opts)
|
377
390
|
p result
|
378
391
|
rescue PulpAnsibleClient::ApiError => e
|
379
392
|
puts "Error when calling ContentCollectionSignaturesApi->unset_label: #{e}"
|
@@ -384,12 +397,12 @@ end
|
|
384
397
|
|
385
398
|
This returns an Array which contains the response data, status code and headers.
|
386
399
|
|
387
|
-
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(ansible_collection_version_signature_href, unset_label)
|
400
|
+
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(ansible_collection_version_signature_href, unset_label, opts)
|
388
401
|
|
389
402
|
```ruby
|
390
403
|
begin
|
391
404
|
# Unset a label
|
392
|
-
data, status_code, headers = api_instance.unset_label_with_http_info(ansible_collection_version_signature_href, unset_label)
|
405
|
+
data, status_code, headers = api_instance.unset_label_with_http_info(ansible_collection_version_signature_href, unset_label, opts)
|
393
406
|
p status_code # => 2xx
|
394
407
|
p headers # => { ... }
|
395
408
|
p data # => <UnsetLabelResponse>
|
@@ -404,6 +417,7 @@ end
|
|
404
417
|
| ---- | ---- | ----------- | ----- |
|
405
418
|
| **ansible_collection_version_signature_href** | **String** | | |
|
406
419
|
| **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
|
420
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
407
421
|
|
408
422
|
### Return type
|
409
423
|
|