Skip to content

How to update the sensor version on an update policy #52

Answered by jshcodes
jeff-a-holland asked this question in Q&A
Discussion options

You must be logged in to vote

These two operations perform different but similar functions.

  1. performSensorUpdatePolicyAction is taking action on the policy, such as enabling, or disabling it. This operation can be executed against a list of IDs, with the body payload also supporting additional parameters that can be passed to the requested action. updateSensorUpdatePoliciesV2 updates sensor update policies by specifying the ID of the policy and what details to update. This operation also provides additional support for uninstall protection. Based upon this detail, I believe you will want to look at updateSensorUpdatePoliciesV2.

  2. Here are the generic body payload examples for these two operations:

    • updateSensorUpdate…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jeff-a-holland
Comment options

@jshcodes
Comment options

Answer selected by jshcodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
sensor update Sensor Update Policy issues and questions
2 participants