Aclp logs support#799
Open
pskupien-akamai wants to merge 31 commits into
Open
Conversation
…tion-api-signed' into DPS-42284-ACLP-Logs-Streams-API-internal-review
…gned' into DPS-42284-ACLP-Logs-Streams-API-internal-review
…pdatable fields fix, formatting
…I-internal-review ACLP Logs - Implement streams api + tests
…-aclp-logs-destination-api-revert-requirements revert requirements.txt
…-aclp-logs-destination-api-signed Dps 42283 aclp sdk ansible aclp logs destination api signed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Description
Adds support for monitor logs functionality
What does this PR do and why is this change necessary?
✔️ How to Test
This feature is based on ready-to-merge pull request in linode_api4-python. To test this feature before the merge it's required to install this package via running terminal command which enables LogsDestination components:
pip install --upgrade --force-reinstall "git+https://github.com/linode/linode_api4-python.git@refs/pull/686/head#egg=linode_api4"How do I run the relevant unit/integration tests?
make test-int TEST_SUITE="monitor_logs_destination"to test logs destinationsexport RUN_ACLP_LOGS_STREAM_TESTS=truemake test-int TEST_SUITE="monitor_logs_stream"to test streamsNotes:
export RUN_ACLP_LOGS_STREAM_TESTS=trueis provided