Skip to content

feat(cis): Add Logpush Jobs API V1 SDK with unit and integration tests#206

Open
anaghajoshiibm wants to merge 1 commit intomasterfrom
fix-logpush-issue
Open

feat(cis): Add Logpush Jobs API V1 SDK with unit and integration tests#206
anaghajoshiibm wants to merge 1 commit intomasterfrom
fix-logpush-issue

Conversation

@anaghajoshiibm
Copy link
Copy Markdown
Collaborator

@anaghajoshiibm anaghajoshiibm commented May 9, 2026

PR summary

This PR adds the Logpush Jobs API V1 SDK to the IBM Cloud Networking Python SDK, generated from the OpenAPI specification using openapi-sdkgen v3.114.0.

Fixes: https://github.ibm.com/NetworkTribe/CIS_Support/issues/5296

PR Checklist

Please make sure that your PR fulfills the following requirements:

  • The commit message follows the Angular Commit Message Guidelines.
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • New tests
  • Build/CI related changes
  • Documentation content changes
  • Other (please describe)

What is the current behavior?

The Python SDK does not include support for the Logpush Jobs API, which allows users to manage logpush jobs for pushing logs to various destinations (LogDNA, COS, IBM Cloud Logs, S3, HTTP endpoints).

What is the new behavior?

Adds LogpushJobsApiV1 service class with 11 methods to create, read, update, and delete logpush jobs across multiple destinations (LogDNA, IBM Cloud Logs, COS, S3, HTTP). Includes 78 unit tests and 7 integration tests aligned with Go SDK structure.

Does this PR introduce a breaking change?

  • Yes
  • No

This is a new feature addition with no changes to existing APIs.

Other information

Signed-off-by: Anagha Joshi <Anagha.Joshi3@ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant