- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
06-21-2019 12:06 AM - last edited on 09-02-2020 10:16 AM by kwadsack
I have configured Redlock to send alert to SQS queue. I am getting the below fields in JSON body when I fetch it from SQS:
However, When I try to fetch the alert details using Alert API I get the complete different schema.
As soon as an alert is generated, then the JSON data for that alert is sent to SQS queue. (I have lambda that captures and process the data from queue and queue is empty)
Is there any way I can get the data in JSON format which are sent to SQS for the existing alert?
My aim is to capture the JSON data from the existing alert instead of creating a new alert and use it to manipulate and process the data from SQS as per requirement