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

Python Try and Except Error Handling

Python-Try-and-Except-Error-Handling

In this script, we will see how we can implement error handling in python scripting. We will use the try and except method. Sometimes if there is an error in the script or in the remote device where you are …

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