This page contains release notes for features and updates to the OpsRamp APIs.

October 31, 2024

ADDED
The V3 APIs are now available, offering enhanced functionality and support for the Dashboards 2.0 framework. These APIs enable seamless integration and improved performance for managing and interacting with dashboards.

September 30, 2024

CHANGED
Before:

The /reporting/api/v3/tenants/{tenantId}/runs (Create Run) API returned a 200 OK status code upon successfully creating a new report.

After:

The /reporting/api/v3/tenants/{tenantId}/runs (Create Run) API now returns a 201 Created status code to indicate that a new report has been successfully created.

ADDED
New V3 APIs for /api/v3/tenants/{clientId}/resources/{resourceId}/availability?startTimestamp={startTimestamp}&endTimestamp={endTimestamp} (Resource) and /api/v3/tenants/{clientId}/services/{serviceId}/availability?startTimestamp={startTimestamp}&endTimestamp={endTimestamp} (Service Map) node availability have been released for querying resource and service map node availability.
ADDED
A new V3 /tenancy/api/v3/release-version (Release Version) API is available to retrieve the OpsRamp platform version.

August 31, 2024

ADDED
A new /monitoring/api/v3/tenants/{clientId}/templates/{id}/resources (Get Resources) V3 API has been released to retrieve details of all resources assigned to a template.
ADDED
The /v3/tenants/{clientId}/logs/queries (Search Logs) API is now available, allowing you to fetch logs for improved log management and analysis.

July 31, 2024

ADDED
A new SAVE METRIC TIMESERIES API has been added for posting metric data, replacing the existing V2 API. See /metricsql/api/v3/tenants/{tenantId}/metrics (Metrics) and /metricsql/api/v3/tenants/{clientId}/metrics/data (Metrics/Data) for more details.