v1

latestSwagger 2.02026-07-17172265595.1 KB
analytics

Get Assets Table

Returns asset table with respect to the dimension and granularity

get/inventory/api/v2/analytics/table

Query parameters

startTimeinteger

timestamp for start in epoch seconds

endTimeinteger

timestamp for end in epoch seconds

granularity'monthly' | 'daily' | 'yearly'

Granularity of the table, default is daily

dimension'connection' | 'metric'

Dimension of the table, default is metric

Response

OK

dimensionIdstring
dimensionNamestring
integrationTypestring
resourceCountobject

Example response

[
  {
    "dimensionId": "compute",
    "dimensionName": "Compute"
  }
]