--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "decort_cb_sep_consumption Data Source - terraform-provider-decort" subcategory: "" description: |- --- # decort_cb_sep_consumption (Data Source) ## Schema ### Optional - `sep_id` (Number) sep id - `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts)) ### Read-Only - `entry_count` (Number) number of entries - `id` (String) The ID of this resource. - `items` (List of Object) list of sep consumption records (see [below for nested schema](#nestedatt--items)) ### Nested Schema for `timeouts` Optional: - `default` (String) - `read` (String) ### Nested Schema for `items` Read-Only: - `by_pool` (List of Object) (see [below for nested schema](#nestedobjatt--items--by_pool)) - `consumed_by` (List of Number) - `name` (String) - `sep_id` (Number) - `total` (List of Object) (see [below for nested schema](#nestedobjatt--items--total)) - `type` (String) ### Nested Schema for `items.by_pool` Read-Only: - `disk_count` (Number) - `disk_usage` (Number) - `name` (String) - `snapshot_count` (Number) - `snapshot_usage` (Number) - `usage` (Number) - `usage_limit` (Number) ### Nested Schema for `items.total` Read-Only: - `capacity_limit` (Number) - `disk_count` (Number) - `disk_usage` (Number) - `snapshot_count` (Number) - `snapshot_usage` (Number) - `usage` (Number) - `usage_limit` (Number)