Pulp 3 API
Project description
pulp_ansible-client
Fetch, Upload, Organize, and Distribute Software Packages
This Python package is automatically generated by the OpenAPI Generator project:
- API version: v3
- Package version: 0.29.4
- Generator version: 7.14.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit https://pulpproject.org
Requirements.
Python 3.9+
Installation & Usage
pip install
If the python package is hosted on a repository, you can install directly using:
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)
Then import the package:
import pulpcore.client.pulp_ansible
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install to install the package for all users)
Then import the package:
import pulpcore.client.pulp_ansible
Tests
Execute pytest to run the tests.
Getting Started
Please follow the installation procedure and then run the following:
import pulpcore.client.pulp_ansible
from pulpcore.client.pulp_ansible.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to http://localhost:24817
# See configuration.py for a list of all supported configuration parameters.
configuration = pulpcore.client.pulp_ansible.Configuration(
host = "http://localhost:24817"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure HTTP basic authorization: basicAuth
configuration = pulpcore.client.pulp_ansible.Configuration(
username = os.environ["USERNAME"],
password = os.environ["PASSWORD"]
)
# Configure API key authorization: cookieAuth
configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['cookieAuth'] = 'Bearer'
# Enter a context with an instance of the API client
with pulpcore.client.pulp_ansible.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = pulpcore.client.pulp_ansible.AnsibleCollectionsApi(api_client)
ansible_collection_href = 'ansible_collection_href_example' # str |
nested_role = pulpcore.client.pulp_ansible.NestedRole() # NestedRole |
x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
try:
# Add a role
api_response = api_instance.add_role(ansible_collection_href, nested_role, x_task_diagnostics=x_task_diagnostics)
print("The response of AnsibleCollectionsApi->add_role:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling AnsibleCollectionsApi->add_role: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to http://localhost:24817
| Class | Method | HTTP request | Description |
|---|---|---|---|
| AnsibleCollectionsApi | add_role | POST {ansible_collection_href}add_role/ | Add a role |
| AnsibleCollectionsApi | list | GET /pulp/api/v3/ansible/collections/ | List collections |
| AnsibleCollectionsApi | list_roles | GET {ansible_collection_href}list_roles/ | List roles |
| AnsibleCollectionsApi | my_permissions | GET {ansible_collection_href}my_permissions/ | List user permissions |
| AnsibleCollectionsApi | read | GET {ansible_collection_href} | Inspect a collection |
| AnsibleCollectionsApi | remove_role | POST {ansible_collection_href}remove_role/ | Remove a role |
| AnsibleCollectionsApi | upload_collection | POST /ansible/collections/ | Upload a collection |
| AnsibleCopyApi | copy_content | POST /pulp/api/v3/ansible/copy/ | Copy content |
| ApiPluginAnsibleSearchCollectionVersionsApi | list | GET {ansible_cross_repository_collection_version_index_href}api/v3/plugin/ansible/search/collection-versions/ | List cross repository collection version indexs |
| ApiPluginAnsibleSearchCollectionVersionsApi | rebuild | POST {ansible_cross_repository_collection_version_index_href}api/v3/plugin/ansible/search/collection-versions/ | |
| ApiRolesApi | get | GET {ansible_role_href}api/v1/roles/ | |
| CollectionImportApi | read | GET {ansible_collection_import_href} | Inspect a collection import |
| ContentCollectionDeprecationsApi | create | POST /pulp/api/v3/content/ansible/collection_deprecations/ | Create an ansible collection deprecated |
| ContentCollectionDeprecationsApi | list | GET /pulp/api/v3/content/ansible/collection_deprecations/ | List ansible collection deprecateds |
| ContentCollectionDeprecationsApi | read | GET {ansible_ansible_collection_deprecated_href} | Inspect an ansible collection deprecated |
| ContentCollectionDeprecationsApi | set_label | POST {ansible_ansible_collection_deprecated_href}set_label/ | Set a label |
| ContentCollectionDeprecationsApi | unset_label | POST {ansible_ansible_collection_deprecated_href}unset_label/ | Unset a label |
| ContentCollectionMarksApi | create | POST /pulp/api/v3/content/ansible/collection_marks/ | Create a collection version mark |
| ContentCollectionMarksApi | list | GET /pulp/api/v3/content/ansible/collection_marks/ | List collection version marks |
| ContentCollectionMarksApi | read | GET {ansible_collection_version_mark_href} | Inspect a collection version mark |
| ContentCollectionMarksApi | set_label | POST {ansible_collection_version_mark_href}set_label/ | Set a label |
| ContentCollectionMarksApi | unset_label | POST {ansible_collection_version_mark_href}unset_label/ | Unset a label |
| ContentCollectionSignaturesApi | create | POST /pulp/api/v3/content/ansible/collection_signatures/ | Create a collection version signature |
| ContentCollectionSignaturesApi | list | GET /pulp/api/v3/content/ansible/collection_signatures/ | List collection version signatures |
| ContentCollectionSignaturesApi | read | GET {ansible_collection_version_signature_href} | Inspect a collection version signature |
| ContentCollectionSignaturesApi | set_label | POST {ansible_collection_version_signature_href}set_label/ | Set a label |
| ContentCollectionSignaturesApi | unset_label | POST {ansible_collection_version_signature_href}unset_label/ | Unset a label |
| ContentCollectionVersionsApi | create | POST /pulp/api/v3/content/ansible/collection_versions/ | Create a collection version |
| ContentCollectionVersionsApi | list | GET /pulp/api/v3/content/ansible/collection_versions/ | List collection versions |
| ContentCollectionVersionsApi | read | GET {ansible_collection_version_href} | Inspect a collection version |
| ContentCollectionVersionsApi | set_label | POST {ansible_collection_version_href}set_label/ | Set a label |
| ContentCollectionVersionsApi | unset_label | POST {ansible_collection_version_href}unset_label/ | Unset a label |
| ContentNamespacesApi | avatar | GET {ansible_ansible_namespace_metadata_href}avatar/ | |
| ContentNamespacesApi | list | GET /pulp/api/v3/content/ansible/namespaces/ | List ansible namespace metadatas |
| ContentNamespacesApi | read | GET {ansible_ansible_namespace_metadata_href} | Inspect an ansible namespace metadata |
| ContentNamespacesApi | set_label | POST {ansible_ansible_namespace_metadata_href}set_label/ | Set a label |
| ContentNamespacesApi | unset_label | POST {ansible_ansible_namespace_metadata_href}unset_label/ | Unset a label |
| ContentRolesApi | create | POST /pulp/api/v3/content/ansible/roles/ | Create a role |
| ContentRolesApi | list | GET /pulp/api/v3/content/ansible/roles/ | List roles |
| ContentRolesApi | read | GET {ansible_role_href} | Inspect a role |
| ContentRolesApi | set_label | POST {ansible_role_href}set_label/ | Set a label |
| ContentRolesApi | unset_label | POST {ansible_role_href}unset_label/ | Unset a label |
| DistributionsAnsibleApi | add_role | POST {ansible_ansible_distribution_href}add_role/ | Add a role |
| DistributionsAnsibleApi | create | POST /pulp/api/v3/distributions/ansible/ansible/ | Create an ansible distribution |
| DistributionsAnsibleApi | delete | DELETE {ansible_ansible_distribution_href} | Delete an ansible distribution |
| DistributionsAnsibleApi | list | GET /pulp/api/v3/distributions/ansible/ansible/ | List ansible distributions |
| DistributionsAnsibleApi | list_roles | GET {ansible_ansible_distribution_href}list_roles/ | List roles |
| DistributionsAnsibleApi | my_permissions | GET {ansible_ansible_distribution_href}my_permissions/ | List user permissions |
| DistributionsAnsibleApi | partial_update | PATCH {ansible_ansible_distribution_href} | Update an ansible distribution |
| DistributionsAnsibleApi | read | GET {ansible_ansible_distribution_href} | Inspect an ansible distribution |
| DistributionsAnsibleApi | remove_role | POST {ansible_ansible_distribution_href}remove_role/ | Remove a role |
| DistributionsAnsibleApi | set_label | POST {ansible_ansible_distribution_href}set_label/ | Set a label |
| DistributionsAnsibleApi | unset_label | POST {ansible_ansible_distribution_href}unset_label/ | Unset a label |
| DistributionsAnsibleApi | update | PUT {ansible_ansible_distribution_href} | Update an ansible distribution |
| PulpAnsibleApiApi | get | GET /pulp_ansible/galaxy/{path}/api/ | |
| PulpAnsibleApiV3Api | read | GET /pulp_ansible/galaxy/{path}/api/v3/ | |
| PulpAnsibleApiV3ArtifactsCollectionsApi | get | GET /pulp_ansible/galaxy/{path}/api/v3/artifacts/collections/{path}/{filename} | |
| PulpAnsibleApiV3CollectionVersionsAllApi | list | GET /pulp_ansible/galaxy/{path}/api/v3/collection_versions/all/ | |
| PulpAnsibleApiV3CollectionsApi | delete | DELETE /pulp_ansible/galaxy/{path}/api/v3/collections/{namespace}/{name}/ | |
| PulpAnsibleApiV3CollectionsApi | list | GET /pulp_ansible/galaxy/{path}/api/v3/collections/ | |
| PulpAnsibleApiV3CollectionsApi | read | GET /pulp_ansible/galaxy/{path}/api/v3/collections/{namespace}/{name}/ | |
| PulpAnsibleApiV3CollectionsApi | update | PATCH /pulp_ansible/galaxy/{path}/api/v3/collections/{namespace}/{name}/ | |
| PulpAnsibleApiV3CollectionsAllApi | list | GET /pulp_ansible/galaxy/{path}/api/v3/collections/all/ | |
| PulpAnsibleApiV3CollectionsVersionsApi | delete | DELETE /pulp_ansible/galaxy/{path}/api/v3/collections/{namespace}/{name}/versions/{version}/ | |
| PulpAnsibleApiV3CollectionsVersionsApi | list | GET /pulp_ansible/galaxy/{path}/api/v3/collections/{namespace}/{name}/versions/ | |
| PulpAnsibleApiV3CollectionsVersionsApi | read | GET /pulp_ansible/galaxy/{path}/api/v3/collections/{namespace}/{name}/versions/{version}/ | |
| PulpAnsibleApiV3CollectionsVersionsDocsBlobApi | read | GET /pulp_ansible/galaxy/{path}/api/v3/collections/{namespace}/{name}/versions/{version}/docs-blob/ | |
| PulpAnsibleApiV3NamespacesApi | list | GET /pulp_ansible/galaxy/{path}/api/v3/namespaces/ | |
| PulpAnsibleApiV3NamespacesApi | read | GET /pulp_ansible/galaxy/{path}/api/v3/namespaces/{name}/ | |
| PulpAnsibleApiV3PluginAnsibleClientConfigurationApi | read | GET /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/client-configuration/ | |
| PulpAnsibleApiV3PluginAnsibleContentCollectionsApi | read | GET /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/ | |
| PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi | list | GET /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/all-collections/ | |
| PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi | list | GET /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/all-versions/ | |
| PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi | download | GET /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/artifacts/{filename} | |
| PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi | delete | DELETE /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/ | |
| PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi | list | GET /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/ | |
| PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi | read | GET /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/ | |
| PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi | update | PATCH /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/ | |
| PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi | delete | DELETE /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/versions/{version}/ | |
| PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi | list | GET /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/versions/ | |
| PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi | read | GET /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/versions/{version}/ | |
| PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi | read | GET /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/versions/{version}/docs-blob/ | |
| PulpAnsibleApiV3PluginAnsibleContentNamespacesApi | create | POST /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/ | |
| PulpAnsibleApiV3PluginAnsibleContentNamespacesApi | delete | DELETE /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/{name}/ | |
| PulpAnsibleApiV3PluginAnsibleContentNamespacesApi | list | GET /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/ | |
| PulpAnsibleApiV3PluginAnsibleContentNamespacesApi | partial_update | PATCH /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/{name}/ | |
| PulpAnsibleApiV3PluginAnsibleContentNamespacesApi | read | GET /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/{name}/ | |
| PulpAnsibleArtifactsCollectionsV3Api | create | POST /pulp_ansible/galaxy/{path}/api/v3/artifacts/collections/ | Upload a collection |
| PulpAnsibleArtifactsCollectionsV3Api | create_0 | POST /pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/content/{distro_base_path}/collections/artifacts/ | Upload a collection |
| PulpAnsibleArtifactsCollectionsV3Api | create_1 | POST /pulp_ansible/galaxy/default/api/v3/artifacts/collections/ | Upload a collection |
| PulpAnsibleArtifactsCollectionsV3Api | create_2 | POST /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/artifacts/ | Upload a collection |
| PulpAnsibleDefaultApiApi | get | GET /pulp_ansible/galaxy/default/api/ | |
| PulpAnsibleDefaultApiV3Api | read | GET /pulp_ansible/galaxy/default/api/v3/ | |
| PulpAnsibleDefaultApiV3ArtifactsCollectionsApi | get | GET /pulp_ansible/galaxy/default/api/v3/artifacts/collections/{path}/{filename} | |
| PulpAnsibleDefaultApiV3CollectionVersionsAllApi | list | GET /pulp_ansible/galaxy/default/api/v3/collection_versions/all/ | |
| PulpAnsibleDefaultApiV3CollectionsApi | delete | DELETE /pulp_ansible/galaxy/default/api/v3/collections/{namespace}/{name}/ | |
| PulpAnsibleDefaultApiV3CollectionsApi | list | GET /pulp_ansible/galaxy/default/api/v3/collections/ | |
| PulpAnsibleDefaultApiV3CollectionsApi | read | GET /pulp_ansible/galaxy/default/api/v3/collections/{namespace}/{name}/ | |
| PulpAnsibleDefaultApiV3CollectionsApi | update | PATCH /pulp_ansible/galaxy/default/api/v3/collections/{namespace}/{name}/ | |
| PulpAnsibleDefaultApiV3CollectionsAllApi | list | GET /pulp_ansible/galaxy/default/api/v3/collections/all/ | |
| PulpAnsibleDefaultApiV3CollectionsVersionsApi | delete | DELETE /pulp_ansible/galaxy/default/api/v3/collections/{namespace}/{name}/versions/{version}/ | |
| PulpAnsibleDefaultApiV3CollectionsVersionsApi | list | GET /pulp_ansible/galaxy/default/api/v3/collections/{namespace}/{name}/versions/ | |
| PulpAnsibleDefaultApiV3CollectionsVersionsApi | read | GET /pulp_ansible/galaxy/default/api/v3/collections/{namespace}/{name}/versions/{version}/ | |
| PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi | read | GET /pulp_ansible/galaxy/default/api/v3/collections/{namespace}/{name}/versions/{version}/docs-blob/ | |
| PulpAnsibleDefaultApiV3NamespacesApi | list | GET /pulp_ansible/galaxy/default/api/v3/namespaces/ | |
| PulpAnsibleDefaultApiV3NamespacesApi | read | GET /pulp_ansible/galaxy/default/api/v3/namespaces/{name}/ | |
| PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi | read | GET /pulp_ansible/galaxy/default/api/v3/plugin/ansible/client-configuration/ | |
| PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi | read | GET /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/ | |
| PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi | list | GET /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/all-collections/ | |
| PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi | list | GET /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/all-versions/ | |
| PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi | download | GET /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/artifacts/{filename} | |
| PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi | delete | DELETE /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/ | |
| PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi | list | GET /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/ | |
| PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi | read | GET /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/ | |
| PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi | update | PATCH /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/ | |
| PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi | delete | DELETE /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/versions/{version}/ | |
| PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi | list | GET /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/versions/ | |
| PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi | read | GET /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/versions/{version}/ | |
| PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi | read | GET /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/collections/index/{namespace}/{name}/versions/{version}/docs-blob/ | |
| PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi | create | POST /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/ | |
| PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi | delete | DELETE /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/{name}/ | |
| PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi | list | GET /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/ | |
| PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi | partial_update | PATCH /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/{name}/ | |
| PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi | read | GET /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/{name}/ | |
| PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi | list | GET /pulp_ansible/galaxy/default/api/v3/plugin/ansible/search/collection-versions/ | List cross repository collection version indexs |
| PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi | rebuild | POST /pulp_ansible/galaxy/default/api/v3/plugin/ansible/search/collection-versions/ | |
| PulpAnsibleTagsApi | list | GET /pulp/api/v3/pulp_ansible/tags/ | List collection versions |
| RemotesCollectionApi | add_role | POST {ansible_collection_remote_href}add_role/ | Add a role |
| RemotesCollectionApi | create | POST /pulp/api/v3/remotes/ansible/collection/ | Create a collection remote |
| RemotesCollectionApi | delete | DELETE {ansible_collection_remote_href} | Delete a collection remote |
| RemotesCollectionApi | list | GET /pulp/api/v3/remotes/ansible/collection/ | List collection remotes |
| RemotesCollectionApi | list_roles | GET {ansible_collection_remote_href}list_roles/ | List roles |
| RemotesCollectionApi | my_permissions | GET {ansible_collection_remote_href}my_permissions/ | List user permissions |
| RemotesCollectionApi | partial_update | PATCH {ansible_collection_remote_href} | Update a collection remote |
| RemotesCollectionApi | read | GET {ansible_collection_remote_href} | Inspect a collection remote |
| RemotesCollectionApi | remove_role | POST {ansible_collection_remote_href}remove_role/ | Remove a role |
| RemotesCollectionApi | set_label | POST {ansible_collection_remote_href}set_label/ | Set a label |
| RemotesCollectionApi | unset_label | POST {ansible_collection_remote_href}unset_label/ | Unset a label |
| RemotesCollectionApi | update | PUT {ansible_collection_remote_href} | Update a collection remote |
| RemotesGitApi | add_role | POST {ansible_git_remote_href}add_role/ | Add a role |
| RemotesGitApi | create | POST /pulp/api/v3/remotes/ansible/git/ | Create a git remote |
| RemotesGitApi | delete | DELETE {ansible_git_remote_href} | Delete a git remote |
| RemotesGitApi | list | GET /pulp/api/v3/remotes/ansible/git/ | List git remotes |
| RemotesGitApi | list_roles | GET {ansible_git_remote_href}list_roles/ | List roles |
| RemotesGitApi | my_permissions | GET {ansible_git_remote_href}my_permissions/ | List user permissions |
| RemotesGitApi | partial_update | PATCH {ansible_git_remote_href} | Update a git remote |
| RemotesGitApi | read | GET {ansible_git_remote_href} | Inspect a git remote |
| RemotesGitApi | remove_role | POST {ansible_git_remote_href}remove_role/ | Remove a role |
| RemotesGitApi | set_label | POST {ansible_git_remote_href}set_label/ | Set a label |
| RemotesGitApi | unset_label | POST {ansible_git_remote_href}unset_label/ | Unset a label |
| RemotesGitApi | update | PUT {ansible_git_remote_href} | Update a git remote |
| RemotesRoleApi | add_role | POST {ansible_role_remote_href}add_role/ | Add a role |
| RemotesRoleApi | create | POST /pulp/api/v3/remotes/ansible/role/ | Create a role remote |
| RemotesRoleApi | delete | DELETE {ansible_role_remote_href} | Delete a role remote |
| RemotesRoleApi | list | GET /pulp/api/v3/remotes/ansible/role/ | List role remotes |
| RemotesRoleApi | list_roles | GET {ansible_role_remote_href}list_roles/ | List roles |
| RemotesRoleApi | my_permissions | GET {ansible_role_remote_href}my_permissions/ | List user permissions |
| RemotesRoleApi | partial_update | PATCH {ansible_role_remote_href} | Update a role remote |
| RemotesRoleApi | read | GET {ansible_role_remote_href} | Inspect a role remote |
| RemotesRoleApi | remove_role | POST {ansible_role_remote_href}remove_role/ | Remove a role |
| RemotesRoleApi | set_label | POST {ansible_role_remote_href}set_label/ | Set a label |
| RemotesRoleApi | unset_label | POST {ansible_role_remote_href}unset_label/ | Unset a label |
| RemotesRoleApi | update | PUT {ansible_role_remote_href} | Update a role remote |
| RepositoriesAnsibleApi | add_role | POST {ansible_ansible_repository_href}add_role/ | Add a role |
| RepositoriesAnsibleApi | copy_collection_version | POST {ansible_ansible_repository_href}copy_collection_version/ | |
| RepositoriesAnsibleApi | create | POST /pulp/api/v3/repositories/ansible/ansible/ | Create an ansible repository |
| RepositoriesAnsibleApi | delete | DELETE {ansible_ansible_repository_href} | Delete an ansible repository |
| RepositoriesAnsibleApi | list | GET /pulp/api/v3/repositories/ansible/ansible/ | List ansible repositorys |
| RepositoriesAnsibleApi | list_roles | GET {ansible_ansible_repository_href}list_roles/ | List roles |
| RepositoriesAnsibleApi | mark | POST {ansible_ansible_repository_href}mark/ | |
| RepositoriesAnsibleApi | modify | POST {ansible_ansible_repository_href}modify/ | Modify Repository Content |
| RepositoriesAnsibleApi | move_collection_version | POST {ansible_ansible_repository_href}move_collection_version/ | |
| RepositoriesAnsibleApi | my_permissions | GET {ansible_ansible_repository_href}my_permissions/ | List user permissions |
| RepositoriesAnsibleApi | partial_update | PATCH {ansible_ansible_repository_href} | Update an ansible repository |
| RepositoriesAnsibleApi | read | GET {ansible_ansible_repository_href} | Inspect an ansible repository |
| RepositoriesAnsibleApi | rebuild_metadata | POST {ansible_ansible_repository_href}rebuild_metadata/ | |
| RepositoriesAnsibleApi | remove_role | POST {ansible_ansible_repository_href}remove_role/ | Remove a role |
| RepositoriesAnsibleApi | set_label | POST {ansible_ansible_repository_href}set_label/ | Set a label |
| RepositoriesAnsibleApi | sign | POST {ansible_ansible_repository_href}sign/ | |
| RepositoriesAnsibleApi | sync | POST {ansible_ansible_repository_href}sync/ | |
| RepositoriesAnsibleApi | unmark | POST {ansible_ansible_repository_href}unmark/ | |
| RepositoriesAnsibleApi | unset_label | POST {ansible_ansible_repository_href}unset_label/ | Unset a label |
| RepositoriesAnsibleApi | update | PUT {ansible_ansible_repository_href} | Update an ansible repository |
| RepositoriesAnsibleVersionsApi | delete | DELETE {ansible_ansible_repository_version_href} | Delete a repository version |
| RepositoriesAnsibleVersionsApi | list | GET {ansible_ansible_repository_href}versions/ | List repository versions |
| RepositoriesAnsibleVersionsApi | read | GET {ansible_ansible_repository_version_href} | Inspect a repository version |
| RepositoriesAnsibleVersionsApi | rebuild_metadata | POST {ansible_ansible_repository_version_href}rebuild_metadata/ | |
| RepositoriesAnsibleVersionsApi | repair | POST {ansible_ansible_repository_version_href}repair/ | |
| VersionsApi | api_v1_roles_versions_list | GET {ansible_role_href}versions/ |
Documentation For Models
- AnsibleAnsibleCollectionDeprecated
- AnsibleAnsibleCollectionDeprecatedResponse
- AnsibleAnsibleDistribution
- AnsibleAnsibleDistributionResponse
- AnsibleAnsibleNamespaceMetadata
- AnsibleAnsibleNamespaceMetadataResponse
- AnsibleAnsibleRepository
- AnsibleAnsibleRepositoryResponse
- AnsibleCollectionRemote
- AnsibleCollectionRemoteResponse
- AnsibleCollectionRemoteResponseHiddenFieldsInner
- AnsibleCollectionResponse
- AnsibleCollectionVersionMark
- AnsibleCollectionVersionMarkResponse
- AnsibleCollectionVersionResponse
- AnsibleCollectionVersionSignatureResponse
- AnsibleGitRemote
- AnsibleGitRemoteResponse
- AnsibleRepositoryMark
- AnsibleRepositoryRebuild
- AnsibleRepositorySignature
- AnsibleRepositorySyncURL
- AnsibleRole
- AnsibleRoleRemote
- AnsibleRoleRemoteResponse
- AnsibleRoleResponse
- ArtifactRefResponse
- AsyncOperationResponse
- ClientConfigurationResponse
- CollectionImportDetailResponse
- CollectionMetadataResponse
- CollectionNamespaceResponse
- CollectionRefResponse
- CollectionResponse
- CollectionSummaryResponse
- CollectionSummaryResponseTagsInner
- CollectionVersionCopyMove
- CollectionVersionDocsResponse
- CollectionVersionListResponse
- CollectionVersionResponse
- CollectionVersionSearchList
- CollectionVersionSearchListResponse
- CollectionVersionSignatureResponse
- ContentSummaryResponse
- Copy
- GalaxyRoleResponse
- GalaxyRoleVersionResponse
- MyPermissionsResponse
- NamespaceLink
- NamespaceLinkResponse
- NestedRole
- NestedRoleResponse
- ObjectRolesResponse
- PaginatedCollectionResponseList
- PaginatedCollectionResponseListLinks
- PaginatedCollectionResponseListMeta
- PaginatedCollectionVersionListResponseList
- PaginatedCollectionVersionSearchListResponseList
- PaginatedGalaxyRoleResponseList
- PaginatedGalaxyRoleVersionResponseList
- PaginatedRepositoryVersionResponseList
- PaginatedTagResponseList
- PaginatedansibleAnsibleCollectionDeprecatedResponseList
- PaginatedansibleAnsibleDistributionResponseList
- PaginatedansibleAnsibleNamespaceMetadataResponseList
- PaginatedansibleAnsibleRepositoryResponseList
- PaginatedansibleCollectionRemoteResponseList
- PaginatedansibleCollectionResponseList
- PaginatedansibleCollectionVersionMarkResponseList
- PaginatedansibleCollectionVersionResponseList
- PaginatedansibleCollectionVersionSignatureResponseList
- PaginatedansibleGitRemoteResponseList
- PaginatedansibleRoleRemoteResponseList
- PaginatedansibleRoleResponseList
- PatchedCollection
- PatchedansibleAnsibleDistribution
- PatchedansibleAnsibleRepository
- PatchedansibleCollectionRemote
- PatchedansibleGitRemote
- PatchedansibleRoleRemote
- PolicyEnum
- RemoteNetworkConfig
- RemoteNetworkConfigResponse
- Repair
- RepoMetadataResponse
- Repository
- RepositoryAddRemoveContent
- RepositoryResponse
- RepositoryVersionResponse
- SetLabel
- SetLabelResponse
- TagResponse
- UnpaginatedCollectionVersionResponse
- UnsetLabel
- UnsetLabelResponse
Documentation For Authorization
Authentication schemes defined for the API:
basicAuth
- Type: HTTP basic authentication
cookieAuth
- Type: API key
- API key parameter name: sessionid
- Location:
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pulp_ansible_client-0.29.4.tar.gz.
File metadata
- Download URL: pulp_ansible_client-0.29.4.tar.gz
- Upload date:
- Size: 214.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
766da2d04eef1498d9e076588bdab6cdbfafc42b86695606890e3ed2c21ccc2b
|
|
| MD5 |
8f03a74a11c0dbbbe44debf2e79cfb65
|
|
| BLAKE2b-256 |
9f03fbb3c71b598276a742004773e2e2146376f2ada75122f3a9e6a0b651d2ce
|
Provenance
The following attestation bundles were made for pulp_ansible_client-0.29.4.tar.gz:
Publisher:
publish.yml on pulp/pulp_ansible
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pulp_ansible_client-0.29.4.tar.gz -
Subject digest:
766da2d04eef1498d9e076588bdab6cdbfafc42b86695606890e3ed2c21ccc2b - Sigstore transparency entry: 924357058
- Sigstore integration time:
-
Permalink:
pulp/pulp_ansible@d009d654d4ba17b23a0be9d92042b39caf5744ad -
Branch / Tag:
refs/tags/0.29.4 - Owner: https://github.com/pulp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d009d654d4ba17b23a0be9d92042b39caf5744ad -
Trigger Event:
push
-
Statement type:
File details
Details for the file pulp_ansible_client-0.29.4-py3-none-any.whl.
File metadata
- Download URL: pulp_ansible_client-0.29.4-py3-none-any.whl
- Upload date:
- Size: 416.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aebbd2297de8dec250b9fd6d4cc62ee473af729273b3bbf3526b9ad5e4662327
|
|
| MD5 |
9c504f694572e1c1d342ee4e599f708b
|
|
| BLAKE2b-256 |
1aff3856b92e94ed5baa89389fd22619b3ef282c9faa7563c9b77a958dd86579
|
Provenance
The following attestation bundles were made for pulp_ansible_client-0.29.4-py3-none-any.whl:
Publisher:
publish.yml on pulp/pulp_ansible
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pulp_ansible_client-0.29.4-py3-none-any.whl -
Subject digest:
aebbd2297de8dec250b9fd6d4cc62ee473af729273b3bbf3526b9ad5e4662327 - Sigstore transparency entry: 924357070
- Sigstore integration time:
-
Permalink:
pulp/pulp_ansible@d009d654d4ba17b23a0be9d92042b39caf5744ad -
Branch / Tag:
refs/tags/0.29.4 - Owner: https://github.com/pulp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d009d654d4ba17b23a0be9d92042b39caf5744ad -
Trigger Event:
push
-
Statement type: