Costsedit

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

Propertiesedit

data_transfer_and_storage (number as double, required)
Total costs associated to Data Transfer and Storage (DTS)
resources (number as double, required)
Total costs associated to the Elastic Cloud resources
total (number as double, required)
Total costs

Exampleedit

{
   "data_transfer_and_storage" : 0.1,
   "resources" : 0.1,
   "total" : 0.1
}