Skip to main content

Resource Usage Over Time V1

Get a breakdown of resource usage over time.

Request Body required
  • accountIds string[] required

    List of account IDs

  • limit int32

    Limit of items per request. Default is 1000.

  • timeRange object

    Model for TimeRangeConfig

  • value object

    Model for RelativeTimeDuration

  • unit string

    Possible values: [minute, hour, day, week, month, year, epoch, login, INVALID, minute, hour, day, week, month, year, epoch, login]

    Time unit

  • amount int32

    Number of time units

  • relativeTimeType string

    Possible values: [BACKWARD]

  • cloudType string

    Cloud type values

  • csvHeaderRequired boolean

    CSV file header

Responses

Graph query Api response.


Schema
  • dataPoints object[]

    Graph GraphDataPoint points

  • Array [
  • timeRange object

    Time range

  • startTime object required

    Start Time im Millis

  • empty boolean
  • present boolean
  • asLong int64
  • endTime object required

    End Time im Millis

  • empty boolean
  • present boolean
  • asLong int64
  • counts object

    Graph resource usage by cloud type

  • property name* object

    Graph resource usage by cloud type

  • property name* integer
  • ]
  • workloadsPurchased int32

    Purchased workload count

  • timeUnit string

    Possible values: [minute, hour, day, week, month, year, epoch, login, INVALID]

    Returned data in time unit

  • availableAsOf int64

    Selected data end time in milli second

Loading...