It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
DtsDimensionCosts
editDtsDimensionCosts
editThe costs associated to a Data Transfer and Storage (DTS) dimension for an organization. All of the costs, credits, and trials are expressed in Elastic Consumption Units (ECU).
Properties
edit-
cost
(integer
asint64
, required) - Costs associated to the Data Transfer and Storage (DTS) dimensions for an organization
-
name
(string
, required) - DTS dimension name
-
quantity
(DtsQuantity
, required) - DTS usage
-
rate
(DtsRate
, required) - Cost per unit
-
sku
(string
, required) - DTS dimension Stock Keeping Unit (SKU)
-
type
(string
, required) - Type of the DTS dimension usage
Example
edit{ "cost" : 0, "name" : "string", "quantity" : { "formatted_value" : "string", "value" : 0 }, "rate" : { "formatted_value" : "string", "value" : 0 }, "sku" : "string", "type" : "string" }