Configuration of add-on done

This commit is contained in:
victor
2024-06-15 00:35:12 +02:00
commit 46c4a12851
11 changed files with 293 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import requests
class deleteClientDS():
def __init__(self):
deployment_server = os.getenv('SPLUNK_DS')
splunk_username = os.getenv('SPLUNK_DS_USER')
splunk_password = os.getenv('SPLUNK_DS_PASS')