Get minimum sensor version supported for RFM hosts #1045
-
Hello community! Thank you all! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @brucelourenco is your intention to deliver a report showing which hosts need to be updated to a given sensor version to exit RFM? Have you tried using the Try out something like this: response = falcon.query_combined_kernels(filter="release:'5.4.228-131.415.amzn2.x86_64'") Here is the response body snippet |
Beta Was this translation helpful? Give feedback.
-
Hi @brucelourenco is your intention to deliver a report showing which hosts need to be updated to a given sensor version to exit RFM? |
Beta Was this translation helpful? Give feedback.
Hi @brucelourenco is your intention to deliver a report showing which hosts need to be updated to a given sensor version to exit RFM? Have you tried using the
query_combined_kernels
operation? Since you have the detail of those hosts that are in an RFM state, the next step would be to grab the kernel version for those hosts and filter the response fromquery_combined_kernels
to find the supported sensor version if available. This operation requires the read permission on the Sensor Update Polices scope.Try out something like this:
Here is the response body snippet