Update Readme.md

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

View File

@ -21,7 +21,7 @@ A Python3 script to send your desired payload to PagerDuty and create an inciden
* My example of payload
```
payload= {
"resource_id" : resource_id,
"resource_id" : resource_id,
"system_data":"This a resource in the development system of XYZ corp.",
"tags":"'HA System','Non-critical-system','SpringBoot-App'"
```