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.
ItemCosts
editItemCosts
editDetailed costs associated to an Elastic Cloud Resource for an organization. All of the costs are expressed in Elastic Consumption Unit (ECU).
Properties
edit-
hours
(integer
asint64
, required) - Resource usage in hours
-
instance_count
(integer
asint32
, required) - Number of instances
-
kind
(string
, required) - Kind of resource
-
name
(string
, required) - Resource name
-
period
(Period
, required) - Period
-
price
(number
asdouble
, required) - Resource price
-
price_per_hour
(number
asdouble
, required) - Price per hour
-
sku
(string
, required) - Stock Keeping Unit (SKU)
Example
edit{ "hours" : 0, "instance_count" : 0, "kind" : "string", "name" : "string", "period" : { "end" : "2019-01-01T00:00:00Z", "start" : "2019-01-01T00:00:00Z" }, "price" : 0.1, "price_per_hour" : 0.1, "sku" : "string" }