---
title: "About Netmri_Easy.py"
canonical: "https://docs.infoblox.com/space/NetMRI753/41945376/About%20Netmri_Easy.py"
format: markdown
---
The Netmri_Easy.py provides an interface to the NetMRI API from python scripts run on the NetMRI appliance.

Netmri_Easy.py is designed to be imported as a library into NetMRI and used by Python scripts executed in the Sandbox environment.

The following subsections describe the Python functions encompassed by Netmri_Easy.py.

# Constructor

The NetMRIEasy  constructor options include the following:

easy = NetMRIEasy( **params );

The Constructor for NetMRI_Easy takes a kwargs for options:

`host - api host. Provided by NetMRI`

`username  - host username. Provided by NetMRI`

`password - host password. Provided by NetMRI`

`job_id - Job id. Provided by NetMRI`

`bacth_id - bacth id. Provided by NetMRI`

`device_id - device id. Provided by NetMRI`