A newer version is available. For the latest information, see the
current release documentation.
ItemCosts
edit
Detailed costs associated to an Elastic Cloud Resource for an organization. All of the costs are expressed in Elastic Consumption Unit (ECU).
Propertiesedit
-
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
(integer
asint64
, required) - Resource price
-
price_per_hour
(integer
asint64
, required) - Price per hour
-
sku
(string
, required) - Stock Keeping Unit (SKU)
Exampleedit
{ "hours" : 0, "instance_count" : 0, "kind" : "string", "name" : "string", "period" : { "end" : "2019-01-01T00:00:00Z", "start" : "2019-01-01T00:00:00Z" }, "price" : 0, "price_per_hour" : 0, "sku" : "string" }