Update Readme.md

This commit is contained in:
Vallabh Chugh 2022-10-11 00:27:26 +05:30 committed by GitHub
parent fb0e942214
commit 6278f1a31e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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