Timeseries Insights API

Provides a Timeseries Insights service which operates over time series data. Users can perform time series spike, trend, and anomaly detection. With a straightforward API and easy to understand results, the service makes it simple to gather insights from large amounts of time series data (e.g. monitoring datasets) and integrate these insights in their applications.

Service: timeseriesinsights.googleapis.com

To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Service endpoint

A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://timeseriesinsights.googleapis.com

REST Resource: v1.projects.locations

Methods
get GET /v1/{name=projects/*/locations/*}
Gets information about a location.
list GET /v1/{name=projects/*}/locations
Lists information about the supported locations for this service.

REST Resource: v1.projects.locations.datasets

Methods
appendEvents POST /v1/{dataset=projects/*/locations/*/datasets/*}:appendEvents
Append events to a LOADED DataSet.
create POST /v1/{parent=projects/*/locations/*}/datasets
Create a DataSet from data stored on Cloud Storage.
delete DELETE /v1/{name=projects/*/locations/*/datasets/*}
Delete a DataSet from the system.
evaluateSlice POST /v1/{dataset=projects/*/locations/*/datasets/*}:evaluateSlice
Evaluate an explicit slice from a loaded DataSet.
list GET /v1/{parent=projects/*/locations/*}/datasets
Lists DataSets under the project.
query POST /v1/{name=projects/*/locations/*/datasets/*}:query
Execute a Timeseries Insights query over a loaded DataSet.