DeploymentsCostsedit

Costs associated to a set of deployments for an organization. All of the costs are expressed in Elastic Consumption Unit (ECU).

Propertiesedit

deployments (array[DeploymentCosts], required)
Costs of the list of deployments
total_cost (number as double, required)
Total cost for all deployments

Exampleedit

{
   "deployments" : [
      {
         "costs" : {
            "data_transfer_and_storage" : 0.1,
            "resources" : 0.1,
            "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"
         }
      }
   ],
   "total_cost" : 0.1
}