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
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
SimplifiedLineItem
editLine Item
Properties
edit-
ecu_balance(numberasdouble, required) - Elastic Consumption Unit (ECU) Balance
-
ecu_quantity(numberasdouble, required) - Original Elastic Consumption Unit (ECU) quantity
-
end(stringasdate-time, required) - Expiration of the line item
-
id(string, required) - Line Item ID
-
start(stringasdate-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"
}