Gravitee Analytics API

Query analytics, time-series, and dashboards

Operations 9

GET /environments/{envId}/analytics/definition/apis Query API Analytics Specifications #
POST /environments/{envId}/analytics/measures Query Analytics Measures #
POST /environments/{envId}/analytics/facets Query Analytics Facets #
POST /environments/{envId}/analytics/time-series Query Analytics Time Series #
GET /environments/{envId}/analytics/dashboards List Analytics Dashboards #
POST /environments/{envId}/analytics/dashboards Create an Analytics Dashboard #
GET /environments/{envId}/analytics/dashboards/{dashboardId} Get an Analytics Dashboard #
PUT /environments/{envId}/analytics/dashboards/{dashboardId} Update an Analytics Dashboard #
DELETE /environments/{envId}/analytics/dashboards/{dashboardId} Delete an Analytics Dashboard #

Documentation

Specifications

SDKs

Schemas & Data

Other Resources

🔗
ChangeLog
https://documentation.gravitee.io/apim/release-information/changelog
🔗
License
https://github.com/gravitee-io/gravitee-api-management/blob/master/LICENSE.txt
🔗
SDKs
https://github.com/gravitee-io/gravitee-clients-sdk
🔗
SDKs
https://github.com/gravitee-io/terraform-provider-apim
🔗
CLI
https://github.com/gravitee-io/graviteeio-cli
🔗
KubernetesOperator
https://github.com/gravitee-io/gravitee-kubernetes-operator
🔗
HelmChart
https://github.com/gravitee-io/helm-charts
🔗
DockerImage
https://hub.docker.com/r/graviteeio/apim-gateway
🔗
JSONLDContext
https://raw.githubusercontent.com/api-evangelist/gravitee/refs/heads/main/json-ld/gravitee-context.jsonld
🔗
KubernetesCRD
https://raw.githubusercontent.com/api-evangelist/gravitee/refs/heads/main/crd/gravitee.io_apidefinitions.yaml
🔗
KubernetesCRD
https://raw.githubusercontent.com/api-evangelist/gravitee/refs/heads/main/crd/gravitee.io_apiv4definitions.yaml
🔗
KubernetesCRD
https://raw.githubusercontent.com/api-evangelist/gravitee/refs/heads/main/crd/gravitee.io_apiresources.yaml
🔗
KubernetesCRD
https://raw.githubusercontent.com/api-evangelist/gravitee/refs/heads/main/crd/gravitee.io_applications.yaml
🔗
KubernetesCRD
https://raw.githubusercontent.com/api-evangelist/gravitee/refs/heads/main/crd/gravitee.io_subscriptions.yaml
🔗
KubernetesCRD
https://raw.githubusercontent.com/api-evangelist/gravitee/refs/heads/main/crd/gravitee.io_managementcontexts.yaml
🔗
KubernetesCRD
https://raw.githubusercontent.com/api-evangelist/gravitee/refs/heads/main/crd/gravitee.io_sharedpolicygroups.yaml
🔗
KubernetesCRD
https://raw.githubusercontent.com/api-evangelist/gravitee/refs/heads/main/crd/gravitee.io_groups.yaml
🔗
KubernetesCRD
https://raw.githubusercontent.com/api-evangelist/gravitee/refs/heads/main/crd/gravitee.io_notifications.yaml
🔗
Plans
https://raw.githubusercontent.com/api-evangelist/gravitee/refs/heads/main/plans/gravitee-plans-pricing.yml
🔗
FinOps
https://raw.githubusercontent.com/api-evangelist/gravitee/refs/heads/main/finops/gravitee-finops.yml
🔗
GraphQL
https://raw.githubusercontent.com/api-evangelist/gravitee/refs/heads/main/graphql/gravitee-graphql.md
🔗
Reference
https://documentation.gravitee.io/am/reference/am-api-reference
🔗
ChangeLog
https://documentation.gravitee.io/am/releases-and-changelog/release-notes
🔗
License
https://github.com/gravitee-io/gravitee-access-management/blob/master/LICENSE
🔗
SDKs
https://github.com/gravitee-io/gravitee-access-management/tree/master/gravitee-am-management-api-sdk-java
🔗
HelmChart
https://github.com/gravitee-io/helm-charts/tree/master/helm/gravitee-am
🔗
DockerImage
https://hub.docker.com/r/graviteeio/am-gateway

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/gravitee-analytics-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

