A newer version is available. For the latest information, see the
current release documentation.
DeploymentCosts
edit
Detailed costs for a deployment for an organization. All of the costs are expressed in Elastic Consumption Unit (ECU).
Propertiesedit
-
costs
(Costs
, required) - Costs associated to the deployment
-
deployment_id
(string
, required) - Elasticsearch deployment id
-
deployment_name
(string
, required) - Elasticsearch deployment name
-
hourly_rate
(number
asdouble
, required) - Price per hour
Exampleedit
{ "costs" : { "data_transfer_and_storage" : 0.1, "resources" : 0.1, "total" : 0.1 }, "deployment_id" : "string", "deployment_name" : "string", "hourly_rate" : 0.1 }