Rook · JSON Structure

Rook Ceph Block Pool Structure

Rook CephBlockPool Custom Resource for provisioning Ceph RADOS Block Device (RBD) storage pools used by Kubernetes StorageClasses and PersistentVolumes

Type: Properties: 0
Block StorageCNCFCephCloud-NativeFile StorageGraduatedKubernetesObject StorageOrchestrationStorage

CephBlockPool is a JSON Structure definition published by Rook.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "CephBlockPool",
  "description": "Rook CephBlockPool Custom Resource for provisioning Ceph RADOS Block Device (RBD) storage pools used by Kubernetes StorageClasses and PersistentVolumes",
  "fields": [
    {
      "name": "apiVersion",
      "type": "string",
      "description": "Kubernetes API version, always ceph.rook.io/v1",
      "required": true
    },
    {
      "name": "kind",
      "type": "string",
      "description": "Resource kind, always CephBlockPool",
      "required": true
    },
    {
      "name": "metadata",
      "type": "object",
      "description": "Kubernetes object metadata",
      "required": true,
      "fields": [
        { "name": "name", "type": "string", "description": "Block pool name" },
        { "name": "namespace", "type": "string", "description": "Kubernetes namespace" }
      ]
    },
    {
      "name": "spec",
      "type": "object",
      "description": "CephBlockPool configuration specification",
      "required": true,
      "fields": [
        { "name": "failureDomain", "type": "string", "description": "Failure domain for replication (host, osd)" },
        { "name": "replicated", "type": "object", "description": "Replication configuration (size, targetSizeRatio)" },
        { "name": "erasureCoded", "type": "object", "description": "Erasure coding configuration (dataChunks, codingChunks)" },
        { "name": "deviceClass", "type": "string", "description": "OSD device class to target (ssd, hdd, nvme)" },
        { "name": "parameters", "type": "object", "description": "Additional Ceph pool parameters (compression_mode, pg_num)" }
      ]
    },
    {
      "name": "status",
      "type": "object",
      "description": "CephBlockPool runtime status",
      "fields": [
        { "name": "phase", "type": "string", "description": "Pool phase: Ready, Progressing, Error" }
      ]
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/rook-ceph-block-pool-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.