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.
SimplifiedLineItem
editSimplifiedLineItem
editLine Item
Properties
edit-
ecu_balance
(number
asdouble
, required) - Elastic Consumption Unit (ECU) Balance
-
ecu_quantity
(number
asdouble
, required) - Original Elastic Consumption Unit (ECU) quantity
-
end
(string
asdate-time
, required) - Expiration of the line item
-
id
(string
, required) - Line Item ID
-
start
(string
asdate-time
, required) - Start of the line item's validity
Example
edit{ "ecu_balance" : 0.1, "ecu_quantity" : 0.1, "end" : "2019-01-01T00:00:00Z", "id" : "string", "start" : "2019-01-01T00:00:00Z" }