- Print
- DarkLight
K8sReports: TotalCost: ClusterItem
Article summary
Did you find this summary helpful?
Thank you for your feedback!
This model describes a cluster item for the Total Cost Report
Example:
{
"id": "f99e055f-b35d-208b-63b1-f4222b80151a",
"metadata": {
"id": "f99e055f-b35d-208b-63b1-f4222b80151a",
"name": "realtheory-cluster-01",
"timestamp": "2024-07-15T14:07:22.7005109Z"
},
"totalCost": 1345.64166,
"utilization": 45.57,
"clusterName": "realtheory-cluster-01",
"accountName": "RealTheory, Inc",
"accountOwner": "Joe.Bloggs"
}
where:
id
: Represents the ID of the cluster.- metadata
id
: Represents the ID of the cluster.name
: Represents the name of the cluster.timestamp
: Represents the timestamp of the record.
totalCost
: Indicates the overall cost of the cluster.utilization
: Indicates the overall utilization of the cluster.clusterName
: Represents the name of the cluster.accountName
: Represents an identifier for the cloud provider associated with the cluster such as an Account ID, Account Name, Subscription ID, or Project ID.accountOwner
: Represents the account owner or contact person for this cluster.
See Installing RealTheory in a Cluster for more information about the Account Name and Owner fields.
Was this article helpful?