Changed folder name
This commit is contained in:
8
delete_old_clients_ds/package/bin/main.py
Normal file
8
delete_old_clients_ds/package/bin/main.py
Normal 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')
|
||||
Reference in New Issue
Block a user