gravitee-analytics-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Gravitee.io APIM Management Analytics API
  description: 'The Gravitee API Management (APIM) Management API is the administrative

    control plane for the Gravitee platform. It exposes endpoints to create

    and deploy APIs (both v2 "Gravitee definition v2" and v4 message-oriented

    APIs), manage plans, applications, subscriptions, API products,

    analytics, logs, users, plugins, UI customization, environments, and

    organization-level installation.


    This consolidated specification is synthesized from the upstream v2

    OpenAPI fragments in `gravitee-apim-rest-api-management-v2-rest`

    (`openapi-apis.yaml`, `openapi-environments.yaml`,

    `openapi-analytics.yaml`, `openapi-api-products.yaml`,

    `openapi-installation.yaml`, `openapi-plugins.yaml`,

    `openapi-users.yaml`, `openapi-logs.yaml`, `openapi-ui.yaml`).'
  contact:
    name: GraviteeSource Team
    url: https://gravitee.io
    email: team-apim@graviteesource.com
  license:
    name: Apache 2.0
    url: http://www.apache.org/licenses/LICENSE-2.0.html
  version: 2.0.0
servers:
- url: https://{host}/management/v2
  description: APIM Management API v2 - default base URL
  variables:
    host:
      default: apim.example.com
      description: Hostname of the Gravitee APIM Management API
- url: https://{host}/management/v2/organizations/{orgId}
  description: APIM Management API v2 - per-organization base URL
  variables:
    host:
      default: apim.example.com
    orgId:
      default: DEFAULT
security:
- BasicAuth: []
- CookieAuth: []
- BearerAuth: []
tags:
- name: Analytics
  description: Query analytics, time-series, and dashboards
paths:
  /environments/{envId}/analytics/definition/apis:
    get:
      tags:
      - Analytics
      operationId: queryApiSpecs
      summary: Query API Analytics Specifications
      parameters:
      - $ref: '#/components/parameters/EnvId'
      responses:
        '200':
          description: API analytics specs
  /environments/{envId}/analytics/measures:
    post:
      tags:
      - Analytics
      operationId: queryMeasures
      summary: Query Analytics Measures
      parameters:
      - $ref: '#/components/parameters/EnvId'
      responses:
        '200':
          description: Measures result
  /environments/{envId}/analytics/facets:
    post:
      tags:
      - Analytics
      operationId: queryFacets
      summary: Query Analytics Facets
      parameters:
      - $ref: '#/components/parameters/EnvId'
      responses:
        '200':
          description: Facets result
  /environments/{envId}/analytics/time-series:
    post:
      tags:
      - Analytics
      operationId: queryTimeSeries
      summary: Query Analytics Time Series
      parameters:
      - $ref: '#/components/parameters/EnvId'
      responses:
        '200':
          description: Time series result
  /environments/{envId}/analytics/dashboards:
    get:
      tags:
      - Analytics
      operationId: listDashboards
      summary: List Analytics Dashboards
      parameters:
      - $ref: '#/components/parameters/EnvId'
      responses:
        '200':
          description: Dashboards page
    post:
      tags:
      - Analytics
      operationId: createDashboard
      summary: Create an Analytics Dashboard
      parameters:
      - $ref: '#/components/parameters/EnvId'
      responses:
        '201':
          description: Dashboard created
  /environments/{envId}/analytics/dashboards/{dashboardId}:
    get:
      tags:
      - Analytics
      operationId: getDashboard
      summary: Get an Analytics Dashboard
      parameters:
      - $ref: '#/components/parameters/EnvId'
      - in: path
        name: dashboardId
        required: true
        schema:
          type: string
      responses:
        '200':
          description: The dashboard
    put:
      tags:
      - Analytics
      operationId: updateDashboard
      summary: Update an Analytics Dashboard
      parameters:
      - $ref: '#/components/parameters/EnvId'
      - in: path
        name: dashboardId
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Dashboard updated
    delete:
      tags:
      - Analytics
      operationId: deleteDashboard
      summary: Delete an Analytics Dashboard
      parameters:
      - $ref: '#/components/parameters/EnvId'
      - in: path
        name: dashboardId
        required: true
        schema:
          type: string
      responses:
        '204':
          description: Dashboard deleted
components:
  parameters:
    EnvId:
      in: path
      name: envId
      required: true
      schema:
        type: string
      description: The environment identifier
  securitySchemes:
    BasicAuth:
      type: http
      scheme: basic
    CookieAuth:
      type: apiKey
      in: cookie
      name: Auth-Graviteeio-APIM
    BearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT