SNOWTools
A developer toolkit for accelerating ServiceNow implementations and integrations. SNOWTools provides a robust Python/Django bridge to interact with ServiceNow data and APIs efficiently, breaking the 'Low Code' ceiling for complex automation.
Key Features
- ServiceNow Data Extraction & Ingestion
- Update Set Management Automation
- REST API Proxy & Abstraction
- Custom Portal Front-end Integration
- Workflow Automation Accelerators
API Endpoints
| Method | Path | Description |
|---|---|---|
| GET | `/api/snow/tables/{tableName}` | Retrieve data from a ServiceNow table |
| POST | `/api/snow/records/{tableName}` | Create a new record in ServiceNow |
| POST | `/api/snow/updatesets/deploy` | Deploy a ServiceNow update set |
| GET | `/api/snow/incidents/open` | List open incidents |
Usage Example
import requests
# Example interaction
response = requests.get(
url="https://api.arcore.internal/api/snow/tables/{tableName}",
headers={"Authorization": "Bearer <token>"}
)
print(response.json())Tech Stack
Authentication
- •**Header:** `Authorization: Bearer <token>`
- •**Scopes:** RBAC is enforced at the object level via `ArcoreCodex` policies.
Compliance & Security
Compliance
- ✓Auth: OAuth2/Basic Auth handling for SNOW
- ✓Security: Credential masking
Security
- ✓Security: Credential masking
Related Services
Arcor Parkour
An Enterprise-Grade DevOps Management Platform that enforces policy-based deployment controls. Parkour orchestrates CI/CD pipelines across multi-cloud environments (AWS, Azure, Kubernetes) while ensuring every release passes strict quality and security gates before promotion to production.
Arcore Vector
ArcoreVector is a sophisticated project management application that seamlessly bridges Agile and Waterfall methodologies. It features intuitive visualizations and a hybrid data model, allowing teams to execute in sprints while reporting up to master schedules and portfolios.
Arcore Arsenal
The 'Kinetic Arm' of the Arcore suite. ArcoreArsenal is a secure vault for storing, semantically retrieving, and executing operational scripts (payloads) with strict access controls and comprehensive audit trails. It treats operational scripts as first-class software assets.