Connect Isilon REST API Using Python Requests Library

EMC-Isilon-RestAPI-Using-Python

Isilon is a renowned scale-out network-attached storage (NAS) solution, that provides robust capabilities for storing and managing large amounts of data. You can manage it via GUI and perform various automation using Isilon REST API. Isilon REST API, allows developers …

Read more

NetApp REST API Using Python Library Requests

Connect NetApp REST API With Python Requests Library

NetApp allows performing automation using various methods. NetApp REST API is one of them. You can do basic or complex automation using the RESTAPI method. In this post, we will see how to connect NetApp RESTAPI using a Python library …

Read more

How To Send Email In Python Using SMTPLIB

How To Send Email In Python

In this script, we will see how to send emails in Python using the SMTPLIB library. SMTPLIB is a popular python library that is useful to send email via script. You do not have to install it, because the library …

Read more

Python Script For Login Multiple Server

Python Script For Login Multiple Unix Server

This post will see how to write a python script for login multiple Unix servers and execute a command. Additionally, the python script is going to save the output of that command in a text file. Automate Boring Stuff With …

Read more