Skip to main content

Python ServiceNow API Wrapper

Project description

ServiceNow API

PyPI - Version PyPI - Downloads GitHub Repo stars GitHub forks GitHub contributors PyPI - License GitHub

GitHub last commit (by committer) GitHub pull requests GitHub closed pull requests GitHub issues

GitHub top language GitHub language count GitHub repo size GitHub repo file count (file type) PyPI - Wheel PyPI - Implementation

Version: 0.19.0

ServiceNow API Python Wrapper

This repository is actively maintained and will continue adding more API calls

This repository is actively maintained - Contributions are welcome!

AI Skill Ready - Assimilate the following package into your agent and it can begin using this automation!

API Calls:

  • Table
  • CI/CD
  • Import Sets
  • Incident
  • CMDB
  • Application Service
Usage:
#!/usr/bin/python
# coding: utf-8
import servicenow_api

username = "<SERVICENOW USERNAME>"
password = "<SERVICENOW PASSWORD>"
servicenow_api_url = "<SERVICENOW_URL>"
client = servicenow_api.Api(url=servicenow_api_url, username=username, password=password)

table = client.get_table(table="<TABLE NAME>")
print(f"Table: {table}")
Installation Instructions:

Install Python Package

python -m pip install servicenow-api
Repository Owners:

GitHub followers GitHub User's stars

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

servicenow_api-0.19.0-py2.py3-none-any.whl (15.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file servicenow_api-0.19.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for servicenow_api-0.19.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 04c45e53c1ceedb51b2a5c6b661054059ccc52f5788f8c726b252890bb2599e3
MD5 1220f3116d1f844ee1da59178c4466cf
BLAKE2b-256 8308361d2ef81f0d089fcbc2234585e48059c3d5968626249d5da41806ca5f39

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page