pulp_certguard-client
Fetch, Upload, Organize, and Distribute Software Packages
This Python package is automatically generated by the OpenAPI Generator project:
- API version: v3
- Package version: 3.118.0
- Generator version: 7.19.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_certguard
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_certguard
Tests
Execute pytest to run the tests.
Getting Started
Please follow the installation procedure and then run the following:
import pulpcore.client.pulp_certguard
from pulpcore.client.pulp_certguard.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_certguard.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_certguard.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_certguard.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = pulpcore.client.pulp_certguard.ContentguardsRhsmApi(api_client)
certguard_rhsm_cert_guard = pulpcore.client.pulp_certguard.CertguardRHSMCertGuard() # CertguardRHSMCertGuard |
x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
try:
# Create a rhsm cert guard
api_response = api_instance.create(certguard_rhsm_cert_guard, x_task_diagnostics=x_task_diagnostics)
print("The response of ContentguardsRhsmApi->create:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling ContentguardsRhsmApi->create: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to http://localhost:24817
| Class | Method | HTTP request | Description |
|---|---|---|---|
| ContentguardsRhsmApi | create | POST /pulp/api/v3/contentguards/certguard/rhsm/ | Create a rhsm cert guard |
| ContentguardsRhsmApi | delete | DELETE {certguard_r_h_s_m_cert_guard_href} | Delete a rhsm cert guard |
| ContentguardsRhsmApi | list | GET /pulp/api/v3/contentguards/certguard/rhsm/ | List rhsm cert guards |
| ContentguardsRhsmApi | partial_update | PATCH {certguard_r_h_s_m_cert_guard_href} | Update a rhsm cert guard |
| ContentguardsRhsmApi | read | GET {certguard_r_h_s_m_cert_guard_href} | Inspect a rhsm cert guard |
| ContentguardsRhsmApi | update | PUT {certguard_r_h_s_m_cert_guard_href} | Update a rhsm cert guard |
| ContentguardsX509Api | create | POST /pulp/api/v3/contentguards/certguard/x509/ | Create a x509 cert guard |
| ContentguardsX509Api | delete | DELETE {certguard_x509_cert_guard_href} | Delete a x509 cert guard |
| ContentguardsX509Api | list | GET /pulp/api/v3/contentguards/certguard/x509/ | List x509 cert guards |
| ContentguardsX509Api | partial_update | PATCH {certguard_x509_cert_guard_href} | Update a x509 cert guard |
| ContentguardsX509Api | read | GET {certguard_x509_cert_guard_href} | Inspect a x509 cert guard |
| ContentguardsX509Api | update | PUT {certguard_x509_cert_guard_href} | Update a x509 cert guard |
Documentation For Models
- CertguardRHSMCertGuard
- CertguardRHSMCertGuardResponse
- CertguardX509CertGuard
- CertguardX509CertGuardResponse
- PaginatedcertguardRHSMCertGuardResponseList
- PaginatedcertguardX509CertGuardResponseList
- PatchedcertguardRHSMCertGuard
- PatchedcertguardX509CertGuard
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
Release files for pulp-certguard-client 3.118.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pulp_certguard_client-3.118.0.tar.gz | 31.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pulp_certguard_client-3.118.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 77.1 kB
Release files / pulp_certguard_client-3.118.0.tar.gz
| Download URL | pulp_certguard_client-3.118.0.tar.gz |
|---|---|
| Size | 31.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6b8db56a75538f5fca187fe95f02130bbc5eb1ffef48b9479b05eda374ad2b35
|
|
BLAKE2b-256 checksum How to use checksums |
2615ba42d9e1c015a2b5d9dd33820e445acf316cee9e87addd142157f7e0b53e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 15, 2026.
Transparency logRelease files / pulp_certguard_client-3.118.0-py3-none-any.whl
| Download URL | pulp_certguard_client-3.118.0-py3-none-any.whl |
|---|---|
| Size | 45.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8131983f62102d5b3388d88871fb26c99ea36a6b82f4ff25b11dc812895dcf15
|
|
BLAKE2b-256 checksum How to use checksums |
3f2eaca3d0ed58013a0effd07f0f6f685ec88cd6945f3037fe47846d6adb375d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 15, 2026.
Transparency log