Apache HBase · Capability
Apache HBase REST API — Rows
Apache HBase REST API — Rows. 4 operations. Lead operation: Apache HBase Get Row. Self-contained Naftiko capability covering one Apache Hbase business surface.
What You Can Do
GET
Getrow
— Apache HBase Get Row
/v1/{tablename}/{rowkey}
PUT
Putrow
— Apache HBase Put Row
/v1/{tablename}/{rowkey}
DELETE
Deleterow
— Apache HBase Delete Row
/v1/{tablename}/{rowkey}
GET
Getcell
— Apache HBase Get Cell
/v1/{tablename}/{rowkey}/{column}
MCP Tools
apache-hbase-get-row
Apache HBase Get Row
read-only
idempotent
apache-hbase-put-row
Apache HBase Put Row
idempotent
apache-hbase-delete-row
Apache HBase Delete Row
idempotent
apache-hbase-get-cell
Apache HBase Get Cell
read-only
idempotent