-
Notifications
You must be signed in to change notification settings - Fork 121
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
[ ENH ] Update all performXYZAction operations to allow for specifying the action parameter payload by name (as a keyword). #647
Labels
device control
Device Control Policies issues and questions
enhancement 🌟
New feature or request
firewall
Firewall Policies and Management issues and questions
hosts
Hosts or Host Groups issues and questions
incidents
Incidents issues and questions
prevention policies
Prevention Policies issues and questions
RTR
Real Time Response issues and questions
SDK usage
General SDK usage issues and questions
sensor update
Sensor Update Policy issues and questions
Comments
jshcodes
added
enhancement 🌟
New feature or request
SDK usage
General SDK usage issues and questions
labels
May 7, 2022
jshcodes
added a commit
that referenced
this issue
May 9, 2022
jshcodes
added a commit
that referenced
this issue
May 9, 2022
jshcodes
added a commit
that referenced
this issue
May 9, 2022
jshcodes
added
sensor update
Sensor Update Policy issues and questions
RTR
Real Time Response issues and questions
hosts
Hosts or Host Groups issues and questions
firewall
Firewall Policies and Management issues and questions
device control
Device Control Policies issues and questions
incidents
Incidents issues and questions
prevention policies
Prevention Policies issues and questions
labels
May 9, 2022
jshcodes
changed the title
[ ENH ] Update all performXYZAction operations to allow for specifying the action parameter payload by name.
[ ENH ] Update all performXYZAction operations to allow for specifying the action parameter payload by name (as a keyword).
May 9, 2022
4 tasks
jlangdev
pushed a commit
that referenced
this issue
May 9, 2022
jlangdev
pushed a commit
that referenced
this issue
May 9, 2022
jlangdev
pushed a commit
that referenced
this issue
May 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
device control
Device Control Policies issues and questions
enhancement 🌟
New feature or request
firewall
Firewall Policies and Management issues and questions
hosts
Hosts or Host Groups issues and questions
incidents
Incidents issues and questions
prevention policies
Prevention Policies issues and questions
RTR
Real Time Response issues and questions
SDK usage
General SDK usage issues and questions
sensor update
Sensor Update Policy issues and questions
Describe the bug
For all operations where the action_parameter branch of the body payload only allows for one value (example:
group_id
in performSensorUpdatePoliciesAction) so that developers do not have to specify a list of dictionaries for theaction_parameters
keyword.UPDATE
This change will speak to all Service Classes handling payloads with action_parameters, including ones that have multiple action_parameters available. (Example: Incidents Service Class)
To Reproduce
The current pattern is:
Expected behavior
Move the pattern to:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: