DeploymentCostsedit

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 as double, required)
Price per hour
period (Period)
Period

Exampleedit

{
   "costs" : {
      "dimensions" : [
         {
            "cost" : 0.1,
            "type" : "string"
         }
      ],
      "total" : 0.1
   },
   "deployment_id" : "string",
   "deployment_name" : "string",
   "hourly_rate" : 0.1,
   "period" : {
      "end" : "2019-01-01T00:00:00Z",
      "start" : "2019-01-01T00:00:00Z"
   }
}