From 6278f1a31ecab86c5f451a00480f27353e26c942 Mon Sep 17 00:00:00 2001 From: Vallabh Chugh Date: Tue, 11 Oct 2022 00:27:26 +0530 Subject: [PATCH] Update Readme.md --- scripts/PagerDuty-Integration/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/PagerDuty-Integration/Readme.md b/scripts/PagerDuty-Integration/Readme.md index fb18dc5..01bbe3f 100644 --- a/scripts/PagerDuty-Integration/Readme.md +++ b/scripts/PagerDuty-Integration/Readme.md @@ -19,12 +19,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 * 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