Compare commits
2 Commits
9dc3b60a73
...
cc62aabfe4
| Author | SHA1 | Date | |
|---|---|---|---|
| cc62aabfe4 | |||
| 546ef066f8 |
@@ -1198,7 +1198,10 @@ class SystemHealthMonitor:
|
||||
response = requests.post(
|
||||
self.ticket_api_url,
|
||||
json=ticket_payload,
|
||||
headers={'Content-Type': 'application/json'}
|
||||
headers = {
|
||||
'Content-Type': 'application/json',
|
||||
'Authorization': f'Bearer {self.CONFIG["TICKET_API_KEY"]}'
|
||||
}
|
||||
)
|
||||
|
||||
response_data = response.json()
|
||||
|
||||
Reference in New Issue
Block a user