entity_cost table
For a given cloud entity (a workload such as a VM or a DB service), this table represents a given cost associated with that entity.
Data Object | Type | Nullable | Primary | Description | Reference |
---|---|---|---|---|---|
time | timestamp with time zone | False | False | ||
entity_oid | bigint | False | False | The entity ID. | |
category | enum | False | False | The category of service cost - IP service, storage service, on-demand or RI compute, etc. | cost_category |
source | enum | False | False | The type of billing data that provides the cost data. | cost_source |
cost | real | False | False | The calculated cost. |