result.data | object | Yes | — | Provider response payload. |
result.data.status | number | No | — | HTTP status code. |
result.data.requestId | string | No | — | Unique id assigned to every request. UUIDv4 Format: uuid. |
result.data.result | object | No | — | — |
result.data.result.grandTotalCHC | number | No | — | Grand total cost of usage in ClickHouse Credits (CHCs). |
result.data.result.costs | array | No | — | List of daily, per-entity usage cost records. |
result.data.result.costs[].dataWarehouseId | string | No | — | ID of the dataWarehouse this entity belongs to (or is). Format: uuid. |
result.data.result.costs[].serviceId | string | null | No | — | ID of the service this entity belongs to (or is). Set to null for dataWarehouse entities. Format: uuid. |
result.data.result.costs[].date | string | No | — | Date of the usage. ISO-8601 date, based on the UTC timezone. Format: date. |
result.data.result.costs[].entityType | "datawarehouse" | "service" | "clickpipe" | No | — | Type of the entity. Allowed: datawarehouse, service, clickpipe. |
result.data.result.costs[].entityId | string | No | — | Unique ID of the entity. Format: uuid. |
result.data.result.costs[].entityName | string | No | — | Name of the entity. |
result.data.result.costs[].metrics | object | No | — | — |
result.data.result.costs[].metrics.storageCHC | number | No | — | Cost of storage in ClickHouse Credits (CHCs). Applies to dataWarehouse entities. |
result.data.result.costs[].metrics.backupCHC | number | No | — | Cost of backup in ClickHouse Credits (CHCs). Applies to dataWarehouse entities. |
result.data.result.costs[].metrics.computeCHC | number | No | — | Cost of compute in ClickHouse Credits (CHCs). Applies to service and clickpipe entities. |
result.data.result.costs[].metrics.dataTransferCHC | number | No | — | Cost of data transfer in ClickHouse Credits (CHCs). Applies to clickpipe entities. |
result.data.result.costs[].metrics.initialLoadCHC | number | No | — | Cost of initial load and resyncs in ClickHouse Credits (CHCs). Applies to clickpipe entities. |
result.data.result.costs[].metrics.publicDataTransferCHC | number | No | — | Cost of data transfer in ClickHouse Credits (CHCs). Applies to service entities. |
result.data.result.costs[].metrics.interRegionTier1DataTransferCHC | number | No | — | Cost of tier1 inter-region data transfer in ClickHouse Credits (CHCs). Applies to service entities. |
result.data.result.costs[].metrics.interRegionTier2DataTransferCHC | number | No | — | Cost of tier2 inter-region data transfer in ClickHouse Credits (CHCs). Applies to service entities. |
result.data.result.costs[].metrics.interRegionTier3DataTransferCHC | number | No | — | Cost of tier3 inter-region data transfer in ClickHouse Credits (CHCs). Applies to service entities. |
result.data.result.costs[].metrics.interRegionTier4DataTransferCHC | number | No | — | Cost of tier4 inter-region data transfer in ClickHouse Credits (CHCs). Applies to service entities. |
result.data.result.costs[].totalCHC | number | No | — | Total cost of usage in ClickHouse Credits (CHCs) for this entity. |
result.data.result.costs[].locked | boolean | No | — | When true, the record is immutable. Unlocked records are subject to change until locked. |
result.meta | object | No | — | Additional response metadata (status, paging). |