H

Hardware Sentry TrueSight Presentation Server REST API

by Hardware Sentry TrueSight Presentation Server REST

Hardware Sentry TrueSight Presentation Server REST API

developertruesight

Quick Reference

Base URL http://truesight.local Auth type API Key Header Auth header Cookie: YOUR_API_KEY Rate limit See documentation Pricing Free tier available Free quota 10k performance units Documentation https://community.bmc.com/s/group/0F93n000000PlUtCAK/sentry-software Endpoint status Unreachable — No response — server may be down or blocking automated probes (checked Mar 29, 2026) Builder score D 48% builder-friendly
Pricing
78
Latency
0
Depth
61

Authentication

API key in the request header (Cookie)

Cookie: YOUR_API_KEY

Pricing

Model freemium Starting price Free tier available Free quota 10k performance units
PlanPrice/moIncluded
Free Free 5k errors/mo, 10k perf units
Team $26 50k errors/mo, replays, cron
Business $80 90k errors/mo, advanced features
Enterprise $0 Custom + self-hosted option (free)

Free: 5k errors/mo. Team: $26/mo (50k errors). Business: $80/mo (90k errors). Enterprise: custom. Self-hosted: free (open source).

Key Endpoints

MethodPathDescription
POST /hardware/actions/{deviceId}/collect-now Triggers a new collect on a specific device.
POST /hardware/actions/{deviceId}/rediscover Triggers a new discovery on a specific device.
POST /hardware/actions/{deviceId}/reinitialize Sends a 'Reinitialize KM' command.
POST /hardware/actions/{deviceId}/remove Removes a specific instance from the monitoring environment.
POST /hardware/actions/{deviceId}/reset-error-count Resets the Error Count parameter.
GET /hardware/applications Gets summarized information about all monitored applications.
GET /hardware/applications/{applicationId} Gets detailed information for a specific application.
GET /hardware/device-monitors/{deviceId} Gets the Monitors for a specific device.

Sample Request

curl -X GET 'http://truesight.local/hardware/actions/{deviceId}/collect-now' \
  -H 'Cookie: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Hardware Sentry TrueSight Presentation Server REST documentation.