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.
DeploymentsCosts
editDeploymentsCosts
editCosts associated to a set of deployments for an organization. All of the costs are expressed in Elastic Consumption Unit (ECU).
Properties
edit-
deployments
(array[
DeploymentCosts
]
, required) - Costs of the list of deployments
-
total_cost
(number
asdouble
, required) - Total cost for all deployments
Example
edit{ "deployments" : [ { "costs" : { "data_transfer_and_storage" : 0.1, "resources" : 0.1, "total" : 0.1 }, "deployment_id" : "string", "deployment_name" : "string", "hourly_rate" : 0.1 } ], "total_cost" : 0.1 }