Changed folder name

This commit is contained in:
2024-06-16 23:04:35 +02:00
parent cb67004b2c
commit 64bbd9e26e
9 changed files with 316 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')