Skip to main content

oggrestapi

A Python client for the Oracle GoldenGate REST API.

Install

pip install oggrestapi

Usage

from oggrestapi import OGGRestAPI

# Initialize the client when using a reverse proxy
ogg_client = OGGRestAPI(
    url="https://vmogg",
    username="ogg",
    deployment="ogg_test_01",
    reverse_proxy=True
)

# Initialize the client with auto-discovery, when using the same credentials for all services
ogg_client = OGGRestAPI(
    url="https://vmogg:7809",
    username="ogg",
    deployment="ogg_test_01",
    auto_discovery=True
)

# Initialize the client against a single service
ogg_client = OGGRestAPI(
    url="https://vmogg:7810",
    username="ogg"
)

# Example: Get a list of all extracts
extracts = ogg_client.list_extracts()

>>> print(extracts)
[{'name': 'EXT1', 'status': 'running'}, {'name': 'EXT2', 'status': 'running'}]

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oggrestapi-1.0.2.tar.gz (44.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

oggrestapi-1.0.2-py3-none-any.whl (46.4 kB view details)

Uploaded Python 3

File details

Details for the file oggrestapi-1.0.2.tar.gz.

File metadata

  • Download URL: oggrestapi-1.0.2.tar.gz
  • Upload date:
  • Size: 44.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for oggrestapi-1.0.2.tar.gz
Algorithm Hash digest
SHA256 aa2abad8198d3ca377777e69a94cf40d0c95cf71bdeb3234902188715c5a8cc4
MD5 951cab5dc74add7da819d86cf368a951
BLAKE2b-256 270e1d86200e7053e79618103b7b4f03ebbb624cc2506e13500e3686ba2923c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for oggrestapi-1.0.2.tar.gz:

Publisher: publish.yml on juliendlttr/ogg

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file oggrestapi-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: oggrestapi-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 46.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for oggrestapi-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a6d2ad57ba3aee77923bfab420f6505c1acf2a51b453dfd8dfd0801feeea0d35
MD5 2785fe0112dcd57b6dca466df3964d7c
BLAKE2b-256 ad22bd68419df507c199b5b018177fcb4a519f470610209865161965f2f891f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for oggrestapi-1.0.2-py3-none-any.whl:

Publisher: publish.yml on juliendlttr/ogg

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.0.2 This release

2 files

1.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page