IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Costs

edit

Costs overview for an organization. All of the costs, credits, trials are expressed in Elastic Consumption Unit (ECU).

Properties

edit
dimensions (array[Dimension], required)
A collection of billing details by dimension.
total (number as double, required)
Total costs

Example

edit
{
   "dimensions" : [
      {
         "cost" : 0.1,
         "type" : "string"
      }
   ],
   "total" : 0.1
}