Integrations

Connect everything. Automate anything

Build on an OpenAPI‑backed, versioned REST API with role‑based tokens and event notifications. Start in minutes with the API explorer and integration guides.

OpenAPI Explorer

Browse endpoints, test API calls, and explore request/response schemas in our interactive documentation—no code required.

Versioned releases

Track our changelog from 3.5 to 5.x. We offer backward compatibility, migration guides, and clear upgrade paths for stable updates.

Notifications & workflows

Set alarm policies, notification channels, and trigger workflows based on sensor thresholds, asset changes, or capacity events via API.

Developer-ready use cases

Jump straight to the guides that teams use most often.

ServiceNow CMDB sync

Push Hyperview assets to ServiceNow CMDB Import Set tables and keep changes in step.

Colo telemetry from Equinix

Bring Equinix Smart View data into Hyperview for unified monitoring and analytics.

Pipeline to BI & data warehouses

Extract inventory, topology, and sensor data for analytics dashboards or reporting.

What you can build

Teams use Hyperview’s API to solve real business problems and eliminate manual work.

CMDB sync

Keep your CMDB and Hyperview perfectly synchronized. Automatically update asset records whenever changes occur.

  • Eliminate manual data entry
  • Single source of truth
  • Real-time synchronization

  • Audit trail for all changes

Automated ticket creation

Trigger ServiceNow or Jira tickets automatically when thresholds are breached or anomalies are detected in your infrastructure.

  • Instant incident response

  • Custom alert routing rules

  • Enriched ticket context
  • Reduce MTTR significantly

Custom analytics & reporting

Pull data into your BI tools or create custom dashboards. Combine infrastructure data with business metrics for powerful insights.

  • Power BI, Tableau integration

  • Historical trend analysis

  • Custom KPI tracking

  • Executive reporting automation

Building management integration

Connect environmental systems to optimize cooling, power distribution, and space utilization based on real-time data center conditions.

  • Dynamic cooling optimization

  • Energy efficiency gains

  • Predictive maintenance

  • Cost reduction opportunities

Infrastructure automation

Build self-service portals, automated provisioning workflows, and intelligent capacity planning systems using real-time asset data.

  • Self-service asset requests

  • Automated provisioning

  • Smart capacity planning

  • Workflow orchestration

Hybrid cloud management

Unify on-premise and cloud infrastructure management. Track costs, capacity, and performance across your entire hybrid environment.

  • Single pane of glass

  • Cross-platform visibility

  • Cost optimization

  • Workload balancing

// Set asset endpoint
String asset_endpoint = instance_url + “/api/asset/assets” + “?” + params_string.toString();
System.out.println(“Asset endpoint: ” + asset_endpoint);

// Set query params
HttpRequest req = HttpRequest
.newBuilder()
.GET()
.uri(URI.create(asset_endpoint))
.header(“Content-Type”, “application/json”)
.header(“Authorization”, “Bearer ” + access_token)
.timeout(Duration.ofSeconds(30))
.build();

HttpResponse resp = http_client.send(req, HttpResponse.BodyHandlers.ofString());

// return data
return object_mapper.readTree(resp.body());

Simple, Intuitive REST API

Our API follows RESTful conventions you already know. JSON requests and responses, standard HTTP methods, and predictable resource paths. Get started in minutes with clear documentation, code examples in multiple languages, and a sandbox environment for testing.

Popular API groups

Explore endpoints by job‑to‑be‑done.

Assets & hierarchy

Query assets, relationships, and locations. Import and update at scale.

GET /api/asset/assets
GET /api/asset/hierarchy
PUT /api/asset/assets/:id

Telemetry & alarms

Read sensors, thresholds, and alarm events. Configure alarm policies.

GET /api/setting/sensorTypeAssetType
GET /api/setting/sensorThreshold
POST /api/setting/alarmEventPolicies

Integrations & workflows

Initiate CMDB sync jobs, manage notification channels, and monitor work orders.

PUT /api/setting/serviceNowCmdbIntegration/initiateSync
GET /api/setting/serviceNowCmdbIntegrationAssetType
PUT /api/setting/notificationChannels/:id

Works with your stack

A sample of supported platforms and partners.

AccuWeather Logo
Amazon Web Services Logo
Axonius Logo
DC Smarter Logo
Digitalor Logo
enlogic logo
Equinix Logo
Google Maps Logo
Microsoft Logo
nVent Logo
Packet Power Logo
CircuitMeter Logo
Odoo Logo
Panduit Logo
RFCODE logo
ServiceNow Logo
Smart Spatial Logo
vmWare Logo
Hyperview DCIM Software Laptop

30 DAYS FREE

30 DAYS FREE

Start building today

Get API access instantly with your free trial. No credit card required.

Start building today

Get API access instantly with your free trial. No credit card required.

Hyperview Guardians of the Infrastructure

Get started!

No credit card needed. Access all the features.