pulp_ansible_client 0.12.1 → 0.13.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (136) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +52 -5
  3. data/docs/AnsibleAnsibleRepository.md +3 -1
  4. data/docs/AnsibleAnsibleRepositoryResponse.md +3 -1
  5. data/docs/AnsibleCollectionVersionResponse.md +4 -4
  6. data/docs/AnsibleCollectionVersionSignature.md +21 -0
  7. data/docs/AnsibleCollectionVersionSignatureResponse.md +2 -2
  8. data/docs/AnsibleGitRemote.md +27 -27
  9. data/docs/AnsibleGitRemoteResponse.md +23 -23
  10. data/docs/AnsibleRoleResponse.md +4 -4
  11. data/docs/CollectionVersionListResponse.md +25 -0
  12. data/docs/ContentCollectionSignaturesApi.md +64 -4
  13. data/docs/KeyringEnum.md +16 -0
  14. data/docs/{PaginatedCollectionVersionResponseList.md → PaginatedCollectionVersionListResponseList.md} +3 -3
  15. data/docs/PatchedansibleAnsibleRepository.md +3 -1
  16. data/docs/PatchedansibleGitRemote.md +27 -27
  17. data/docs/PulpAnsibleApiV3Api.md +8 -2
  18. data/docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md +68 -0
  19. data/docs/PulpAnsibleApiV3CollectionVersionsAllApi.md +8 -2
  20. data/docs/PulpAnsibleApiV3CollectionsAllApi.md +8 -2
  21. data/docs/PulpAnsibleApiV3CollectionsApi.md +81 -6
  22. data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +77 -6
  23. data/docs/PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md +8 -2
  24. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +75 -0
  25. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +69 -0
  26. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsApi.md +69 -0
  27. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md +70 -0
  28. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +264 -0
  29. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +223 -0
  30. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +75 -0
  31. data/docs/PulpAnsibleArtifactsCollectionsV3Api.md +205 -1
  32. data/docs/PulpAnsibleDefaultApiApi.md +50 -0
  33. data/docs/PulpAnsibleDefaultApiV3Api.md +57 -0
  34. data/docs/PulpAnsibleDefaultApiV3ArtifactsCollectionsApi.md +68 -0
  35. data/docs/PulpAnsibleDefaultApiV3CollectionVersionsAllApi.md +57 -0
  36. data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +71 -0
  37. data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +248 -0
  38. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +211 -0
  39. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi.md +71 -0
  40. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +73 -0
  41. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +67 -0
  42. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.md +67 -0
  43. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.md +68 -0
  44. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +256 -0
  45. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +217 -0
  46. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +73 -0
  47. data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +79 -4
  48. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_api.rb +3 -3
  49. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_artifacts_collections_api.rb +92 -0
  50. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collection_versions_all_api.rb +3 -3
  51. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +3 -3
  52. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +81 -9
  53. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +87 -9
  54. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.rb +3 -3
  55. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +103 -0
  56. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.rb +94 -0
  57. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.rb +94 -0
  58. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.rb +98 -0
  59. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +357 -0
  60. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +313 -0
  61. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +112 -0
  62. data/lib/pulp_ansible_client/api/pulp_ansible_artifacts_collections_v3_api.rb +298 -1
  63. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_api.rb +74 -0
  64. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_api.rb +76 -0
  65. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_artifacts_collections_api.rb +92 -0
  66. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collection_versions_all_api.rb +76 -0
  67. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +91 -0
  68. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +309 -0
  69. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +277 -0
  70. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.rb +100 -0
  71. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +97 -0
  72. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.rb +88 -0
  73. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.rb +88 -0
  74. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.rb +92 -0
  75. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +333 -0
  76. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +295 -0
  77. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +106 -0
  78. data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +15 -5
  79. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +15 -5
  80. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +14 -14
  81. data/lib/pulp_ansible_client/models/ansible_collection_version_signature.rb +238 -0
  82. data/lib/pulp_ansible_client/models/ansible_collection_version_signature_response.rb +0 -5
  83. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +225 -225
  84. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +130 -130
  85. data/lib/pulp_ansible_client/models/ansible_role_response.rb +14 -14
  86. data/lib/pulp_ansible_client/models/collection_version_list_response.rb +269 -0
  87. data/lib/pulp_ansible_client/models/keyring_enum.rb +40 -0
  88. data/lib/pulp_ansible_client/models/{paginated_collection_version_response_list.rb → paginated_collection_version_list_response_list.rb} +4 -4
  89. data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +15 -5
  90. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +220 -220
  91. data/lib/pulp_ansible_client/version.rb +1 -1
  92. data/lib/pulp_ansible_client.rb +27 -1
  93. data/spec/api/content_collection_signatures_api_spec.rb +16 -2
  94. data/spec/api/pulp_ansible_api_v3_api_spec.rb +1 -1
  95. data/spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb +49 -0
  96. data/spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb +1 -1
  97. data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +1 -1
  98. data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +16 -3
  99. data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +17 -3
  100. data/spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb +1 -1
  101. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +52 -0
  102. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +49 -0
  103. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb +49 -0
  104. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +50 -0
  105. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +99 -0
  106. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +94 -0
  107. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +52 -0
  108. data/spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb +51 -0
  109. data/spec/api/pulp_ansible_default_api_api_spec.rb +45 -0
  110. data/spec/api/pulp_ansible_default_api_v3_api_spec.rb +45 -0
  111. data/spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb +49 -0
  112. data/spec/api/pulp_ansible_default_api_v3_collection_versions_all_api_spec.rb +45 -0
  113. data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +50 -0
  114. data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +91 -0
  115. data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +88 -0
  116. data/spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb +50 -0
  117. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +51 -0
  118. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +48 -0
  119. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb +48 -0
  120. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +49 -0
  121. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +95 -0
  122. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +91 -0
  123. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +51 -0
  124. data/spec/models/ansible_ansible_repository_response_spec.rb +6 -0
  125. data/spec/models/ansible_ansible_repository_spec.rb +6 -0
  126. data/spec/models/ansible_collection_version_response_spec.rb +2 -2
  127. data/spec/models/ansible_collection_version_signature_spec.rb +53 -0
  128. data/spec/models/ansible_git_remote_response_spec.rb +18 -18
  129. data/spec/models/ansible_git_remote_spec.rb +19 -19
  130. data/spec/models/ansible_role_response_spec.rb +2 -2
  131. data/spec/models/collection_version_list_response_spec.rb +65 -0
  132. data/spec/models/keyring_enum_spec.rb +35 -0
  133. data/spec/models/{paginated_collection_version_response_list_spec.rb → paginated_collection_version_list_response_list_spec.rb} +6 -6
  134. data/spec/models/patchedansible_ansible_repository_spec.rb +6 -0
  135. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  136. metadata +109 -5
