diff --git a/scripts/PagerDuty-Integration/Readme.md b/scripts/PagerDuty-Integration/Readme.md index 91b13e6..3adc5cf 100644 --- a/scripts/PagerDuty-Integration/Readme.md +++ b/scripts/PagerDuty-Integration/Readme.md @@ -18,6 +18,12 @@ A Python3 script to send your desired payload to PagerDuty and create an inciden * Import the file as a module * Send your desired payload to the module - * Finalize your payload accoring the parameters(severity,components) + * My example of payload + ''' + payload= { + "resource_id" : resource_id, + "system_data":"This a resource in the development system of XYZ corp.", + "tags":"'HA System','Non-critical-system','SpringBoot-App'" + * Finalize your payload accoring the parameters(severity,components etc .) * Voila! If everything works fine you will recieve a Page