Skip to main content

oggrestapi

A Python client for the Oracle GoldenGate REST API.

Install

pip install .

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.1.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.1-py3-none-any.whl (46.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: oggrestapi-1.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 9970e3a22affe926a775e40405c0d36f072880cda25cbe912be7f71a55c832bb
MD5 03bc53d65664c58dd6a5eb857e83809d
BLAKE2b-256 c86ac18e786ed9c1b554ad4543ce907ba58cc09ac57864f9cbff3e9a0b8fdbd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for oggrestapi-1.0.1.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.1-py3-none-any.whl.

File metadata

  • Download URL: oggrestapi-1.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 66616a258c441d56bd2c2dab9900c55fa2d6b53652c77cab23f428c957df240f
MD5 79a0762a6de8ef1ee6faddee2b38d67b
BLAKE2b-256 7f5a13611381089139f01c0fd75c438ec64b99167586899258bbfe17253ec7f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for oggrestapi-1.0.1-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

1.0.2

2 files

This release

1.0.1 This release

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