@@ -0,0 +1,67 @@
1
+ # PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi
2
+
3
+ All URIs are relative to *https://pulp*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**read**](PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.md#read) | **GET** /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/ |
8
+
9
+
10
+
11
+ ## read
12
+
13
+ > RepoMetadataResponse read(distro_base_path, opts)
14
+
15
+
16
+
17
+ ViewSet for Repository Metadata.
18
+
19
+ ### Example
20
+
21
+ ```ruby
22
+ # load the gem
23
+ require 'pulp_ansible_client'
24
+ # setup authorization
25
+ PulpAnsibleClient.configure do |config|
26
+ # Configure HTTP basic authorization: basicAuth
27
+ config.username = 'YOUR USERNAME'
28
+ config.password = 'YOUR PASSWORD'
29
+ end
30
+
31
+ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.new
32
+ distro_base_path = 'distro_base_path_example' # String |
33
+ opts = {
34
+ fields: 'fields_example', # String | A list of fields to include in the response.
35
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
36
+ }
37
+
38
+ begin
39
+ result = api_instance.read(distro_base_path, opts)
40
+ p result
41
+ rescue PulpAnsibleClient::ApiError => e
42
+ puts "Exception when calling PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi->read: #{e}"
43
+ end
44
+ ```
45
+
46
+ ### Parameters
47
+
48
+
49
+ Name | Type | Description | Notes
50
+ ------------- | ------------- | ------------- | -------------
51
+ **distro_base_path** | **String**| |
52
+ **fields** | **String**| A list of fields to include in the response. | [optional]
53
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
54
+
55
+ ### Return type
56
+
57
+ [**RepoMetadataResponse**](RepoMetadataResponse.md)
58
+
59
+ ### Authorization
60
+
61
+ [basicAuth](../README.md#basicAuth)
62
+
63
+ ### HTTP request headers
64
+
65
+ - **Content-Type**: Not defined
66
+ - **Accept**: application/json
67
+
@@ -0,0 +1,68 @@
1
+ # PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi
2
+
3
+ All URIs are relative to *https://pulp*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**download**](PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.md#download) | **GET** /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/artifacts/{filename} |
8
+
9
+
10
+
11
+ ## download
12
+
13
+ > download(distro_base_path, filename, opts)
14
+
15
+
16
+
17
+ Collection download endpoint.
18
+
19
+ ### Example
20
+
21
+ ```ruby
22
+ # load the gem
23
+ require 'pulp_ansible_client'
24
+ # setup authorization
25
+ PulpAnsibleClient.configure do |config|
26
+ # Configure HTTP basic authorization: basicAuth
27
+ config.username = 'YOUR USERNAME'
28
+ config.password = 'YOUR PASSWORD'
29
+ end
30
+
31
+ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.new
32
+ distro_base_path = 'distro_base_path_example' # String |
33
+ filename = 'filename_example' # String |
34
+ opts = {
35
+ fields: 'fields_example', # String | A list of fields to include in the response.
36
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
37
+ }
38
+
39
+ begin
40
+ api_instance.download(distro_base_path, filename, opts)
41
+ rescue PulpAnsibleClient::ApiError => e
42
+ puts "Exception when calling PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi->download: #{e}"
43
+ end
44
+ ```
45
+
46
+ ### Parameters
47
+
48
+
49
+ Name | Type | Description | Notes
50
+ ------------- | ------------- | ------------- | -------------
51
+ **distro_base_path** | **String**| |
52
+ **filename** | **String**| |
53
+ **fields** | **String**| A list of fields to include in the response. | [optional]
54
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
55
+
56
+ ### Return type
57
+
58
+ nil (empty response body)
59
+
60
+ ### Authorization
61
+
62
+ [basicAuth](../README.md#basicAuth)
63
+
64
+ ### HTTP request headers
65
+
66
+ - **Content-Type**: Not defined
67
+ - **Accept**: Not defined
68
+
@@ -0,0 +1,256 @@
1
+ # PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi
2
+
3
+ All URIs are relative to *https://pulp*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**delete**](PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md#delete) | **DELETE** /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/ |
8
+ [**list**](PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md#list) | **GET** /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/ |
9
+ [**read**](PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md#read) | **GET** /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/ |
10
+ [**update**](PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md#update) | **PATCH** /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/ |
11
+
12
+
13
+
14
+ ## delete
15
+
16
+ > AsyncOperationResponse delete(distro_base_path, name, namespace)
17
+
18
+
19
+
20
+ Trigger an asynchronous delete task
21
+
22
+ ### Example
23
+
24
+ ```ruby
25
+ # load the gem
26
+ require 'pulp_ansible_client'
27
+ # setup authorization
28
+ PulpAnsibleClient.configure do |config|
29
+ # Configure HTTP basic authorization: basicAuth
30
+ config.username = 'YOUR USERNAME'
31
+ config.password = 'YOUR PASSWORD'
32
+ end
33
+
34
+ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.new
35
+ distro_base_path = 'distro_base_path_example' # String |
36
+ name = 'name_example' # String |
37
+ namespace = 'namespace_example' # String |
38
+
39
+ begin
40
+ result = api_instance.delete(distro_base_path, name, namespace)
41
+ p result
42
+ rescue PulpAnsibleClient::ApiError => e
43
+ puts "Exception when calling PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi->delete: #{e}"
44
+ end
45
+ ```
46
+
47
+ ### Parameters
48
+
49
+
50
+ Name | Type | Description | Notes
51
+ ------------- | ------------- | ------------- | -------------
52
+ **distro_base_path** | **String**| |
53
+ **name** | **String**| |
54
+ **namespace** | **String**| |
55
+
56
+ ### Return type
57
+
58
+ [**AsyncOperationResponse**](AsyncOperationResponse.md)
59
+
60
+ ### Authorization
61
+
62
+ [basicAuth](../README.md#basicAuth)
63
+
64
+ ### HTTP request headers
65
+
66
+ - **Content-Type**: Not defined
67
+ - **Accept**: application/json
68
+
69
+
70
+ ## list
71
+
72
+ > PaginatedCollectionResponseList list(distro_base_path, opts)
73
+
74
+
75
+
76
+ ViewSet for Collections.
77
+
78
+ ### Example
79
+
80
+ ```ruby
81
+ # load the gem
82
+ require 'pulp_ansible_client'
83
+ # setup authorization
84
+ PulpAnsibleClient.configure do |config|
85
+ # Configure HTTP basic authorization: basicAuth
86
+ config.username = 'YOUR USERNAME'
87
+ config.password = 'YOUR PASSWORD'
88
+ end
89
+
90
+ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.new
91
+ distro_base_path = 'distro_base_path_example' # String |
92
+ opts = {
93
+ deprecated: true, # Boolean |
94
+ limit: 56, # Integer | Number of results to return per page.
95
+ name: 'name_example', # String |
96
+ namespace: 'namespace_example', # String |
97
+ offset: 56, # Integer | The initial index from which to return the results.
98
+ fields: 'fields_example', # String | A list of fields to include in the response.
99
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
100
+ }
101
+
102
+ begin
103
+ result = api_instance.list(distro_base_path, opts)
104
+ p result
105
+ rescue PulpAnsibleClient::ApiError => e
106
+ puts "Exception when calling PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi->list: #{e}"
107
+ end
108
+ ```
109
+
110
+ ### Parameters
111
+
112
+
113
+ Name | Type | Description | Notes
114
+ ------------- | ------------- | ------------- | -------------
115
+ **distro_base_path** | **String**| |
116
+ **deprecated** | **Boolean**| | [optional]
117
+ **limit** | **Integer**| Number of results to return per page. | [optional]
118
+ **name** | **String**| | [optional]
119
+ **namespace** | **String**| | [optional]
120
+ **offset** | **Integer**| The initial index from which to return the results. | [optional]
121
+ **fields** | **String**| A list of fields to include in the response. | [optional]
122
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
123
+
124
+ ### Return type
125
+
126
+ [**PaginatedCollectionResponseList**](PaginatedCollectionResponseList.md)
127
+
128
+ ### Authorization
129
+
130
+ [basicAuth](../README.md#basicAuth)
131
+
132
+ ### HTTP request headers
133
+
134
+ - **Content-Type**: Not defined
135
+ - **Accept**: application/json
136
+
137
+
138
+ ## read
139
+
140
+ > CollectionResponse read(distro_base_path, name, namespace, opts)
141
+
142
+
143
+
144
+ ViewSet for Collections.
145
+
146
+ ### Example
147
+
148
+ ```ruby
149
+ # load the gem
150
+ require 'pulp_ansible_client'
151
+ # setup authorization
152
+ PulpAnsibleClient.configure do |config|
153
+ # Configure HTTP basic authorization: basicAuth
154
+ config.username = 'YOUR USERNAME'
155
+ config.password = 'YOUR PASSWORD'
156
+ end
157
+
158
+ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.new
159
+ distro_base_path = 'distro_base_path_example' # String |
160
+ name = 'name_example' # String |
161
+ namespace = 'namespace_example' # String |
162
+ opts = {
163
+ fields: 'fields_example', # String | A list of fields to include in the response.
164
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
165
+ }
166
+
167
+ begin
168
+ result = api_instance.read(distro_base_path, name, namespace, opts)
169
+ p result
170
+ rescue PulpAnsibleClient::ApiError => e
171
+ puts "Exception when calling PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi->read: #{e}"
172
+ end
173
+ ```
174
+
175
+ ### Parameters
176
+
177
+
178
+ Name | Type | Description | Notes
179
+ ------------- | ------------- | ------------- | -------------
180
+ **distro_base_path** | **String**| |
181
+ **name** | **String**| |
182
+ **namespace** | **String**| |
183
+ **fields** | **String**| A list of fields to include in the response. | [optional]
184
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
185
+
186
+ ### Return type
187
+
188
+ [**CollectionResponse**](CollectionResponse.md)
189
+
190
+ ### Authorization
191
+
192
+ [basicAuth](../README.md#basicAuth)
193
+
194
+ ### HTTP request headers
195
+
196
+ - **Content-Type**: Not defined
197
+ - **Accept**: application/json
198
+
199
+
200
+ ## update
201
+
202
+ > AsyncOperationResponse update(distro_base_path, name, namespace, body)
203
+
204
+
205
+
206
+ Trigger an asynchronous update task
207
+
208
+ ### Example
209
+
210
+ ```ruby
211
+ # load the gem
212
+ require 'pulp_ansible_client'
213
+ # setup authorization
214
+ PulpAnsibleClient.configure do |config|
215
+ # Configure HTTP basic authorization: basicAuth
216
+ config.username = 'YOUR USERNAME'
217
+ config.password = 'YOUR PASSWORD'
218
+ end
219
+
220
+ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.new
221
+ distro_base_path = 'distro_base_path_example' # String |
222
+ name = 'name_example' # String |
223
+ namespace = 'namespace_example' # String |
224
+ body = nil # Object |
225
+
226
+ begin
227
+ result = api_instance.update(distro_base_path, name, namespace, body)
228
+ p result
229
+ rescue PulpAnsibleClient::ApiError => e
230
+ puts "Exception when calling PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi->update: #{e}"
231
+ end
232
+ ```
233
+
234
+ ### Parameters
235
+
236
+
237
+ Name | Type | Description | Notes
238
+ ------------- | ------------- | ------------- | -------------
239
+ **distro_base_path** | **String**| |
240
+ **name** | **String**| |
241
+ **namespace** | **String**| |
242
+ **body** | **Object**| |
243
+
244
+ ### Return type
245
+
246
+ [**AsyncOperationResponse**](AsyncOperationResponse.md)
247
+
248
+ ### Authorization
249
+
250
+ [basicAuth](../README.md#basicAuth)
251
+
252
+ ### HTTP request headers
253
+
254
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
255
+ - **Accept**: application/json
256
+
@@ -0,0 +1,217 @@
1
+ # PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi
2
+
3
+ All URIs are relative to *https://pulp*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**delete**](PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md#delete) | **DELETE** /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/versions/{version}/ |
8
+ [**list**](PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md#list) | **GET** /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/versions/ |
9
+ [**read**](PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md#read) | **GET** /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/versions/{version}/ |
10
+
11
+
12
+
13
+ ## delete
14
+
15
+ > AsyncOperationResponse delete(distro_base_path, name, namespace, version)
16
+
17
+
18
+
19
+ Trigger an asynchronous delete task
20
+
21
+ ### Example
22
+
23
+ ```ruby
24
+ # load the gem
25
+ require 'pulp_ansible_client'
26
+ # setup authorization
27
+ PulpAnsibleClient.configure do |config|
28
+ # Configure HTTP basic authorization: basicAuth
29
+ config.username = 'YOUR USERNAME'
30
+ config.password = 'YOUR PASSWORD'
31
+ end
32
+
33
+ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.new
34
+ distro_base_path = 'distro_base_path_example' # String |
35
+ name = 'name_example' # String |
36
+ namespace = 'namespace_example' # String |
37
+ version = 'version_example' # String |
38
+
39
+ begin
40
+ result = api_instance.delete(distro_base_path, name, namespace, version)
41
+ p result
42
+ rescue PulpAnsibleClient::ApiError => e
43
+ puts "Exception when calling PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi->delete: #{e}"
44
+ end
45
+ ```
46
+
47
+ ### Parameters
48
+
49
+
50
+ Name | Type | Description | Notes
51
+ ------------- | ------------- | ------------- | -------------
52
+ **distro_base_path** | **String**| |
53
+ **name** | **String**| |
54
+ **namespace** | **String**| |
55
+ **version** | **String**| |
56
+
57
+ ### Return type
58
+
59
+ [**AsyncOperationResponse**](AsyncOperationResponse.md)
60
+
61
+ ### Authorization
62
+
63
+ [basicAuth](../README.md#basicAuth)
64
+
65
+ ### HTTP request headers
66
+
67
+ - **Content-Type**: Not defined
68
+ - **Accept**: application/json
69
+
70
+
71
+ ## list
72
+
73
+ > PaginatedCollectionVersionListResponseList list(distro_base_path, name, namespace, opts)
74
+
75
+
76
+
77
+ Returns paginated CollectionVersions list.
78
+
79
+ ### Example
80
+
81
+ ```ruby
82
+ # load the gem
83
+ require 'pulp_ansible_client'
84
+ # setup authorization
85
+ PulpAnsibleClient.configure do |config|
86
+ # Configure HTTP basic authorization: basicAuth
87
+ config.username = 'YOUR USERNAME'
88
+ config.password = 'YOUR PASSWORD'
89
+ end
90
+
91
+ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.new
92
+ distro_base_path = 'distro_base_path_example' # String |
93
+ name = 'name_example' # String |
94
+ namespace = 'namespace_example' # String |
95
+ opts = {
96
+ is_highest: true, # Boolean |
97
+ limit: 56, # Integer | Number of results to return per page.
98
+ name2: 'name_example', # String |
99
+ namespace2: 'namespace_example', # String |
100
+ offset: 56, # Integer | The initial index from which to return the results.
101
+ q: 'q_example', # String |
102
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
103
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
104
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
105
+ tags: 'tags_example', # String | Filter by comma separate list of tags that must all be matched
106
+ version: 'version_example', # String | Filter results where version matches value
107
+ fields: 'fields_example', # String | A list of fields to include in the response.
108
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
109
+ }
110
+
111
+ begin
112
+ result = api_instance.list(distro_base_path, name, namespace, opts)
113
+ p result
114
+ rescue PulpAnsibleClient::ApiError => e
115
+ puts "Exception when calling PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi->list: #{e}"
116
+ end
117
+ ```
118
+
119
+ ### Parameters
120
+
121
+
122
+ Name | Type | Description | Notes
123
+ ------------- | ------------- | ------------- | -------------
124
+ **distro_base_path** | **String**| |
125
+ **name** | **String**| |
126
+ **namespace** | **String**| |
127
+ **is_highest** | **Boolean**| | [optional]
128
+ **limit** | **Integer**| Number of results to return per page. | [optional]
129
+ **name2** | **String**| | [optional]
130
+ **namespace2** | **String**| | [optional]
131
+ **offset** | **Integer**| The initial index from which to return the results. | [optional]
132
+ **q** | **String**| | [optional]
133
+ **repository_version** | **String**| Repository Version referenced by HREF | [optional]
134
+ **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
135
+ **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
136
+ **tags** | **String**| Filter by comma separate list of tags that must all be matched | [optional]
137
+ **version** | **String**| Filter results where version matches value | [optional]
138
+ **fields** | **String**| A list of fields to include in the response. | [optional]
139
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
140
+
141
+ ### Return type
142
+
143
+ [**PaginatedCollectionVersionListResponseList**](PaginatedCollectionVersionListResponseList.md)
144
+
145
+ ### Authorization
146
+
147
+ [basicAuth](../README.md#basicAuth)
148
+
149
+ ### HTTP request headers
150
+
151
+ - **Content-Type**: Not defined
152
+ - **Accept**: application/json
153
+
154
+
155
+ ## read
156
+
157
+ > CollectionVersionResponse read(distro_base_path, name, namespace, version, opts)
158
+
159
+
160
+
161
+ Returns a CollectionVersion object.
162
+
163
+ ### Example
164
+
165
+ ```ruby
166
+ # load the gem
167
+ require 'pulp_ansible_client'
168
+ # setup authorization
169
+ PulpAnsibleClient.configure do |config|
170
+ # Configure HTTP basic authorization: basicAuth
171
+ config.username = 'YOUR USERNAME'
172
+ config.password = 'YOUR PASSWORD'
173
+ end
174
+
175
+ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.new
176
+ distro_base_path = 'distro_base_path_example' # String |
177
+ name = 'name_example' # String |
178
+ namespace = 'namespace_example' # String |
179
+ version = 'version_example' # String |
180
+ opts = {
181
+ fields: 'fields_example', # String | A list of fields to include in the response.
182
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
183
+ }
184
+
185
+ begin
186
+ result = api_instance.read(distro_base_path, name, namespace, version, opts)
187
+ p result
188
+ rescue PulpAnsibleClient::ApiError => e
189
+ puts "Exception when calling PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi->read: #{e}"
190
+ end
191
+ ```
192
+
193
+ ### Parameters
194
+
195
+
196
+ Name | Type | Description | Notes
197
+ ------------- | ------------- | ------------- | -------------
198
+ **distro_base_path** | **String**| |
199
+ **name** | **String**| |
200
+ **namespace** | **String**| |
201
+ **version** | **String**| |
202
+ **fields** | **String**| A list of fields to include in the response. | [optional]
203
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
204
+
205
+ ### Return type
206
+
207
+ [**CollectionVersionResponse**](CollectionVersionResponse.md)
208
+
209
+ ### Authorization
210
+
211
+ [basicAuth](../README.md#basicAuth)
212
+
213
+ ### HTTP request headers
214
+
215
+ - **Content-Type**: Not defined
216
+ - **Accept**: application/json
217
+
@@ -0,0 +1,73 @@
1
+ # PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi
2
+
3
+ All URIs are relative to *https://pulp*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**read**](PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md#read) | **GET** /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/versions/{version}/docs-blob/ |
8
+
9
+
10
+
11
+ ## read
12
+
13
+ > CollectionVersionDocsResponse read(distro_base_path, name, namespace, version, opts)
14
+
15
+
16
+
17
+ Returns a CollectionVersion object.
18
+
19
+ ### Example
20
+
21
+ ```ruby
22
+ # load the gem
23
+ require 'pulp_ansible_client'
24
+ # setup authorization
25
+ PulpAnsibleClient.configure do |config|
26
+ # Configure HTTP basic authorization: basicAuth
27
+ config.username = 'YOUR USERNAME'
28
+ config.password = 'YOUR PASSWORD'
29
+ end
30
+
31
+ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.new
32
+ distro_base_path = 'distro_base_path_example' # String |
33
+ name = 'name_example' # String |
34
+ namespace = 'namespace_example' # String |
35
+ version = 'version_example' # String |
36
+ opts = {
37
+ fields: 'fields_example', # String | A list of fields to include in the response.
38
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
39
+ }
40
+
41
+ begin
42
+ result = api_instance.read(distro_base_path, name, namespace, version, opts)
43
+ p result
44
+ rescue PulpAnsibleClient::ApiError => e
45
+ puts "Exception when calling PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi->read: #{e}"
46
+ end
47
+ ```
48
+
49
+ ### Parameters
50
+
51
+
52
+ Name | Type | Description | Notes
53
+ ------------- | ------------- | ------------- | -------------
54
+ **distro_base_path** | **String**| |
55
+ **name** | **String**| |
56
+ **namespace** | **String**| |
57
+ **version** | **String**| |
58
+ **fields** | **String**| A list of fields to include in the response. | [optional]
59
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
60
+
61
+ ### Return type
62
+
63
+ [**CollectionVersionDocsResponse**](CollectionVersionDocsResponse.md)
64
+
65
+ ### Authorization
66
+
67
+ [basicAuth](../README.md#basicAuth)
68
+
69
+ ### HTTP request headers
70
+
71
+ - **Content-Type**: Not defined
72
+ - **Accept**: application/json
73
+