Python ServiceNow API Wrapper
Project description
ServiceNow API
Version: 0.20.1
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 (PEP8 Documented) - Assimilate the following package into your agent and begin using it!
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:
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
File details
Details for the file servicenow_api-0.20.1-py2.py3-none-any.whl
.
File metadata
- Download URL: servicenow_api-0.20.1-py2.py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d4c6b94e1c409eb61201bfb5b65091eb71f08c0c6c7a05fa9ea6a173a7d8651 |
|
MD5 | 86e7bc5d99d9c37c6b9cdba75835ec84 |
|
BLAKE2b-256 | 2207b19955bdccce6f038a58c78ada488af36ee0d522de869de889e36112b6a1 |