-
Notifications
You must be signed in to change notification settings - Fork 103
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
Site api #135
Merged
Merged
Site api #135
Conversation
This file contains 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
Modifying the save method to submit requests to the 2.1 RESTful endpoints. Also renaming public member variables to better reflect the type of data that they will contain.
…methods. The scan target methods were simplified. Also, the methods were modified to support not only string parameters but also IPRange objects for IP addresses and HostName objects for hostnames. Implemented to_hash and from_hash methods to convert the scan targets between strings and their HostName/IPRange objects.
… for discovery connection
API updates for Bi-directional engine features
Remove '.success' from 2.1 API reponse
Return a boolean from the reverse_engine_connection method
Force parameter added to allow scheduling of adhoc scans in blackout periods. NEX-40391
Fix some issues with site loading NEX-40391
Fix param name for adhocschedule class NEX-40391
Fix scan_device(s)_with schedule to work properly as I'd moved a line of code I shouldn't have NEX-40391
Remove some unnecessary changes to site.rb NEX-40391
Force parameter added to allow scheduling of adhoc scans in blackout periods. NEX-40391
…te-api-adhoc-schedule
MOB-149: Add support for mobile powershell and office 365 connections c...
This commit resolves conflicts introduced by recent changes though e4e21b0 had already been merged to master.
…-site-api cherry-pick: Send the engine-id when calling DiscoveryConnection#save
Update gem to support XML API adding of schedules to adhoc scans
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.
This pull request contains the following changes:
TODO: