Integrations & API
ConnectMyAssets exposes a full REST API. Connect your SIEM, ITSM, observability stack, or custom tooling. All data, always accessible.
Connect Your Entire Stack
Everything ConnectMyAssets knows is available to your tooling, not locked behind a proprietary interface.
REST API
Full programmatic access to every platform feature. Build dashboards, trigger workflows, sync data, no limitations.
- ✓Full API for all CMDB data, compliance scores, CVEs, and configs
- ✓OpenAPI spec available for code generation
- ✓Token-based authentication (SSO/SAML compatible)
- ✓Read + write endpoints, query and automate
Grafana / Prometheus / Loki
Observability stack included out of the box. No additional monitoring infrastructure needed.
- ✓Pre-built Grafana dashboards included
- ✓Prometheus metrics endpoint, export to your own stack
- ✓Loki for log aggregation across managed devices
- ✓Compatible with Grafana Cloud and self-hosted setups
SIEM Integration
Coming soonFeed compliance events, configuration changes, and CVE discoveries directly into your security stack.
- ✓Syslog output for compliance events, config changes, CVE discoveries
- ✓Compatible with Splunk, Elastic SIEM, QRadar, Wazuh
- ✓Structured JSON events, no custom parsing required
- ✓Configurable event severity levels
ITSM / Ticketing
Coming soonTurn compliance failures, config drift, and CVE discoveries into actionable tickets, automatically.
- ✓Webhook support for any ITSM platform
- ✓Native templates for ServiceNow and Jira
- ✓Trigger tickets on compliance failure, config drift, or CVE discovery
- ✓Configurable rules per event type and severity
API Endpoints
Every capability the UI exposes is available programmatically. OpenAPI spec downloadable from your instance.
# List all managed assets
GET /api/v1/assets
# Get current device config
GET /api/v1/assets/{id}/config
# Get compliance scores
GET /api/v1/compliance/score
# List CVE-affected devices
GET /api/v1/cve/affected
# Trigger automation task
POST /api/v1/automation/deploy
# Get config diff
GET /api/v1/backup/{device}/diffFull CMDB Access
Query any asset attribute, hostname, IP, OS version, hardware model, EoL date, parent topology, as structured JSON.
Compliance Scores
Pull per-device and per-framework compliance scores (NIS2, ISO 27001, PCI-DSS, CIS) for dashboards or audit reporting.
CVE Exposure
List all assets affected by a given CVE, or all CVEs affecting a given asset. Filter by CVSS score or remediation status.
Config Diffs & History
Retrieve configuration snapshots and diffs over any time range. Integrate into change management workflows.
Connect Your Stack
Everything ConnectMyAssets knows is available via API.
