ApiHBaseShellCommand Data Model

API request to execute generic hbase shell command The payload (command) is passed as it is to hbase shell, so the caller needs to know the exact syntax of the supported hbase shell command, based on underlying hbase version

Properties
name data type description
payload string

Example

{
  "payload" : "..."
}