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!

Prove Your Splunk Prowess at .conf25—No Prereqs Required!

Your Next Big Security Credential: No Prerequisites Needed We know you’ve got the skills, and now, earning the ...

Splunk Observability Cloud's AI Assistant in Action Series: Observability as Code

This is the sixth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Answers Content Calendar, July Edition I

Hello Community! Welcome to another month of Community Content Calendar series! For the month of July, we will ...