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
; allowed values: [elasticsearch
,kibana
,apm
,integrations_server
,appsearch
,enterprise_search
], 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" }