Skip to main content

Get Usage Summary

Select

SaaS

Retrieves a list of active subscriptions and it's latest peak usage for the tenant

Response Body

FieldDescriptionTypeNotes
dataList of Usage Summary entiresUsage Summary ArraySee - Usage Summary Object
Usage Summary Object
FieldDescriptionTypeNotes
offeringIdOffering IDInteger
offeringNameOffering NameString
subscriptionTypeSubscription type (e.g., trial, paid)String
contractTypeContract type (e.g., commit, non-commit)String
entitledQuantityEntitled/Purchased Quantity for the OfferingDouble
consumedQuantityConsumed quantity for the offeringDouble
unitUnit of measurement (e.g., user, tb)String
startDateStart dateTimestamp
endDateEnd dateTimestamp
Responses

OK


Schema
  • data object[]
  • offeringId integer
  • offeringName string
  • subscriptionType string
  • contractType string
  • entitledQuantity object
    oneOf

  • number
  • consumedQuantity object
    oneOf

  • number
  • unit string
  • startDate string
  • endDate string
Loading...