Splunk Dev

Rest API Splunk

bosseres
Contributor

Hello Team,

I just learning Splunk and Python so feel sorry for silly questions 🙂

I made scrypt on python

import requests

data = {
'username': 'admin',
'password': 'password'
}

response = requests.post('https://ip/services/auth/login', data=data, verify=False)

 

and trying to run it: ./splunk cmd python curl1.py

but there is a error with SSL

/opt/splunk/lib/python3.7/site-packages/urllib3/connectionpool.py:986: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.22.22.207'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
InsecureRequestWarning,

 

Please help me how can I fix it. Thanks

 

Labels (1)
0 Karma

bosseres
Contributor

I've disabled notification with

import urllib3
urllib3.disable_warnings()

 

But it looks like that problem is located in scrypt, can you help me how to fix it?

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...