The CreatorCon Call for Content is officially open! Get started here.

Python library for the ServiceNow REST API

rbw0
Giga Contributor

Hello,

I've created a rebuild of python-servicenow-rest called pysnow, a library for interfacing with the ServiceNow REST API.

It's easy to use, well documented, tested and integrated with travis-ci.

Compatible with python 2 and 3.

Installing is simple:

# pip install pysnow

You'll find documentation and more info on Github:

GitHub - rbw0/pysnow: Python library for the ServiceNow REST API

Feel free to check it out (and contribute if you see any issues!)

Regards,

Robert

7 REPLIES 7

Nachiket1
Kilo Contributor

Does library supports creating CMDB (configuration item) entries ? Are examples available in documentation ?

I was actually asking the same question. Do you know if it supports CMDB entries updates?

vinothpandi
Kilo Contributor

Does pysnow support Scripted REST API from Service Now?If yes, please help with the example code snippet using pysnow to query the endpoints created using Scripted REST API