-
Notifications
You must be signed in to change notification settings - Fork 194
Issues1100 - Event Log Improvements #1125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
563f5da
Added limit option to 'event-log get'.
9033912
Merge pull request #4 from erick-sapp/master
erick-sapp 73c5cd1
Merge pull request #5 from erick-sapp/finishfish
erick-sapp 44c9c9c
Merge branch 'dev' of https://github.com/erick-sapp/softlayer-python …
allmightyspiff b1752c1
#1099 updated event_log get to support pagination
allmightyspiff f7e8025
fixed a bunch of tox related errors
allmightyspiff 67ee362
added some more documentation around event-logs
allmightyspiff 018400e
fixed event-log get --limit -1 only reporting 1 event
allmightyspiff File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.. _event_log: | ||
|
||
.. automodule:: SoftLayer.managers.event_log | ||
:members: | ||
:inherited-members: |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _cli_call_api: | ||
|
||
Call API | ||
======== | ||
|
||
|
||
.. click:: SoftLayer.CLI.call_api:cli | ||
:prog: call-api | ||
:show-nested: |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
.. _cli_event_log: | ||
|
||
Event-Log Commands | ||
==================== | ||
|
||
|
||
.. click:: SoftLayer.CLI.event_log.get:cli | ||
:prog: event-log get | ||
:show-nested: | ||
|
||
There are usually quite a few events on an account, so be careful when using the `--limit -1` option. The command will automatically break requests out into smaller sub-requests, but this command may take a very long time to complete. It will however print out data as it comes in. | ||
|
||
.. click:: SoftLayer.CLI.event_log.types:cli | ||
:prog: event-log types | ||
:show-nested: | ||
|
||
|
||
Currently the types are as follows, more may be added in the future. | ||
:: | ||
|
||
:......................: | ||
: types : | ||
:......................: | ||
: Account : | ||
: CDN : | ||
: User : | ||
: Bare Metal Instance : | ||
: API Authentication : | ||
: Server : | ||
: CCI : | ||
: Image : | ||
: Bluemix LB : | ||
: Facility : | ||
: Cloud Object Storage : | ||
: Security Group : | ||
:......................: |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.