›API reference

Get started

  • Introduction to Imply Polaris
  • Quickstart
  • Navigate the console
  • Key concepts

Data

  • Overview
  • Create a schema
  • Data partitioning
  • Introduction to rollup
  • Replace data
  • Supported data formats

Analytics

  • Overview
  • Manage data cubes
  • Visualize data
  • Dimensions
  • Measures
  • Dashboards
  • Visualizations reference
  • Query data

Monitoring

  • Overview

Management

  • Overview

Billing

  • Overview
  • Polaris plans
  • Estimate project costs
  • Manage billing and payments

Security

  • Overview
  • Add users to an organization
  • User roles reference
  • Manage user groups
  • Enable SSO
  • SSO settings reference

Developer guide

  • Overview
  • Authenticate API requests
  • Create a table
  • Get table ID
  • Define a schema
  • Upload files
  • Ingest to table
  • Push event data
  • Query data
  • Link to BI tools
  • Connect over JDBC

API reference

  • Overview
  • Reference index
  • Events API
  • Files API
  • Ingestion Jobs API
  • Ingestion Templates API
  • Performance API
  • Query API
  • Tables API
  • Common object definitions

    • Table
    • TableRequest
    • RollupSchema
    • IngestionJobSpec
    • CsvFormatSettings
    • JsonFormatSettings
    • TimestampMapping

Product info

  • Release notes
  • Known limitations

Performance API

Use the Performance API to track performance of a deployment.

All URIs are relative to https://api.imply.io/v1

Get the storage statistics for a deployment

URL

GET /performance/storage

Responses

A successful request returns an HTTP 2XX status code and a JSON key-value pair with the following format:

  • Key: tableStorage
  • Value: A JSON object with the following fields:
    • usedBytes: The total space used, in bytes.
    • maxBytes: The maximum storage space that can be used, in bytes.
200 SUCCESS


OK.


Sample request

curl --location --request GET 'https://api.imply.io/v1/performance/storage' \
--header 'Authorization: Bearer <Bearer Token>'

Sample response

{
    "tableStorage": {
        "usedBytes": 871559420,
        "maxBytes": 858993459200
    }
}
← Ingestion Templates APIQuery API →
  • Get the storage statistics for a deployment
    • URL
    • Responses
    • Sample request
    • Sample response
Key links
Try ImplyApache Druid siteImply GitHub
Get help
Stack OverflowSupportContact us
Learn more
BlogApache Druid docs
Copyright © 2022 Imply Data, Inc